Skip to content

Instantly share code, notes, and snippets.

@stknohg
Last active October 25, 2017 02:00
  • 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/2085ed2f1f6a08dd57d3e5c9729e9294 to your computer and use it in GitHub Desktop.
Windows 10 Creators Update(1703)で変更されたPowerShellモジュールについてのメモ

バージョン情報

PS C:\> $PSVersionTable | sort Name

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

変更のあったモジュール

AppLocker

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

AppvClient

Remove-AppvClientPackageSafeパラメーターが増えている。

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

Sync-AppvPublishingServerPublishFromXMLパラメーターが増えている。

Appx

Add-AppxPackageRequiredContentGroupOnlyRegisterByFamilyNameExternalPackagesOptionalPackagesパラメーターが増えている。

Invoke-CommandInDesktopPackagePreventBreakawayパラメーターが増えている。

Remove-AppxPackageAllUsersUserパラメーターが増えている。

BitLocker

BackupToAAD-BitLockerKeyProtectorが追加されている。

ConfigCI

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

DeliveryOptimization

新たに追加されたモジュール。

PS C:\> Get-Command -Module DeliveryOptimization

CommandType     Name                                               Version    Source
-----------     ----                                               -------    ------
Cmdlet          Get-DeliveryOptimizationPerfSnap                   1.0.0.0    DeliveryOptimization
Cmdlet          Get-DeliveryOptimizationStatus                     1.0.0.0    DeliveryOptimization

Dism

Add-AppxProvisionedPackageAdd-ProvisionedAppxPackageOptionalPackagePathパラメーターが増えている。

Remove-AppxProvisionedPackageRemove-ProvisionedAppxPackageAllUsersパラメーターが増えている。

EventTracingManagement

Save-EtwTraceSessionStart-EtwTraceSessionStop-EtwTraceSessionUpdate-EtwTraceSessionが追加されている。

Set-EtwTraceSessionUpdate-EtwTraceSessionのエイリアスに変更されている。 Remove-EtwTraceSessionStop-EtwTraceSessionのエイリアスに変更されている。

NetTCPIP

Get-NetIPv4ProtocolGet-NetIPv6ProtocolSet-NetIPv4ProtocolSet-NetIPv6ProtocolDeadGatewayDetectionパラメーターが増えている。

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

PrintManagement

Add-PrinterSet-PrinterWorkflowPolicyパラメーターが増えている。

Provisioning

新たに追加されたモジュール。

PS C:\> Get-Command -Module Provisioning

CommandType     Name                                               Version    Source
-----------     ----                                               -------    ------
Alias           Add-ProvisioningPackage                            3.0        Provisioning
Alias           Add-TrustedProvisioningCertificate                 3.0        Provisioning
Alias           Remove-ProvisioningPackage                         3.0        Provisioning
Alias           Remove-TrustedProvisioningCertificate              3.0        Provisioning
Cmdlet          Export-ProvisioningPackage                         3.0        Provisioning
Cmdlet          Export-Trace                                       3.0        Provisioning
Cmdlet          Get-ProvisioningPackage                            3.0        Provisioning
Cmdlet          Get-TrustedProvisioningCertificate                 3.0        Provisioning
Cmdlet          Install-ProvisioningPackage                        3.0        Provisioning
Cmdlet          Install-TrustedProvisioningCertificate             3.0        Provisioning
Cmdlet          Uninstall-ProvisioningPackage                      3.0        Provisioning
Cmdlet          Uninstall-TrustedProvisioningCertificate           3.0        Provisioning

StartLayout

Export-StartLayoutEdgeAssetsが追加されている。

Storage

Disable-PhysicalDiskIdentificationDisable-PhysicalDiskIndicationReset-PhysicalDiskUpdate-StorageFirmwareからPassThruWhatIfConfirmパラメーターが削除されている。

Get-PhysicalDiskのパラメーター指定が変更されている。

Get-PhysicalExtentGet-PhysicalExtentAssociationが追加されている。

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

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

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

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

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

PowerShell Remoting over SSH

いつの間にかできる様になっていた。

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