To install the OEM extension package:
Note: Microsoft recommends that all Administration Portal sessions be closed for the duration of any update. Failure to close the sessions can result in extended run times and other issues.
The following is an example for querying the update status using the PEP:
$cred = Get-Credential
$pepsession = New-PSSession -ComputerName xxx.xxx.xxx.xxx -ConfigurationName PrivilegedEndpoint -Credential $cred
$log = Invoke-Command -Session $pepSession -ScriptBlock { Get-AzureStackUpdateVerboseLog }
$log > ".\UpdateVerboseLog2.txt"
get-content UpdateVeboseLog.txt -Tail 24
Note: If one or more of the validation tests report a failed status, resolve these issues before applying any updates. If required, log a ticket with Microsoft Azure Stack Support.
For the order of operations, return to Patch and Update Overview.