Check if the password is set to never expire for one user: Get-MSOLUser -UserPrincipalName username | Select PasswordNeverExpires Check if
Category: PowerShell
Create new mailboxes on Exchange 2013 using EMS
Here is a quick way to create one or many mailboxes (and the respective user account on AD) on Exchange
Completely delete Hyper-V VMs
This is a powerful PowerShell command that completely deletes VMs. It stops the VM, remove it from Hyper-V and deletes
Hyper V VMs Hard Drive location
This is an easy and fast PowerShell command to check where are your VMs hard drives located [sourcecode language=”powershell”]