This is an easy and fast PowerShell command to check where are your VMs hard drives located get-vm -ComputerName
Category: PowerShell
Exchange 2013 SP1 – Frontend Transport Service cannot start
Recently I created a custom receive connector for application use (printer, alerting, etc). After a server restart, the MSExchangeFrontEndTransport Service could
Move mailbox to Office 365 from Exchange 2013
Connect windows powershell to Exchange Online with a Global Administrator $UserCredential = Get-Credential $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/
Delete user from Office 365 with DirSync
First you need to remove the user from DirSync: Open the “Synchronization Service Manager” (cn be fount at “C:Program FilesWindowsAzureActiveDirectorySyncSYNCBUSSynchronization
A simple batch script to delete Files & Folders older than x days
The below deletes all files from c:temp older than 10 days: FORFILES /p “c:temp” /m *.* /c “cmd /c Del