< Back

New-OVGDSessionKey

Mon Jan 13, 2020 8:58 pm

NAME New-OVGDSessionKey



SYNOPSIS

Creates a session key on the Global Dashboard instance





SYNTAX

New-OVGDSessionKey [-Server] <Object> [-Username] <Object> [-Password] <SecureString> [[-LoginDomain] <Object>]

[-WhatIf] [-Confirm] [<CommonParameters>]





DESCRIPTION

This function will create a session key on the connected Global Dashboard instance





PARAMETERS

-Server <Object>

The Global Dashboard to connect to



Required? true

Position? 1

Default value

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



-Username <Object>

The Username of a user with access to the Global Dashboard instance



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Password <SecureString>

The Password of the specified user



Required? true

Position? 3

Default value

Accept pipeline input? false

Accept wildcard characters? false



-LoginDomain <Object>

[ValidateSet("your-domain-here","local")]



Required? false

Position? 4

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:\\>New-OVGDSessionKey -Server gd-01 -Username user01 -Password zxxxxxx



Creates a sessionkey on the connected Global Dashboard instance











RELATED LINKS

https://github.com/rumart/GlobalDashboardPS

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