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.
  1. P

    Windows 7 How to list all shares? How to cmdline remove GRANT for everyone ?

    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...
Back
Top