# Display host / user information
Write-Host
“Username: $env:Username”
-ForegroundColor
“Yellow”
Write-Host
“Domain: $env:UserDomain”
-ForegroundColor
“Yellow”
Write-Host
“Computer: $env:computername”
-ForegroundColor
“Yellow”
# Set location to local C: drive
Set-Location
-Path
“C:\”

Senior IT Pro Trainer & Consultant focused on MS technologies relating to System Center Products SCCM, SCOM, SCO, SCSM