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
Friday at PASS Europe 2006

Kevin talks about the closing day of the event and shares a funny Microsoft film. ...

Windows Mobile: What Went Wrong?

Paul discusses the evolution of Windows Mobile and why he thinks the platform is probably doomed. ...

More fun TechEd 2005 Resources

Kevin points out some more TechEd resources ...


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

Are You Satisfied?

A Preliminary Look at Deployment Plans for Microsoft Windows Vista

Related Events 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.

Job Openings in IT


ADS BY GOOGLE SPONSORED LINKS FEATURED LINKS

Microsoft Exchange & Windows Connections event returns to Las Vegas Nov 10 - 13
Connections returns to Las Vegas for this exciting event where each attendee will receive SQL Server 2008 standard with 1 CAL. Co-located with Microsoft ASP.NET, SQL Server, and SharePoint Connections with over 250 in-depth sessions.

Free Online Event! Virtualization:Get the Facts!
Register now and attend this free, live in-depth online conference on November 13 and 20, 2008, produced by Windows IT Pro. All registrants are eligible to receive a complimentary one-year digital subscription to Windows IT Pro (a $49.95 value)!

Check Out Hyper-V Video on ITTV
Watch Karen Forster's interview on Hyper-V's performance on ITTV.net.

Ease Your Scripting Pains with the Flexibility of PowerShell!
Join MVP Paul Robichaux on December 11, 2008 at 11:00 AM EDT as he equips you with PowerShell basics in 3 introductory lessons, each followed by a live Q&A session—all on your own computer!

PASS Community Summit 2008 in Seattle on Nov 18-21
The don’t-miss event for Microsoft SQL Server Professionals. Register now and you’ll enjoy top-notch Microsoft and Community speakers and more.



Solving PST Management Problems
In this white paper, read about the top PST issues and how to administer local/network PST Files.

Get Protected -- Data Protection Manager 2007
Protect your virtualized environment with Data Protection Manager

Order Your SQL Fundamentals CD Today!
Learn how to use SQL Server, understand Office integration techniques and dive into the essentials of SQL Express and Visual Basic with this free SQL Fundamentals CD.
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