怎样获取power shell 的全部可用命令?3/5(篇幅有点长,分成5份)

发布时间:2024年01月15日

在power shell 窗口中,有一个获取全部可用命令的命令:get-command,获取到的命令有1640多个,够学习了吧?那么,power shell 命令有哪些类别呢?

PowerShell命令可以分为以下几类:

Cmdlet命令:Cmdlet是PowerShell的核心命令,它们是使用C#或其他.NET语言编写的小型程序块。它们用于执行各种系统管理任务,例如获取和修改文件、注册表、服务等。例如,Get-Process是一个Cmdlet命令,用于获取正在运行的进程列表。

功能命令(Function):这些命令是由用户自定义的PowerShell函数。函数是一组命令的集合,可以在脚本中调用。例如,您可以创建一个函数来复制文件夹,然后在需要时调用它。

脚本命令(Script):脚本命令是使用PowerShell脚本语言编写的命令。脚本是包含一系列命令的文本文件,可用于自动执行一系列任务。例如,您可以编写一个脚本来备份文件夹,并在计划任务中运行。

外部命令(External):外部命令是指调用操作系统命令行工具或其他可执行文件的命令。PowerShell可以与其他命令行工具集成,以便执行更复杂的任务。例如,您可以使用Start-Process命令来启动其他可执行文件。

请注意,这只是PowerShell命令的一些基本分类。在实际使用中,您也可以使用PowerShell的许多其他功能和命令。

在PowerShell中,Alias是指用于缩写或简化其他命令的命令别名。Alias类别包括以下几类:

Cmdlet Alias:用于缩写常用的PowerShell命令。例如,ls是Get-ChildItem的别名,cd是Set-Location的别名。

Function Alias:用于缩写自定义函数。可以使用Set-Alias命令创建函数的别名。

Provider Alias:用于访问文件系统、注册表等数据提供程序。例如,HKCU是HKEY_CURRENT_USER注册表项的提供程序别名。

Script Alias:用于缩写脚本路径。例如,$Profile是当前用户配置文件的路径的别名。

可以使用Get-Alias命令查看系统中的所有Alias。

花费10分钟时间,看看下面的1640多个命令,看看哪些是使用方便的常用命令。

运行get-command的结果如下:

?get-command

CommandType ? ? Name ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? Version ? ?Source
----------- ? ? ---- ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ------- ? ?------
Alias ? ? ? ? ? Add-AppPackage ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.1.0 ? ?Appx

Function??????? Set-DAClientExperienceConfiguration??????????????? 1.0.0.0??? DirectAccessClientComponents
Function??????? Set-DAEntryPointTableItem????????????????????????? 1.0.0.0??? DirectAccessClientComponents
Function??????? Set-Disk?????????????????????????????????????????? 2.0.0.0??? Storage
Function??????? Set-DnsClient????????????????????????????????????? 1.0.0.0??? DnsClient
Function??????? Set-DnsClientGlobalSetting???????????????????????? 1.0.0.0??? DnsClient
Function??????? Set-DnsClientNrptGlobal??????????????????????????? 1.0.0.0??? DnsClient
Function??????? Set-DnsClientNrptRule????????????????????????????? 1.0.0.0??? DnsClient
Function??????? Set-DnsClientServerAddress???????????????????????? 1.0.0.0??? DnsClient
Function??????? Set-DtcAdvancedHostSetting???????????????????????? 1.0.0.0??? MsDtc
Function??????? Set-DtcAdvancedSetting???????????????????????????? 1.0.0.0??? MsDtc
Function??????? Set-DtcClusterDefault????????????????????????????? 1.0.0.0??? MsDtc
Function??????? Set-DtcClusterTMMapping??????????????????????????? 1.0.0.0??? MsDtc
Function??????? Set-DtcDefault???????????????????????????????????? 1.0.0.0??? MsDtc
Function??????? Set-DtcLog???????????????????????????????????????? 1.0.0.0??? MsDtc
Function??????? Set-DtcNetworkSetting????????????????????????????? 1.0.0.0??? MsDtc
Function??????? Set-DtcTransaction???????????????????????????????? 1.0.0.0??? MsDtc
Function??????? Set-DtcTransactionsTraceSession??????????????????? 1.0.0.0??? MsDtc
Function??????? Set-DtcTransactionsTraceSetting??????????????????? 1.0.0.0??? MsDtc
Function??????? Set-DynamicParameterVariables????????????????????? 3.4.0????? Pester
Function??????? Set-EtwTraceProvider?????????????????????????????? 1.0.0.0??? EventTracingManagement
Function??????? Set-FileIntegrity????????????????????????????????? 2.0.0.0??? Storage
Function??????? Set-FileShare????????????????????????????????????? 2.0.0.0??? Storage
Function??????? Set-FileStorageTier??????????????????????????????? 2.0.0.0??? Storage
Function??????? Set-InitiatorPort????????????????????????????????? 2.0.0.0??? Storage
Function??????? Set-IscsiChapSecret??????????????????????????????? 1.0.0.0??? iSCSI
Function??????? Set-LogProperties????????????????????????????????? 1.0.0.0??? PSDiagnostics
Function??????? Set-MMAgent??????????????????????????????????????? 1.0??????? MMAgent
Function??????? Set-MpPreference?????????????????????????????????? 1.0??????? ConfigDefender
Function??????? Set-MpPreference?????????????????????????????????? 1.0??????? Defender
Function??????? Set-NCSIPolicyConfiguration??????????????????????? 1.0.0.0??? NetworkConnectivityStatus
Function??????? Set-Net6to4Configuration?????????????????????????? 1.0.0.0??? NetworkTransition
Function??????? Set-NetAdapter???????????????????????????????????? 2.0.0.0??? NetAdapter
Function??????? Set-NetAdapterAdvancedProperty???????????????????? 2.0.0.0??? NetAdapter
Function??????? Set-NetAdapterBinding????????????????????????????? 2.0.0.0??? NetAdapter
Function??????? Set-NetAdapterChecksumOffload????????????????????? 2.0.0.0??? NetAdapter
Function??????? Set-NetAdapterEncapsulatedPacketTaskOffload??????? 2.0.0.0??? NetAdapter
Function??????? Set-NetAdapterIPsecOffload???????????????????????? 2.0.0.0??? NetAdapter
Function??????? Set-NetAdapterLso????????????????????????????????? 2.0.0.0??? NetAdapter
Function??????? Set-NetAdapterPacketDirect???????????????????????? 2.0.0.0??? NetAdapter
Function??????? Set-NetAdapterPowerManagement????????????????????? 2.0.0.0??? NetAdapter
Function??????? Set-NetAdapterQos????????????????????????????????? 2.0.0.0??? NetAdapter
Function??????? Set-NetAdapterRdma???????????????????????????????? 2.0.0.0??? NetAdapter
Function??????? Set-NetAdapterRsc????????????????????????????????? 2.0.0.0??? NetAdapter
Function??????? Set-NetAdapterRss????????????????????????????????? 2.0.0.0??? NetAdapter
Function??????? Set-NetAdapterSriov??????????????????????????????? 2.0.0.0??? NetAdapter
Function??????? Set-NetAdapterUso????????????????????????????????? 2.0.0.0??? NetAdapter
Function??????? Set-NetAdapterVmq????????????????????????????????? 2.0.0.0??? NetAdapter
Function??????? Set-NetConnectionProfile?????????????????????????? 2.0.0.0??? NetConnection
Function??????? Set-NetDnsTransitionConfiguration????????????????? 1.0.0.0??? NetworkTransition
Function??????? Set-NetEventPacketCaptureProvider????????????????? 1.0.0.0??? NetEventPacketCapture
Function??????? Set-NetEventProvider?????????????????????????????? 1.0.0.0??? NetEventPacketCapture
Function??????? Set-NetEventSession??????????????????????????????? 1.0.0.0??? NetEventPacketCapture
Function??????? Set-NetEventVFPProvider??????????????????????????? 1.0.0.0??? NetEventPacketCapture
Function??????? Set-NetEventVmSwitchProvider?????????????????????? 1.0.0.0??? NetEventPacketCapture
Function??????? Set-NetEventWFPCaptureProvider???????????????????? 1.0.0.0??? NetEventPacketCapture
Function??????? Set-NetFirewallAddressFilter?????????????????????? 2.0.0.0??? NetSecurity
Function??????? Set-NetFirewallApplicationFilter?????????????????? 2.0.0.0??? NetSecurity
Function??????? Set-NetFirewallInterfaceFilter???????????????????? 2.0.0.0??? NetSecurity
Function??????? Set-NetFirewallInterfaceTypeFilter???????????????? 2.0.0.0??? NetSecurity
Function??????? Set-NetFirewallPortFilter????????????????????????? 2.0.0.0??? NetSecurity
Function??????? Set-NetFirewallProfile???????????????????????????? 2.0.0.0??? NetSecurity
Function??????? Set-NetFirewallRule??????????????????????????????? 2.0.0.0??? NetSecurity
Function??????? Set-NetFirewallSecurityFilter????????????????????? 2.0.0.0??? NetSecurity
Function??????? Set-NetFirewallServiceFilter?????????????????????? 2.0.0.0??? NetSecurity
Function??????? Set-NetFirewallSetting???????????????????????????? 2.0.0.0??? NetSecurity
Function??????? Set-NetIPAddress?????????????????????????????????? 1.0.0.0??? NetTCPIP
Function??????? Set-NetIPHttpsConfiguration??????????????????????? 1.0.0.0??? NetworkTransition
Function??????? Set-NetIPInterface???????????????????????????????? 1.0.0.0??? NetTCPIP
Function??????? Set-NetIPsecDospSetting??????????????????????????? 2.0.0.0??? NetSecurity
Function??????? Set-NetIPsecMainModeCryptoSet????????????????????? 2.0.0.0??? NetSecurity
Function??????? Set-NetIPsecMainModeRule?????????????????????????? 2.0.0.0??? NetSecurity
Function??????? Set-NetIPsecPhase1AuthSet????????????????????????? 2.0.0.0??? NetSecurity
Function??????? Set-NetIPsecPhase2AuthSet????????????????????????? 2.0.0.0??? NetSecurity
Function??????? Set-NetIPsecQuickModeCryptoSet???????????????????? 2.0.0.0??? NetSecurity
Function??????? Set-NetIPsecRule?????????????????????????????????? 2.0.0.0??? NetSecurity
Function??????? Set-NetIPv4Protocol??????????????????????????????? 1.0.0.0??? NetTCPIP
Function??????? Set-NetIPv6Protocol??????????????????????????????? 1.0.0.0??? NetTCPIP
Function??????? Set-NetIsatapConfiguration???????????????????????? 1.0.0.0??? NetworkTransition
Function??????? Set-NetLbfoTeam??????????????????????????????????? 2.0.0.0??? NetLbfo
Function??????? Set-NetLbfoTeamMember????????????????????????????? 2.0.0.0??? NetLbfo
Function??????? Set-NetLbfoTeamNic???????????????????????????????? 2.0.0.0??? NetLbfo
Function??????? Set-NetNat???????????????????????????????????????? 1.0.0.0??? NetNat
Function??????? Set-NetNatGlobal?????????????????????????????????? 1.0.0.0??? NetNat
Function??????? Set-NetNatTransitionConfiguration????????????????? 1.0.0.0??? NetworkTransition
Function??????? Set-NetNeighbor??????????????????????????????????? 1.0.0.0??? NetTCPIP
Function??????? Set-NetOffloadGlobalSetting??????????????????????? 1.0.0.0??? NetTCPIP
Function??????? Set-NetQosPolicy?????????????????????????????????? 2.0.0.0??? NetQos
Function??????? Set-NetRoute?????????????????????????????????????? 1.0.0.0??? NetTCPIP
Function??????? Set-NetTCPSetting????????????????????????????????? 1.0.0.0??? NetTCPIP
Function??????? Set-NetTeredoConfiguration???????????????????????? 1.0.0.0??? NetworkTransition
Function??????? Set-NetUDPSetting????????????????????????????????? 1.0.0.0??? NetTCPIP
Function??????? Set-NetworkSwitchEthernetPortIPAddress???????????? 1.0.0.0??? NetworkSwitchManager
Function??????? Set-NetworkSwitchPortMode????????????????????????? 1.0.0.0??? NetworkSwitchManager
Function??????? Set-NetworkSwitchPortProperty????????????????????? 1.0.0.0??? NetworkSwitchManager
Function??????? Set-NetworkSwitchVlanProperty????????????????????? 1.0.0.0??? NetworkSwitchManager
Function??????? Set-OdbcDriver???????????????????????????????????? 1.0.0.0??? Wdac
Function??????? Set-OdbcDsn??????????????????????????????????????? 1.0.0.0??? Wdac
Function??????? Set-Partition????????????????????????????????????? 2.0.0.0??? Storage
Function??????? Set-PcsvDeviceBootConfiguration??????????????????? 1.0.0.0??? PcsvDevice
Function??????? Set-PcsvDeviceNetworkConfiguration???????????????? 1.0.0.0??? PcsvDevice
Function??????? Set-PcsvDeviceUserPassword???????????????????????? 1.0.0.0??? PcsvDevice
Function??????? Set-PhysicalDisk?????????????????????????????????? 2.0.0.0??? Storage
Function??????? Set-PrintConfiguration???????????????????????????? 1.1??????? PrintManagement
Function??????? Set-Printer??????????????????????????????????????? 1.1??????? PrintManagement
Function??????? Set-PrinterProperty??????????????????????????????? 1.1??????? PrintManagement
Function??????? Set-PSRepository?????????????????????????????????? 1.0.0.1??? PowerShellGet
Function??????? Set-ResiliencySetting????????????????????????????? 2.0.0.0??? Storage
Function??????? Set-ScheduledTask????????????????????????????????? 1.0.0.0??? ScheduledTasks
Function??????? Set-SmbBandwidthLimit????????????????????????????? 2.0.0.0??? SmbShare
Function??????? Set-SmbClientConfiguration???????????????????????? 2.0.0.0??? SmbShare
Function??????? Set-SmbPathAcl???????????????????????????????????? 2.0.0.0??? SmbShare
Function??????? Set-SmbServerConfiguration???????????????????????? 2.0.0.0??? SmbShare
Function??????? Set-SmbShare?????????????????????????????????????? 2.0.0.0??? SmbShare
Function??????? Set-StorageBusProfile????????????????????????????? 1.0.0.0??? StorageBusCache
Function??????? Set-StorageFileServer????????????????????????????? 2.0.0.0??? Storage
Function??????? Set-StorageHealthSetting?????????????????????????? 2.0.0.0??? Storage
Function??????? Set-StoragePool??????????????????????????????????? 2.0.0.0??? Storage
Function??????? Set-StorageProvider??????????????????????????????? 2.0.0.0??? Storage
Function??????? Set-StorageSetting???????????????????????????????? 2.0.0.0??? Storage
Function??????? Set-StorageSubSystem?????????????????????????????? 2.0.0.0??? Storage
Function??????? Set-StorageTier??????????????????????????????????? 2.0.0.0??? Storage
Function??????? Set-TestInconclusive?????????????????????????????? 3.4.0????? Pester
Function??????? Setup????????????????????????????????????????????? 3.4.0????? Pester
Function??????? Set-VirtualDisk??????????????????????????????????? 2.0.0.0??? Storage
Function??????? Set-Volume???????????????????????????????????????? 2.0.0.0??? Storage
Function??????? Set-VolumeScrubPolicy????????????????????????????? 2.0.0.0??? Storage
Function??????? Set-VpnConnection????????????????????????????????? 2.0.0.0??? VpnClient
Function??????? Set-VpnConnectionIPsecConfiguration??????????????? 2.0.0.0??? VpnClient
Function??????? Set-VpnConnectionProxy???????????????????????????? 2.0.0.0??? VpnClient
Function??????? Set-VpnConnectionTriggerDnsConfiguration?????????? 2.0.0.0??? VpnClient
Function??????? Set-VpnConnectionTriggerTrustedNetwork???????????? 2.0.0.0??? VpnClient
Function??????? Should???????????????????????????????????????????? 3.4.0????? Pester
Function??????? Show-NetFirewallRule?????????????????????????????? 2.0.0.0??? NetSecurity
Function??????? Show-NetIPsecRule????????????????????????????????? 2.0.0.0??? NetSecurity
Function??????? Show-StorageHistory??????????????????????????????? 2.0.0.0??? Storage
Function??????? Show-VirtualDisk?????????????????????????????????? 2.0.0.0??? Storage
Function??????? Start-AppBackgroundTask??????????????????????????? 1.0.0.0??? AppBackgroundTask
Function??????? Start-AppvVirtualProcess?????????????????????????? 1.0.0.0??? AppvClient
Function??????? Start-AutologgerConfig???????????????????????????? 1.0.0.0??? EventTracingManagement
Function??????? Start-Dtc????????????????????????????????????????? 1.0.0.0??? MsDtc
Function??????? Start-DtcTransactionsTraceSession????????????????? 1.0.0.0??? MsDtc
Function??????? Start-EtwTraceSession????????????????????????????? 1.0.0.0??? EventTracingManagement
Function??????? Start-MpRollback?????????????????????????????????? 1.0??????? ConfigDefender
Function??????? Start-MpScan?????????????????????????????????????? 1.0??????? ConfigDefender
Function??????? Start-MpScan?????????????????????????????????????? 1.0??????? Defender
Function??????? Start-MpWDOScan??????????????????????????????????? 1.0??????? ConfigDefender
Function??????? Start-MpWDOScan??????????????????????????????????? 1.0??????? Defender
Function??????? Start-NetEventSession????????????????????????????? 1.0.0.0??? NetEventPacketCapture
Function??????? Start-PcsvDevice?????????????????????????????????? 1.0.0.0??? PcsvDevice
Function??????? Start-ScheduledTask??????????????????????????????? 1.0.0.0??? ScheduledTasks
Function??????? Start-StorageDiagnosticLog???????????????????????? 2.0.0.0??? Storage
Function??????? Start-Trace??????????????????????????????????????? 1.0.0.0??? PSDiagnostics
Function??????? Start-WUScan?????????????????????????????????????? 1.0.0.2??? WindowsUpdateProvider
Function??????? Stop-DscConfiguration????????????????????????????? 1.1??????? PSDesiredStateConfiguration
Function??????? Stop-Dtc?????????????????????????????????????????? 1.0.0.0??? MsDtc
Function??????? Stop-DtcTransactionsTraceSession?????????????????? 1.0.0.0??? MsDtc
Function??????? Stop-EtwTraceSession?????????????????????????????? 1.0.0.0??? EventTracingManagement
Function??????? Stop-NetEventSession?????????????????????????????? 1.0.0.0??? NetEventPacketCapture
Function??????? Stop-PcsvDevice??????????????????????????????????? 1.0.0.0??? PcsvDevice
Function??????? Stop-ScheduledTask???????????????????????????????? 1.0.0.0??? ScheduledTasks
Function??????? Stop-StorageDiagnosticLog????????????????????????? 2.0.0.0??? Storage
Function??????? Stop-StorageJob??????????????????????????????????? 2.0.0.0??? Storage
Function??????? Stop-Trace???????????????????????????????????????? 1.0.0.0??? PSDiagnostics
Function??????? Suspend-BitLocker????????????????????????????????? 1.0.0.0??? BitLocker
Function??????? Suspend-PrintJob?????????????????????????????????? 1.1??????? PrintManagement
Function??????? Suspend-StorageBusDisk???????????????????????????? 1.0.0.0??? StorageBusCache
Function??????? Sync-NetIPsecRule????????????????????????????????? 2.0.0.0??? NetSecurity
Function??????? T:
Function??????? TabExpansion2
Function??????? Test-Dtc?????????????????????????????????????????? 1.0.0.0??? MsDtc
Function??????? Test-NetConnection???????????????????????????????? 1.0.0.0??? NetTCPIP
Function??????? Test-ScriptFileInfo??????????????????????????????? 1.0.0.1??? PowerShellGet
Function??????? U:
Function??????? Unblock-FileShareAccess??????????????????????????? 2.0.0.0??? Storage
Function??????? Unblock-SmbShareAccess???????????????????????????? 2.0.0.0??? SmbShare
Function??????? Uninstall-Dtc????????????????????????????????????? 1.0.0.0??? MsDtc
Function??????? Uninstall-Module?????????????????????????????????? 1.0.0.1??? PowerShellGet
Function??????? Uninstall-Script?????????????????????????????????? 1.0.0.1??? PowerShellGet
Function??????? Unlock-BitLocker?????????????????????????????????? 1.0.0.0??? BitLocker
Function??????? Unregister-AppBackgroundTask?????????????????????? 1.0.0.0??? AppBackgroundTask
Function??????? Unregister-ClusteredScheduledTask????????????????? 1.0.0.0??? ScheduledTasks
Function??????? Unregister-IscsiSession??????????????????????????? 1.0.0.0??? iSCSI
Function??????? Unregister-PSRepository??????????????????????????? 1.0.0.1??? PowerShellGet
Function??????? Unregister-ScheduledTask?????????????????????????? 1.0.0.0??? ScheduledTasks
Function??????? Unregister-StorageSubsystem??????????????????????? 2.0.0.0??? Storage
Function??????? Update-AutologgerConfig??????????????????????????? 1.0.0.0??? EventTracingManagement
Function??????? Update-Disk??????????????????????????????????????? 2.0.0.0??? Storage
Function??????? Update-DscConfiguration??????????????????????????? 1.1??????? PSDesiredStateConfiguration
Function??????? Update-EtwTraceSession???????????????????????????? 1.0.0.0??? EventTracingManagement
Function??????? Update-HostStorageCache??????????????????????????? 2.0.0.0??? Storage
Function??????? Update-IscsiTarget???????????????????????????????? 1.0.0.0??? iSCSI
Function??????? Update-IscsiTargetPortal?????????????????????????? 1.0.0.0??? iSCSI
Function??????? Update-Module????????????????????????????????????? 1.0.0.1??? PowerShellGet
Function??????? Update-ModuleManifest????????????????????????????? 1.0.0.1??? PowerShellGet
Function??????? Update-MpSignature???????????????????????????????? 1.0??????? ConfigDefender
Function??????? Update-MpSignature???????????????????????????????? 1.0??????? Defender
Function??????? Update-NetFirewallDynamicKeywordAddress??????????? 2.0.0.0??? NetSecurity
Function??????? Update-NetIPsecRule??????????????????????????????? 2.0.0.0??? NetSecurity
Function??????? Update-Script????????????????????????????????????? 1.0.0.1??? PowerShellGet
Function??????? Update-ScriptFileInfo????????????????????????????? 1.0.0.1??? PowerShellGet
Function??????? Update-SmbMultichannelConnection?????????????????? 2.0.0.0??? SmbShare
Function??????? Update-StorageFirmware???????????????????????????? 2.0.0.0??? Storage
Function??????? Update-StoragePool???????????????????????????????? 2.0.0.0??? Storage
Function??????? Update-StorageProviderCache??????????????????????? 2.0.0.0??? Storage
Function??????? V:
Function??????? W:
Function??????? Write-DtcTransactionsTraceSession????????????????? 1.0.0.0??? MsDtc
Function??????? Write-PrinterNfcTag??????????????????????????????? 1.1??????? PrintManagement
Function??????? Write-VolumeCache????????????????????????????????? 2.0.0.0??? Storage
Function??????? X:
Function??????? Y:
Function??????? Z:
Cmdlet????????? Add-AppvClientConnectionGroup????????????????????? 1.0.0.0??? AppvClient
Cmdlet????????? Add-AppvClientPackage????????????????????????????? 1.0.0.0??? AppvClient
Cmdlet????????? Add-AppvPublishingServer?????????????????????????? 1.0.0.0??? AppvClient
Cmdlet????????? Add-AppxPackage??????????????????????????????????? 2.0.1.0??? Appx
Cmdlet????????? Add-AppxProvisionedPackage???????????????????????? 3.0??????? Dism
Cmdlet????????? Add-AppxVolume???????????????????????????????????? 2.0.1.0??? Appx
Cmdlet????????? Add-BitsFile?????????????????????????????????????? 2.0.0.0??? BitsTransfer
Cmdlet????????? Add-CertificateEnrollmentPolicyServer????????????? 1.0.0.0??? PKI
Cmdlet????????? Add-Computer?????????????????????????????????????? 3.1.0.0??? Microsoft.PowerShell.Management
Cmdlet????????? Add-Content??????????????????????????????????????? 3.1.0.0??? Microsoft.PowerShell.Management
Cmdlet????????? Add-History??????????????????????????????????????? 3.0.0.0??? Microsoft.PowerShell.Core
Cmdlet????????? Add-JobTrigger???????????????????????????????????? 1.1.0.0??? PSScheduledJob
Cmdlet????????? Add-KdsRootKey???????????????????????????????????? 1.0.0.0??? Kds
Cmdlet????????? Add-LocalGroupMember?????????????????????????????? 1.0.0.0??? Microsoft.PowerShell.LocalAccounts
Cmdlet????????? Add-Member???????????????????????????????????????? 3.1.0.0??? Microsoft.PowerShell.Utility
Cmdlet????????? Add-PSSnapin?????????????????????????????????????? 3.0.0.0??? Microsoft.PowerShell.Core
Cmdlet????????? Add-SignerRule???????????????????????????????????? 1.0??????? ConfigCI
Cmdlet????????? Add-Type?????????????????????????????????????????? 3.1.0.0??? Microsoft.PowerShell.Utility
Cmdlet????????? Add-WindowsCapability????????????????????????????? 3.0??????? Dism
Cmdlet????????? Add-WindowsDriver????????????????????????????????? 3.0??????? Dism
Cmdlet????????? Add-WindowsImage?????????????????????????????????? 3.0??????? Dism
Cmdlet????????? Add-WindowsPackage???????????????????????????????? 3.0??????? Dism
Cmdlet????????? Checkpoint-Computer??????????????????????????????? 3.1.0.0??? Microsoft.PowerShell.Management
Cmdlet????????? Clear-Content????????????????????????????????????? 3.1.0.0??? Microsoft.PowerShell.Management
Cmdlet????????? Clear-EventLog???????????????????????????????????? 3.1.0.0??? Microsoft.PowerShell.Management
Cmdlet????????? Clear-History????????????????????????????????????? 3.0.0.0??? Microsoft.PowerShell.Core
Cmdlet????????? Clear-Item???????????????????????????????????????? 3.1.0.0??? Microsoft.PowerShell.Management
Cmdlet????????? Clear-ItemProperty???????????????????????????????? 3.1.0.0??? Microsoft.PowerShell.Management
Cmdlet????????? Clear-KdsCache???????????????????????????????????? 1.0.0.0??? Kds
Cmdlet????????? Clear-Recyclebin?????????????????????????????????? 3.1.0.0??? Microsoft.PowerShell.Management
Cmdlet????????? Clear-Tpm????????????????????????????????????????? 2.0.0.0??? TrustedPlatformModule
Cmdlet????????? Clear-UevAppxPackage?????????????????????????????? 2.1.639.0? UEV
Cmdlet????????? Clear-UevConfiguration???????????????????????????? 2.1.639.0? UEV
Cmdlet????????? Clear-Variable???????????????????????????????????? 3.1.0.0??? Microsoft.PowerShell.Utility
Cmdlet????????? Clear-WindowsCorruptMountPoint???????????????????? 3.0??????? Dism
Cmdlet????????? Compare-Object???????????????????????????????????? 3.1.0.0??? Microsoft.PowerShell.Utility
Cmdlet????????? Complete-BitsTransfer????????????????????????????? 2.0.0.0??? BitsTransfer
Cmdlet????????? Complete-DtcDiagnosticTransaction????????????????? 1.0.0.0??? MsDtc
Cmdlet????????? Complete-Transaction?????????????????????????????? 3.1.0.0??? Microsoft.PowerShell.Management
Cmdlet????????? Confirm-SecureBootUEFI???????????????????????????? 2.0.0.0??? SecureBoot
Cmdlet????????? Connect-PSSession????????????????????????????????? 3.0.0.0??? Microsoft.PowerShell.Core
Cmdlet????????? Connect-WSMan????????????????????????????????????? 3.0.0.0??? Microsoft.WSMan.Management
Cmdlet????????? ConvertFrom-CIPolicy?????????????????????????????? 1.0??????? ConfigCI
Cmdlet????????? ConvertFrom-Csv??????????????????????????????????? 3.1.0.0??? Microsoft.PowerShell.Utility
Cmdlet????????? ConvertFrom-Json?????????????????????????????????? 3.1.0.0??? Microsoft.PowerShell.Utility
Cmdlet????????? ConvertFrom-SecureString?????????????????????????? 3.0.0.0??? Microsoft.PowerShell.Security
Cmdlet????????? ConvertFrom-String???????????????????????????????? 3.1.0.0??? Microsoft.PowerShell.Utility
Cmdlet????????? ConvertFrom-StringData???????????????????????????? 3.1.0.0??? Microsoft.PowerShell.Utility
Cmdlet????????? Convert-Path?????????????????????????????????????? 3.1.0.0??? Microsoft.PowerShell.Management
Cmdlet????????? Convert-String???????????????????????????????????? 3.1.0.0??? Microsoft.PowerShell.Utility
Cmdlet????????? ConvertTo-Csv????????????????????????????????????? 3.1.0.0??? Microsoft.PowerShell.Utility
Cmdlet????????? ConvertTo-Html???????????????????????????????????? 3.1.0.0??? Microsoft.PowerShell.Utility
Cmdlet????????? ConvertTo-Json???????????????????????????????????? 3.1.0.0??? Microsoft.PowerShell.Utility
Cmdlet????????? ConvertTo-ProcessMitigationPolicy????????????????? 1.0.12???? ProcessMitigations
Cmdlet????????? ConvertTo-SecureString???????????????????????????? 3.0.0.0??? Microsoft.PowerShell.Security
Cmdlet????????? ConvertTo-TpmOwnerAuth???????????????????????????? 2.0.0.0??? TrustedPlatformModule
Cmdlet????????? ConvertTo-Xml????????????????????????????????????? 3.1.0.0??? Microsoft.PowerShell.Utility
Cmdlet????????? Copy-Item????????????????????????????????????????? 3.1.0.0??? Microsoft.PowerShell.Management
Cmdlet????????? Copy-ItemProperty????????????????????????????????? 3.1.0.0??? Microsoft.PowerShell.Management
Cmdlet????????? Debug-Job????????????????????????????????????????? 3.0.0.0??? Microsoft.PowerShell.Core
Cmdlet????????? Debug-Process????????????????????????????????????? 3.1.0.0??? Microsoft.PowerShell.Management
Cmdlet????????? Debug-Runspace???????????????????????????????????? 3.1.0.0??? Microsoft.PowerShell.Utility
Cmdlet????????? Delete-DeliveryOptimizationCache?????????????????? 1.0.2.0??? DeliveryOptimization
Cmdlet????????? Disable-AppBackgroundTaskDiagnosticLog???????????? 1.0.0.0??? AppBackgroundTask
Cmdlet????????? Disable-Appv?????????????????????????????????????? 1.0.0.0??? AppvClient
Cmdlet????????? Disable-AppvClientConnectionGroup????????????????? 1.0.0.0??? AppvClient
Cmdlet????????? Disable-ComputerRestore??????????????????????????? 3.1.0.0??? Microsoft.PowerShell.Management
Cmdlet????????? Disable-JobTrigger???????????????????????????????? 1.1.0.0??? PSScheduledJob
Cmdlet????????? Disable-LocalUser????????????????????????????????? 1.0.0.0??? Microsoft.PowerShell.LocalAccounts
Cmdlet????????? Disable-PSBreakpoint?????????????????????????????? 3.1.0.0??? Microsoft.PowerShell.Utility
Cmdlet????????? Disable-PSRemoting???????????????????????????????? 3.0.0.0??? Microsoft.PowerShell.Core
Cmdlet????????? Disable-PSSessionConfiguration???????????????????? 3.0.0.0??? Microsoft.PowerShell.Core
Cmdlet????????? Disable-RunspaceDebug????????????????????????????? 3.1.0.0??? Microsoft.PowerShell.Utility
Cmdlet????????? Disable-ScheduledJob?????????????????????????????? 1.1.0.0??? PSScheduledJob
Cmdlet????????? Disable-TlsCipherSuite???????????????????????????? 2.0.0.0??? TLS
Cmdlet????????? Disable-TlsEccCurve??????????????????????????????? 2.0.0.0??? TLS
Cmdlet????????? Disable-TlsSessionTicketKey??????????????????????? 2.0.0.0??? TLS
Cmdlet????????? Disable-TpmAutoProvisioning??????????????????????? 2.0.0.0??? TrustedPlatformModule
Cmdlet????????? Disable-Uev??????????????????????????????????????? 2.1.639.0? UEV
Cmdlet????????? Disable-UevAppxPackage???????????????????????????? 2.1.639.0? UEV
Cmdlet????????? Disable-UevTemplate??????????????????????????????? 2.1.639.0? UEV
Cmdlet????????? Disable-WindowsErrorReporting????????????????????? 1.0??????? WindowsErrorReporting
Cmdlet????????? Disable-WindowsOptionalFeature???????????????????? 3.0??????? Dism
Cmdlet????????? Disable-WSManCredSSP?????????????????????????????? 3.0.0.0??? Microsoft.WSMan.Management
Cmdlet????????? Disconnect-PSSession?????????????????????????????? 3.0.0.0??? Microsoft.PowerShell.Core
Cmdlet????????? Disconnect-WSMan?????????????????????????????????? 3.0.0.0??? Microsoft.WSMan.Management
Cmdlet????????? Dismount-AppxVolume??????????????????????????????? 2.0.1.0??? Appx
Cmdlet????????? Dismount-WindowsImage????????????????????????????? 3.0??????? Dism
Cmdlet????????? Edit-CIPolicyRule????????????????????????????????? 1.0??????? ConfigCI
Cmdlet????????? Enable-AppBackgroundTaskDiagnosticLog????????????? 1.0.0.0??? AppBackgroundTask
Cmdlet????????? Enable-Appv??????????????????????????????????????? 1.0.0.0??? AppvClient
Cmdlet????????? Enable-AppvClientConnectionGroup?????????????????? 1.0.0.0??? AppvClient
Cmdlet????????? Enable-ComputerRestore???????????????????????????? 3.1.0.0??? Microsoft.PowerShell.Management
文章来源:https://blog.csdn.net/zqzgng/article/details/135595514
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。