This repository will be a place to store useful powershell scripts and code snippets.
It may or may not be very useful to anyone else.
If you remember nothing else, these built-in PowerShell commands will help you out:
- Get-Help (man)
- Get-Member (gm)
- Get-Command (gcm)
Generate a random password using the Membership.GeneratePassword method.
Display the PDF version for any PDF files passed to the function.
Display the elapsed time since last boot up.
Three functions to run programs with elevated permissions.
Display the active entries in the HOSTS file.
A brief overview of the various (old and new) ways to create ZIP files in PowerShell.
A list of references used to create the powershell-toolbox repository.