< Back

Remove-OVGDSessionKey

Mon Jan 13, 2020 8:59 pm

NAME Remove-OVGDSessionKey



SYNOPSIS

Delete a session key from the Global Dashboard instance





SYNTAX

Remove-OVGDSessionKey [[-Server] <Object>] [[-Sessionkey] <Object>] [-WhatIf] [-Confirm] [<CommonParameters>]





DESCRIPTION

This function will remove the specified session key from the connected Global Dashboard instance





PARAMETERS

-Server <Object>

The Global Dashboard to work with, defaults to the Global variable OVGDPSServer



Required? false

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Sessionkey <Object>

The sessionkey to remove



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Confirm [<SwitchParameter>]



Required? false

Position? named

Default value

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:\\>Remove-OVGDSessionKey -Sessionkey xxxxxxxxx-xxx



Removes the specified sessionkey from the connected Global Dashboard instance











RELATED LINKS

https://github.com/rumart/GlobalDashboardPS

https://developer.hpe.com/blog/accessin ... hboard-api