Skip to content

Instantly share code, notes, and snippets.

@stknohg
Created November 24, 2020 06:12
  • 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/6a75acdd79bd582599eb66ccb29e8925 to your computer and use it in GitHub Desktop.
Windows 10 October 2020 Update(20H2)で変更されたPowerShellモジュールについてのメモ

バージョン情報

PS C:\> $PSVersionTable | sort Name

Name                           Value
----                           -----
PSVersion                      5.1.19041.1
PSEdition                      Desktop
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}
BuildVersion                   10.0.19041.1
CLRVersion                     4.0.30319.42000
WSManStackVersion              3.0
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1

バージョンとしてはWindows 10 2004から変更なし。ビルドバージョンすら同一。

更新されたモジュール

SmbShare

  • Remove-SmbComponentが追加。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment