Skip to content

Instantly share code, notes, and snippets.

@stknohg
Created November 19, 2019 01:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stknohg/cd43a673a614d1c362152356665005ed to your computer and use it in GitHub Desktop.
Save stknohg/cd43a673a614d1c362152356665005ed to your computer and use it in GitHub Desktop.
Windows 10 November 2019 Update(19H2)で変更されたPowerShellモジュールについてのメモ

バージョン情報

OSのビルドバージョンは 18363 だが、Windows PowerShellのビルドバージョンは 18362 のまま前のバージョンから更新なし。
(代わりにリビジョンが 18362.1 から 18362.145 に更新されてる)

PS C:\> $PSVersionTable | sort Name
Name                           Value
----                           -----
PSVersion                      5.1.18362.145
PSEdition                      Desktop
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}
BuildVersion                   10.0.18362.145
CLRVersion                     4.0.30319.42000
WSManStackVersion              3.0
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1

変更点

モジュールの機能に目に見えてわかる変更点は無かった。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment