About 50 results
Open links in new tab
  1. about_Signing - PowerShell | Microsoft Learn

    Sep 29, 2025 · Explains how to sign scripts so that they comply with the PowerShell execution policies.

  2. Set-AuthenticodeSignature (Microsoft.PowerShell.Security) - PowerShell

    In a PowerShell script file, the signature takes the form of a block of text that indicates the end of the instructions that are executed in the script. If there is a signature in the file when this cmdlet runs, …

  3. about_Signing - PowerShell | Microsoft Learn

    Erläutert, wie Skripts signiert werden, damit sie den PowerShell-Ausführungsrichtlinien entsprechen.

  4. Set-ExecutionPolicy (Microsoft.PowerShell.Security) - PowerShell

    Execution policies determine whether you can load configuration files, such as your PowerShell profile, or run scripts. And, whether scripts must be digitally signed before they are run.

  5. How to sign script powershell? - Microsoft Q&A

    Aug 20, 2024 · Learn how to set up a publicly issued code signing certificate, so you can sign catalog files or App Control policies internally. This article explains how to sign an AL app package file with a …

  6. about_Signing - PowerShell | Microsoft Learn

    Explique comment signer des scripts afin qu’ils soient conformes aux stratégies d’exécution PowerShell.

  7. about_Execution_Policies - PowerShell | Microsoft Learn

    Sep 24, 2025 · You can sign the script or elect to run an unsigned script without changing the execution policy. Beginning in PowerShell 3.0, you can use the Stream parameter of the Get-Item cmdlet to …

  8. PowerShell Code Signing Unknown Error - Microsoft Q&A

    Apr 3, 2023 · The .ps1 file was modified, but PowerShell also tried to verify the signature and ETW tracing showed that this failed because of "A certificate's basic constraint extension has not been …

  9. Intune PowerShell - Enforce script signature check

    Nov 28, 2023 · The "Enforce script signature check" setting in the Intune Portal is used to determine whether a PowerShell script must be signed by a trusted publisher before it can be executed on a …

  10. about_Scripts - PowerShell | Microsoft Learn

    Script Signing - You can add a digital signature to a script. Depending on the execution policy, you can use digital signatures to restrict the running of scripts that could include unsafe commands.