$shareAccess = foreach ($share in (Get-SmbShare)) { $share ... $shareAccess |Export-Csv .\path\to\output.csv -NoTypeInformation.
確定! 回上一頁