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...
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...
server 2012 hyper-v vSwitch performance is terrible with Broadcom network adapters
On servers running Windows Server 2012 with Broadcom Network adapters file access performance (read and write) within and...
Net use revisited
Here is a few smart uses of the good old net use command. If you need to do...
How to find locked out users by using PowerShell
To retrive a list of locked user in Active Directory use these PowerShell commands: 1. start powershell on...
Get list of mail sent and received on Exchange 2010
To get an list of emails running in and out from your exchange server you can use this...