Profile
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
* Load a script to the IS
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
* Load a script to the IS
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
* Load a script to the ISE window. I'm using a template script to keep my scripts organized and this helps so I can quickly copy-paste it to a new script window and start coding fast
Show more
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
* Load a script to the ISE window. I'm using a template script to keep my scripts organized and this helps so I can quickly copy-paste it to a new script window and start coding fast
Installation Options
Owners
Copyright
Omer Barel
Package Details
Author(s)
- Omer Barel
Tags
Dependencies
This script has no dependencies.
Release Notes
This is my first release for a simple Powershell profile I wrote
Updated to load a set of functions from a sepcific directory
FileList
- Profile.nuspec
- Profile.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
2.0 (current version) | 667 | 3/29/2017 |
1.0 | 118 | 9/6/2016 |