Get-VPASPSMSettingsByPlatformID
Synopsis:
GET PSM SETTINGS BY PLATFORMID |
Description:
USE THIS FUNCTION TO GET PSM SETTINGS FOR A SPECIFIC PLATFORM |
Syntax:
Get-VPASPSMSettingsByPlatformID -PlatformID <String> [-token <Hashtable>] [<CommonParameters>] |
Get-VPASPSMSettingsByPlatformID -InputParameters <Hashtable> [-token <Hashtable>] [<CommonParameters>] |
Parameters:
-PlatformID <String> |
-InputParameters <Hashtable> |
-token <Hashtable> |
<CommonParameters> |
Examples:
$PSMSettingsJSON = Get-VPASPSMSettingsByPlatformID -PlatformID {PLATFORMID VALUE} |
$InputParameters = @{ |
Outputs:
If successful: |
$false if failed |