#PSTip List all WMI namespaces on a system
Note: This tip requires PowerShell 2.0 or above. In WMI, a namespace is a collection of classes. There are many WMI namespaces on a system and each namespace might contain more namespaces.
Read MoreNote: This tip requires PowerShell 2.0 or above. In WMI, a namespace is a collection of classes. There are many WMI namespaces on a system and each namespace might contain more namespaces.
Read MoreNote: This tip requires PowerShell 4.0 or above. In Windows Server 2012 R2 RTM build, Microsoft added a cmdlet called Get-DSCResource.
Read MoreYou have been tasked to generate a report of mailbox sizes and you quickly write the following: Get-MailboxDatabase | Get-MailboxStatistics | Select-Object DisplayName,TotalItemSize | Export-Csv .
Read MoreNote: This tip requires PowerShell 2.0 or above. Restart-Computer, no surprise, does the job of restarting a computer but there are times when you want to add the functionality to abort a restart.
Read MoreNote: This tip requires PowerShell 2.0 or above. Getting the members of a dynamic distribution group in the Exchange Management Console (EMC) is not an issue; you open the group and click the Preview button.
Read MoreNote: This tip requires PowerShell 2.0 or above. One of the group types that Exchange can create is a dynamic distribution group.
Read More