You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
share removal
About this tag
Discussions about share removal on WindowsForum.com focus on managing network shares via command-line tools like net share. Users seek methods to list all existing shares and remove permissions, such as revoking the 'Everyone' group's access. Topics include scripting bulk changes to avoid manual entry for multiple shares, and finding the opposite of the /GRANT parameter to remove specific user or group permissions. These threads provide practical solutions for administrators needing to audit or clean up share permissions efficiently.
To create a folder share and grant full permissions to user karl I can write on cmdline:
net share "myshare123"="D:\tool" /GRANT:karl,FULL
ok, it works.
But what about the other way:
Is there a way to generate all the full "net share" commands for ALL currently existing folder shares?
I...