Last active
November 8, 2015 13:04
-
-
Save MattHodge/d8ac66620dbe98717ea2 to your computer and use it in GitHub Desktop.
01_Blog_Win10_Development_PC_PSProfile.ps1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Create a symlink to the profile in your shared drive | |
cmd /c mklink $PROFILE D:\DataHodge\Dropbox\PSProfile\Microsoft.PowerShell_profile.ps1 | |
# Load the profile into the current session | |
. $PROFILE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From Blog Post: https://www.hodgkins.net.au/powershell/setup-windows-10-for-chef-and-powershell-dsc-development/