New-VPASDPASetupScript
Synopsis:
GENERATE DPA INSTALLATION SCRIPT |
Description:
USE THIS FUNCTION GENERATE AN INSTALLATION SCRIPT THAT WILL DEPLOY A DPA CONNECTOR |
Syntax:
New-VPASDPASetupScript -ConnectorType <String> -ConnectorOS <String> [-ExpirationPeriod <Int32>] -ConnectorPoolID <String> [-token <Hashtable>] [<CommonParameters>] |
New-VPASDPASetupScript -InputParameters <Hashtable> [-token <Hashtable>] [<CommonParameters>] |
Parameters:
-ConnectorType <String> |
-ConnectorOS <String> |
-ExpirationPeriod <Int32> |
-ConnectorPoolID <String> |
-InputParameters <Hashtable> |
-token <Hashtable> |
<CommonParameters> |
Examples:
$InstallationScript = New-VPASDPASetupScript -ConnectorType ON-PREMISE -ConnectorOS windows -ConnectorPoolID "a1bcd234-efg5-67h8-90ij-9876k54lm321" |
$InstallationScript = New-VPASDPASetupScript -ConnectorType ON-PREMISE -ConnectorOS windows -ConnectorPoolID "a1bcd234-efg5-67h8-90ij-9876k54lm321" -ExpirationPeriod 60 |
$InputParameters = @{ |
Outputs:
If successful: |
$false if failed |