Skip to content

Instantly share code, notes, and snippets.

@stknohg
Created October 25, 2017 09:49
  • 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/88a6b374bebc24bce5bc45c38a2e22a5 to your computer and use it in GitHub Desktop.
Windows 10 Windows 10 November Update(TH2)で変更されたPowerShellモジュールについてのメモ

とりあえずわかる範囲で。

バージョン情報

PS C:\> $PSVersionTable | sort Name

Name                           Value
----                           -----
PSVersion                      5.0.10586.0
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}
BuildVersion                   10.0.10586.0
CLRVersion                     4.0.30319.42000
WSManStackVersion              3.0
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1

変更のあったモジュール

ConfigCI

Set-CIPolicyVersionが増えている。

Get-SystemDriverNew-CIPolicyNoScriptOmitPathsPathToCatrootパラメーターが増えている。

Defender

Start-MpWDOScanが増えている。

Microsoft.PowerShell.Core

全体的にPowerShell Direct関連のパラメーターが増えている。

Get-PSSessionCapabilityNew-PSRoleCapabilityFileが増えている。

Microsoft.PowerShell.Management

Set-ClipboardAsHtmlパラメーターが増えている。

Microsoft.PowerShell.Utility

ConvertFrom-SddlString、Import-PowerShellDataFile`が増えている。

NetAdapter

Disable-NetAdapterEncapsulatedPacketTaskOffloadEnable-NetAdapterEncapsulatedPacketTaskOffloadEncapsulationTypeパラメーターが増えている。

Set-NetAdapterEncapsulatedPacketTaskOffloadからEncapsulatedPacketTaskOffloadEnabledが削除されNvgreEncapsulatedPacketTaskOffloadEnabledVxlanEncapsulatedPacketTaskOffloadEnabledVxlanUDPPortNumberパラメーターが増えている。

NetTCPIP

Get-NetIPInterfaceSet-NetIPInterfaceClampMssパラメーターが増えている。

Get-NetRouteRemove-NetRouteCompartmentIdパラメーターが増えている。

Get-NetUDPEndpointCreationTimeOwningProcessパラメーターが増えている。

PackageManagement

モジュールのバージョンが1.0.0.0→1.0.0.1に微妙に更新されている。

全体的にスクリプト登録関連、Packaeg Provider関連の機能が増えている。

PowerShellGet

モジュールのバージョンが1.0.0.0→1.0.0.1に微妙に更新されている。

全体的にスクリプト登録関連の機能が増えている。

Find-ScriptGet-InstalledScriptInstall-ScriptUninstall-ScriptNew-ScriptFileInfoTest-ScriptFileInfoPublish-ScriptSave-ScriptUpdate-ModuleManifestUpdate-ScriptUpdate-ScriptFileInfoが増えている。

Find-DscResourcePSDesiredStateConfigurationモジュールから移動されている。

PSDesiredStateConfiguration

DSCのConfiguration指定から、ModuleDefinitionResourceDefinitionが削除され、ResourceModuleTuplesToImportが増えている。

Set-DscLocalConfigurationManagerForceパラメーターが増えている。

ScheduledTasks

New-ScheduledTaskTriggerAsJobCimSessionThrottleLimitパラメーターが増えている。

SmbShare

Set-SmbClientConfigurationEnableInsecureGuestLogonsパラメーターが増えている。

Storage

Debug-VolumeGet-StorageFirmwareInformationGet-StorageHealthActionGet-StorageHealthReportGet-StorageHealthSettingRemove-StorageHealthSettingSet-StorageHealthSettingUpdate-StorageFirmwareが増えている。

Debug-FileShareからFileServerパラメーターが削除されている。

Get-PhysicalDiskGet-VirtualDiskNoRedundancyパラメーターが増えている。

Get-StorageDiagnosticInfoExcludeLiveDumpIncludeLiveDumpに変更されている。

Get-StorageFaultDomainPhysicalLocationが増えている。

Get-StorageNodePhysicallyConnectedパラメーターが増えている。

New-StorageTierInterleaveNumberOfColumnsPhysicalDiskRedundancyResiliencySettingNameパラメーターが増えている。

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