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”...
Create a custom event with powershell
To create an event without eventcreate.exe, which is limited to EventID below 1000, you can use powershell. {...
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...
Finding Exchange Control Pane in Office 365 with new layout
Lately Microsoft have changed its layout in Office365 and in that same change made it harder to find...
Outlook 2013 on terminal server displays “configuring office 2013 64-bit components” at launch
When you run Outlook 2013 in a terminal server (aka Remote Desktop Session Host) you can experience that...
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}...
How to easily boot into safe mode
In Windows Server 2012 the shutdown.exe command has a new switch, -o, which lets you control the behaviour...
Change primary email address in Office 365
Start powershell as administrator Run the following commands:$LiveCred = Get-Credential(Enter your Office 365 administrator credentials)$Session = New-PSSession -ConfigurationName...
Backup Hyper-V with Windows Server Backup 2012
Backup VMBackuptarget = drive letter to backup destination (not folder)VM Host name = identical with VM name in...