< Back
New-VaoApiConnection
Post
NAME New-VaoApiConnection
SYNOPSIS
SYNTAX
New-VaoApiConnection [-Server] <String> [[-Token] <String>] [-Credential] <PSCredential> [<CommonParameters>]
DESCRIPTION
Connecto to Veeam Availability Orchestrator API.
PARAMETERS
-Server <String>
FQDN of the Veeam Availability Orchestrator Instance
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Token <String>
Existing Token for renewal (not yet implemented)
Required? false
Position? 2
Default value $Global:VaoApiConnection.Token
Accept pipeline input? false
Accept wildcard characters? false
-Credential <PSCredential>
Credential for the Veeam Availability Orchestrator Instance
Required? true
Position? 3
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
File Name : New-VaoApiConnectionl.psm1
Author : Markus Kraus
Version : 1.0
State : Ready
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>$YourCredentials = Get-Credential
New-VaoApiConnection -Server "vao01.lab.local" -Credential $YourCredentials
RELATED LINKS
https://mycloudrevolution.com/
https://helpcenter.veeam.com/docs/vao/r ... tml?ver=10
SYNOPSIS
SYNTAX
New-VaoApiConnection [-Server] <String> [[-Token] <String>] [-Credential] <PSCredential> [<CommonParameters>]
DESCRIPTION
Connecto to Veeam Availability Orchestrator API.
PARAMETERS
-Server <String>
FQDN of the Veeam Availability Orchestrator Instance
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Token <String>
Existing Token for renewal (not yet implemented)
Required? false
Position? 2
Default value $Global:VaoApiConnection.Token
Accept pipeline input? false
Accept wildcard characters? false
-Credential <PSCredential>
Credential for the Veeam Availability Orchestrator Instance
Required? true
Position? 3
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
File Name : New-VaoApiConnectionl.psm1
Author : Markus Kraus
Version : 1.0
State : Ready
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>$YourCredentials = Get-Credential
New-VaoApiConnection -Server "vao01.lab.local" -Credential $YourCredentials
RELATED LINKS
https://mycloudrevolution.com/
https://helpcenter.veeam.com/docs/vao/r ... tml?ver=10