List/Grid Articles Subscribe RSS feed of category Articles
Working with non-native PowerShell encoding (EBCDIC)
The -Encoding parameter in many native I/O cmdlets uses the [Microsoft.PowerShell.Commands.FileSystemCmdletProviderEncoding] enum. Files that come from an IBM mainframe such as the AS/400 are often exported to ASCII or Unicode…
TechEd North America 2013 sessions you don’t want to miss
We are all eager to see what Microsoft will announce at the TechEd North America 2013 conference that starts on Monday. You’ve probably heard about changes coming in Windows 8.1,…
Measuring PowerShell scripts
Earlier this year, Microsoft released the Windows PowerShell 3.0 SDK Sample Pack which includes a lot of code samples that show how to build applications based on Windows PowerShell 3.0….
Creating PowerShell custom objects
Creating PowerShell custom objects is a common task that some find hard to do right. In this article I’ll show a sample code that has some of the common flaws….
The complete list of PowerShell ISE 3.0 keyboard shortcuts
In a previous tip I showed a new hidden keyboard shortcut to transpose lines of code in the ISE. At the PowerShell Facebook group, Dave Carnahan was wondering if there’s…
Calling native commands from PowerShell
Every now and then I find myself facing task I am not sure how to solve using without using native commands. Just writing the native command followed by its parameters…

