if ($Source -eq "") {
$Source = Get-Location
$Source = $Source.ToString() + '*'
}
Can anyone explain this bit of script to me?
if ($Source -eq "") {
$Source = Get-Location
$Source = $Source.ToString() + '*'
}
Can anyone explain this bit of script to me?
1 Person is following this question.