The information in this article applies to:
SUMMARYADSFshar.exe is a self-extracting executable file that contains the Visual FoxPro form files, FileShare.scx and FileShare.sct. This sample demonstrates how to find, add, and delete server file shares using the Active Directory Services Interface (ADSI). MORE INFORMATIONThe following file is available for download from the Microsoft
Software Library. Click the file name below to download the file: ADSFshar.exeRelease Date: 09-11-1998 For more information about how to download files from the Microsoft Software Library, please see the following article in the Microsoft Knowledge Base: Q119591 How to Obtain Microsoft Support Files from Online ServicesNOTE: In order to use the sample, the Active Directory Service Interfaces must be installed from either the Microsoft Developer Network CD or the following Web site: http://www.microsoft.com/windows/server/Technical/directory/ADSI is a Component Object Model (COM) based interface for accessing directory services. Each element of the network, such as users, printers and computers, can be treated as an object. To use the FileShare form, run the ADSFshare.exe file and extract the form files. Run the form from within Visual FoxPro by typing the following in the Command window:
Enter a domain name and a server name upon which to look for file shares. A
domain name is not required, but omitting the domain name increases the
time of the search. Once the server is found and the list box is populated,
shares may be selected from the list. When selected, properties for the
share are listed in the text boxes on the right. Clicking the Delete button
deletes the selected share, if the user has permissions to do so.
Shares may be added by entering a path and a share name, then clicking the Add button. The Exit button closes the form. REFERENCESFor more information about ADSI, please see the following Web site: http://www.microsoft.com/windows/server/Deploy/ © Microsoft Corporation 1998, All Rights Reserved. Additional query words:
Keywords : kbfile kbsample kbActiveX kbADSI kbVFp600 |
Last Reviewed: November 19, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |