PowerShell Toolkitのコード署名証明書の有効期限が切れている
環境
- PowerShell Toolkit(PSTK)
- Windowsプラットフォーム
問題
- PSTK <ver>のコード署名証明書の 有効期限が切れています
- これは、 PSTKモジュールの実行ポリシーが AllSignedに設定されている場合に影響します。
- これは、PSTK <ver>モジュールのインポート中に発生する可能性があります 。または、 PSTK <ver> インストールスクリプトの実行時に発生する可能性があります。
- 例 1:PSTKモジュールのインポート
エラー: The file was skipped because of the following validation exception: file <file-name> type.ps1xml cannot be loaded. the file <file-name> is not digitally signed. you cannot run this script on the current system.
- 例2:PSTKインストールスクリプトの実行
エラー: A required certificate is not within its validity period when verifying against the current system clock or the timestamp in the signed file.