Windows IT Pro is the authoritative and independent resource for windows nt, windows 2000, windows 2003, windows xp. Features a collection of resources and magazines for windows IT professionals.
  
  
  Advanced Search 


July 2004

Change NTFS Permissions Across a WAN

RSS
Subscribe to Windows IT Pro | See More Resource Kit Articles Here | Reprints | Or get the Monthly Online Pass—only $5.95 a month!

Systems administrators frequently need to change permissions on files or directories. Administrators typically use Windows Explorer for this task; however, using Windows Explorer locally or through Windows 2000 Server Terminal Services to configure multiple directories on a remote server can be time-consuming. Terminal Services' Administrative mode, which limits you to two concurrent connections, makes the task even more difficult to accomplish quickly; moreover, using a GUI across a slow WAN link is almost impossible.

The Microsoft Windows NT Server 4.0 Resource Kit's command-line utility Xcacls (xcacls.exe) makes changing permissions easier. However, Xcacls is still difficult to use, and the administrator needs to input each directory or username as a separate command. (For more information about Xcacls, see the Microsoft article "Using the Command Line to Edit Multiple Subdirectory Permissions" at http://support.microsoft.com/?kbid=265360.)

My company recently needed to set explicit NTFS permissions on multiple users' directories on a remote server across a 64Kbps WAN frame relay connection. Using Terminal Services to connect to the server was extremely slow. Although using Xcacls was faster, the task still would have taken several hours because of the sheer number of users and the necessity to type commands repeatedly. As a result, we decided to use NT's command-shell script with the For command. (The For command is an iterator, which repeatedly executes—or iterates—another command.)

We used Notepad to create a text file that contained the required usernames. For example, suppose we needed to give Full Control to the Applications directory for the users Mary, Joann, and Mason, whose accounts resided in the domain Sirius. The text file would contain the usernames Mary, Joann, and Mason as a list. We would save the text file we created in the same directory as Xcacls and enter the following command at the command line:

For /f  %i in (Accounts.txt) do Xcacls Applications /T /G Sirius \%i:F /E

When you change permissions on directories, you must use the /T switch. The /T switch isn't necessary when you edit permissions on files. Wildcards are acceptable for files in a current directory. You can omit the domain name (e.g., Sirius) if the command runs in the same domain that Xcacls runs in.

To see a list of permissions, open a command prompt and enter

Xcacls help

The permission F stands for Full Control; R stands for READ.

Xcacls works only in the current directory. Unless you're using Terminal Services to take control of a remote computer's desktop, you must map the drive and enter the command from the directory on which you're setting permissions.

End of Article



Reader Comments
script

rayho June 23, 2005 (Article Rating: )


You must log on before posting a comment.

If you don't have a username & password, please register now.




Top Viewed ArticlesView all articles
WinInfo Short Takes: Week of November 24, 2008

An often irreverent look at some of the week's other news, including a Vista Capable dismissal request, Zune price reductions, Morrow musings, Novell and Microsoft sitting in a tree ... two years later, Yahoo!, IE 6 on Windows Mobile, and so much more ...

Command Prompt Tricks

One reader shares his tip for setting up the command prompt to reflect a remote path. ...

PsExec

This freeware utility lets you execute processes on a remote system and redirect output to the local system. ...


Windows OSs Whitepapers Why SaaS is the Right Solution for Log Management

Related Events Securely Extend SharePoint to the Extranet

Check out our list of Free Email Newsletters!

Scripting eBooks Keeping Your Business Safe from Attack: Encryption and Certificate Services

Best Practices for Managing Linux and UNIX Servers

Building an Effective Reporting System

Related Scripting Resources Become a VIP member of the Windows IT Pro community!
Get it all with the VIP CD and VIP access. A $500+ value for only $279!

Subscribe to Windows IT Pro!
Solve your toughest technical problems with our experts and access 10,000 + articles online. 30% off

Monthly Online Pass - Only $5.95!
Get instant access to 10,000+ articles from Windows IT Pro Magazine!

TechNet Virtual Labs
Evaluate and test Microsoft's newest products.


Windows IT Pro Home Register FAQ for Windows WinInfo News
Europe Edition About Us Contact Us/Customer Service Media Kit Affiliates / Licensing  
SQL Server Magazine Office & SharePoint Pro Windows Dev Pro IT Job Hound ITTV
IT Library Technology Resource Directory Connected Home Windows Excavator Windows SuperSite 
 
 Windows IT Pro is a Division of Penton Media Inc.
 Copyright © 2008 Penton Media, Inc., All rights reserved. Terms and Use | Privacy Statement | Reprints and Licensing