code:
$wmifilesecsetting = GetObject ("winmgmts:Win32_LogicalFileSecuritySetting.path='i:\\owns.kix'")

$ok = $wmifilesecsetting.GetSecurityDescriptor($wmiSecDesc)

This GetSecurityDescriptor method doesn't work because the $wmisecDesc variable cannot be initialized to type Security_Descriptor via this method (in KiXtart).....

any thoughts?

Brian

[ 21 June 2002, 18:31: Message edited by: BrianTX ]