Hello,
I'm working to retreive information (long path environement...) and the GetAccessControl don't return the path value.
Here command used :
Import-Module T:\AlphaFS\AlphaFS.dll
$Path = "T:\SOFTWARE"
[Alphaleonis.Win32.Filesystem.Directory]::GetAccessControl($path) | format-list
The result I have :
Path :
Owner : BUILTIN\Administrators
Group : MyDomain\Domain Users
Access : BUILTIN\Administrators Allow FullControl
NT AUTHORITY\SYSTEM Allow FullControl
Audit :
Sddl : O:BAG:DUD:AI(A;OICIID;FA;;;BA)(A;OICIID;FA;;;SY)
I'm working with :
-Windows 2003R2 SP2 (EN),
-administrator right,
-powershell 1.0,
-.NET installed : 2.0 SP2 , 3.0 SP2, 3.5 SP1
-AlphaFS 1.5
Thanks for your help
dm101