ThinWorld Citrix Knowledgebase

Monday, 11 May 2009

Managing Share Permissions on Server 2003 using RMTSHARE.EXE

In order to manage Share Permissions in a enterprise environment the RMTSHARE.EXE Resource Kit utility should be used.


This util takes the syntax

RMTSHARE \\server\share /GRANT username:C (C is change, F is Full, R is Read)

RMTSHARE \\server\share /REMOVE username


its possible to put localhost in the servername so if you have a post build script for servers you can easily add this command to set the correct permissions automatically at server build time.