10 February,2012 by Tom Collins
This post discusses some methods in configuring the Powershell default start directory
By default , the installation process will add a value to the Start In parameter.
When you start Powershell , the default path will be %HOMEDRIVE%%HOMEPATH%.
Without opening Powershell , view the variable values through the DOS cmd window.
Type: echo %HOMEDRIVE%%HOMEPATH%
To set up a new new start up Powershell directory , change the value in Start in.
Method 2 – Amend $PROFILE and Set-Location
In your $PROFILE file, you can add a
Set-Location "type_a_path"
where type_a_path is the path you want to start on.
Powershell sql server security audit
This is only a preview. Your comment has not yet been posted.
As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.
Having trouble reading this image? View an alternate.
Posted by: |