OSDHelp
In a nutshell, OSDHelp
is a PowerShell function (Get-OSDHelp
) that opens a GitHub Repository in OSDPad
. My goal is to populate this with PowerShell Scripts that can help you perform tasks, or learn a little PowerShell. Any script in OSDHelp can be edited and customized before you run it
Install
To install and use OSDHelp
, you need to first install the OSD PowerShell Module. Use the following commands in PowerShell (as Admin)
If you are in OOBE, you can do this from the Command Prompt using these commands. You will need to press Shift + F10 to open a Command Prompt first
Usage
OSDHelp
can be run using either of the following commands. It is strongly recommended that you always run OSDHelp in an Elevated PowerShell session as many of the scripts require Admin Rights
These commands are equivalent to the following OSDPad
command line. In a nutshell, OSDHelp
is really just a shortcut for OSDPad
Content in OSDHelp changes frequently to add or update scripts
RepoFolder
OSDHelp
scripts are organized in directories in the GitHub Repository. These directories are also known as a RepoFolder
. If you run OSDHelp
without specifying a RepoFolder
, you are simply presented with a Readme.md
which serves as an Index so you know what RepoFolders are available
You can also look in the minimized PowerShell Console and see the GitHub Directories (RepoFolder
)
Now that you know what RepoFolder you can use, simply close OSDHelp
(OSDPad
) and go back to PowerShell and give it a try
Script Dependencies
Scripts may require a Script or a Module install before executing. You can see how this is done in the following OSDHelp Script
Script Transcript Logging
Many of the scripts will save a Transcript. In most cases, these are saved in Windows Temp or User Temp. In the following script in particular, this is saved in C:\Temp so the Transcript can be retreived by a Standard User. This is by design
GitHub Reposository
If you're insterested, here is the OSDHelp
Script Repository on GitHub
Sponsor
Last updated