Loading functions and using get-help

Hi all, I love this product but I seem to be coming up against a massive learning curve here. One of my issues how I can actually use get-help on the functions. What do I need to run so that all the functions are loaded on my console so that I can actually do something like “get-help Exit-Script -examples”.

You need to add the main.ps1 to your powershell profile, or just load it before you start scripting. Powershell will then load the script, allowing it to recognize the functions.

Other than that, you have the adminguide with everything explained.