Article ID: 234234 - Last Review: August 8, 2007 - Revision: 3.3 How to Manage File Shares Using ADSIThis article was previously published under Q234234 SUMMARY
This article describes how to use Active Directory Services Interface (ADSI) to manage file shares on local and remote computers.
MORE INFORMATION
You can use ADSI to write scripts or programs to manage shares on both local and remote computers. The different properties you can use in the IADsFileShare object are listed in the following table.
Collapse this table
The following scripts, written in VBScript, take advantage of the IADsFileShare object. The Create_Share.vbs script creates a new share on 'MYCOMPUTER,' and then sets some of the common file share attributes. The List_Shares.vbs script lists all of the shares on 'MYCOMPUTER' and the local path for the share. For information about ADSI, please visit the following Microsoft Web site: http://www.microsoft.com/technet/prodtechnol/windows2000serv/technologies/activedirectory/default.mspx
(http://www.microsoft.com/technet/prodtechnol/windows2000serv/technologies/activedirectory/default.mspx)
For information about Windows Script Host, please visit the following Microsoft Web site:
http://msdn2.microsoft.com/en-us/library/ms950396.aspx
(http://msdn2.microsoft.com/en-us/library/ms950396.aspx)
| Article Translations
|

Back to the top
