Verify Windows Signed Scripts

Procedure

Follow the steps below to verify the signed script of Windows system:

  1. Run PowerShell on your computer.
  2. 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 SerialNumber
    Follow the steps below to verify the signed script:
    1. Run PowerShell on your computer.
    2. 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.