#PSTip Azure cmdlets and proxy authentication
Note: This tip requires PowerShell 2.0 or above. A few days ago, I was working on setting up Kemp Azure VLM.
Read MoreNote: This tip requires PowerShell 2.0 or above. A few days ago, I was working on setting up Kemp Azure VLM.
Read MoreNote: This tip requires Windows 8.1 or above. The Power user menu (Win+X keyboard shortcut) introduced in Windows 8 provides quick access to various admin tools.
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 More