HP Sure Recover User Guide
 $p = New-HPSureRecoverImageConfigurationPayload `
 -SigningKeyPassword $skpw `
 -SigningKeyFile "$path\sk.pfx" `
 -Image OS `
 -ImageKeyFile "$path\os.pfx" `
 -username test -password test `
 -url "http://www.hp.com/custom/image.mft"
 $p | Set-HPSecurePLatformPayload 
 $p = New-HPSureRecoverImageConfigurationPayload `
 -SigningKeyPassword $skpw `
 -SigningKeyFile "$path\sk.pfx" `
 -Image agent `
 -ImageKeyFile "$path\re.pfx" `
 -username test -password test `
 -url "http://www.hp.com/pub/pcbios/CPR"
 $p | Set-HPSecurePLatformPayload 
 $p = New-HPSureRecoverSchedulePayload `
 -SigningKeyPassword $skpw `
 -SigningKeyFile "$path\sk.pfx" `
 -DayOfWeek Sunday,EveryWeek -Hour 13 -Minute 27 -WindowSize 30 
 $p | Set-HPSecurePlatformPayload 
 $p = New-HPSureRecoverConfigurationPayload `
 -SigningKeyPassword $skpw `
 -SigningKeyFile "$path\sk.pfx" `
 -OSImageFlags NetworkBasedRecovery `
 -AgentFlags DRDVD 
 $p | Set-HPSecurePlatformPayload
 Get-HPSureRecoverState -all
 Get-HPSecurePlatformState
}
finally {
13










