在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 ? ? ? ?A:
Function ? ? ? ?Add-BCDataCacheExtension ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?BranchCache
Function ? ? ? ?Add-BitLockerKeyProtector ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?BitLocker
Function ? ? ? ?Add-DnsClientNrptRule ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?DnsClient
Function ? ? ? ?Add-DtcClusterTMMapping ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?MsDtc
Function ? ? ? ?Add-EtwTraceProvider ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?EventTracingManagement
Function ? ? ? ?Add-InitiatorIdToMaskingSet ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?Add-MpPreference ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0 ? ? ? ?ConfigDefender
Function ? ? ? ?Add-MpPreference ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0 ? ? ? ?Defender
Function ? ? ? ?Add-NetEventNetworkAdapter ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?NetEventPacketCapture
Function ? ? ? ?Add-NetEventPacketCaptureProvider ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?NetEventPacketCapture
Function ? ? ? ?Add-NetEventProvider ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?NetEventPacketCapture
Function ? ? ? ?Add-NetEventVFPProvider ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?NetEventPacketCapture
Function ? ? ? ?Add-NetEventVmNetworkAdapter ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?NetEventPacketCapture
Function ? ? ? ?Add-NetEventVmSwitch ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?NetEventPacketCapture
Function ? ? ? ?Add-NetEventVmSwitchProvider ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?NetEventPacketCapture
Function ? ? ? ?Add-NetEventWFPCaptureProvider ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?NetEventPacketCapture
Function ? ? ? ?Add-NetIPHttpsCertBinding ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?NetworkTransition
Function ? ? ? ?Add-NetLbfoTeamMember ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetLbfo
Function ? ? ? ?Add-NetLbfoTeamNic ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetLbfo
Function ? ? ? ?Add-NetNatExternalAddress ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?NetNat
Function ? ? ? ?Add-NetNatStaticMapping ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?NetNat
Function ? ? ? ?Add-NetSwitchTeamMember ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?NetSwitchTeam
Function ? ? ? ?Add-OdbcDsn ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?Wdac
Function ? ? ? ?Add-PartitionAccessPath ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?Add-PhysicalDisk ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?Add-Printer ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.1 ? ? ? ?PrintManagement
Function ? ? ? ?Add-PrinterDriver ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.1 ? ? ? ?PrintManagement
Function ? ? ? ?Add-PrinterPort ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.1 ? ? ? ?PrintManagement
Function ? ? ? ?Add-StorageFaultDomain ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?Add-TargetPortToMaskingSet ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?Add-VirtualDiskToMaskingSet ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?Add-VpnConnection ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?VpnClient
Function ? ? ? ?Add-VpnConnectionRoute ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?VpnClient
Function ? ? ? ?Add-VpnConnectionTriggerApplication ? ? ? ? ? ? ? ?2.0.0.0 ? ?VpnClient
Function ? ? ? ?Add-VpnConnectionTriggerDnsConfiguration ? ? ? ? ? 2.0.0.0 ? ?VpnClient
Function ? ? ? ?Add-VpnConnectionTriggerTrustedNetwork ? ? ? ? ? ? 2.0.0.0 ? ?VpnClient
Function ? ? ? ?AfterAll ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 3.4.0 ? ? ?Pester
Function ? ? ? ?AfterEach ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?3.4.0 ? ? ?Pester
Function ? ? ? ?Assert-MockCalled ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?3.4.0 ? ? ?Pester
Function ? ? ? ?Assert-VerifiableMocks ? ? ? ? ? ? ? ? ? ? ? ? ? ? 3.4.0 ? ? ?Pester
Function ? ? ? ?B:
Function ? ? ? ?Backup-BitLockerKeyProtector ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?BitLocker
Function ? ? ? ?BackupToAAD-BitLockerKeyProtector ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?BitLocker
Function ? ? ? ?BeforeAll ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?3.4.0 ? ? ?Pester
Function ? ? ? ?BeforeEach ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 3.4.0 ? ? ?Pester
Function ? ? ? ?Block-FileShareAccess ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?Block-SmbShareAccess ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?SmbShare
Function ? ? ? ?C:
Function ? ? ? ?cd..
Function ? ? ? ?cd\
Function ? ? ? ?Clear-AssignedAccess ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?AssignedAccess
Function ? ? ? ?Clear-BCCache ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?BranchCache
Function ? ? ? ?Clear-BitLockerAutoUnlock ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?BitLocker
Function ? ? ? ?Clear-Disk ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?Clear-DnsClientCache ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?DnsClient
Function ? ? ? ?Clear-FileStorageTier ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?Clear-Host
Function ? ? ? ?Clear-PcsvDeviceLog ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?PcsvDevice
Function ? ? ? ?Clear-StorageBusDisk ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?StorageBusCache
Function ? ? ? ?Clear-StorageDiagnosticInfo ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?Close-SmbOpenFile ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?SmbShare
Function ? ? ? ?Close-SmbSession ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?SmbShare
Function ? ? ? ?Compress-Archive ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.1.0 ? ?Microsoft.PowerShell.Archive
Function ? ? ? ?Configuration ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.1 ? ? ? ?PSDesiredStateConfiguration
Function ? ? ? ?Connect-IscsiTarget ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?iSCSI
Function ? ? ? ?Connect-VirtualDisk ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?Context ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?3.4.0 ? ? ?Pester
Function ? ? ? ?ConvertFrom-SddlString ? ? ? ? ? ? ? ? ? ? ? ? ? ? 3.1.0.0 ? ?Microsoft.PowerShell.Utility
Function ? ? ? ?Copy-NetFirewallRule ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetSecurity
Function ? ? ? ?Copy-NetIPsecMainModeCryptoSet ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetSecurity
Function ? ? ? ?Copy-NetIPsecMainModeRule ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetSecurity
Function ? ? ? ?Copy-NetIPsecPhase1AuthSet ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetSecurity
Function ? ? ? ?Copy-NetIPsecPhase2AuthSet ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetSecurity
Function ? ? ? ?Copy-NetIPsecQuickModeCryptoSet ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetSecurity
Function ? ? ? ?Copy-NetIPsecRule ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetSecurity
Function ? ? ? ?D:
Function ? ? ? ?Debug-FileShare ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?Debug-MMAppPrelaunch ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0 ? ? ? ?MMAgent
Function ? ? ? ?Debug-StorageSubSystem ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?Debug-Volume ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?Describe ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 3.4.0 ? ? ?Pester
Function ? ? ? ?Disable-BC ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?BranchCache
Function ? ? ? ?Disable-BCDowngrading ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?BranchCache
Function ? ? ? ?Disable-BCServeOnBattery ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?BranchCache
Function ? ? ? ?Disable-BitLocker ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?BitLocker
Function ? ? ? ?Disable-BitLockerAutoUnlock ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?BitLocker
Function ? ? ? ?Disable-DAManualEntryPointSelection ? ? ? ? ? ? ? ?1.0.0.0 ? ?DirectAccessClientComponents
Function ? ? ? ?Disable-DeliveryOptimizationVerboseLogs ? ? ? ? ? ?1.0.2.0 ? ?DeliveryOptimization
Function ? ? ? ?Disable-DscDebug ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.1 ? ? ? ?PSDesiredStateConfiguration
Function ? ? ? ?Disable-MMAgent ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0 ? ? ? ?MMAgent
Function ? ? ? ?Disable-NetAdapter ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetAdapter
Function ? ? ? ?Disable-NetAdapterBinding ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetAdapter
Function ? ? ? ?Disable-NetAdapterChecksumOffload ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetAdapter
Function ? ? ? ?Disable-NetAdapterEncapsulatedPacketTaskOffload ? ?2.0.0.0 ? ?NetAdapter
Function ? ? ? ?Disable-NetAdapterIPsecOffload ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetAdapter
Function ? ? ? ?Disable-NetAdapterLso ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetAdapter
Function ? ? ? ?Disable-NetAdapterPacketDirect ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetAdapter
Function ? ? ? ?Disable-NetAdapterPowerManagement ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetAdapter
Function ? ? ? ?Disable-NetAdapterQos ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetAdapter
Function ? ? ? ?Disable-NetAdapterRdma ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetAdapter
Function ? ? ? ?Disable-NetAdapterRsc ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetAdapter
Function ? ? ? ?Disable-NetAdapterRss ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetAdapter
Function ? ? ? ?Disable-NetAdapterSriov ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetAdapter
Function ? ? ? ?Disable-NetAdapterUso ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetAdapter
Function ? ? ? ?Disable-NetAdapterVmq ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetAdapter
Function ? ? ? ?Disable-NetDnsTransitionConfiguration ? ? ? ? ? ? ?1.0.0.0 ? ?NetworkTransition
Function ? ? ? ?Disable-NetFirewallRule ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetSecurity
Function ? ? ? ?Disable-NetIPHttpsProfile ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?NetworkTransition
Function ? ? ? ?Disable-NetIPsecMainModeRule ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetSecurity
Function ? ? ? ?Disable-NetIPsecRule ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetSecurity
Function ? ? ? ?Disable-NetNatTransitionConfiguration ? ? ? ? ? ? ?1.0.0.0 ? ?NetworkTransition
Function ? ? ? ?Disable-NetworkSwitchEthernetPort ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?NetworkSwitchManager
Function ? ? ? ?Disable-NetworkSwitchFeature ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?NetworkSwitchManager
Function ? ? ? ?Disable-NetworkSwitchVlan ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?NetworkSwitchManager
Function ? ? ? ?Disable-OdbcPerfCounter ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?Wdac
Function ? ? ? ?Disable-PhysicalDiskIdentification ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?Disable-PnpDevice ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?PnpDevice
Function ? ? ? ?Disable-PSTrace ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?PSDiagnostics
Function ? ? ? ?Disable-PSWSManCombinedTrace ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?PSDiagnostics
Function ? ? ? ?Disable-ScheduledTask ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?ScheduledTasks
Function ? ? ? ?Disable-SmbDelegation ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?SmbShare
Function ? ? ? ?Disable-StorageBusCache ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?StorageBusCache
Function ? ? ? ?Disable-StorageBusDisk ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?StorageBusCache
Function ? ? ? ?Disable-StorageEnclosureIdentification ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?Disable-StorageEnclosurePower ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?Disable-StorageHighAvailability ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?Disable-StorageMaintenanceMode ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?Disable-WdacBidTrace ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?Wdac
Function ? ? ? ?Disable-WSManTrace ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?PSDiagnostics
Function ? ? ? ?Disconnect-IscsiTarget ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?iSCSI
Function ? ? ? ?Disconnect-VirtualDisk ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?Dismount-DiskImage ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?E:
Function ? ? ? ?Enable-BCDistributed ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?BranchCache
Function ? ? ? ?Enable-BCDowngrading ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?BranchCache
Function ? ? ? ?Enable-BCHostedClient ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?BranchCache
Function ? ? ? ?Enable-BCHostedServer ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?BranchCache
Function ? ? ? ?Enable-BCLocal ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?BranchCache
Function ? ? ? ?Enable-BCServeOnBattery ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?BranchCache
Function ? ? ? ?Enable-BitLocker ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?BitLocker
Function ? ? ? ?Enable-BitLockerAutoUnlock ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?BitLocker
Function ? ? ? ?Enable-DAManualEntryPointSelection ? ? ? ? ? ? ? ? 1.0.0.0 ? ?DirectAccessClientComponents
Function ? ? ? ?Enable-DeliveryOptimizationVerboseLogs ? ? ? ? ? ? 1.0.2.0 ? ?DeliveryOptimization
Function ? ? ? ?Enable-DscDebug ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.1 ? ? ? ?PSDesiredStateConfiguration
Function ? ? ? ?Enable-MMAgent ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0 ? ? ? ?MMAgent
Function ? ? ? ?Enable-NetAdapter ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetAdapter
Function ? ? ? ?Enable-NetAdapterBinding ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetAdapter
Function ? ? ? ?Enable-NetAdapterChecksumOffload ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetAdapter
Function ? ? ? ?Enable-NetAdapterEncapsulatedPacketTaskOffload ? ? 2.0.0.0 ? ?NetAdapter
Function ? ? ? ?Enable-NetAdapterIPsecOffload ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetAdapter
Function ? ? ? ?Enable-NetAdapterLso ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetAdapter
Function ? ? ? ?Enable-NetAdapterPacketDirect ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetAdapter
Function ? ? ? ?Enable-NetAdapterPowerManagement ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetAdapter
Function ? ? ? ?Enable-NetAdapterQos ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetAdapter
Function ? ? ? ?Enable-NetAdapterRdma ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetAdapter
Function ? ? ? ?Enable-NetAdapterRsc ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetAdapter
Function ? ? ? ?Enable-NetAdapterRss ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetAdapter
Function ? ? ? ?Enable-NetAdapterSriov ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetAdapter
Function ? ? ? ?Enable-NetAdapterUso ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetAdapter
Function ? ? ? ?Enable-NetAdapterVmq ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetAdapter
Function ? ? ? ?Enable-NetDnsTransitionConfiguration ? ? ? ? ? ? ? 1.0.0.0 ? ?NetworkTransition
Function ? ? ? ?Enable-NetFirewallRule ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetSecurity
Function ? ? ? ?Enable-NetIPHttpsProfile ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?NetworkTransition
Function ? ? ? ?Enable-NetIPsecMainModeRule ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetSecurity
Function ? ? ? ?Enable-NetIPsecRule ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetSecurity
Function ? ? ? ?Enable-NetNatTransitionConfiguration ? ? ? ? ? ? ? 1.0.0.0 ? ?NetworkTransition
Function ? ? ? ?Enable-NetworkSwitchEthernetPort ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?NetworkSwitchManager
Function ? ? ? ?Enable-NetworkSwitchFeature ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?NetworkSwitchManager
Function ? ? ? ?Enable-NetworkSwitchVlan ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?NetworkSwitchManager
Function ? ? ? ?Enable-OdbcPerfCounter ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?Wdac
Function ? ? ? ?Enable-PhysicalDiskIdentification ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?Enable-PnpDevice ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?PnpDevice
Function ? ? ? ?Enable-PSTrace ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?PSDiagnostics
Function ? ? ? ?Enable-PSWSManCombinedTrace ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?PSDiagnostics
Function ? ? ? ?Enable-ScheduledTask ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?ScheduledTasks
Function ? ? ? ?Enable-SmbDelegation ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?SmbShare
Function ? ? ? ?Enable-StorageBusCache ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?StorageBusCache
Function ? ? ? ?Enable-StorageBusDisk ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?StorageBusCache
Function ? ? ? ?Enable-StorageEnclosureIdentification ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?Enable-StorageEnclosurePower ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?Enable-StorageHighAvailability ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?Enable-StorageMaintenanceMode ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?Enable-WdacBidTrace ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?Wdac
Function ? ? ? ?Enable-WSManTrace ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?PSDiagnostics
Function ? ? ? ?Expand-Archive ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.1.0 ? ?Microsoft.PowerShell.Archive
Function ? ? ? ?Export-BCCachePackage ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?BranchCache
Function ? ? ? ?Export-BCSecretKey ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?BranchCache
Function ? ? ? ?Export-ODataEndpointProxy ? ? ? ? ? ? ? ? ? ? ? ? ?1.0 ? ? ? ?Microsoft.PowerShell.ODataUtils
Function ? ? ? ?Export-ScheduledTask ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?ScheduledTasks
Function ? ? ? ?F:
Function ? ? ? ?Find-Command ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.1 ? ?PowerShellGet
Function ? ? ? ?Find-DscResource ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.1 ? ?PowerShellGet
Function ? ? ? ?Find-Module ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.1 ? ?PowerShellGet
Function ? ? ? ?Find-NetIPsecRule ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetSecurity
Function ? ? ? ?Find-NetRoute ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?NetTCPIP
Function ? ? ? ?Find-RoleCapability ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.1 ? ?PowerShellGet
Function ? ? ? ?Find-Script ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.1 ? ?PowerShellGet
Function ? ? ? ?Flush-EtwTraceSession ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?EventTracingManagement
Function ? ? ? ?Format-Hex ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 3.1.0.0 ? ?Microsoft.PowerShell.Utility
Function ? ? ? ?Format-Volume ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?G:
Function ? ? ? ?Get-AppBackgroundTask ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?AppBackgroundTask
Function ? ? ? ?Get-AppvVirtualProcess ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?AppvClient
Function ? ? ? ?Get-AppxLastError ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.1.0 ? ?Appx
Function ? ? ? ?Get-AppxLog ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.1.0 ? ?Appx
Function ? ? ? ?Get-AssignedAccess ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?AssignedAccess
Function ? ? ? ?Get-AutologgerConfig ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?EventTracingManagement
Function ? ? ? ?Get-BCClientConfiguration ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?BranchCache
Function ? ? ? ?Get-BCContentServerConfiguration ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?BranchCache
Function ? ? ? ?Get-BCDataCache ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?BranchCache
Function ? ? ? ?Get-BCDataCacheExtension ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?BranchCache
Function ? ? ? ?Get-BCHashCache ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?BranchCache
Function ? ? ? ?Get-BCHostedCacheServerConfiguration ? ? ? ? ? ? ? 1.0.0.0 ? ?BranchCache
Function ? ? ? ?Get-BCNetworkConfiguration ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?BranchCache
Function ? ? ? ?Get-BCStatus ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?BranchCache
Function ? ? ? ?Get-BitLockerVolume ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?BitLocker
Function ? ? ? ?Get-ClusteredScheduledTask ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?ScheduledTasks
Function ? ? ? ?Get-DAClientExperienceConfiguration ? ? ? ? ? ? ? ?1.0.0.0 ? ?DirectAccessClientComponents
Function ? ? ? ?Get-DAConnectionStatus ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?NetworkConnectivityStatus
Function ? ? ? ?Get-DAEntryPointTableItem ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?DirectAccessClientComponents
Function ? ? ? ?Get-DedupProperties ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?Get-DeliveryOptimizationPerfSnap ? ? ? ? ? ? ? ? ? 1.0.2.0 ? ?DeliveryOptimization
Function ? ? ? ?Get-DeliveryOptimizationPerfSnapThisMonth ? ? ? ? ?1.0.2.0 ? ?DeliveryOptimization
Function ? ? ? ?Get-DeliveryOptimizationStatus ? ? ? ? ? ? ? ? ? ? 1.0.2.0 ? ?DeliveryOptimization
Function ? ? ? ?Get-Disk ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?Get-DiskImage ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?Get-DiskStorageNodeView ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?Get-DnsClient ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?DnsClient
Function ? ? ? ?Get-DnsClientCache ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?DnsClient
Function ? ? ? ?Get-DnsClientGlobalSetting ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?DnsClient
Function ? ? ? ?Get-DnsClientNrptGlobal ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?DnsClient
Function ? ? ? ?Get-DnsClientNrptPolicy ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?DnsClient
Function ? ? ? ?Get-DnsClientNrptRule ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?DnsClient
Function ? ? ? ?Get-DnsClientServerAddress ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?DnsClient
Function ? ? ? ?Get-DOConfig ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.2.0 ? ?DeliveryOptimization
Function ? ? ? ?Get-DODownloadMode ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.2.0 ? ?DeliveryOptimization
Function ? ? ? ?Get-DOPercentageMaxBackgroundBandwidth ? ? ? ? ? ? 1.0.2.0 ? ?DeliveryOptimization
Function ? ? ? ?Get-DOPercentageMaxForegroundBandwidth ? ? ? ? ? ? 1.0.2.0 ? ?DeliveryOptimization
Function ? ? ? ?Get-DscConfiguration ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.1 ? ? ? ?PSDesiredStateConfiguration
Function ? ? ? ?Get-DscConfigurationStatus ? ? ? ? ? ? ? ? ? ? ? ? 1.1 ? ? ? ?PSDesiredStateConfiguration
Function ? ? ? ?Get-DscLocalConfigurationManager ? ? ? ? ? ? ? ? ? 1.1 ? ? ? ?PSDesiredStateConfiguration
Function ? ? ? ?Get-DscResource ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.1 ? ? ? ?PSDesiredStateConfiguration
Function ? ? ? ?Get-Dtc ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?MsDtc
Function ? ? ? ?Get-DtcAdvancedHostSetting ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?MsDtc
Function ? ? ? ?Get-DtcAdvancedSetting ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?MsDtc
Function ? ? ? ?Get-DtcClusterDefault ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?MsDtc
Function ? ? ? ?Get-DtcClusterTMMapping ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?MsDtc
Function ? ? ? ?Get-DtcDefault ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?MsDtc
Function ? ? ? ?Get-DtcLog ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?MsDtc
Function ? ? ? ?Get-DtcNetworkSetting ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?MsDtc
Function ? ? ? ?Get-DtcTransaction ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?MsDtc
Function ? ? ? ?Get-DtcTransactionsStatistics ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?MsDtc
Function ? ? ? ?Get-DtcTransactionsTraceSession ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?MsDtc
Function ? ? ? ?Get-DtcTransactionsTraceSetting ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?MsDtc
Function ? ? ? ?Get-EtwTraceProvider ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?EventTracingManagement
Function ? ? ? ?Get-EtwTraceSession ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?EventTracingManagement
Function ? ? ? ?Get-FileHash ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 3.1.0.0 ? ?Microsoft.PowerShell.Utility
Function ? ? ? ?Get-FileIntegrity ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?Get-FileShare ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?Get-FileShareAccessControlEntry ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?Get-FileStorageTier ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?Get-HnsEndpoint ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.1 ? ?HostNetworkingService
Function ? ? ? ?Get-HnsNamespace ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.1 ? ?HostNetworkingService
Function ? ? ? ?Get-HnsNetwork ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.1 ? ?HostNetworkingService
Function ? ? ? ?Get-HnsPolicyList ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.1 ? ?HostNetworkingService
Function ? ? ? ?Get-InitiatorId ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?Get-InitiatorPort ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?Get-InstalledModule ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.1 ? ?PowerShellGet
Function ? ? ? ?Get-InstalledScript ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.1 ? ?PowerShellGet
Function ? ? ? ?Get-IscsiConnection ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?iSCSI
Function ? ? ? ?Get-IscsiSession ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?iSCSI
Function ? ? ? ?Get-IscsiTarget ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?iSCSI
Function ? ? ? ?Get-IscsiTargetPortal ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?iSCSI
Function ? ? ? ?Get-IseSnippet ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?ISE
Function ? ? ? ?Get-LapsAADPassword ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?LAPS
Function ? ? ? ?Get-LapsDiagnostics ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?LAPS
Function ? ? ? ?Get-LogProperties ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?PSDiagnostics
Function ? ? ? ?Get-MaskingSet ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?Get-MMAgent ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0 ? ? ? ?MMAgent
Function ? ? ? ?Get-MockDynamicParameters ? ? ? ? ? ? ? ? ? ? ? ? ?3.4.0 ? ? ?Pester
Function ? ? ? ?Get-MpComputerStatus ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0 ? ? ? ?ConfigDefender
Function ? ? ? ?Get-MpComputerStatus ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0 ? ? ? ?Defender
Function ? ? ? ?Get-MpPerformanceReport ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0 ? ? ? ?ConfigDefenderPerformance
Function ? ? ? ?Get-MpPreference ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0 ? ? ? ?ConfigDefender
Function ? ? ? ?Get-MpPreference ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0 ? ? ? ?Defender
Function ? ? ? ?Get-MpThreat ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0 ? ? ? ?ConfigDefender
Function ? ? ? ?Get-MpThreat ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0 ? ? ? ?Defender
Function ? ? ? ?Get-MpThreatCatalog ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0 ? ? ? ?ConfigDefender
Function ? ? ? ?Get-MpThreatCatalog ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0 ? ? ? ?Defender
Function ? ? ? ?Get-MpThreatDetection ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0 ? ? ? ?ConfigDefender
Function ? ? ? ?Get-MpThreatDetection ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0 ? ? ? ?Defender
Function ? ? ? ?Get-NCSIPolicyConfiguration ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?NetworkConnectivityStatus
Function ? ? ? ?Get-Net6to4Configuration ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?NetworkTransition
Function ? ? ? ?Get-NetAdapter ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetAdapter
Function ? ? ? ?Get-NetAdapterAdvancedProperty ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetAdapter
Function ? ? ? ?Get-NetAdapterBinding ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetAdapter
Function ? ? ? ?Get-NetAdapterChecksumOffload ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetAdapter
Function ? ? ? ?Get-NetAdapterEncapsulatedPacketTaskOffload ? ? ? ?2.0.0.0 ? ?NetAdapter
Function ? ? ? ?Get-NetAdapterHardwareInfo ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetAdapter
Function ? ? ? ?Get-NetAdapterIPsecOffload ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetAdapter
Function ? ? ? ?Get-NetAdapterLso ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetAdapter
Function ? ? ? ?Get-NetAdapterPacketDirect ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetAdapter
Function ? ? ? ?Get-NetAdapterPowerManagement ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetAdapter
Function ? ? ? ?Get-NetAdapterQos ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetAdapter
Function ? ? ? ?Get-NetAdapterRdma ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetAdapter
Function ? ? ? ?Get-NetAdapterRsc ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetAdapter
Function ? ? ? ?Get-NetAdapterRss ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetAdapter
Function ? ? ? ?Get-NetAdapterSriov ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetAdapter
Function ? ? ? ?Get-NetAdapterSriovVf ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetAdapter
Function ? ? ? ?Get-NetAdapterStatistics ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetAdapter
Function ? ? ? ?Get-NetAdapterUso ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetAdapter
Function ? ? ? ?Get-NetAdapterVmq ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetAdapter
Function ? ? ? ?Get-NetAdapterVMQQueue ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetAdapter
Function ? ? ? ?Get-NetAdapterVPort ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetAdapter
Function ? ? ? ?Get-NetCompartment ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?NetTCPIP
Function ? ? ? ?Get-NetConnectionProfile ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetConnection
Function ? ? ? ?Get-NetDnsTransitionConfiguration ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?NetworkTransition
Function ? ? ? ?Get-NetDnsTransitionMonitoring ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?NetworkTransition
Function ? ? ? ?Get-NetEventNetworkAdapter ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?NetEventPacketCapture
Function ? ? ? ?Get-NetEventPacketCaptureProvider ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?NetEventPacketCapture
Function ? ? ? ?Get-NetEventProvider ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?NetEventPacketCapture
Function ? ? ? ?Get-NetEventSession ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?NetEventPacketCapture
Function ? ? ? ?Get-NetEventVFPProvider ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?NetEventPacketCapture
Function ? ? ? ?Get-NetEventVmNetworkAdapter ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?NetEventPacketCapture
Function ? ? ? ?Get-NetEventVmSwitch ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?NetEventPacketCapture
Function ? ? ? ?Get-NetEventVmSwitchProvider ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?NetEventPacketCapture
Function ? ? ? ?Get-NetEventWFPCaptureProvider ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?NetEventPacketCapture
Function ? ? ? ?Get-NetFirewallAddressFilter ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetSecurity
Function ? ? ? ?Get-NetFirewallApplicationFilter ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetSecurity
Function ? ? ? ?Get-NetFirewallDynamicKeywordAddress ? ? ? ? ? ? ? 2.0.0.0 ? ?NetSecurity
Function ? ? ? ?Get-NetFirewallInterfaceFilter ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetSecurity
Function ? ? ? ?Get-NetFirewallInterfaceTypeFilter ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetSecurity
Function ? ? ? ?Get-NetFirewallPortFilter ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetSecurity
Function ? ? ? ?Get-NetFirewallProfile ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetSecurity
Function ? ? ? ?Get-NetFirewallRule ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetSecurity
Function ? ? ? ?Get-NetFirewallSecurityFilter ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetSecurity
Function ? ? ? ?Get-NetFirewallServiceFilter ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetSecurity
Function ? ? ? ?Get-NetFirewallSetting ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetSecurity
Function ? ? ? ?Get-NetIPAddress ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?NetTCPIP
Function ? ? ? ?Get-NetIPConfiguration ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?NetTCPIP
Function ? ? ? ?Get-NetIPHttpsConfiguration ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?NetworkTransition
Function ? ? ? ?Get-NetIPHttpsState ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?NetworkTransition
Function ? ? ? ?Get-NetIPInterface ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?NetTCPIP
Function ? ? ? ?Get-NetIPsecDospSetting ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetSecurity
Function ? ? ? ?Get-NetIPsecMainModeCryptoSet ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetSecurity
Function ? ? ? ?Get-NetIPsecMainModeRule ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetSecurity
Function ? ? ? ?Get-NetIPsecMainModeSA ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetSecurity
Function ? ? ? ?Get-NetIPsecPhase1AuthSet ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetSecurity
Function ? ? ? ?Get-NetIPsecPhase2AuthSet ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetSecurity
Function ? ? ? ?Get-NetIPsecQuickModeCryptoSet ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetSecurity
Function ? ? ? ?Get-NetIPsecQuickModeSA ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetSecurity
Function ? ? ? ?Get-NetIPsecRule ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetSecurity
Function ? ? ? ?Get-NetIPv4Protocol ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?NetTCPIP
Function ? ? ? ?Get-NetIPv6Protocol ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?NetTCPIP
Function ? ? ? ?Get-NetIsatapConfiguration ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?NetworkTransition
Function ? ? ? ?Get-NetLbfoTeam ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetLbfo
Function ? ? ? ?Get-NetLbfoTeamMember ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetLbfo
Function ? ? ? ?Get-NetLbfoTeamNic ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetLbfo
Function ? ? ? ?Get-NetNat ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?NetNat
Function ? ? ? ?Get-NetNatExternalAddress ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?NetNat
Function ? ? ? ?Get-NetNatGlobal ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?NetNat
Function ? ? ? ?Get-NetNatSession ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?NetNat
Function ? ? ? ?Get-NetNatStaticMapping ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?NetNat
Function ? ? ? ?Get-NetNatTransitionConfiguration ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?NetworkTransition
Function ? ? ? ?Get-NetNatTransitionMonitoring ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?NetworkTransition
Function ? ? ? ?Get-NetNeighbor ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?NetTCPIP
Function ? ? ? ?Get-NetOffloadGlobalSetting ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?NetTCPIP
Function ? ? ? ?Get-NetPrefixPolicy ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?NetTCPIP
Function ? ? ? ?Get-NetQosPolicy ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetQos
Function ? ? ? ?Get-NetRoute ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?NetTCPIP
Function ? ? ? ?Get-NetSwitchTeam ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?NetSwitchTeam
Function ? ? ? ?Get-NetSwitchTeamMember ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?NetSwitchTeam
Function ? ? ? ?Get-NetTCPConnection ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?NetTCPIP
Function ? ? ? ?Get-NetTCPSetting ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?NetTCPIP
Function ? ? ? ?Get-NetTeredoConfiguration ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?NetworkTransition
Function ? ? ? ?Get-NetTeredoState ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?NetworkTransition
Function ? ? ? ?Get-NetTransportFilter ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?NetTCPIP
Function ? ? ? ?Get-NetUDPEndpoint ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?NetTCPIP
Function ? ? ? ?Get-NetUDPSetting ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?NetTCPIP
Function ? ? ? ?Get-NetworkSwitchEthernetPort ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?NetworkSwitchManager
Function ? ? ? ?Get-NetworkSwitchFeature ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?NetworkSwitchManager
Function ? ? ? ?Get-NetworkSwitchGlobalData ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?NetworkSwitchManager
Function ? ? ? ?Get-NetworkSwitchVlan ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?NetworkSwitchManager
Function ? ? ? ?Get-OdbcDriver ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?Wdac
Function ? ? ? ?Get-OdbcDsn ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?Wdac
Function ? ? ? ?Get-OdbcPerfCounter ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?Wdac
Function ? ? ? ?Get-OffloadDataTransferSetting ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?Get-OperationValidation ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.1 ? ? ?Microsoft.PowerShell.Operation.Validation
Function ? ? ? ?Get-Partition ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?Get-PartitionSupportedSize ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?Get-PcsvDevice ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?PcsvDevice
Function ? ? ? ?Get-PcsvDeviceLog ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?PcsvDevice
Function ? ? ? ?Get-PhysicalDisk ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?Get-PhysicalDiskStorageNodeView ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?Get-PhysicalExtent ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?Get-PhysicalExtentAssociation ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?Get-PnpDevice ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?PnpDevice
Function ? ? ? ?Get-PnpDeviceProperty ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?PnpDevice
Function ? ? ? ?Get-PrintConfiguration ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.1 ? ? ? ?PrintManagement
Function ? ? ? ?Get-Printer ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.1 ? ? ? ?PrintManagement
Function ? ? ? ?Get-PrinterDriver ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.1 ? ? ? ?PrintManagement
Function ? ? ? ?Get-PrinterPort ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.1 ? ? ? ?PrintManagement
Function ? ? ? ?Get-PrinterProperty ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.1 ? ? ? ?PrintManagement
Function ? ? ? ?Get-PrintJob ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.1 ? ? ? ?PrintManagement
Function ? ? ? ?Get-PSRepository ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.1 ? ?PowerShellGet
Function ? ? ? ?Get-ResiliencySetting ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?Get-ScheduledTask ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?ScheduledTasks
Function ? ? ? ?Get-ScheduledTaskInfo ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?ScheduledTasks
Function ? ? ? ?Get-SmbBandWidthLimit ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?SmbShare
Function ? ? ? ?Get-SmbClientConfiguration ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?SmbShare
Function ? ? ? ?Get-SmbClientNetworkInterface ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?SmbShare
Function ? ? ? ?Get-SmbConnection ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?SmbShare
Function ? ? ? ?Get-SmbDelegation ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?SmbShare
Function ? ? ? ?Get-SmbGlobalMapping ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?SmbShare
Function ? ? ? ?Get-SmbMapping ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?SmbShare
Function ? ? ? ?Get-SmbMultichannelConnection ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?SmbShare
Function ? ? ? ?Get-SmbMultichannelConstraint ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?SmbShare
Function ? ? ? ?Get-SmbOpenFile ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?SmbShare
Function ? ? ? ?Get-SmbServerCertificateMapping ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?SmbShare
Function ? ? ? ?Get-SmbServerConfiguration ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?SmbShare
Function ? ? ? ?Get-SmbServerNetworkInterface ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?SmbShare
Function ? ? ? ?Get-SmbSession ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?SmbShare
Function ? ? ? ?Get-SmbShare ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?SmbShare
Function ? ? ? ?Get-SmbShareAccess ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?SmbShare
Function ? ? ? ?Get-SmbWitnessClient ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?SmbWitness
Function ? ? ? ?Get-StartApps ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.2 ? ?StartLayout
Function ? ? ? ?Get-StorageAdvancedProperty ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?Get-StorageBusBinding ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?StorageBusCache
Function ? ? ? ?Get-StorageBusDisk ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?StorageBusCache
Function ? ? ? ?Get-StorageChassis ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?Get-StorageDiagnosticInfo ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?Get-StorageEnclosure ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?Get-StorageEnclosureStorageNodeView ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?Get-StorageEnclosureVendorData ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?Get-StorageExtendedStatus ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?Get-StorageFaultDomain ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?Get-StorageFileServer ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?Get-StorageFirmwareInformation ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?Get-StorageHealthAction ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?Get-StorageHealthReport ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?Get-StorageHealthSetting ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?Get-StorageHistory ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?Get-StorageJob ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?Get-StorageNode ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?Get-StoragePool ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?Get-StorageProvider ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?Get-StorageRack ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?Get-StorageReliabilityCounter ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?Get-StorageScaleUnit ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?Get-StorageSetting ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?Get-StorageSite ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?Get-StorageSubSystem ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?Get-StorageTier ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?Get-StorageTierSupportedSize ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?Get-SupportedClusterSizes ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?Get-SupportedFileSystems ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?Get-TargetPort ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?Get-TargetPortal ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?Get-TestDriveItem ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?3.4.0 ? ? ?Pester
Function ? ? ? ?Get-Verb
Function ? ? ? ?Get-VirtualDisk ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?Get-VirtualDiskSupportedSize ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?Get-Volume ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?Get-VolumeCorruptionCount ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?Get-VolumeScrubPolicy ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?Get-VpnConnection ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?VpnClient
Function ? ? ? ?Get-VpnConnectionTrigger ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?VpnClient
Function ? ? ? ?Get-WdacBidTrace ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?Wdac
Function ? ? ? ?Get-WindowsUpdateLog ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?WindowsUpdate
Function ? ? ? ?Get-WUAVersion ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.2 ? ?WindowsUpdateProvider
Function ? ? ? ?Get-WUIsPendingReboot ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.2 ? ?WindowsUpdateProvider
Function ? ? ? ?Get-WULastInstallationDate ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.2 ? ?WindowsUpdateProvider
Function ? ? ? ?Get-WULastScanSuccessDate ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.2 ? ?WindowsUpdateProvider
Function ? ? ? ?Grant-FileShareAccess ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?Grant-SmbShareAccess ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?SmbShare
Function ? ? ? ?H:
Function ? ? ? ?help
Function ? ? ? ?Hide-VirtualDisk ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?I:
Function ? ? ? ?Import-BCCachePackage ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?BranchCache
Function ? ? ? ?Import-BCSecretKey ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?BranchCache
Function ? ? ? ?Import-IseSnippet ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?ISE
Function ? ? ? ?Import-PowerShellDataFile ? ? ? ? ? ? ? ? ? ? ? ? ?3.1.0.0 ? ?Microsoft.PowerShell.Utility
Function ? ? ? ?ImportSystemModules
Function ? ? ? ?In ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 3.4.0 ? ? ?Pester
Function ? ? ? ?Initialize-Disk ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?InModuleScope ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?3.4.0 ? ? ?Pester
Function ? ? ? ?Install-Dtc ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?MsDtc
Function ? ? ? ?Install-Module ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.1 ? ?PowerShellGet
Function ? ? ? ?Install-Script ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.1 ? ?PowerShellGet
Function ? ? ? ?Install-WUUpdates ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.2 ? ?WindowsUpdateProvider
Function ? ? ? ?Invoke-AsWorkflow ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?PSWorkflowUtility
Function ? ? ? ?Invoke-Mock ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?3.4.0 ? ? ?Pester
Function ? ? ? ?Invoke-OperationValidation ? ? ? ? ? ? ? ? ? ? ? ? 1.0.1 ? ? ?Microsoft.PowerShell.Operation.Validation
Function ? ? ? ?Invoke-Pester ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?3.4.0 ? ? ?Pester
Function ? ? ? ?It ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 3.4.0 ? ? ?Pester
Function ? ? ? ?J:
Function ? ? ? ?K:
Function ? ? ? ?L:
Function ? ? ? ?Lock-BitLocker ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?BitLocker
Function ? ? ? ?M:
Function ? ? ? ?mkdir
Function ? ? ? ?Mock ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 3.4.0 ? ? ?Pester
Function ? ? ? ?more
Function ? ? ? ?Mount-DiskImage ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?Move-SmbWitnessClient ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?SmbWitness
Function ? ? ? ?N:
Function ? ? ? ?New-AutologgerConfig ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?EventTracingManagement
Function ? ? ? ?New-DAEntryPointTableItem ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?DirectAccessClientComponents
Function ? ? ? ?New-DscChecksum ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.1 ? ? ? ?PSDesiredStateConfiguration
Function ? ? ? ?New-EapConfiguration ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?VpnClient
Function ? ? ? ?New-EtwTraceSession ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?EventTracingManagement
Function ? ? ? ?New-FileShare ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?New-Fixture ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?3.4.0 ? ? ?Pester
Function ? ? ? ?New-Guid ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 3.1.0.0 ? ?Microsoft.PowerShell.Utility
Function ? ? ? ?New-IscsiTargetPortal ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?iSCSI
Function ? ? ? ?New-IseSnippet ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?ISE
Function ? ? ? ?New-MaskingSet ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?New-MpPerformanceRecording ? ? ? ? ? ? ? ? ? ? ? ? 1.0 ? ? ? ?ConfigDefenderPerformance
Function ? ? ? ?New-NetAdapterAdvancedProperty ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetAdapter
Function ? ? ? ?New-NetEventSession ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?NetEventPacketCapture
Function ? ? ? ?New-NetFirewallDynamicKeywordAddress ? ? ? ? ? ? ? 2.0.0.0 ? ?NetSecurity
Function ? ? ? ?New-NetFirewallRule ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetSecurity
Function ? ? ? ?New-NetIPAddress ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?NetTCPIP
Function ? ? ? ?New-NetIPHttpsConfiguration ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?NetworkTransition
Function ? ? ? ?New-NetIPsecDospSetting ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetSecurity
Function ? ? ? ?New-NetIPsecMainModeCryptoSet ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetSecurity
Function ? ? ? ?New-NetIPsecMainModeRule ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetSecurity
Function ? ? ? ?New-NetIPsecPhase1AuthSet ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetSecurity
Function ? ? ? ?New-NetIPsecPhase2AuthSet ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetSecurity
Function ? ? ? ?New-NetIPsecQuickModeCryptoSet ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetSecurity
Function ? ? ? ?New-NetIPsecRule ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetSecurity
Function ? ? ? ?New-NetLbfoTeam ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetLbfo
Function ? ? ? ?New-NetNat ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?NetNat
Function ? ? ? ?New-NetNatTransitionConfiguration ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?NetworkTransition
Function ? ? ? ?New-NetNeighbor ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?NetTCPIP
Function ? ? ? ?New-NetQosPolicy ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetQos
Function ? ? ? ?New-NetRoute ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?NetTCPIP
Function ? ? ? ?New-NetSwitchTeam ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?NetSwitchTeam
Function ? ? ? ?New-NetTransportFilter ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?NetTCPIP
Function ? ? ? ?New-NetworkSwitchVlan ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?NetworkSwitchManager
Function ? ? ? ?New-Partition ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?New-PesterOption ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 3.4.0 ? ? ?Pester
Function ? ? ? ?New-PSWorkflowSession ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?PSWorkflow
Function ? ? ? ?New-ScheduledTask ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?ScheduledTasks
Function ? ? ? ?New-ScheduledTaskAction ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?ScheduledTasks
Function ? ? ? ?New-ScheduledTaskPrincipal ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?ScheduledTasks
Function ? ? ? ?New-ScheduledTaskSettingsSet ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?ScheduledTasks
Function ? ? ? ?New-ScheduledTaskTrigger ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?ScheduledTasks
Function ? ? ? ?New-ScriptFileInfo ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.1 ? ?PowerShellGet
Function ? ? ? ?New-SmbGlobalMapping ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?SmbShare
Function ? ? ? ?New-SmbMapping ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?SmbShare
Function ? ? ? ?New-SmbMultichannelConstraint ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?SmbShare
Function ? ? ? ?New-SmbServerCertificateMapping ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?SmbShare
Function ? ? ? ?New-SmbShare ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?SmbShare
Function ? ? ? ?New-StorageBusBinding ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?StorageBusCache
Function ? ? ? ?New-StorageBusCacheStore ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?StorageBusCache
Function ? ? ? ?New-StorageFileServer ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?New-StoragePool ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?New-StorageSubsystemVirtualDisk ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?New-StorageTier ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?New-TemporaryFile ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?3.1.0.0 ? ?Microsoft.PowerShell.Utility
Function ? ? ? ?New-VirtualDisk ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?New-VirtualDiskClone ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?New-VirtualDiskSnapshot ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?New-Volume ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?New-VpnServerAddress ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?VpnClient
Function ? ? ? ?O:
Function ? ? ? ?Open-NetGPO ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetSecurity
Function ? ? ? ?Optimize-StoragePool ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?Optimize-Volume ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?oss
Function ? ? ? ?P:
Function ? ? ? ?Pause
Function ? ? ? ?prompt
Function ? ? ? ?PSConsoleHostReadLine ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0 ? ? ?PSReadline
Function ? ? ? ?Publish-BCFileContent ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?BranchCache
Function ? ? ? ?Publish-BCWebContent ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?BranchCache
Function ? ? ? ?Publish-Module ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.1 ? ?PowerShellGet
Function ? ? ? ?Publish-Script ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.1 ? ?PowerShellGet
Function ? ? ? ?Q:
Function ? ? ? ?R:
Function ? ? ? ?Read-PrinterNfcTag ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.1 ? ? ? ?PrintManagement
Function ? ? ? ?Register-ClusteredScheduledTask ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?ScheduledTasks
Function ? ? ? ?Register-DnsClient ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?DnsClient
Function ? ? ? ?Register-IscsiSession ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?iSCSI
Function ? ? ? ?Register-PSRepository ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.1 ? ?PowerShellGet
Function ? ? ? ?Register-ScheduledTask ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?ScheduledTasks
Function ? ? ? ?Register-StorageSubsystem ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?Remove-AutologgerConfig ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?EventTracingManagement
Function ? ? ? ?Remove-BCDataCacheExtension ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?BranchCache
Function ? ? ? ?Remove-BitLockerKeyProtector ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?BitLocker
Function ? ? ? ?Remove-DAEntryPointTableItem ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?DirectAccessClientComponents
Function ? ? ? ?Remove-DnsClientNrptRule ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?DnsClient
Function ? ? ? ?Remove-DscConfigurationDocument ? ? ? ? ? ? ? ? ? ?1.1 ? ? ? ?PSDesiredStateConfiguration
Function ? ? ? ?Remove-DtcClusterTMMapping ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?MsDtc
Function ? ? ? ?Remove-EtwTraceProvider ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?EventTracingManagement
Function ? ? ? ?Remove-FileShare ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?Remove-HnsEndpoint ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.1 ? ?HostNetworkingService
Function ? ? ? ?Remove-HnsNamespace ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.1 ? ?HostNetworkingService
Function ? ? ? ?Remove-HnsNetwork ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.1 ? ?HostNetworkingService
Function ? ? ? ?Remove-HnsPolicyList ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.1 ? ?HostNetworkingService
Function ? ? ? ?Remove-InitiatorId ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?Remove-InitiatorIdFromMaskingSet ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?Remove-IscsiTargetPortal ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?iSCSI
Function ? ? ? ?Remove-MaskingSet ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?Remove-MpPreference ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0 ? ? ? ?ConfigDefender
Function ? ? ? ?Remove-MpPreference ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0 ? ? ? ?Defender
Function ? ? ? ?Remove-MpThreat ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0 ? ? ? ?ConfigDefender
Function ? ? ? ?Remove-MpThreat ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0 ? ? ? ?Defender
Function ? ? ? ?Remove-NetAdapterAdvancedProperty ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetAdapter
Function ? ? ? ?Remove-NetEventNetworkAdapter ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?NetEventPacketCapture
Function ? ? ? ?Remove-NetEventPacketCaptureProvider ? ? ? ? ? ? ? 1.0.0.0 ? ?NetEventPacketCapture
Function ? ? ? ?Remove-NetEventProvider ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?NetEventPacketCapture
Function ? ? ? ?Remove-NetEventSession ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?NetEventPacketCapture
Function ? ? ? ?Remove-NetEventVFPProvider ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?NetEventPacketCapture
Function ? ? ? ?Remove-NetEventVmNetworkAdapter ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?NetEventPacketCapture
Function ? ? ? ?Remove-NetEventVmSwitch ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?NetEventPacketCapture
Function ? ? ? ?Remove-NetEventVmSwitchProvider ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?NetEventPacketCapture
Function ? ? ? ?Remove-NetEventWFPCaptureProvider ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?NetEventPacketCapture
Function ? ? ? ?Remove-NetFirewallDynamicKeywordAddress ? ? ? ? ? ?2.0.0.0 ? ?NetSecurity
Function ? ? ? ?Remove-NetFirewallRule ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetSecurity
Function ? ? ? ?Remove-NetIPAddress ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?NetTCPIP
Function ? ? ? ?Remove-NetIPHttpsCertBinding ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?NetworkTransition
Function ? ? ? ?Remove-NetIPHttpsConfiguration ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?NetworkTransition
Function ? ? ? ?Remove-NetIPsecDospSetting ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetSecurity
Function ? ? ? ?Remove-NetIPsecMainModeCryptoSet ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetSecurity
Function ? ? ? ?Remove-NetIPsecMainModeRule ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetSecurity
Function ? ? ? ?Remove-NetIPsecMainModeSA ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetSecurity
Function ? ? ? ?Remove-NetIPsecPhase1AuthSet ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetSecurity
Function ? ? ? ?Remove-NetIPsecPhase2AuthSet ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetSecurity
Function ? ? ? ?Remove-NetIPsecQuickModeCryptoSet ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetSecurity
Function ? ? ? ?Remove-NetIPsecQuickModeSA ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetSecurity
Function ? ? ? ?Remove-NetIPsecRule ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetSecurity
Function ? ? ? ?Remove-NetLbfoTeam ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetLbfo
Function ? ? ? ?Remove-NetLbfoTeamMember ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetLbfo
Function ? ? ? ?Remove-NetLbfoTeamNic ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetLbfo
Function ? ? ? ?Remove-NetNat ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?NetNat
Function ? ? ? ?Remove-NetNatExternalAddress ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?NetNat
Function ? ? ? ?Remove-NetNatStaticMapping ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?NetNat
Function ? ? ? ?Remove-NetNatTransitionConfiguration ? ? ? ? ? ? ? 1.0.0.0 ? ?NetworkTransition
Function ? ? ? ?Remove-NetNeighbor ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?NetTCPIP
Function ? ? ? ?Remove-NetQosPolicy ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetQos
Function ? ? ? ?Remove-NetRoute ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?NetTCPIP
Function ? ? ? ?Remove-NetSwitchTeam ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?NetSwitchTeam
Function ? ? ? ?Remove-NetSwitchTeamMember ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?NetSwitchTeam
Function ? ? ? ?Remove-NetTransportFilter ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?NetTCPIP
Function ? ? ? ?Remove-NetworkSwitchEthernetPortIPAddress ? ? ? ? ?1.0.0.0 ? ?NetworkSwitchManager
Function ? ? ? ?Remove-NetworkSwitchVlan ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?NetworkSwitchManager
Function ? ? ? ?Remove-OdbcDsn ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?Wdac
Function ? ? ? ?Remove-Partition ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?Remove-PartitionAccessPath ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?Remove-PhysicalDisk ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?Remove-Printer ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.1 ? ? ? ?PrintManagement
Function ? ? ? ?Remove-PrinterDriver ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.1 ? ? ? ?PrintManagement
Function ? ? ? ?Remove-PrinterPort ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.1 ? ? ? ?PrintManagement
Function ? ? ? ?Remove-PrintJob ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.1 ? ? ? ?PrintManagement
Function ? ? ? ?Remove-SmbBandwidthLimit ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?SmbShare
Function ? ? ? ?Remove-SMBComponent ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?SmbShare
Function ? ? ? ?Remove-SmbGlobalMapping ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?SmbShare
Function ? ? ? ?Remove-SmbMapping ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?SmbShare
Function ? ? ? ?Remove-SmbMultichannelConstraint ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?SmbShare
Function ? ? ? ?Remove-SmbServerCertificateMapping ? ? ? ? ? ? ? ? 2.0.0.0 ? ?SmbShare
Function ? ? ? ?Remove-SmbShare ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?SmbShare
Function ? ? ? ?Remove-StorageBusBinding ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?StorageBusCache
Function ? ? ? ?Remove-StorageFaultDomain ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?Remove-StorageFileServer ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?Remove-StorageHealthIntent ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?Remove-StorageHealthSetting ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?Remove-StoragePool ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?Remove-StorageTier ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?Remove-TargetPortFromMaskingSet ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?Remove-VirtualDisk ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?Remove-VirtualDiskFromMaskingSet ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?Remove-VpnConnection ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?VpnClient
Function ? ? ? ?Remove-VpnConnectionRoute ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?VpnClient
Function ? ? ? ?Remove-VpnConnectionTriggerApplication ? ? ? ? ? ? 2.0.0.0 ? ?VpnClient
Function ? ? ? ?Remove-VpnConnectionTriggerDnsConfiguration ? ? ? ?2.0.0.0 ? ?VpnClient
Function ? ? ? ?Remove-VpnConnectionTriggerTrustedNetwork ? ? ? ? ?2.0.0.0 ? ?VpnClient
Function ? ? ? ?Rename-DAEntryPointTableItem ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?DirectAccessClientComponents
Function ? ? ? ?Rename-MaskingSet ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?Rename-NetAdapter ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetAdapter
Function ? ? ? ?Rename-NetFirewallRule ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetSecurity
Function ? ? ? ?Rename-NetIPHttpsConfiguration ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?NetworkTransition
Function ? ? ? ?Rename-NetIPsecMainModeCryptoSet ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetSecurity
Function ? ? ? ?Rename-NetIPsecMainModeRule ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetSecurity
Function ? ? ? ?Rename-NetIPsecPhase1AuthSet ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetSecurity
Function ? ? ? ?Rename-NetIPsecPhase2AuthSet ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetSecurity
Function ? ? ? ?Rename-NetIPsecQuickModeCryptoSet ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetSecurity
Function ? ? ? ?Rename-NetIPsecRule ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetSecurity
Function ? ? ? ?Rename-NetLbfoTeam ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetLbfo
Function ? ? ? ?Rename-NetSwitchTeam ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?NetSwitchTeam
Function ? ? ? ?Rename-Printer ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.1 ? ? ? ?PrintManagement
Function ? ? ? ?Repair-FileIntegrity ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?Repair-VirtualDisk ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?Repair-Volume ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?Reset-BC ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?BranchCache
Function ? ? ? ?Reset-DAClientExperienceConfiguration ? ? ? ? ? ? ?1.0.0.0 ? ?DirectAccessClientComponents
Function ? ? ? ?Reset-DAEntryPointTableItem ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?DirectAccessClientComponents
Function ? ? ? ?Reset-DtcLog ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?MsDtc
Function ? ? ? ?Reset-NCSIPolicyConfiguration ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?NetworkConnectivityStatus
Function ? ? ? ?Reset-Net6to4Configuration ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?NetworkTransition
Function ? ? ? ?Reset-NetAdapterAdvancedProperty ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetAdapter
Function ? ? ? ?Reset-NetDnsTransitionConfiguration ? ? ? ? ? ? ? ?1.0.0.0 ? ?NetworkTransition
Function ? ? ? ?Reset-NetIPHttpsConfiguration ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?NetworkTransition
Function ? ? ? ?Reset-NetIsatapConfiguration ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?NetworkTransition
Function ? ? ? ?Reset-NetTeredoConfiguration ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?NetworkTransition
Function ? ? ? ?Reset-PhysicalDisk ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?Reset-StorageReliabilityCounter ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?Storage
Function ? ? ? ?Resize-Partition ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?Resize-StorageTier ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?Resize-VirtualDisk ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?Restart-NetAdapter ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?NetAdapter
Function ? ? ? ?Restart-PcsvDevice ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?PcsvDevice
Function ? ? ? ?Restart-PrintJob ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.1 ? ? ? ?PrintManagement
Function ? ? ? ?Restore-DscConfiguration ? ? ? ? ? ? ? ? ? ? ? ? ? 1.1 ? ? ? ?PSDesiredStateConfiguration
Function ? ? ? ?Restore-NetworkSwitchConfiguration ? ? ? ? ? ? ? ? 1.0.0.0 ? ?NetworkSwitchManager
Function ? ? ? ?Resume-BitLocker ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?BitLocker
Function ? ? ? ?Resume-PrintJob ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.1 ? ? ? ?PrintManagement
Function ? ? ? ?Resume-StorageBusDisk ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?StorageBusCache
Function ? ? ? ?Revoke-FileShareAccess ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2.0.0.0 ? ?Storage
Function ? ? ? ?Revoke-SmbShareAccess ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?SmbShare
Function ? ? ? ?S:
Function ? ? ? ?SafeGetCommand ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 3.4.0 ? ? ?Pester
Function ? ? ? ?Save-EtwTraceSession ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?EventTracingManagement
Function ? ? ? ?Save-Module ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.1 ? ?PowerShellGet
Function ? ? ? ?Save-NetGPO ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.0.0 ? ?NetSecurity
Function ? ? ? ?Save-NetworkSwitchConfiguration ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?NetworkSwitchManager
Function ? ? ? ?Save-Script ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.1 ? ?PowerShellGet
Function ? ? ? ?Send-EtwTraceSession ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?EventTracingManagement
Function ? ? ? ?Set-AssignedAccess ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?AssignedAccess
Function ? ? ? ?Set-BCAuthentication ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?BranchCache
Function ? ? ? ?Set-BCCache ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?BranchCache
Function ? ? ? ?Set-BCDataCacheEntryMaxAge ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?BranchCache
Function ? ? ? ?Set-BCMinSMBLatency ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?BranchCache
Function ? ? ? ?Set-BCSecretKey ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.0.0 ? ?BranchCache
Function ? ? ? ?Set-ClusteredScheduledTask ? ? ? ? ? ? ? ? ? ? ? ? 1.0.0.0 ? ?ScheduledTasks
Function ? ? ? ?Set-DAClientExperienceConfiguration ? ? ? ? ? ? ? ?1.0.0.0 ? ?DirectAccessClientComponents