Get-ADUser -Filter 'HomeDrive -ne "$Null"' -Property sAMAccountName,HomeDirectory,HomeDrive | export-csv -path (Join-Path $pwd ...
確定! 回上一頁