In Windows 2012 server / windows 8, Microsoft introduced the new virtual disk format known as VHDX. We cannot add these disks to 2008 Hyper-v which supports the VHD format. Here is…
Category: PowerShell
How to cancel the current operation in Exchange management shell.
Sometimes we query the exchange system to get the data such as user mailbox status, connection method, etc. It may take some time to respond. If user wants to interrupt that operation…
How to check the mailbox size for all users in exchange 2010
How do I export user mailbox information to Excel? Exporting mailbox information from Exchange server 2010 has been possible and task has become easier with the addition of the Get-Mailbox and Get-MailboxStatistics…