Author: Josh Miller

#PSTip Tabify your Script
Note: This tip requires PowerShell 2.0 or above. There are several things you can do to make more readable scripts. …
Read More
#PSTip Reset your ISE runspace
Note: This tip requires PowerShell 2.0 or above. I have scripts that work with multiple versions of the same third-party…
Read More
#PSTip Deleting expired certificates from the personal certificate store
We use a lot of certificates for website authentication, and they expire each year. Some people end up with a…
Read More
#PSTip Use Excel to View HTML Output
Excel can be used to view HTML. If you add some CSS styles to the result of ConvertTo-HTML you can…
Read More
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…
Read More