Windows PowerShell 5.1의 Get-Command -CommandType cmdlet 명령을 실행해서 나온 결과를 소개합니다. 각 명령의 대한 도움말은 help 명령으로 확인할 수 있습니다. 예)help Get-ChildItem

Windows Powershell 4.0과 5.1의 커맨드 비교
Windows PowerShell 5.1과 4.0의 Cmdlet 타입 커맨드를 비교하여 차이를 알 수 있게끔 표로 정리하였습니다. 5.1의 커맨드를 기준으로 4.0에서 제공하는 커맨드는 〇, 제공하지 않는 커맨드는 ×로 표시하였습니다.
| No | 4.0 | Command | Version | Source |
|---|---|---|---|---|
| 1 | × | Add-AppvClientConnectionGroup | 1.0.0.0 | AppvClient |
| 2 | × | Add-AppvClientPackage | 1.0.0.0 | AppvClient |
| 3 | × | Add-AppvPublishingServer | 1.0.0.0 | AppvClient |
| 4 | 〇 | Add-AppxPackage | 2.0.1.0 | Appx |
| 5 | 〇 | Add-AppxProvisionedPackage | 3.0 | Dism |
| 6 | × | Add-AppxVolume | 2.0.1.0 | Appx |
| 7 | 〇 | Add-BitsFile | 2.0.0.0 | BitsTransfer |
| 8 | 〇 | Add-CertificateEnrollmentPolicyServer | 1.0.0.0 | PKI |
| 9 | 〇 | Add-ClusteriSCSITargetServerRole | 2.0.0.0 | IscsiTarget |
| 10 | 〇 | Add-Computer | 3.1.0.0 | Microsoft.PowerShell.Management |
| 11 | 〇 | Add-Content | 3.1.0.0 | Microsoft.PowerShell.Management |
| 12 | × | Add-DfsrConnection | 2.0.0.0 | DFSR |
| 13 | × | Add-DfsrMember | 2.0.0.0 | DFSR |
| 14 | 〇 | Add-History | 3.0.0.0 | Microsoft.PowerShell.Core |
| 15 | 〇 | Add-IscsiVirtualDiskTargetMapping | 2.0.0.0 | IscsiTarget |
| 16 | 〇 | Add-JobTrigger | 1.1.0.0 | PSScheduledJob |
| 17 | 〇 | Add-KdsRootKey | 1.0.0.0 | Kds |
| 18 | × | Add-LocalGroupMember | 1.0.0.0 | Microsoft.PowerShell.LocalAccounts |
| 19 | 〇 | Add-Member | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 20 | 〇 | Add-PSSnapin | 3.0.0.0 | Microsoft.PowerShell.Core |
| 21 | × | Add-SignerRule | 1.0 | ConfigCI |
| 22 | 〇 | Add-Type | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 23 | × | Add-WindowsCapability | 3.0 | Dism |
| 24 | 〇 | Add-WindowsDriver | 3.0 | Dism |
| 25 | 〇 | Add-WindowsImage | 3.0 | Dism |
| 26 | 〇 | Add-WindowsPackage | 3.0 | Dism |
| 27 | × | Backup-AuditPolicy | 1.0.0.0 | SecurityCmdlets |
| 28 | × | Backup-SecurityPolicy | 1.0.0.0 | SecurityCmdlets |
| 29 | 〇 | Checkpoint-Computer | 3.1.0.0 | Microsoft.PowerShell.Management |
| 30 | 〇 | Checkpoint-IscsiVirtualDisk | 2.0.0.0 | IscsiTarget |
| 31 | 〇 | Clear-Content | 3.1.0.0 | Microsoft.PowerShell.Management |
| 32 | 〇 | Clear-EventLog | 3.1.0.0 | Microsoft.PowerShell.Management |
| 33 | 〇 | Clear-History | 3.0.0.0 | Microsoft.PowerShell.Core |
| 34 | 〇 | Clear-Item | 3.1.0.0 | Microsoft.PowerShell.Management |
| 35 | 〇 | Clear-ItemProperty | 3.1.0.0 | Microsoft.PowerShell.Management |
| 36 | 〇 | Clear-KdsCache | 1.0.0.0 | Kds |
| 37 | × | Clear-Recyclebin | 3.1.0.0 | Microsoft.PowerShell.Management |
| 38 | 〇 | Clear-Tpm | 2.0.0.0 | TrustedPlatformModule |
| 39 | × | Clear-UevAppxPackage | 2.1.639.0 | UEV |
| 40 | × | Clear-UevConfiguration | 2.1.639.0 | UEV |
| 41 | 〇 | Clear-Variable | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 42 | 〇 | Clear-WindowsCorruptMountPoint | 3.0 | Dism |
| 43 | 〇 | Compare-Object | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 44 | 〇 | Complete-BitsTransfer | 2.0.0.0 | BitsTransfer |
| 45 | 〇 | Complete-DtcDiagnosticTransaction | 1.0.0.0 | MsDtc |
| 46 | 〇 | Complete-Transaction | 3.1.0.0 | Microsoft.PowerShell.Management |
| 47 | 〇 | Confirm-SecureBootUEFI | 2.0.0.0 | SecureBoot |
| 48 | 〇 | Connect-PSSession | 3.0.0.0 | Microsoft.PowerShell.Core |
| 49 | 〇 | Connect-WSMan | 3.0.0.0 | Microsoft.WSMan.Management |
| 50 | × | ConvertFrom-CIPolicy | 1.0 | ConfigCI |
| 51 | 〇 | ConvertFrom-Csv | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 52 | × | ConvertFrom-DfsrGuid | 2.0.0.0 | DFSR |
| 53 | 〇 | ConvertFrom-Json | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 54 | 〇 | ConvertFrom-SecureString | 3.0.0.0 | Microsoft.PowerShell.Security |
| 55 | × | ConvertFrom-String | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 56 | 〇 | ConvertFrom-StringData | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 57 | 〇 | Convert-IscsiVirtualDisk | 2.0.0.0 | IscsiTarget |
| 58 | 〇 | Convert-Path | 3.1.0.0 | Microsoft.PowerShell.Management |
| 59 | × | Convert-String | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 60 | 〇 | ConvertTo-Csv | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 61 | 〇 | ConvertTo-Html | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 62 | 〇 | ConvertTo-Json | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 63 | × | ConvertTo-ProcessMitigationPolicy | 1.0.11 | ProcessMitigations |
| 64 | 〇 | ConvertTo-SecureString | 3.0.0.0 | Microsoft.PowerShell.Security |
| 65 | 〇 | ConvertTo-TpmOwnerAuth | 2.0.0.0 | TrustedPlatformModule |
| 66 | 〇 | ConvertTo-Xml | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 67 | 〇 | Copy-Item | 3.1.0.0 | Microsoft.PowerShell.Management |
| 68 | 〇 | Copy-ItemProperty | 3.1.0.0 | Microsoft.PowerShell.Management |
| 69 | × | Debug-Job | 3.0.0.0 | Microsoft.PowerShell.Core |
| 70 | 〇 | Debug-Process | 3.1.0.0 | Microsoft.PowerShell.Management |
| 71 | × | Debug-Runspace | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 72 | × | Disable-AppBackgroundTaskDiagnosticLog | 1.0.0.0 | AppBackgroundTask |
| 73 | × | Disable-Appv | 1.0.0.0 | AppvClient |
| 74 | × | Disable-AppvClientConnectionGroup | 1.0.0.0 | AppvClient |
| 75 | 〇 | Disable-ComputerRestore | 3.1.0.0 | Microsoft.PowerShell.Management |
| 76 | 〇 | Disable-JobTrigger | 1.1.0.0 | PSScheduledJob |
| 77 | × | Disable-LocalUser | 1.0.0.0 | Microsoft.PowerShell.LocalAccounts |
| 78 | 〇 | Disable-PSBreakpoint | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 79 | 〇 | Disable-PSRemoting | 3.0.0.0 | Microsoft.PowerShell.Core |
| 80 | 〇 | Disable-PSSessionConfiguration | 3.0.0.0 | Microsoft.PowerShell.Core |
| 81 | × | Disable-RunspaceDebug | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 82 | 〇 | Disable-ScheduledJob | 1.1.0.0 | PSScheduledJob |
| 83 | × | Disable-TlsCipherSuite | 2.0.0.0 | TLS |
| 84 | × | Disable-TlsEccCurve | 2.0.0.0 | TLS |
| 85 | 〇 | Disable-TlsSessionTicketKey | 2.0.0.0 | TLS |
| 86 | 〇 | Disable-TpmAutoProvisioning | 2.0.0.0 | TrustedPlatformModule |
| 87 | × | Disable-Uev | 2.1.639.0 | UEV |
| 88 | × | Disable-UevAppxPackage | 2.1.639.0 | UEV |
| 89 | × | Disable-UevTemplate | 2.1.639.0 | UEV |
| 90 | 〇 | Disable-WindowsErrorReporting | 1.0 | WindowsErrorReporting |
| 91 | 〇 | Disable-WindowsOptionalFeature | 3.0 | Dism |
| 92 | 〇 | Disable-WSManCredSSP | 3.0.0.0 | Microsoft.WSMan.Management |
| 93 | 〇 | Disconnect-PSSession | 3.0.0.0 | Microsoft.PowerShell.Core |
| 94 | 〇 | Disconnect-WSMan | 3.0.0.0 | Microsoft.WSMan.Management |
| 95 | × | Dismount-AppxVolume | 2.0.1.0 | Appx |
| 96 | 〇 | Dismount-IscsiVirtualDiskSnapshot | 2.0.0.0 | IscsiTarget |
| 97 | 〇 | Dismount-WindowsImage | 3.0 | Dism |
| 98 | × | Edit-CIPolicyRule | 1.0 | ConfigCI |
| 99 | × | Enable-AppBackgroundTaskDiagnosticLog | 1.0.0.0 | AppBackgroundTask |
| 100 | × | Enable-Appv | 1.0.0.0 | AppvClient |
| 101 | × | Enable-AppvClientConnectionGroup | 1.0.0.0 | AppvClient |
| 102 | 〇 | Enable-ComputerRestore | 3.1.0.0 | Microsoft.PowerShell.Management |
| 103 | 〇 | Enable-JobTrigger | 1.1.0.0 | PSScheduledJob |
| 104 | × | Enable-LocalUser | 1.0.0.0 | Microsoft.PowerShell.LocalAccounts |
| 105 | 〇 | Enable-PSBreakpoint | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 106 | 〇 | Enable-PSRemoting | 3.0.0.0 | Microsoft.PowerShell.Core |
| 107 | 〇 | Enable-PSSessionConfiguration | 3.0.0.0 | Microsoft.PowerShell.Core |
| 108 | × | Enable-RunspaceDebug | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 109 | 〇 | Enable-ScheduledJob | 1.1.0.0 | PSScheduledJob |
| 110 | × | Enable-TlsCipherSuite | 2.0.0.0 | TLS |
| 111 | × | Enable-TlsEccCurve | 2.0.0.0 | TLS |
| 112 | 〇 | Enable-TlsSessionTicketKey | 2.0.0.0 | TLS |
| 113 | 〇 | Enable-TpmAutoProvisioning | 2.0.0.0 | TrustedPlatformModule |
| 114 | × | Enable-Uev | 2.1.639.0 | UEV |
| 115 | × | Enable-UevAppxPackage | 2.1.639.0 | UEV |
| 116 | × | Enable-UevTemplate | 2.1.639.0 | UEV |
| 117 | 〇 | Enable-WindowsErrorReporting | 1.0 | WindowsErrorReporting |
| 118 | 〇 | Enable-WindowsOptionalFeature | 3.0 | Dism |
| 119 | 〇 | Enable-WSManCredSSP | 3.0.0.0 | Microsoft.WSMan.Management |
| 120 | × | Enter-PSHostProcess | 3.0.0.0 | Microsoft.PowerShell.Core |
| 121 | 〇 | Enter-PSSession | 3.0.0.0 | Microsoft.PowerShell.Core |
| 122 | × | Exit-PSHostProcess | 3.0.0.0 | Microsoft.PowerShell.Core |
| 123 | 〇 | Exit-PSSession | 3.0.0.0 | Microsoft.PowerShell.Core |
| 124 | × | Expand-WindowsCustomDataImage | 3.0 | Dism |
| 125 | 〇 | Expand-WindowsImage | 3.0 | Dism |
| 126 | 〇 | Export-Alias | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 127 | 〇 | Export-BinaryMiLog | 1.0.0.0 | CimCmdlets |
| 128 | 〇 | Export-Certificate | 1.0.0.0 | PKI |
| 129 | 〇 | Export-Clixml | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 130 | 〇 | Export-Console | 3.0.0.0 | Microsoft.PowerShell.Core |
| 131 | 〇 | Export-Counter | 3.0.0.0 | Microsoft.PowerShell.Diagnostics |
| 132 | 〇 | Export-Csv | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 133 | × | Export-DfsrClone | 2.0.0.0 | DFSR |
| 134 | 〇 | Export-FormatData | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 135 | 〇 | Export-IscsiVirtualDiskSnapshot | 2.0.0.0 | IscsiTarget |
| 136 | 〇 | Export-ModuleMember | 3.0.0.0 | Microsoft.PowerShell.Core |
| 137 | 〇 | Export-PfxCertificate | 1.0.0.0 | PKI |
| 138 | 〇 | Export-PSSession | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 139 | × | Export-StartLayout | 1.0.0.0 | StartLayout |
| 140 | × | Export-StartLayoutEdgeAssets | 1.0.0.0 | StartLayout |
| 141 | 〇 | Export-TlsSessionTicketKey | 2.0.0.0 | TLS |
| 142 | × | Export-UevConfiguration | 2.1.639.0 | UEV |
| 143 | × | Export-UevPackage | 2.1.639.0 | UEV |
| 144 | × | Export-WindowsCapabilitySource | 3.0 | Dism |
| 145 | 〇 | Export-WindowsDriver | 3.0 | Dism |
| 146 | 〇 | Export-WindowsImage | 3.0 | Dism |
| 147 | × | Find-Package | 1.0.0.1 | PackageManagement |
| 148 | × | Find-PackageProvider | 1.0.0.1 | PackageManagement |
| 149 | 〇 | ForEach-Object | 3.0.0.0 | Microsoft.PowerShell.Core |
| 150 | 〇 | Format-Custom | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 151 | 〇 | Format-List | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 152 | 〇 | Format-SecureBootUEFI | 2.0.0.0 | SecureBoot |
| 153 | 〇 | Format-Table | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 154 | 〇 | Format-Wide | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 155 | 〇 | Get-Acl | 3.0.0.0 | Microsoft.PowerShell.Security |
| 156 | 〇 | Get-Alias | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 157 | 〇 | Get-AppLockerFileInformation | 2.0.0.0 | AppLocker |
| 158 | 〇 | Get-AppLockerPolicy | 2.0.0.0 | AppLocker |
| 159 | × | Get-AppvClientApplication | 1.0.0.0 | AppvClient |
| 160 | × | Get-AppvClientConfiguration | 1.0.0.0 | AppvClient |
| 161 | × | Get-AppvClientConnectionGroup | 1.0.0.0 | AppvClient |
| 162 | × | Get-AppvClientMode | 1.0.0.0 | AppvClient |
| 163 | × | Get-AppvClientPackage | 1.0.0.0 | AppvClient |
| 164 | × | Get-AppvPublishingServer | 1.0.0.0 | AppvClient |
| 165 | × | Get-AppvStatus | 1.0.0.0 | AppvClient |
| 166 | × | Get-AppxDefaultVolume | 2.0.1.0 | Appx |
| 167 | 〇 | Get-AppxPackage | 2.0.1.0 | Appx |
| 168 | 〇 | Get-AppxPackageManifest | 2.0.1.0 | Appx |
| 169 | 〇 | Get-AppxProvisionedPackage | 3.0 | Dism |
| 170 | × | Get-AppxVolume | 2.0.1.0 | Appx |
| 171 | 〇 | Get-AuthenticodeSignature | 3.0.0.0 | Microsoft.PowerShell.Security |
| 172 | 〇 | Get-BitsTransfer | 2.0.0.0 | BitsTransfer |
| 173 | × | Get-BpaModel | 1.0 | BestPractices |
| 174 | × | Get-BpaResult | 1.0 | BestPractices |
| 175 | 〇 | Get-Certificate | 1.0.0.0 | PKI |
| 176 | 〇 | Get-CertificateAutoEnrollmentPolicy | 1.0.0.0 | PKI |
| 177 | 〇 | Get-CertificateEnrollmentPolicyServer | 1.0.0.0 | PKI |
| 178 | 〇 | Get-CertificateNotificationTask | 1.0.0.0 | PKI |
| 179 | 〇 | Get-ChildItem | 3.1.0.0 | Microsoft.PowerShell.Management |
| 180 | 〇 | Get-CimAssociatedInstance | 1.0.0.0 | CimCmdlets |
| 181 | 〇 | Get-CimClass | 1.0.0.0 | CimCmdlets |
| 182 | 〇 | Get-CimInstance | 1.0.0.0 | CimCmdlets |
| 183 | 〇 | Get-CimSession | 1.0.0.0 | CimCmdlets |
| 184 | × | Get-CIPolicy | 1.0 | ConfigCI |
| 185 | × | Get-CIPolicyIdInfo | 1.0 | ConfigCI |
| 186 | × | Get-CIPolicyInfo | 1.0 | ConfigCI |
| 187 | × | Get-Clipboard | 3.1.0.0 | Microsoft.PowerShell.Management |
| 188 | 〇 | Get-CmsMessage | 3.0.0.0 | Microsoft.PowerShell.Security |
| 189 | 〇 | Get-Command | 3.0.0.0 | Microsoft.PowerShell.Core |
| 190 | × | Get-ComputerInfo | 3.1.0.0 | Microsoft.PowerShell.Management |
| 191 | 〇 | Get-ComputerRestorePoint | 3.1.0.0 | Microsoft.PowerShell.Management |
| 192 | 〇 | Get-Content | 3.1.0.0 | Microsoft.PowerShell.Management |
| 193 | 〇 | Get-ControlPanelItem | 3.1.0.0 | Microsoft.PowerShell.Management |
| 194 | 〇 | Get-Counter | 3.0.0.0 | Microsoft.PowerShell.Diagnostics |
| 195 | 〇 | Get-Credential | 3.0.0.0 | Microsoft.PowerShell.Security |
| 196 | 〇 | Get-Culture | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 197 | 〇 | Get-DAPolicyChange | 2.0.0.0 | NetSecurity |
| 198 | 〇 | Get-Date | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 199 | × | Get-DeliveryOptimizationLog | 1.0.1.0 | DeliveryOptimization |
| 200 | × | Get-DeliveryOptimizationPerfSnap | 1.0.1.0 | DeliveryOptimization |
| 201 | × | Get-DeliveryOptimizationPerfSnapThisMonth | 1.0.1.0 | DeliveryOptimization |
| 202 | × | Get-DeliveryOptimizationStatus | 1.0.1.0 | DeliveryOptimization |
| 203 | × | Get-DfsrBacklog | 2.0.0.0 | DFSR |
| 204 | × | Get-DfsrCloneState | 2.0.0.0 | DFSR |
| 205 | × | Get-DfsrConnection | 2.0.0.0 | DFSR |
| 206 | × | Get-DfsrConnectionSchedule | 2.0.0.0 | DFSR |
| 207 | × | Get-DfsrDelegation | 2.0.0.0 | DFSR |
| 208 | × | Get-DfsReplicatedFolder | 2.0.0.0 | DFSR |
| 209 | × | Get-DfsReplicationGroup | 2.0.0.0 | DFSR |
| 210 | × | Get-DfsrFileHash | 2.0.0.0 | DFSR |
| 211 | × | Get-DfsrGroupSchedule | 2.0.0.0 | DFSR |
| 212 | × | Get-DfsrIdRecord | 2.0.0.0 | DFSR |
| 213 | × | Get-DfsrMember | 2.0.0.0 | DFSR |
| 214 | × | Get-DfsrMembership | 2.0.0.0 | DFSR |
| 215 | × | Get-DfsrPreservedFiles | 2.0.0.0 | DFSR |
| 216 | × | Get-DfsrServiceConfiguration | 2.0.0.0 | DFSR |
| 217 | × | Get-DfsrState | 2.0.0.0 | DFSR |
| 218 | × | Get-DOConfig | 1.0.1.0 | DeliveryOptimization |
| 219 | × | Get-DODownloadMode | 1.0.1.0 | DeliveryOptimization |
| 220 | × | Get-DOPercentageMaxBackgroundBandwidth | 1.0.1.0 | DeliveryOptimization |
| 221 | × | Get-DOPercentageMaxForegroundBandwidth | 1.0.1.0 | DeliveryOptimization |
| 222 | 〇 | Get-Event | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 223 | 〇 | Get-EventLog | 3.1.0.0 | Microsoft.PowerShell.Management |
| 224 | 〇 | Get-EventSubscriber | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 225 | 〇 | Get-ExecutionPolicy | 3.0.0.0 | Microsoft.PowerShell.Security |
| 226 | 〇 | Get-FormatData | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 227 | 〇 | Get-Help | 3.0.0.0 | Microsoft.PowerShell.Core |
| 228 | 〇 | Get-History | 3.0.0.0 | Microsoft.PowerShell.Core |
| 229 | 〇 | Get-Host | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 230 | 〇 | Get-HotFix | 3.1.0.0 | Microsoft.PowerShell.Management |
| 231 | 〇 | Get-IscsiServerTarget | 2.0.0.0 | IscsiTarget |
| 232 | 〇 | Get-IscsiTargetServerSetting | 2.0.0.0 | IscsiTarget |
| 233 | 〇 | Get-IscsiVirtualDisk | 2.0.0.0 | IscsiTarget |
| 234 | 〇 | Get-IscsiVirtualDiskSnapshot | 2.0.0.0 | IscsiTarget |
| 235 | 〇 | Get-Item | 3.1.0.0 | Microsoft.PowerShell.Management |
| 236 | 〇 | Get-ItemProperty | 3.1.0.0 | Microsoft.PowerShell.Management |
| 237 | × | Get-ItemPropertyValue | 3.1.0.0 | Microsoft.PowerShell.Management |
| 238 | 〇 | Get-Job | 3.0.0.0 | Microsoft.PowerShell.Core |
| 239 | 〇 | Get-JobTrigger | 1.1.0.0 | PSScheduledJob |
| 240 | 〇 | Get-KdsConfiguration | 1.0.0.0 | Kds |
| 241 | 〇 | Get-KdsRootKey | 1.0.0.0 | Kds |
| 242 | × | Get-LocalGroup | 1.0.0.0 | Microsoft.PowerShell.LocalAccounts |
| 243 | × | Get-LocalGroupMember | 1.0.0.0 | Microsoft.PowerShell.LocalAccounts |
| 244 | × | Get-LocalUser | 1.0.0.0 | Microsoft.PowerShell.LocalAccounts |
| 245 | 〇 | Get-Location | 3.1.0.0 | Microsoft.PowerShell.Management |
| 246 | 〇 | Get-Member | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 247 | 〇 | Get-Module | 3.0.0.0 | Microsoft.PowerShell.Core |
| 248 | × | Get-NfsMappedIdentity | 1.0 | NFS |
| 249 | × | Get-NfsNetgroup | 1.0 | NFS |
| 250 | × | Get-NonRemovableAppsPolicy | 3.0 | Dism |
| 251 | × | Get-Package | 1.0.0.1 | PackageManagement |
| 252 | × | Get-PackageProvider | 1.0.0.1 | PackageManagement |
| 253 | × | Get-PackageSource | 1.0.0.1 | PackageManagement |
| 254 | 〇 | Get-PfxCertificate | 3.0.0.0 | Microsoft.PowerShell.Security |
| 255 | 〇 | Get-PfxData | 1.0.0.0 | PKI |
| 256 | × | Get-PmemDisk | 1.0.0.0 | PersistentMemory |
| 257 | × | Get-PmemPhysicalDevice | 1.0.0.0 | PersistentMemory |
| 258 | × | Get-PmemUnusedRegion | 1.0.0.0 | PersistentMemory |
| 259 | 〇 | Get-Process | 3.1.0.0 | Microsoft.PowerShell.Management |
| 260 | × | Get-ProcessMitigation | 1.0.11 | ProcessMitigations |
| 261 | 〇 | Get-PSBreakpoint | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 262 | 〇 | Get-PSCallStack | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 263 | 〇 | Get-PSDrive | 3.1.0.0 | Microsoft.PowerShell.Management |
| 264 | × | Get-PSHostProcessInfo | 3.0.0.0 | Microsoft.PowerShell.Core |
| 265 | 〇 | Get-PSProvider | 3.1.0.0 | Microsoft.PowerShell.Management |
| 266 | × | Get-PSReadLineKeyHandler | 2.0.0 | PSReadline |
| 267 | × | Get-PSReadLineOption | 2.0.0 | PSReadline |
| 268 | 〇 | Get-PSSession | 3.0.0.0 | Microsoft.PowerShell.Core |
| 269 | × | Get-PSSessionCapability | 3.0.0.0 | Microsoft.PowerShell.Core |
| 270 | 〇 | Get-PSSessionConfiguration | 3.0.0.0 | Microsoft.PowerShell.Core |
| 271 | 〇 | Get-PSSnapin | 3.0.0.0 | Microsoft.PowerShell.Core |
| 272 | 〇 | Get-Random | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 273 | × | Get-Runspace | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 274 | × | Get-RunspaceDebug | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 275 | 〇 | Get-ScheduledJob | 1.1.0.0 | PSScheduledJob |
| 276 | 〇 | Get-ScheduledJobOption | 1.1.0.0 | PSScheduledJob |
| 277 | 〇 | Get-SecureBootPolicy | 2.0.0.0 | SecureBoot |
| 278 | 〇 | Get-SecureBootUEFI | 2.0.0.0 | SecureBoot |
| 279 | 〇 | Get-Service | 3.1.0.0 | Microsoft.PowerShell.Management |
| 280 | × | Get-SystemDriver | 1.0 | ConfigCI |
| 281 | × | Get-TimeZone | 3.1.0.0 | Microsoft.PowerShell.Management |
| 282 | × | Get-TlsCipherSuite | 2.0.0.0 | TLS |
| 283 | × | Get-TlsEccCurve | 2.0.0.0 | TLS |
| 284 | 〇 | Get-Tpm | 2.0.0.0 | TrustedPlatformModule |
| 285 | 〇 | Get-TpmEndorsementKeyInfo | 2.0.0.0 | TrustedPlatformModule |
| 286 | 〇 | Get-TpmSupportedFeature | 2.0.0.0 | TrustedPlatformModule |
| 287 | 〇 | Get-TraceSource | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 288 | 〇 | Get-Transaction | 3.1.0.0 | Microsoft.PowerShell.Management |
| 289 | 〇 | Get-TroubleshootingPack | 1.0.0.0 | TroubleshootingPack |
| 290 | 〇 | Get-TypeData | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 291 | × | Get-UevAppxPackage | 2.1.639.0 | UEV |
| 292 | × | Get-UevConfiguration | 2.1.639.0 | UEV |
| 293 | × | Get-UevStatus | 2.1.639.0 | UEV |
| 294 | × | Get-UevTemplate | 2.1.639.0 | UEV |
| 295 | × | Get-UevTemplateProgram | 2.1.639.0 | UEV |
| 296 | 〇 | Get-UICulture | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 297 | 〇 | Get-Unique | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 298 | 〇 | Get-Variable | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 299 | 〇 | Get-WheaMemoryPolicy | 2.0.0.0 | Whea |
| 300 | 〇 | Get-WIMBootEntry | 3.0 | Dism |
| 301 | 〇 | Get-WinAcceptLanguageFromLanguageListOptOut | 2.0.0.0 | International |
| 302 | 〇 | Get-WinCultureFromLanguageListOptOut | 2.0.0.0 | International |
| 303 | 〇 | Get-WinDefaultInputMethodOverride | 2.0.0.0 | International |
| 304 | × | Get-WindowsCapability | 3.0 | Dism |
| 305 | 〇 | Get-WindowsDeveloperLicense | 1.0.0.0 | WindowsDeveloperLicense |
| 306 | 〇 | Get-WindowsDriver | 3.0 | Dism |
| 307 | 〇 | Get-WindowsEdition | 3.0 | Dism |
| 308 | 〇 | Get-WindowsErrorReporting | 1.0 | WindowsErrorReporting |
| 309 | 〇 | Get-WindowsImage | 3.0 | Dism |
| 310 | 〇 | Get-WindowsImageContent | 3.0 | Dism |
| 311 | 〇 | Get-WindowsOptionalFeature | 3.0 | Dism |
| 312 | 〇 | Get-WindowsPackage | 3.0 | Dism |
| 313 | × | Get-WindowsSearchSetting | 1.0.0.0 | WindowsSearch |
| 314 | 〇 | Get-WinEvent | 3.0.0.0 | Microsoft.PowerShell.Diagnostics |
| 315 | 〇 | Get-WinHomeLocation | 2.0.0.0 | International |
| 316 | 〇 | Get-WinLanguageBarOption | 2.0.0.0 | International |
| 317 | 〇 | Get-WinSystemLocale | 2.0.0.0 | International |
| 318 | 〇 | Get-WinUILanguageOverride | 2.0.0.0 | International |
| 319 | 〇 | Get-WinUserLanguageList | 2.0.0.0 | International |
| 320 | 〇 | Get-WmiObject | 3.1.0.0 | Microsoft.PowerShell.Management |
| 321 | 〇 | Get-WSManCredSSP | 3.0.0.0 | Microsoft.WSMan.Management |
| 322 | 〇 | Get-WSManInstance | 3.0.0.0 | Microsoft.WSMan.Management |
| 323 | × | Grant-DfsrDelegation | 2.0.0.0 | DFSR |
| 324 | 〇 | Group-Object | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 325 | 〇 | Import-Alias | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 326 | 〇 | Import-BinaryMiLog | 1.0.0.0 | CimCmdlets |
| 327 | 〇 | Import-Certificate | 1.0.0.0 | PKI |
| 328 | 〇 | Import-Clixml | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 329 | 〇 | Import-Counter | 3.0.0.0 | Microsoft.PowerShell.Diagnostics |
| 330 | 〇 | Import-Csv | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 331 | × | Import-DfsrClone | 2.0.0.0 | DFSR |
| 332 | 〇 | Import-IscsiVirtualDisk | 2.0.0.0 | IscsiTarget |
| 333 | 〇 | Import-LocalizedData | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 334 | 〇 | Import-Module | 3.0.0.0 | Microsoft.PowerShell.Core |
| 335 | × | Import-PackageProvider | 1.0.0.1 | PackageManagement |
| 336 | 〇 | Import-PfxCertificate | 1.0.0.0 | PKI |
| 337 | 〇 | Import-PSSession | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 338 | × | Import-StartLayout | 1.0.0.0 | StartLayout |
| 339 | 〇 | Import-TpmOwnerAuth | 2.0.0.0 | TrustedPlatformModule |
| 340 | × | Import-UevConfiguration | 2.1.639.0 | UEV |
| 341 | × | Initialize-PmemPhysicalDevice | 1.0.0.0 | PersistentMemory |
| 342 | 〇 | Initialize-Tpm | 2.0.0.0 | TrustedPlatformModule |
| 343 | × | Install-NfsMappingStore | 1.0 | NFS |
| 344 | × | Install-Package | 1.0.0.1 | PackageManagement |
| 345 | × | Install-PackageProvider | 1.0.0.1 | PackageManagement |
| 346 | × | Invoke-BpaModel | 1.0 | BestPractices |
| 347 | 〇 | Invoke-CimMethod | 1.0.0.0 | CimCmdlets |
| 348 | 〇 | Invoke-Command | 3.0.0.0 | Microsoft.PowerShell.Core |
| 349 | × | Invoke-CommandInDesktopPackage | 2.0.1.0 | Appx |
| 350 | × | Invoke-DscResource | 1.1 | PSDesiredStateConfiguration |
| 351 | 〇 | Invoke-Expression | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 352 | 〇 | Invoke-History | 3.0.0.0 | Microsoft.PowerShell.Core |
| 353 | 〇 | Invoke-Item | 3.1.0.0 | Microsoft.PowerShell.Management |
| 354 | 〇 | Invoke-RestMethod | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 355 | 〇 | Invoke-TroubleshootingPack | 1.0.0.0 | TroubleshootingPack |
| 356 | 〇 | Invoke-WebRequest | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 357 | 〇 | Invoke-WmiMethod | 3.1.0.0 | Microsoft.PowerShell.Management |
| 358 | 〇 | Invoke-WSManAction | 3.0.0.0 | Microsoft.WSMan.Management |
| 359 | 〇 | Join-DtcDiagnosticResourceManager | 1.0.0.0 | MsDtc |
| 360 | 〇 | Join-Path | 3.1.0.0 | Microsoft.PowerShell.Management |
| 361 | 〇 | Limit-EventLog | 3.1.0.0 | Microsoft.PowerShell.Management |
| 362 | 〇 | Measure-Command | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 363 | 〇 | Measure-Object | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 364 | × | Merge-CIPolicy | 1.0 | ConfigCI |
| 365 | × | Mount-AppvClientConnectionGroup | 1.0.0.0 | AppvClient |
| 366 | × | Mount-AppvClientPackage | 1.0.0.0 | AppvClient |
| 367 | × | Mount-AppxVolume | 2.0.1.0 | Appx |
| 368 | 〇 | Mount-IscsiVirtualDiskSnapshot | 2.0.0.0 | IscsiTarget |
| 369 | 〇 | Mount-WindowsImage | 3.0 | Dism |
| 370 | × | Move-AppxPackage | 2.0.1.0 | Appx |
| 371 | 〇 | Move-Item | 3.1.0.0 | Microsoft.PowerShell.Management |
| 372 | 〇 | Move-ItemProperty | 3.1.0.0 | Microsoft.PowerShell.Management |
| 373 | 〇 | New-Alias | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 374 | 〇 | New-AppLockerPolicy | 2.0.0.0 | AppLocker |
| 375 | 〇 | New-CertificateNotificationTask | 1.0.0.0 | PKI |
| 376 | 〇 | New-CimInstance | 1.0.0.0 | CimCmdlets |
| 377 | 〇 | New-CimSession | 1.0.0.0 | CimCmdlets |
| 378 | 〇 | New-CimSessionOption | 1.0.0.0 | CimCmdlets |
| 379 | × | New-CIPolicy | 1.0 | ConfigCI |
| 380 | × | New-CIPolicyRule | 1.0 | ConfigCI |
| 381 | × | New-DfsReplicatedFolder | 2.0.0.0 | DFSR |
| 382 | × | New-DfsReplicationGroup | 2.0.0.0 | DFSR |
| 383 | 〇 | New-DtcDiagnosticTransaction | 1.0.0.0 | MsDtc |
| 384 | 〇 | New-Event | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 385 | 〇 | New-EventLog | 3.1.0.0 | Microsoft.PowerShell.Management |
| 386 | × | New-FileCatalog | 3.0.0.0 | Microsoft.PowerShell.Security |
| 387 | 〇 | New-IscsiServerTarget | 2.0.0.0 | IscsiTarget |
| 388 | 〇 | New-IscsiVirtualDisk | 2.0.0.0 | IscsiTarget |
| 389 | 〇 | New-Item | 3.1.0.0 | Microsoft.PowerShell.Management |
| 390 | 〇 | New-ItemProperty | 3.1.0.0 | Microsoft.PowerShell.Management |
| 391 | 〇 | New-JobTrigger | 1.1.0.0 | PSScheduledJob |
| 392 | × | New-LocalGroup | 1.0.0.0 | Microsoft.PowerShell.LocalAccounts |
| 393 | × | New-LocalUser | 1.0.0.0 | Microsoft.PowerShell.LocalAccounts |
| 394 | 〇 | New-Module | 3.0.0.0 | Microsoft.PowerShell.Core |
| 395 | 〇 | New-ModuleManifest | 3.0.0.0 | Microsoft.PowerShell.Core |
| 396 | 〇 | New-NetIPsecAuthProposal | 2.0.0.0 | NetSecurity |
| 397 | 〇 | New-NetIPsecMainModeCryptoProposal | 2.0.0.0 | NetSecurity |
| 398 | 〇 | New-NetIPsecQuickModeCryptoProposal | 2.0.0.0 | NetSecurity |
| 399 | × | New-NfsMappedIdentity | 1.0 | NFS |
| 400 | × | New-NfsNetgroup | 1.0 | NFS |
| 401 | 〇 | New-Object | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 402 | × | New-PmemDisk | 1.0.0.0 | PersistentMemory |
| 403 | 〇 | New-PSDrive | 3.1.0.0 | Microsoft.PowerShell.Management |
| 404 | × | New-PSRoleCapabilityFile | 3.0.0.0 | Microsoft.PowerShell.Core |
| 405 | 〇 | New-PSSession | 3.0.0.0 | Microsoft.PowerShell.Core |
| 406 | 〇 | New-PSSessionConfigurationFile | 3.0.0.0 | Microsoft.PowerShell.Core |
| 407 | 〇 | New-PSSessionOption | 3.0.0.0 | Microsoft.PowerShell.Core |
| 408 | 〇 | New-PSTransportOption | 3.0.0.0 | Microsoft.PowerShell.Core |
| 409 | × | New-PSWorkflowExecutionOption | 2.0.0.0 | PSWorkflow |
| 410 | 〇 | New-ScheduledJobOption | 1.1.0.0 | PSScheduledJob |
| 411 | 〇 | New-SelfSignedCertificate | 1.0.0.0 | PKI |
| 412 | 〇 | New-Service | 3.1.0.0 | Microsoft.PowerShell.Management |
| 413 | 〇 | New-TimeSpan | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 414 | 〇 | New-TlsSessionTicketKey | 2.0.0.0 | TLS |
| 415 | 〇 | New-Variable | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 416 | 〇 | New-WebServiceProxy | 3.1.0.0 | Microsoft.PowerShell.Management |
| 417 | 〇 | New-WindowsCustomImage | 3.0 | Dism |
| 418 | 〇 | New-WindowsImage | 3.0 | Dism |
| 419 | 〇 | New-WinEvent | 3.0.0.0 | Microsoft.PowerShell.Diagnostics |
| 420 | 〇 | New-WinUserLanguageList | 2.0.0.0 | International |
| 421 | 〇 | New-WSManInstance | 3.0.0.0 | Microsoft.WSMan.Management |
| 422 | 〇 | New-WSManSessionOption | 3.0.0.0 | Microsoft.WSMan.Management |
| 423 | × | Optimize-AppxProvisionedPackages | 3.0 | Dism |
| 424 | 〇 | Optimize-WindowsImage | 3.0 | Dism |
| 425 | 〇 | Out-Default | 3.0.0.0 | Microsoft.PowerShell.Core |
| 426 | 〇 | Out-File | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 427 | 〇 | Out-GridView | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 428 | 〇 | Out-Host | 3.0.0.0 | Microsoft.PowerShell.Core |
| 429 | 〇 | Out-Null | 3.0.0.0 | Microsoft.PowerShell.Core |
| 430 | 〇 | Out-Printer | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 431 | 〇 | Out-String | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 432 | 〇 | Pop-Location | 3.1.0.0 | Microsoft.PowerShell.Management |
| 433 | 〇 | Protect-CmsMessage | 3.0.0.0 | Microsoft.PowerShell.Security |
| 434 | × | Publish-AppvClientPackage | 1.0.0.0 | AppvClient |
| 435 | × | Publish-DscConfiguration | 1.1 | PSDesiredStateConfiguration |
| 436 | 〇 | Push-Location | 3.1.0.0 | Microsoft.PowerShell.Management |
| 437 | 〇 | Read-Host | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 438 | 〇 | Receive-DtcDiagnosticTransaction | 1.0.0.0 | MsDtc |
| 439 | 〇 | Receive-Job | 3.0.0.0 | Microsoft.PowerShell.Core |
| 440 | 〇 | Receive-PSSession | 3.0.0.0 | Microsoft.PowerShell.Core |
| 441 | × | Register-ArgumentCompleter | 3.0.0.0 | Microsoft.PowerShell.Core |
| 442 | 〇 | Register-CimIndicationEvent | 1.0.0.0 | CimCmdlets |
| 443 | 〇 | Register-EngineEvent | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 444 | 〇 | Register-ObjectEvent | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 445 | × | Register-PackageSource | 1.0.0.1 | PackageManagement |
| 446 | 〇 | Register-PSSessionConfiguration | 3.0.0.0 | Microsoft.PowerShell.Core |
| 447 | 〇 | Register-ScheduledJob | 1.1.0.0 | PSScheduledJob |
| 448 | × | Register-UevTemplate | 2.1.639.0 | UEV |
| 449 | 〇 | Register-WmiEvent | 3.1.0.0 | Microsoft.PowerShell.Management |
| 450 | × | Remove-AppvClientConnectionGroup | 1.0.0.0 | AppvClient |
| 451 | × | Remove-AppvClientPackage | 1.0.0.0 | AppvClient |
| 452 | × | Remove-AppvPublishingServer | 1.0.0.0 | AppvClient |
| 453 | 〇 | Remove-AppxPackage | 2.0.1.0 | Appx |
| 454 | 〇 | Remove-AppxProvisionedPackage | 3.0 | Dism |
| 455 | × | Remove-AppxVolume | 2.0.1.0 | Appx |
| 456 | 〇 | Remove-BitsTransfer | 2.0.0.0 | BitsTransfer |
| 457 | 〇 | Remove-CertificateEnrollmentPolicyServer | 1.0.0.0 | PKI |
| 458 | 〇 | Remove-CertificateNotificationTask | 1.0.0.0 | PKI |
| 459 | 〇 | Remove-CimInstance | 1.0.0.0 | CimCmdlets |
| 460 | 〇 | Remove-CimSession | 1.0.0.0 | CimCmdlets |
| 461 | × | Remove-CIPolicyRule | 1.0 | ConfigCI |
| 462 | 〇 | Remove-Computer | 3.1.0.0 | Microsoft.PowerShell.Management |
| 463 | × | Remove-DfsrConnection | 2.0.0.0 | DFSR |
| 464 | × | Remove-DfsReplicatedFolder | 2.0.0.0 | DFSR |
| 465 | × | Remove-DfsReplicationGroup | 2.0.0.0 | DFSR |
| 466 | × | Remove-DfsrMember | 2.0.0.0 | DFSR |
| 467 | × | Remove-DfsrPropagationTestFile | 2.0.0.0 | DFSR |
| 468 | 〇 | Remove-Event | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 469 | 〇 | Remove-EventLog | 3.1.0.0 | Microsoft.PowerShell.Management |
| 470 | 〇 | Remove-IscsiServerTarget | 2.0.0.0 | IscsiTarget |
| 471 | 〇 | Remove-IscsiVirtualDisk | 2.0.0.0 | IscsiTarget |
| 472 | 〇 | Remove-IscsiVirtualDiskSnapshot | 2.0.0.0 | IscsiTarget |
| 473 | 〇 | Remove-IscsiVirtualDiskTargetMapping | 2.0.0.0 | IscsiTarget |
| 474 | 〇 | Remove-Item | 3.1.0.0 | Microsoft.PowerShell.Management |
| 475 | 〇 | Remove-ItemProperty | 3.1.0.0 | Microsoft.PowerShell.Management |
| 476 | 〇 | Remove-Job | 3.0.0.0 | Microsoft.PowerShell.Core |
| 477 | 〇 | Remove-JobTrigger | 1.1.0.0 | PSScheduledJob |
| 478 | × | Remove-LocalGroup | 1.0.0.0 | Microsoft.PowerShell.LocalAccounts |
| 479 | × | Remove-LocalGroupMember | 1.0.0.0 | Microsoft.PowerShell.LocalAccounts |
| 480 | × | Remove-LocalUser | 1.0.0.0 | Microsoft.PowerShell.LocalAccounts |
| 481 | 〇 | Remove-Module | 3.0.0.0 | Microsoft.PowerShell.Core |
| 482 | × | Remove-NfsMappedIdentity | 1.0 | NFS |
| 483 | × | Remove-NfsNetgroup | 1.0 | NFS |
| 484 | × | Remove-PmemDisk | 1.0.0.0 | PersistentMemory |
| 485 | 〇 | Remove-PSBreakpoint | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 486 | 〇 | Remove-PSDrive | 3.1.0.0 | Microsoft.PowerShell.Management |
| 487 | × | Remove-PSReadLineKeyHandler | 2.0.0 | PSReadline |
| 488 | 〇 | Remove-PSSession | 3.0.0.0 | Microsoft.PowerShell.Core |
| 489 | 〇 | Remove-PSSnapin | 3.0.0.0 | Microsoft.PowerShell.Core |
| 490 | 〇 | Remove-TypeData | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 491 | 〇 | Remove-Variable | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 492 | × | Remove-WindowsCapability | 3.0 | Dism |
| 493 | 〇 | Remove-WindowsDriver | 3.0 | Dism |
| 494 | 〇 | Remove-WindowsImage | 3.0 | Dism |
| 495 | 〇 | Remove-WindowsPackage | 3.0 | Dism |
| 496 | 〇 | Remove-WmiObject | 3.1.0.0 | Microsoft.PowerShell.Management |
| 497 | 〇 | Remove-WSManInstance | 3.0.0.0 | Microsoft.WSMan.Management |
| 498 | 〇 | Rename-Computer | 3.1.0.0 | Microsoft.PowerShell.Management |
| 499 | 〇 | Rename-Item | 3.1.0.0 | Microsoft.PowerShell.Management |
| 500 | 〇 | Rename-ItemProperty | 3.1.0.0 | Microsoft.PowerShell.Management |
| 501 | × | Rename-LocalGroup | 1.0.0.0 | Microsoft.PowerShell.LocalAccounts |
| 502 | × | Rename-LocalUser | 1.0.0.0 | Microsoft.PowerShell.LocalAccounts |
| 503 | × | Repair-AppvClientConnectionGroup | 1.0.0.0 | AppvClient |
| 504 | × | Repair-AppvClientPackage | 1.0.0.0 | AppvClient |
| 505 | × | Repair-UevTemplateIndex | 2.1.639.0 | UEV |
| 506 | 〇 | Repair-WindowsImage | 3.0 | Dism |
| 507 | 〇 | Reset-ComputerMachinePassword | 3.1.0.0 | Microsoft.PowerShell.Management |
| 508 | × | Reset-DfsrCloneState | 2.0.0.0 | DFSR |
| 509 | 〇 | Resize-IscsiVirtualDisk | 2.0.0.0 | IscsiTarget |
| 510 | 〇 | Resolve-DnsName | 1.0.0.0 | DnsClient |
| 511 | 〇 | Resolve-Path | 3.1.0.0 | Microsoft.PowerShell.Management |
| 512 | 〇 | Restart-Computer | 3.1.0.0 | Microsoft.PowerShell.Management |
| 513 | 〇 | Restart-Service | 3.1.0.0 | Microsoft.PowerShell.Management |
| 514 | × | Restore-AuditPolicy | 1.0.0.0 | SecurityCmdlets |
| 515 | 〇 | Restore-Computer | 3.1.0.0 | Microsoft.PowerShell.Management |
| 516 | × | Restore-DfsrPreservedFiles | 2.0.0.0 | DFSR |
| 517 | 〇 | Restore-IscsiVirtualDisk | 2.0.0.0 | IscsiTarget |
| 518 | × | Restore-SecurityPolicy | 1.0.0.0 | SecurityCmdlets |
| 519 | × | Restore-UevBackup | 2.1.639.0 | UEV |
| 520 | × | Restore-UevUserSetting | 2.1.639.0 | UEV |
| 521 | 〇 | Resume-BitsTransfer | 2.0.0.0 | BitsTransfer |
| 522 | 〇 | Resume-Job | 3.0.0.0 | Microsoft.PowerShell.Core |
| 523 | 〇 | Resume-Service | 3.1.0.0 | Microsoft.PowerShell.Management |
| 524 | × | Revoke-DfsrDelegation | 2.0.0.0 | DFSR |
| 525 | 〇 | Save-Help | 3.0.0.0 | Microsoft.PowerShell.Core |
| 526 | × | Save-Package | 1.0.0.1 | PackageManagement |
| 527 | 〇 | Save-WindowsImage | 3.0 | Dism |
| 528 | 〇 | Select-Object | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 529 | 〇 | Select-String | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 530 | 〇 | Select-Xml | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 531 | × | Send-AppvClientReport | 1.0.0.0 | AppvClient |
| 532 | 〇 | Send-DtcDiagnosticTransaction | 1.0.0.0 | MsDtc |
| 533 | 〇 | Send-MailMessage | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 534 | 〇 | Set-Acl | 3.0.0.0 | Microsoft.PowerShell.Security |
| 535 | 〇 | Set-Alias | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 536 | × | Set-AppBackgroundTaskResourcePolicy | 1.0.0.0 | AppBackgroundTask |
| 537 | 〇 | Set-AppLockerPolicy | 2.0.0.0 | AppLocker |
| 538 | × | Set-AppvClientConfiguration | 1.0.0.0 | AppvClient |
| 539 | × | Set-AppvClientMode | 1.0.0.0 | AppvClient |
| 540 | × | Set-AppvClientPackage | 1.0.0.0 | AppvClient |
| 541 | × | Set-AppvPublishingServer | 1.0.0.0 | AppvClient |
| 542 | × | Set-AppxDefaultVolume | 2.0.1.0 | Appx |
| 543 | 〇 | Set-AppXProvisionedDataFile | 3.0 | Dism |
| 544 | 〇 | Set-AuthenticodeSignature | 3.0.0.0 | Microsoft.PowerShell.Security |
| 545 | 〇 | Set-BitsTransfer | 2.0.0.0 | BitsTransfer |
| 546 | × | Set-BpaResult | 1.0 | BestPractices |
| 547 | 〇 | Set-CertificateAutoEnrollmentPolicy | 1.0.0.0 | PKI |
| 548 | 〇 | Set-CimInstance | 1.0.0.0 | CimCmdlets |
| 549 | × | Set-CIPolicyIdInfo | 1.0 | ConfigCI |
| 550 | × | Set-CIPolicySetting | 1.0 | ConfigCI |
| 551 | × | Set-CIPolicyVersion | 1.0 | ConfigCI |
| 552 | × | Set-Clipboard | 3.1.0.0 | Microsoft.PowerShell.Management |
| 553 | 〇 | Set-Content | 3.1.0.0 | Microsoft.PowerShell.Management |
| 554 | 〇 | Set-Culture | 2.0.0.0 | International |
| 555 | 〇 | Set-Date | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 556 | × | Set-DfsrConnection | 2.0.0.0 | DFSR |
| 557 | × | Set-DfsrConnectionSchedule | 2.0.0.0 | DFSR |
| 558 | × | Set-DfsReplicatedFolder | 2.0.0.0 | DFSR |
| 559 | × | Set-DfsReplicationGroup | 2.0.0.0 | DFSR |
| 560 | × | Set-DfsrGroupSchedule | 2.0.0.0 | DFSR |
| 561 | × | Set-DfsrMember | 2.0.0.0 | DFSR |
| 562 | × | Set-DfsrMembership | 2.0.0.0 | DFSR |
| 563 | × | Set-DfsrServiceConfiguration | 2.0.0.0 | DFSR |
| 564 | × | Set-DODownloadMode | 1.0.1.0 | DeliveryOptimization |
| 565 | × | Set-DOPercentageMaxBackgroundBandwidth | 1.0.1.0 | DeliveryOptimization |
| 566 | × | Set-DOPercentageMaxForegroundBandwidth | 1.0.1.0 | DeliveryOptimization |
| 567 | × | Set-DscLocalConfigurationManager | 1.1 | PSDesiredStateConfiguration |
| 568 | 〇 | Set-ExecutionPolicy | 3.0.0.0 | Microsoft.PowerShell.Security |
| 569 | × | Set-HVCIOptions | 1.0 | ConfigCI |
| 570 | 〇 | Set-IscsiServerTarget | 2.0.0.0 | IscsiTarget |
| 571 | 〇 | Set-IscsiTargetServerSetting | 2.0.0.0 | IscsiTarget |
| 572 | 〇 | Set-IscsiVirtualDisk | 2.0.0.0 | IscsiTarget |
| 573 | 〇 | Set-IscsiVirtualDiskSnapshot | 2.0.0.0 | IscsiTarget |
| 574 | 〇 | Set-Item | 3.1.0.0 | Microsoft.PowerShell.Management |
| 575 | 〇 | Set-ItemProperty | 3.1.0.0 | Microsoft.PowerShell.Management |
| 576 | 〇 | Set-JobTrigger | 1.1.0.0 | PSScheduledJob |
| 577 | 〇 | Set-KdsConfiguration | 1.0.0.0 | Kds |
| 578 | × | Set-LocalGroup | 1.0.0.0 | Microsoft.PowerShell.LocalAccounts |
| 579 | × | Set-LocalUser | 1.0.0.0 | Microsoft.PowerShell.LocalAccounts |
| 580 | 〇 | Set-Location | 3.1.0.0 | Microsoft.PowerShell.Management |
| 581 | × | Set-NfsMappedIdentity | 1.0 | NFS |
| 582 | × | Set-NfsNetgroup | 1.0 | NFS |
| 583 | × | Set-NonRemovableAppsPolicy | 3.0 | Dism |
| 584 | × | Set-PackageSource | 1.0.0.1 | PackageManagement |
| 585 | × | Set-ProcessMitigation | 1.0.11 | ProcessMitigations |
| 586 | 〇 | Set-PSBreakpoint | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 587 | 〇 | Set-PSDebug | 3.0.0.0 | Microsoft.PowerShell.Core |
| 588 | × | Set-PSReadLineKeyHandler | 2.0.0 | PSReadline |
| 589 | × | Set-PSReadLineOption | 2.0.0 | PSReadline |
| 590 | 〇 | Set-PSSessionConfiguration | 3.0.0.0 | Microsoft.PowerShell.Core |
| 591 | × | Set-RuleOption | 1.0 | ConfigCI |
| 592 | 〇 | Set-ScheduledJob | 1.1.0.0 | PSScheduledJob |
| 593 | 〇 | Set-ScheduledJobOption | 1.1.0.0 | PSScheduledJob |
| 594 | 〇 | Set-SecureBootUEFI | 2.0.0.0 | SecureBoot |
| 595 | 〇 | Set-Service | 3.1.0.0 | Microsoft.PowerShell.Management |
| 596 | 〇 | Set-StrictMode | 3.0.0.0 | Microsoft.PowerShell.Core |
| 597 | × | Set-TimeZone | 3.1.0.0 | Microsoft.PowerShell.Management |
| 598 | 〇 | Set-TpmOwnerAuth | 2.0.0.0 | TrustedPlatformModule |
| 599 | 〇 | Set-TraceSource | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 600 | × | Set-UevConfiguration | 2.1.639.0 | UEV |
| 601 | × | Set-UevTemplateProfile | 2.1.639.0 | UEV |
| 602 | 〇 | Set-Variable | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 603 | 〇 | Set-WheaMemoryPolicy | 2.0.0.0 | Whea |
| 604 | 〇 | Set-WinAcceptLanguageFromLanguageListOptOut | 2.0.0.0 | International |
| 605 | 〇 | Set-WinCultureFromLanguageListOptOut | 2.0.0.0 | International |
| 606 | 〇 | Set-WinDefaultInputMethodOverride | 2.0.0.0 | International |
| 607 | 〇 | Set-WindowsEdition | 3.0 | Dism |
| 608 | 〇 | Set-WindowsProductKey | 3.0 | Dism |
| 609 | × | Set-WindowsSearchSetting | 1.0.0.0 | WindowsSearch |
| 610 | 〇 | Set-WinHomeLocation | 2.0.0.0 | International |
| 611 | 〇 | Set-WinLanguageBarOption | 2.0.0.0 | International |
| 612 | 〇 | Set-WinSystemLocale | 2.0.0.0 | International |
| 613 | 〇 | Set-WinUILanguageOverride | 2.0.0.0 | International |
| 614 | 〇 | Set-WinUserLanguageList | 2.0.0.0 | International |
| 615 | 〇 | Set-WmiInstance | 3.1.0.0 | Microsoft.PowerShell.Management |
| 616 | 〇 | Set-WSManInstance | 3.0.0.0 | Microsoft.WSMan.Management |
| 617 | 〇 | Set-WSManQuickConfig | 3.0.0.0 | Microsoft.WSMan.Management |
| 618 | 〇 | Show-Command | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 619 | 〇 | Show-ControlPanelItem | 3.1.0.0 | Microsoft.PowerShell.Management |
| 620 | 〇 | Show-EventLog | 3.1.0.0 | Microsoft.PowerShell.Management |
| 621 | 〇 | Show-WindowsDeveloperLicenseRegistration | 1.0.0.0 | WindowsDeveloperLicense |
| 622 | 〇 | Sort-Object | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 623 | 〇 | Split-Path | 3.1.0.0 | Microsoft.PowerShell.Management |
| 624 | 〇 | Split-WindowsImage | 3.0 | Dism |
| 625 | 〇 | Start-BitsTransfer | 2.0.0.0 | BitsTransfer |
| 626 | × | Start-DfsrPropagationTest | 2.0.0.0 | DFSR |
| 627 | × | Start-DscConfiguration | 1.1 | PSDesiredStateConfiguration |
| 628 | 〇 | Start-DtcDiagnosticResourceManager | 1.0.0.0 | MsDtc |
| 629 | 〇 | Start-Job | 3.0.0.0 | Microsoft.PowerShell.Core |
| 630 | × | Start-OSUninstall | 3.0 | Dism |
| 631 | 〇 | Start-Process | 3.1.0.0 | Microsoft.PowerShell.Management |
| 632 | 〇 | Start-Service | 3.1.0.0 | Microsoft.PowerShell.Management |
| 633 | 〇 | Start-Sleep | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 634 | 〇 | Start-Transaction | 3.1.0.0 | Microsoft.PowerShell.Management |
| 635 | 〇 | Start-Transcript | 3.0.0.0 | Microsoft.PowerShell.Host |
| 636 | × | Stop-AppvClientConnectionGroup | 1.0.0.0 | AppvClient |
| 637 | × | Stop-AppvClientPackage | 1.0.0.0 | AppvClient |
| 638 | 〇 | Stop-Computer | 3.1.0.0 | Microsoft.PowerShell.Management |
| 639 | 〇 | Stop-DtcDiagnosticResourceManager | 1.0.0.0 | MsDtc |
| 640 | 〇 | Stop-IscsiVirtualDiskOperation | 2.0.0.0 | IscsiTarget |
| 641 | 〇 | Stop-Job | 3.0.0.0 | Microsoft.PowerShell.Core |
| 642 | 〇 | Stop-Process | 3.1.0.0 | Microsoft.PowerShell.Management |
| 643 | 〇 | Stop-Service | 3.1.0.0 | Microsoft.PowerShell.Management |
| 644 | 〇 | Stop-Transcript | 3.0.0.0 | Microsoft.PowerShell.Host |
| 645 | 〇 | Suspend-BitsTransfer | 2.0.0.0 | BitsTransfer |
| 646 | × | Suspend-DfsReplicationGroup | 2.0.0.0 | DFSR |
| 647 | 〇 | Suspend-Job | 3.0.0.0 | Microsoft.PowerShell.Core |
| 648 | 〇 | Suspend-Service | 3.1.0.0 | Microsoft.PowerShell.Management |
| 649 | 〇 | Switch-Certificate | 1.0.0.0 | PKI |
| 650 | × | Sync-AppvPublishingServer | 1.0.0.0 | AppvClient |
| 651 | × | Sync-DfsReplicationGroup | 2.0.0.0 | DFSR |
| 652 | 〇 | Tee-Object | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 653 | 〇 | Test-AppLockerPolicy | 2.0.0.0 | AppLocker |
| 654 | 〇 | Test-Certificate | 1.0.0.0 | PKI |
| 655 | 〇 | Test-ComputerSecureChannel | 3.1.0.0 | Microsoft.PowerShell.Management |
| 656 | 〇 | Test-Connection | 3.1.0.0 | Microsoft.PowerShell.Management |
| 657 | × | Test-DscConfiguration | 1.1 | PSDesiredStateConfiguration |
| 658 | × | Test-FileCatalog | 3.0.0.0 | Microsoft.PowerShell.Security |
| 659 | 〇 | Test-KdsRootKey | 1.0.0.0 | Kds |
| 660 | 〇 | Test-ModuleManifest | 3.0.0.0 | Microsoft.PowerShell.Core |
| 661 | × | Test-NfsMappedIdentity | 1.0 | NFS |
| 662 | 〇 | Test-Path | 3.1.0.0 | Microsoft.PowerShell.Management |
| 663 | 〇 | Test-PSSessionConfigurationFile | 3.0.0.0 | Microsoft.PowerShell.Core |
| 664 | × | Test-UevTemplate | 2.1.639.0 | UEV |
| 665 | 〇 | Test-WSMan | 3.0.0.0 | Microsoft.WSMan.Management |
| 666 | 〇 | Trace-Command | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 667 | 〇 | Unblock-File | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 668 | 〇 | Unblock-Tpm | 2.0.0.0 | TrustedPlatformModule |
| 669 | 〇 | Undo-DtcDiagnosticTransaction | 1.0.0.0 | MsDtc |
| 670 | 〇 | Undo-Transaction | 3.1.0.0 | Microsoft.PowerShell.Management |
| 671 | × | Uninstall-Package | 1.0.0.1 | PackageManagement |
| 672 | 〇 | Unprotect-CmsMessage | 3.0.0.0 | Microsoft.PowerShell.Security |
| 673 | × | Unpublish-AppvClientPackage | 1.0.0.0 | AppvClient |
| 674 | 〇 | Unregister-Event | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 675 | × | Unregister-PackageSource | 1.0.0.1 | PackageManagement |
| 676 | 〇 | Unregister-PSSessionConfiguration | 3.0.0.0 | Microsoft.PowerShell.Core |
| 677 | 〇 | Unregister-ScheduledJob | 1.1.0.0 | PSScheduledJob |
| 678 | × | Unregister-UevTemplate | 2.1.639.0 | UEV |
| 679 | 〇 | Unregister-WindowsDeveloperLicense | 1.0.0.0 | WindowsDeveloperLicense |
| 680 | × | Update-DfsrConfigurationFromAD | 2.0.0.0 | DFSR |
| 681 | × | Update-DscConfiguration | 1.1 | PSDesiredStateConfiguration |
| 682 | 〇 | Update-FormatData | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 683 | 〇 | Update-Help | 3.0.0.0 | Microsoft.PowerShell.Core |
| 684 | 〇 | Update-List | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 685 | 〇 | Update-TypeData | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 686 | × | Update-UevTemplate | 2.1.639.0 | UEV |
| 687 | 〇 | Update-WIMBootEntry | 3.0 | Dism |
| 688 | 〇 | Use-Transaction | 3.1.0.0 | Microsoft.PowerShell.Management |
| 689 | 〇 | Use-WindowsUnattend | 3.0 | Dism |
| 690 | × | Wait-Debugger | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 691 | 〇 | Wait-Event | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 692 | 〇 | Wait-Job | 3.0.0.0 | Microsoft.PowerShell.Core |
| 693 | 〇 | Wait-Process | 3.1.0.0 | Microsoft.PowerShell.Management |
| 694 | 〇 | Where-Object | 3.0.0.0 | Microsoft.PowerShell.Core |
| 695 | 〇 | Write-Debug | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 696 | × | Write-DfsrHealthReport | 2.0.0.0 | DFSR |
| 697 | × | Write-DfsrPropagationReport | 2.0.0.0 | DFSR |
| 698 | 〇 | Write-Error | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 699 | 〇 | Write-EventLog | 3.1.0.0 | Microsoft.PowerShell.Management |
| 700 | 〇 | Write-Host | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 701 | × | Write-Information | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 702 | 〇 | Write-Output | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 703 | 〇 | Write-Progress | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 704 | 〇 | Write-Verbose | 3.1.0.0 | Microsoft.PowerShell.Utility |
| 705 | 〇 | Write-Warning | 3.1.0.0 | Microsoft.PowerShell.Utility |
