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
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

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Script -Name Profile

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

Omer Barel

Package Details

Author(s)

  • Omer Barel

Tags

profile

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

Version History

Version Downloads Last updated
2.0 (current version) 625 3/29/2017
1.0 117 9/6/2016