Link to home
Start Free TrialLog in
Avatar of jayrbarrios
jayrbarriosFlag for Singapore

asked on

Track SDDL changes with PowerShell and compare it

I want to track permission change made in our file shares and compare it and finally export it to csv for report. is there a way to achieve this using powershell script?
ASKER CERTIFIED SOLUTION
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jayrbarrios

ASKER

Thanks for the answer, it runs with

Get-Content “C:\logs\computers.txt” | ./Get-AllSharePermissions | Export-Csv “C:\logs\shares.csv” -NoTypeInformation -force

but i'm not getting any reports in the CSV file...