-----------------------------------------------------------------
Quest Group Policy Manager PowerShell Scripting Package
-----------------------------------------------------------------
Contents --------
This package should consist of three files:
1. ReadMe.txt The file you're reading right now.
2. Quest.Avalanche.Scripting.dll A file to provide the the powershell interface against which to script.
3. QGPMInit.ps1 An initialization script to set you up with the management objects assigned to the $vcManager, $reportManager, and $reportDataProvider variables.
Requirements ------------
The QGPM scripting pack uses DLLs that are installed with the QGPM client. You must install at least the "Client Only" option, of QGPM, but the "Client and Server" option will work as well.
Installation ------------
To install the Quest Group Policy Manager PowerShell Scripting Package, simply copy the DLL file and the PS1 file into the QGPM installation directory (by default, this directory is "C:\Program Files\Quest Software\Quest Group Policy Manager".
Usage -----
When writing a script, the first line should reference the initialization script provided, i.e.:
& 'C:\Program Files\Quest Software\Quest Group Policy Manager\QGPMInit.ps1' -computerName -portNumber
After the initialization script executes, it will populate the variable "$vcManager" with the management object used to control the specified QGPM service.
|