Creating Scripts
The following sections provide information about how to create scripts that can be used with the Windows Management Instrumentation (WMI) Provider.
Section | Description |
---|---|
Describes how you can connect to the WMI service on a local or remote server. You must connect to the server before you can use the WMI Provider. |
|
Describes how you can create a script in the Synchronization Service Manager to run a management agent on a local server. This section also describes how you can modify that script to run on a remote server with the current or alternative credentials. |
|
Describes how you can set authentication flags in your script to increase security. The example shows how you can encrypt data sent across a network between a client and the Forefront Identity Manager Synchronization Service (FIM Synchronization Service) Server. |
|
Describes how you can create a C# file by using the Synchronization Service Manager that you can compile into a stand-alone program. |
|
Describes how you can run your scripts by using the CScript script host as the default. |