PowerShell Get-Counter Cmdlet
PowerShell Get-Counter PowerShell's Get-Counter provides an alternative technique to employing Perfmon. Normally it’s easy to be enthusiastic about PowerShell, but in the case of Get-Counter, I would not attempt to create scripts until I had a working knowledge of Performance Monitoring. Topics for PowerShell's Get-Counter Our Mission Example 1: Check …
Network Cmdlets in Windows PowerShell 3.0 PowerShell 3.0 brings lots of handy new network cmdlets – I say cmdlets, but to be precise they are functions, but with the familiar Verb-Noun pairing. Research PowerShell Network Commands Show-Command with Get-NetIPAddress Example 1: Get-NetIPAddress Script Example 2: Get-NetIPInterface PowerShell 3.0 in Windows …
Windows PowerShell Help Files PowerShell has a selection of about_ files. It’s a pity that stay these trees-of-wisdom stay in the shadows of the help for Verb-Noun cmdlets. The purpose of this page is to alert you to the interesting information in these lesser known about_Topic files. Topics for PowerShell …
Spreadsheet PowerShell Export-CSV Comma separated values are the ideal format for translating lines of text into rows in a spreadsheet. Since much of PowerShell’s output is in columns, all we need is a cmdlet which will export CSV data, then we can exploit Excel’s mathematical capability. PowerShell Export-CSV Topics Example …