CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of git
#-- Files
*.bak.*
*.bak
*.dll
*.exe
*.ldf
*.log
*.mdf
*.msi
*.resharper
by Al Gonzalez   June 06, 2011 @ 8:08am
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
by David R. Longnecker   August 21, 2009 @ 6:39pm
1469 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate