Azure VPN – Change Local Site Public IP
					If a Clients Local site public IP changes the VPN tunel betwen Azure and the Local Site will disconnect. To...                
																																	
												                
																								                
						
																    
Delete old files from commandline
					To quickly run a command (like delete) on files older than X days in commandprompt: forfiles -p “C:\folder\Subfolder”...                
																																	
												                
																								                
						
																    
Show hidden files in Mac OSX
					Show hidden files Start a Terminal windows Type followinf commands: defaults write com.apple.Finder AppleShowAllFiles TRUE killall Finder Hide...                
																																	
												                
																								                
						
																    
Remove Ask Toolbar Commandline
					To remove the ask toolbar run the following line in a elevated command line window: MsiExec.exe /qn /X{86D4B82A-ABED-442A-BE86-96357B70F4FE}...                
																																	
												                
																								                
						
																    
Set passwords to never expire in office 365
					First, Enable .net 3.5 on your system. Then, Download and Install Microsoft Online Services Sign-In Assistant Microsoft Online...                
																																	
												                
																								                
						
																    
Reset SA password from Command Promt with OSQL
					If SQL server is installed without an instance: Start command promt as administrator and type the following: osql...                
																																	
												                
																								                
						
																    
How To Delete A Service
					Works in (at least): Win7, 2008 Server, 2008 R2 Server. sc delete [Service Name] To find service name,...                
																																	
												                
																								                
						
																    
Install Nagios NPRE client on Windows
					download the client from: https://nsclient.org/nscp/downloads (choose the *.zip file) and extract it to c:program files%foldername% Install the service from...                
																																	
												                
																								                
						
																    
Get SMTP adresses with CSVDE (commandline) in Exchange 2003
					This one gives you username and primary Email address csvde -f users.csv -r “(&(objectCategory=Person)(objectClass=user))” -l “sAMaccountname,mail”   This...