# Install Module
Install-Module PowerGlue
# Import Module and connect to IT Glue
Import-Module PowerGlue
$ApiKey = 'ITG.MYSECRETAPIKEY'
Connect-ITGServer -ApiKey $ApiKey
# Retrieve an Organization by name
$Organization = Get-ITGOrganization -Name 'Example.com'
# Retrieve Configuration Status IDs and select ID for 'Provisioning' status
$ConfigurationStatus = Get-ITGConfigurationStatus
$StatusId = ($ConfigurationStatus | Where-Object { $_.Name -eq 'Provisioning' }).Id
# Retreive Configuratinos for Example.com with a status of 'Provisioning'
$Configuration = $Organization | Get-ITGConfiguration -StatusId $StatusId
-
Notifications
You must be signed in to change notification settings - Fork 0
IT Glue PowerShell Module
License
LockstepGroup/PowerGlue
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
IT Glue PowerShell Module
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published