Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Open Temporary Copy of PowerShell Profile

$
0
0

Summary: Open a temporary copy of your Windows PowerShell profile.

Hey, Scripting Guy! Question How can I look at a temporary copy of my Windows PowerShell profile to ensure that I don’t
           accidentally make any changes?

Hey, Scripting Guy! Answer Copy your Windows PowerShell profile to a temporary file, and then open it in the
           Windows PowerShell ISE, for example:

Copy-Item $PROFILE $([io.path]::GetTempFileName()) -PassThru | % { ise $_.fullname}


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>