Format:
Recent snippets matching tags of git
#-- Files *.bak.* *.bak *.dll *.exe *.ldf *.log *.mdf *.msi *.resharper
126 Views
no comments
function ReadyEnvironment ( [string]$sharedDrive, [string]$userName, [string]$computerName) { set-variable tools "$sharedDrive\shared_tools" -scope 1 set-variable scripts "$sharedDrive\shared_scripts" -scope 1 set-variable rdpDirectory "$sharedDrive\shared_tools\RDP" -scope 1 set-variable desktop "C:\Users\$userName\DESKTOP" -scope 1 Write-Host "Setting environment for $computerName" -foregroundcolor cyan
1469 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
