Skip to content

Instantly share code, notes, and snippets.

@stknohg
Created May 19, 2021 03:22
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save stknohg/bd60e158e9a6dc9dc173145ea3a47ae2 to your computer and use it in GitHub Desktop.
Windows 10 May 2021 Update (21H1)で変更されたPowerShellモジュールについてのメモ

バージョン情報

PS C:\> $PSVersionTable | sort Name

Name                           Value
----                           -----
PSVersion                      5.1.19041.906
PSEdition                      Desktop
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}
BuildVersion                   10.0.19041.906
CLRVersion                     4.0.30319.42000
WSManStackVersion              3.0
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
  • Windows 10 20H2(5.1.19041.1)と比べてリビジョンのみ上がっている。

更新されたモジュール

ProcessMitigations

  • モジュールバージョンがVer.1.0.11Ver.1.0.12に更新。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment