Welcome, Guest
Login Login / Register
Help
NEW? Get Plugged In
Related Communities
Vintela
ActiveRoles
Compliance Suite
[1870] Quest Group Policy Manager PowerShell Scripting Package    « Back to Category
Author: Steve Dinn, Created on: Apr 29, 2008 9:19 AM
Keywords: powershell scripting group policy
Rating:


-----------------------------------------------------------------

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.

Document Rating
Rating:

Comments
 
No comments.
Attachments
Click to download this attachment QGPM_Power...age.zip(7.7 K)
Downloaded 51 Times
Related Documents
No Related Documents