Verify Windows Signed Scripts
Procedure
Follow the steps below to verify the signed script of Windows system:
- Run PowerShell on your computer.
-
Execute the following command lines in PowerShell:
Get-AuthenticodeSignature –FilePath “{Restore destination path}\{RestoreJobId}_Script.ps1”If the command status is valid, the signed script has passed verification.
Example:Restore destination path: C:\temp\VMBackup Restore Job ID: RS SerialNumberFollow the steps below to verify the signed script:- Run PowerShell on your computer.
- Execute the following command lines in
PowerShell:
Get-AuthenticodeSignature –FilePath “C:\temp\VMBackup\RS SerialNumber_Script.ps1”
If the command status is valid, the signed script has passed verification.