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...
Check active queries in MS SQL
Here is an custom query for checking all running queries on an MS SQL server. the custom writing...
Usefull PowerShell commands
PowerShell is a powerfull tool when administrating Microsoft products and personally i like using Windows PowerShell ISE that...
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}...
PXE boot for some computers doesn’t work, SCCM 2012
Sometimes computers won`t PXE boot for some reason when you are re-installing the Operating system using System Center...