Start-VCFSystemPrecheck¶
Synopsis¶
Starts the system level health check.
Syntax¶
Start-VCFSystemPrecheck [-json] <String> [<CommonParameters>]
Description¶
The Start-VCFSystemPrecheck
cmdlet performs system level health checks and upgrade pre-checks.
Examples¶
Example 1¶
Start-VCFSystemPrecheck -json (Get-Content -Raw .\samples\system-prechecks\precheckSpec.json)
This example shows how to perform system level health checks and upgrade pre-checks using the JSON specification file.
Sample JSON: System Prechecks
{
"resources" : [ {
"resourceId" : "f5af221e-6a27-4370-b7d6-4c95279e1d22",
"type" : "DOMAIN"
} ]
}
Parameters¶
-json¶
Specifies the JSON specification to be used.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Common Parameters¶
This cmdlet supports the common parameters: -Debug
, -ErrorAction
, -ErrorVariable
, -InformationAction
, -InformationVariable
, -OutVariable
, -OutBuffer
, -PipelineVariable
, -Verbose
, -WarningAction
, and -WarningVariable
. For more information, see about_CommonParameters.