Is there an comfortable way (example with PowerShell) to do a network scan for every share and list the shares which has setup that ,,Everyone" can Read and Write.
Is there an comfortable way (example with PowerShell) to do a network scan for every share and list the shares which has setup that ,,Everyone" can Read and Write.
You can try use this script: Scan-Share-Permissions.ps1 from PowerShell Scripting Expert repository project.