JungoIT
By:
|
785 downloads
|
Last Updated: 3/29/2017
|
Latest Version: 2.0
Sample PowerShell Profile For a getting started guide with profiles, read here - https://msdn.microsoft.com/en-us/powershell/scripting/core-powershell/ise/how-to-use-profiles-in-windows-powershell-ise This Profile will: * Load a bunch of functions to the memory so you can call them when needed. Most I gathered from others and added as-is * Loa... More info |
By:
|
387 downloads
|
Last Updated: 3/29/2017
|
Latest Version: 1.0
"Simple Script Template with a few sample commands to get you starting" |
By:
|
292 downloads
|
Last Updated: 3/29/2017
|
Latest Version: 1.0
This function will take a .CSV file and run a command against specific items in the array The function will count all the items that has a numeric value inside a specific column and then execute a command against these items only In this example function, some computers in the .CSV has a Startup Priority and some don't. The function will filter onl... More info |