PowerShell API
The GO-Global PowerShell API supports programmatic monitoring and management of sessions running on GO-Global Application Hosts and Application Host Managers. The API’s documentation can be output as follows:
- Open the Windows PowerShell ISE application.
- Open C:\Program Files\GraphOn\GO-Global\Programs\GraphOn.GO-Global.SessionManager.PowerShell.Tester.ps1
- At the top of the script, change the $hostAddress and $relayserver values to match your environment.
- Run the script. The help descriptions for each API are listed at the end of the output.
Available API calls:
Get-GGApplicationHosts
Get-GGSessions
Get-GGClients
Get-GGLicenseUsage
Invoke-GGSessionLogoff
Set-GGMaxSessionsPerHost
Invoke-GGPublishApplication
Invoke-GGUnpublishApplication
Invoke-GGActivate
Invoke-GGSendMessage
