質問編集履歴
1
脱字
title
CHANGED
File without changes
|
body
CHANGED
@@ -19,6 +19,7 @@
|
|
19
19
|
{
|
20
20
|
$shareacl = (Get-ACL $FolderList).Access | Select IdentityReference | Select-String -Pattern 'domainname' | Select-String -Pattern 'user[0-9][0-9][0-9]'
|
21
21
|
Write-Host "FolderList","shareacl"
|
22
|
+
}
|
22
23
|
|
23
24
|
■csv出力用
|
24
25
|
$outfile = "c:\userlist.csv"
|