< Back
Disconnect-OVGD
Post
NAME Disconnect-OVGD
SYNOPSIS
Removes a connection to a Global Dashboard instance
SYNTAX
Disconnect-OVGD [[-Server] <Object>] [[-Sessionkey] <Object>] [<CommonParameters>]
DESCRIPTION
This function will remove a connection session to the specified Global Dashboard instance
PARAMETERS
-Server <Object>
The Global Dashboard to remove connection from
Required? false
Position? 1
Default value $Global:OVGDPSServer
Accept pipeline input? false
Accept wildcard characters? false
-Sessionkey <Object>
The sessionkey to delete
Required? false
Position? 2
Default value $Global:OVGDPSToken
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
NOTES
Info
Author : Rudi Martinsen / Intility AS
Date : 25/03-2019
Version : 0.1.1
Revised : 17/04-2019
Changelog:
0.1.1 -- Added help text
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Disconnect-OVGD -Server 1.1.1.1 -Sessionkey xxxxxxxxx-xxx
Removes the login session from the specified Global Dashboard instance
RELATED LINKS
https://github.com/rumart/GlobalDashboardPS
https://developer.hpe.com/blog/accessin ... hboard-api
SYNOPSIS
Removes a connection to a Global Dashboard instance
SYNTAX
Disconnect-OVGD [[-Server] <Object>] [[-Sessionkey] <Object>] [<CommonParameters>]
DESCRIPTION
This function will remove a connection session to the specified Global Dashboard instance
PARAMETERS
-Server <Object>
The Global Dashboard to remove connection from
Required? false
Position? 1
Default value $Global:OVGDPSServer
Accept pipeline input? false
Accept wildcard characters? false
-Sessionkey <Object>
The sessionkey to delete
Required? false
Position? 2
Default value $Global:OVGDPSToken
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
NOTES
Info
Author : Rudi Martinsen / Intility AS
Date : 25/03-2019
Version : 0.1.1
Revised : 17/04-2019
Changelog:
0.1.1 -- Added help text
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Disconnect-OVGD -Server 1.1.1.1 -Sessionkey xxxxxxxxx-xxx
Removes the login session from the specified Global Dashboard instance
RELATED LINKS
https://github.com/rumart/GlobalDashboardPS
https://developer.hpe.com/blog/accessin ... hboard-api