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...
How to find your FSMO Roles?
There are several ways to find out who has your FSMO roles in your Active Directory environment, but...
Create a Windows Bootable usb pendrive (windows Vista, 7, 8, 8.1, 10, Server 2008, 2008R2, 2012 and 2012R2)
This procedure lets you install Windows from a usb pendrive. Works from Vista/2008 and later First you need...
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...