Useful CMD and PowerShell Commands

Just a collection of commands, use at your own risk!

How to Permanently Remove Deleted Users from Office 365
Connect-MsolService

Get-MsolUser -ReturnDeletedUsers

Remove-MsolUser -UserPrincipalName Lynn@office365bootcamp.com -RemoveFromRecycleBin

Get-MsolUser -ReturnDeletedUsers | Remove-MsolUser -RemoveFromRecycleBin -Force
How to copy a file to Hyper-V VM via Integration Services
Copy-VMFile Win10 -SourcePath "File Location" -DestinationPath "File Location" -CreateFullPath -FileSource Host
CategoriesIT