Powershell One Liners

By | October 12, 2016

Create Profile (Only if it doesn’t exist)

if(-not (Test-Path $PROFILE)){new-item -Path $PROFILE -Type file -force}

Post Revisions:

There are no revisions for this post.