Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to save powershell config

if (!(Test-Path -Path $PROFILE)) { New-Item -ItemType File -Path $PROFILE -Force }
Source by www.techrepublic.com #
 
PREVIOUS NEXT
Tagged: #save #powershell #config
ADD COMMENT
Topic
Name
2+3 =