import { ConsoleCommand } from "../Models/ConsoleCommand.js" import { Parameter } from "../Models/Parameter.js"; var commands: Array = [ new ConsoleCommand( `Add-BCDataCacheExtension`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-BitLockerKeyProtector`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-DnsClientNrptRule`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-DtcClusterTMMapping`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-EtwTraceProvider`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-InitiatorIdToMaskingSet`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-MpPreference`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-NetEventNetworkAdapter`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-NetEventPacketCaptureProvider`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-NetEventProvider`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-NetEventVFPProvider`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-NetEventVmNetworkAdapter`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-NetEventVmSwitch`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-NetEventVmSwitchProvider`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-NetEventWFPCaptureProvider`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-NetIPHttpsCertBinding`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-NetLbfoTeamMember`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-NetLbfoTeamNic`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-NetNatExternalAddress`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-NetNatStaticMapping`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-NetSwitchTeamMember`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-OdbcDsn`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-PartitionAccessPath`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-PhysicalDisk`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-Printer`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-PrinterDriver`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-PrinterPort`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-StorageFaultDomain`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-TargetPortToMaskingSet`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-VirtualDiskToMaskingSet`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-VpnConnection`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-VpnConnectionRoute`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-VpnConnectionTriggerApplication`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-VpnConnectionTriggerDnsConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-VpnConnectionTriggerTrustedNetwork`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `AfterAll`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `AfterEach`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Assert-MockCalled`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Assert-VerifiableMocks`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Backup-BitLockerKeyProtector`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `BackupToAAD-BitLockerKeyProtector`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `BeforeAll`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `BeforeEach`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Block-FileShareAccess`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Block-SmbShareAccess`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Clear-AssignedAccess`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Clear-BCCache`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Clear-BitLockerAutoUnlock`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Clear-Disk`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Clear-DnsClientCache`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Clear-FileStorageTier`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Clear-PcsvDeviceLog`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Clear-StorageBusDisk`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Clear-StorageDiagnosticInfo`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Close-SmbOpenFile`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Close-SmbSession`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Compress-Archive`, [ new Parameter(`Path`, `See help file for details.`, `System.String[]`), new Parameter(`LiteralPath`, `See help file for details.`, `System.String[]`), new Parameter(`DestinationPath`, `See help file for details.`, `System.String`), new Parameter(`CompressionLevel`, `See help file for details.`, `System.String`), new Parameter(`Update`, `See help file for details.`, `System.Management.Automation.SwitchParameter`), new Parameter(`Force`, `See help file for details.`, `System.Management.Automation.SwitchParameter`), new Parameter(`Verbose`, `See help file for details.`, `System.Management.Automation.SwitchParameter`), new Parameter(`Debug`, `See help file for details.`, `System.Management.Automation.SwitchParameter`), new Parameter(`ErrorAction`, `See help file for details.`, `System.Management.Automation.ActionPreference`), new Parameter(`WarningAction`, `See help file for details.`, `System.Management.Automation.ActionPreference`), new Parameter(`InformationAction`, `See help file for details.`, `System.Management.Automation.ActionPreference`), new Parameter(`ErrorVariable`, `See help file for details.`, `System.String`), new Parameter(`WarningVariable`, `See help file for details.`, `System.String`), new Parameter(`InformationVariable`, `See help file for details.`, `System.String`), new Parameter(`OutVariable`, `See help file for details.`, `System.String`), new Parameter(`OutBuffer`, `See help file for details.`, `System.Int32`), new Parameter(`PipelineVariable`, `See help file for details.`, `System.String`), new Parameter(`WhatIf`, `See help file for details.`, `System.Management.Automation.SwitchParameter`), new Parameter(`Confirm`, `See help file for details.`, `System.Management.Automation.SwitchParameter`), ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Configuration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Connect-IscsiTarget`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Connect-VirtualDisk`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Context`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `ConvertFrom-SddlString`, [ new Parameter(`Sddl`, `See help file for details.`, `System.String`), new Parameter(`Type`, `See help file for details.`, `System.Object`), new Parameter(`Verbose`, `See help file for details.`, `System.Management.Automation.SwitchParameter`), new Parameter(`Debug`, `See help file for details.`, `System.Management.Automation.SwitchParameter`), new Parameter(`ErrorAction`, `See help file for details.`, `System.Management.Automation.ActionPreference`), new Parameter(`WarningAction`, `See help file for details.`, `System.Management.Automation.ActionPreference`), new Parameter(`InformationAction`, `See help file for details.`, `System.Management.Automation.ActionPreference`), new Parameter(`ErrorVariable`, `See help file for details.`, `System.String`), new Parameter(`WarningVariable`, `See help file for details.`, `System.String`), new Parameter(`InformationVariable`, `See help file for details.`, `System.String`), new Parameter(`OutVariable`, `See help file for details.`, `System.String`), new Parameter(`OutBuffer`, `See help file for details.`, `System.Int32`), new Parameter(`PipelineVariable`, `See help file for details.`, `System.String`), ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `ConvertTo-HgsKeyProtector`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Copy-NetFirewallRule`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Copy-NetIPsecMainModeCryptoSet`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Copy-NetIPsecMainModeRule`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Copy-NetIPsecPhase1AuthSet`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Copy-NetIPsecPhase2AuthSet`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Copy-NetIPsecQuickModeCryptoSet`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Copy-NetIPsecRule`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Debug-FileShare`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Debug-MMAppPrelaunch`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Debug-StorageSubSystem`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Debug-Volume`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Describe`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Disable-BC`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Disable-BCDowngrading`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Disable-BCServeOnBattery`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Disable-BitLocker`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Disable-BitLockerAutoUnlock`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Disable-DAManualEntryPointSelection`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Disable-DscDebug`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Disable-MMAgent`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Disable-NetAdapter`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Disable-NetAdapterBinding`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Disable-NetAdapterChecksumOffload`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Disable-NetAdapterEncapsulatedPacketTaskOffload`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Disable-NetAdapterIPsecOffload`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Disable-NetAdapterLso`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Disable-NetAdapterPacketDirect`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Disable-NetAdapterPowerManagement`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Disable-NetAdapterQos`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Disable-NetAdapterRdma`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Disable-NetAdapterRsc`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Disable-NetAdapterRss`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Disable-NetAdapterSriov`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Disable-NetAdapterVmq`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Disable-NetDnsTransitionConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Disable-NetFirewallRule`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Disable-NetIPHttpsProfile`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Disable-NetIPsecMainModeRule`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Disable-NetIPsecRule`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Disable-NetNatTransitionConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Disable-NetworkSwitchEthernetPort`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Disable-NetworkSwitchFeature`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Disable-NetworkSwitchVlan`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Disable-OdbcPerfCounter`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Disable-PhysicalDiskIdentification`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Disable-PnpDevice`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Disable-PSTrace`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Disable-PSWSManCombinedTrace`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Disable-ScheduledTask`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Disable-SmbDelegation`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Disable-StorageBusCache`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Disable-StorageBusDisk`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Disable-StorageEnclosureIdentification`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Disable-StorageEnclosurePower`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Disable-StorageHighAvailability`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Disable-StorageMaintenanceMode`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Disable-WdacBidTrace`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Disable-WSManTrace`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Disconnect-IscsiTarget`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Disconnect-VirtualDisk`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Dismount-DiskImage`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Enable-BCDistributed`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Enable-BCDowngrading`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Enable-BCHostedClient`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Enable-BCHostedServer`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Enable-BCLocal`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Enable-BCServeOnBattery`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Enable-BitLocker`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Enable-BitLockerAutoUnlock`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Enable-DAManualEntryPointSelection`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Enable-DscDebug`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Enable-MMAgent`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Enable-NetAdapter`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Enable-NetAdapterBinding`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Enable-NetAdapterChecksumOffload`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Enable-NetAdapterEncapsulatedPacketTaskOffload`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Enable-NetAdapterIPsecOffload`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Enable-NetAdapterLso`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Enable-NetAdapterPacketDirect`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Enable-NetAdapterPowerManagement`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Enable-NetAdapterQos`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Enable-NetAdapterRdma`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Enable-NetAdapterRsc`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Enable-NetAdapterRss`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Enable-NetAdapterSriov`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Enable-NetAdapterVmq`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Enable-NetDnsTransitionConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Enable-NetFirewallRule`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Enable-NetIPHttpsProfile`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Enable-NetIPsecMainModeRule`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Enable-NetIPsecRule`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Enable-NetNatTransitionConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Enable-NetworkSwitchEthernetPort`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Enable-NetworkSwitchFeature`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Enable-NetworkSwitchVlan`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Enable-OdbcPerfCounter`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Enable-PhysicalDiskIdentification`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Enable-PnpDevice`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Enable-PSTrace`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Enable-PSWSManCombinedTrace`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Enable-ScheduledTask`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Enable-SmbDelegation`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Enable-StorageBusCache`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Enable-StorageBusDisk`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Enable-StorageEnclosureIdentification`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Enable-StorageEnclosurePower`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Enable-StorageHighAvailability`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Enable-StorageMaintenanceMode`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Enable-WdacBidTrace`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Enable-WSManTrace`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Expand-Archive`, [ new Parameter(`Path`, `See help file for details.`, `System.String`), new Parameter(`LiteralPath`, `See help file for details.`, `System.String`), new Parameter(`DestinationPath`, `See help file for details.`, `System.String`), new Parameter(`Force`, `See help file for details.`, `System.Management.Automation.SwitchParameter`), new Parameter(`Verbose`, `See help file for details.`, `System.Management.Automation.SwitchParameter`), new Parameter(`Debug`, `See help file for details.`, `System.Management.Automation.SwitchParameter`), new Parameter(`ErrorAction`, `See help file for details.`, `System.Management.Automation.ActionPreference`), new Parameter(`WarningAction`, `See help file for details.`, `System.Management.Automation.ActionPreference`), new Parameter(`InformationAction`, `See help file for details.`, `System.Management.Automation.ActionPreference`), new Parameter(`ErrorVariable`, `See help file for details.`, `System.String`), new Parameter(`WarningVariable`, `See help file for details.`, `System.String`), new Parameter(`InformationVariable`, `See help file for details.`, `System.String`), new Parameter(`OutVariable`, `See help file for details.`, `System.String`), new Parameter(`OutBuffer`, `See help file for details.`, `System.Int32`), new Parameter(`PipelineVariable`, `See help file for details.`, `System.String`), new Parameter(`Confirm`, `See help file for details.`, `System.Management.Automation.SwitchParameter`), new Parameter(`WhatIf`, `See help file for details.`, `System.Management.Automation.SwitchParameter`), ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Export-BCCachePackage`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Export-BCSecretKey`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Export-HgsGuardian`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Export-ODataEndpointProxy`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Export-ScheduledTask`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Find-Command`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Find-DscResource`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Find-Module`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Find-NetIPsecRule`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Find-NetRoute`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Find-RoleCapability`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Find-Script`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Flush-EtwTraceSession`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Format-Hex`, [ new Parameter(`Path`, `See help file for details.`, `System.String[]`), new Parameter(`LiteralPath`, `See help file for details.`, `System.String[]`), new Parameter(`InputObject`, `See help file for details.`, `System.Object`), new Parameter(`Encoding`, `See help file for details.`, `System.String`), new Parameter(`Raw`, `See help file for details.`, `System.Management.Automation.SwitchParameter`), new Parameter(`Verbose`, `See help file for details.`, `System.Management.Automation.SwitchParameter`), new Parameter(`Debug`, `See help file for details.`, `System.Management.Automation.SwitchParameter`), new Parameter(`ErrorAction`, `See help file for details.`, `System.Management.Automation.ActionPreference`), new Parameter(`WarningAction`, `See help file for details.`, `System.Management.Automation.ActionPreference`), new Parameter(`InformationAction`, `See help file for details.`, `System.Management.Automation.ActionPreference`), new Parameter(`ErrorVariable`, `See help file for details.`, `System.String`), new Parameter(`WarningVariable`, `See help file for details.`, `System.String`), new Parameter(`InformationVariable`, `See help file for details.`, `System.String`), new Parameter(`OutVariable`, `See help file for details.`, `System.String`), new Parameter(`OutBuffer`, `See help file for details.`, `System.Int32`), new Parameter(`PipelineVariable`, `See help file for details.`, `System.String`), ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Format-Volume`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-AppBackgroundTask`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-AppvVirtualProcess`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-AppxLastError`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-AppxLog`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-AssignedAccess`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-AutologgerConfig`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-BCClientConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-BCContentServerConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-BCDataCache`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-BCDataCacheExtension`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-BCHashCache`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-BCHostedCacheServerConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-BCNetworkConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-BCStatus`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-BitLockerVolume`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-ClusteredScheduledTask`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-DAClientExperienceConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-DAConnectionStatus`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-DAEntryPointTableItem`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-DedupProperties`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-Disk`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-DiskImage`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-DiskStorageNodeView`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-DnsClient`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-DnsClientCache`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-DnsClientGlobalSetting`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-DnsClientNrptGlobal`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-DnsClientNrptPolicy`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-DnsClientNrptRule`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-DnsClientServerAddress`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-DscConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-DscConfigurationStatus`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-DscLocalConfigurationManager`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-DscResource`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-Dtc`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-DtcAdvancedHostSetting`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-DtcAdvancedSetting`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-DtcClusterDefault`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-DtcClusterTMMapping`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-DtcDefault`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-DtcLog`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-DtcNetworkSetting`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-DtcTransaction`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-DtcTransactionsStatistics`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-DtcTransactionsTraceSession`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-DtcTransactionsTraceSetting`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-EtwTraceProvider`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-EtwTraceSession`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-FileHash`, [ new Parameter(`Path`, `See help file for details.`, `System.String[]`), new Parameter(`LiteralPath`, `See help file for details.`, `System.String[]`), new Parameter(`InputStream`, `See help file for details.`, `System.IO.Stream`), new Parameter(`Algorithm`, `See help file for details.`, `System.String`), new Parameter(`Verbose`, `See help file for details.`, `System.Management.Automation.SwitchParameter`), new Parameter(`Debug`, `See help file for details.`, `System.Management.Automation.SwitchParameter`), new Parameter(`ErrorAction`, `See help file for details.`, `System.Management.Automation.ActionPreference`), new Parameter(`WarningAction`, `See help file for details.`, `System.Management.Automation.ActionPreference`), new Parameter(`InformationAction`, `See help file for details.`, `System.Management.Automation.ActionPreference`), new Parameter(`ErrorVariable`, `See help file for details.`, `System.String`), new Parameter(`WarningVariable`, `See help file for details.`, `System.String`), new Parameter(`InformationVariable`, `See help file for details.`, `System.String`), new Parameter(`OutVariable`, `See help file for details.`, `System.String`), new Parameter(`OutBuffer`, `See help file for details.`, `System.Int32`), new Parameter(`PipelineVariable`, `See help file for details.`, `System.String`), ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-FileIntegrity`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-FileShare`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-FileShareAccessControlEntry`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-FileStorageTier`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-HgsClientConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-HgsClientHostKey`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-HgsGuardian`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-HnsEndpoint`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-HnsNamespace`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-HnsNetwork`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-HnsPolicyList`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-InitiatorId`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-InitiatorPort`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-InstalledModule`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-InstalledScript`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-IscsiConnection`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-IscsiSession`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-IscsiTarget`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-IscsiTargetPortal`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-IseSnippet`, [ new Parameter(`Verbose`, `See help file for details.`, `System.Management.Automation.SwitchParameter`), new Parameter(`Debug`, `See help file for details.`, `System.Management.Automation.SwitchParameter`), new Parameter(`ErrorAction`, `See help file for details.`, `System.Management.Automation.ActionPreference`), new Parameter(`WarningAction`, `See help file for details.`, `System.Management.Automation.ActionPreference`), new Parameter(`InformationAction`, `See help file for details.`, `System.Management.Automation.ActionPreference`), new Parameter(`ErrorVariable`, `See help file for details.`, `System.String`), new Parameter(`WarningVariable`, `See help file for details.`, `System.String`), new Parameter(`InformationVariable`, `See help file for details.`, `System.String`), new Parameter(`OutVariable`, `See help file for details.`, `System.String`), new Parameter(`OutBuffer`, `See help file for details.`, `System.Int32`), new Parameter(`PipelineVariable`, `See help file for details.`, `System.String`), ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-LogProperties`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-MaskingSet`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-MMAgent`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-MockDynamicParameters`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-MpComputerStatus`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-MpPreference`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-MpThreat`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-MpThreatCatalog`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-MpThreatDetection`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NCSIPolicyConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-Net6to4Configuration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetAdapter`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetAdapterAdvancedProperty`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetAdapterBinding`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetAdapterChecksumOffload`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetAdapterEncapsulatedPacketTaskOffload`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetAdapterHardwareInfo`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetAdapterIPsecOffload`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetAdapterLso`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetAdapterPacketDirect`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetAdapterPowerManagement`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetAdapterQos`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetAdapterRdma`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetAdapterRsc`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetAdapterRss`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetAdapterSriov`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetAdapterSriovVf`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetAdapterStatistics`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetAdapterVmq`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetAdapterVMQQueue`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetAdapterVPort`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetCompartment`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetConnectionProfile`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetDnsTransitionConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetDnsTransitionMonitoring`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetEventNetworkAdapter`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetEventPacketCaptureProvider`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetEventProvider`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetEventSession`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetEventVFPProvider`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetEventVmNetworkAdapter`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetEventVmSwitch`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetEventVmSwitchProvider`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetEventWFPCaptureProvider`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetFirewallAddressFilter`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetFirewallApplicationFilter`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetFirewallInterfaceFilter`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetFirewallInterfaceTypeFilter`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetFirewallPortFilter`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetFirewallProfile`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetFirewallRule`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetFirewallSecurityFilter`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetFirewallServiceFilter`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetFirewallSetting`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetIPAddress`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetIPConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetIPHttpsConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetIPHttpsState`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetIPInterface`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetIPsecDospSetting`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetIPsecMainModeCryptoSet`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetIPsecMainModeRule`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetIPsecMainModeSA`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetIPsecPhase1AuthSet`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetIPsecPhase2AuthSet`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetIPsecQuickModeCryptoSet`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetIPsecQuickModeSA`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetIPsecRule`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetIPv4Protocol`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetIPv6Protocol`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetIsatapConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetLbfoTeam`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetLbfoTeamMember`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetLbfoTeamNic`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetNat`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetNatExternalAddress`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetNatGlobal`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetNatSession`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetNatStaticMapping`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetNatTransitionConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetNatTransitionMonitoring`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetNeighbor`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetOffloadGlobalSetting`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetPrefixPolicy`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetQosPolicy`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetRoute`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetSwitchTeam`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetSwitchTeamMember`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetTCPConnection`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetTCPSetting`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetTeredoConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetTeredoState`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetTransportFilter`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetUDPEndpoint`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetUDPSetting`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetView`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetVirtualizationCustomerRoute`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetVirtualizationGlobal`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetVirtualizationLookupRecord`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetVirtualizationProviderAddress`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetVirtualizationProviderRoute`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetworkSwitchEthernetPort`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetworkSwitchFeature`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetworkSwitchGlobalData`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-NetworkSwitchVlan`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-OdbcDriver`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-OdbcDsn`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-OdbcPerfCounter`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-OffloadDataTransferSetting`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-OperationValidation`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-Partition`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-PartitionSupportedSize`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-PcsvDevice`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-PcsvDeviceLog`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-PhysicalDisk`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-PhysicalDiskStorageNodeView`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-PhysicalExtent`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-PhysicalExtentAssociation`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-PnpDevice`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-PnpDeviceProperty`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-PrintConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-Printer`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-PrinterDriver`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-PrinterPort`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-PrinterProperty`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-PrintJob`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-PSRepository`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-ResiliencySetting`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-ScheduledTask`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-ScheduledTaskInfo`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-SmbBandWidthLimit`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-SmbClientConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-SmbClientNetworkInterface`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-SmbConnection`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-SmbDelegation`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-SmbGlobalMapping`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-SmbMapping`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-SmbMultichannelConnection`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-SmbMultichannelConstraint`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-SmbOpenFile`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-SmbServerConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-SmbServerNetworkInterface`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-SmbSession`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-SmbShare`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-SmbShareAccess`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-SmbWitnessClient`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-StartApps`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-StorageAdvancedProperty`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-StorageBusBinding`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-StorageBusDisk`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-StorageChassis`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-StorageDiagnosticInfo`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-StorageEnclosure`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-StorageEnclosureStorageNodeView`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-StorageEnclosureVendorData`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-StorageExtendedStatus`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-StorageFaultDomain`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-StorageFileServer`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-StorageFirmwareInformation`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-StorageHealthAction`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-StorageHealthReport`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-StorageHealthSetting`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-StorageHistory`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-StorageJob`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-StorageNode`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-StoragePool`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-StorageProvider`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-StorageRack`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-StorageReliabilityCounter`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-StorageScaleUnit`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-StorageSetting`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-StorageSite`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-StorageSubSystem`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-StorageTier`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-StorageTierSupportedSize`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-SupportedClusterSizes`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-SupportedFileSystems`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-TargetPort`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-TargetPortal`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-TestDriveItem`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-VirtualDisk`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-VirtualDiskSupportedSize`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-Volume`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-VolumeCorruptionCount`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-VolumeScrubPolicy`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-VpnConnection`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-VpnConnectionTrigger`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-WdacBidTrace`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-WindowsUpdateLog`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-WUAVersion`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-WUIsPendingReboot`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-WULastInstallationDate`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Get-WULastScanSuccessDate`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Grant-FileShareAccess`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Grant-HgsKeyProtectorAccess`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Grant-SmbShareAccess`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Hide-VirtualDisk`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `IIS:`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Import-BCCachePackage`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Import-BCSecretKey`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Import-HgsGuardian`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Import-IseSnippet`, [ new Parameter(`Path`, `See help file for details.`, `System.String`), new Parameter(`Recurse`, `See help file for details.`, `System.Management.Automation.SwitchParameter`), new Parameter(`Module`, `See help file for details.`, `System.String`), new Parameter(`ListAvailable`, `See help file for details.`, `System.Management.Automation.SwitchParameter`), new Parameter(`Verbose`, `See help file for details.`, `System.Management.Automation.SwitchParameter`), new Parameter(`Debug`, `See help file for details.`, `System.Management.Automation.SwitchParameter`), new Parameter(`ErrorAction`, `See help file for details.`, `System.Management.Automation.ActionPreference`), new Parameter(`WarningAction`, `See help file for details.`, `System.Management.Automation.ActionPreference`), new Parameter(`InformationAction`, `See help file for details.`, `System.Management.Automation.ActionPreference`), new Parameter(`ErrorVariable`, `See help file for details.`, `System.String`), new Parameter(`WarningVariable`, `See help file for details.`, `System.String`), new Parameter(`InformationVariable`, `See help file for details.`, `System.String`), new Parameter(`OutVariable`, `See help file for details.`, `System.String`), new Parameter(`OutBuffer`, `See help file for details.`, `System.Int32`), new Parameter(`PipelineVariable`, `See help file for details.`, `System.String`), ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Import-PowerShellDataFile`, [ new Parameter(`Path`, `See help file for details.`, `System.String[]`), new Parameter(`LiteralPath`, `See help file for details.`, `System.String[]`), new Parameter(`Verbose`, `See help file for details.`, `System.Management.Automation.SwitchParameter`), new Parameter(`Debug`, `See help file for details.`, `System.Management.Automation.SwitchParameter`), new Parameter(`ErrorAction`, `See help file for details.`, `System.Management.Automation.ActionPreference`), new Parameter(`WarningAction`, `See help file for details.`, `System.Management.Automation.ActionPreference`), new Parameter(`InformationAction`, `See help file for details.`, `System.Management.Automation.ActionPreference`), new Parameter(`ErrorVariable`, `See help file for details.`, `System.String`), new Parameter(`WarningVariable`, `See help file for details.`, `System.String`), new Parameter(`InformationVariable`, `See help file for details.`, `System.String`), new Parameter(`OutVariable`, `See help file for details.`, `System.String`), new Parameter(`OutBuffer`, `See help file for details.`, `System.Int32`), new Parameter(`PipelineVariable`, `See help file for details.`, `System.String`), ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `In`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Initialize-Disk`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `InModuleScope`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Install-Dtc`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Install-Module`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Install-Script`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Install-WUUpdates`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Invoke-AsWorkflow`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Invoke-Mock`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Invoke-OperationValidation`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Invoke-Pester`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `It`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Lock-BitLocker`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Mock`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Mount-DiskImage`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Move-SmbWitnessClient`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-AutologgerConfig`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-DAEntryPointTableItem`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-DscChecksum`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-EapConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-EtwTraceSession`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-FileShare`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-Fixture`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-Guid`, [ new Parameter(`Verbose`, `See help file for details.`, `System.Management.Automation.SwitchParameter`), new Parameter(`Debug`, `See help file for details.`, `System.Management.Automation.SwitchParameter`), new Parameter(`ErrorAction`, `See help file for details.`, `System.Management.Automation.ActionPreference`), new Parameter(`WarningAction`, `See help file for details.`, `System.Management.Automation.ActionPreference`), new Parameter(`InformationAction`, `See help file for details.`, `System.Management.Automation.ActionPreference`), new Parameter(`ErrorVariable`, `See help file for details.`, `System.String`), new Parameter(`WarningVariable`, `See help file for details.`, `System.String`), new Parameter(`InformationVariable`, `See help file for details.`, `System.String`), new Parameter(`OutVariable`, `See help file for details.`, `System.String`), new Parameter(`OutBuffer`, `See help file for details.`, `System.Int32`), new Parameter(`PipelineVariable`, `See help file for details.`, `System.String`), ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-HgsGuardian`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-HgsKeyProtector`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-IscsiTargetPortal`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-IseSnippet`, [ new Parameter(`Title`, `See help file for details.`, `System.String`), new Parameter(`Description`, `See help file for details.`, `System.String`), new Parameter(`Text`, `See help file for details.`, `System.String`), new Parameter(`Author`, `See help file for details.`, `System.String`), new Parameter(`CaretOffset`, `See help file for details.`, `System.Int32`), new Parameter(`Force`, `See help file for details.`, `System.Management.Automation.SwitchParameter`), new Parameter(`Verbose`, `See help file for details.`, `System.Management.Automation.SwitchParameter`), new Parameter(`Debug`, `See help file for details.`, `System.Management.Automation.SwitchParameter`), new Parameter(`ErrorAction`, `See help file for details.`, `System.Management.Automation.ActionPreference`), new Parameter(`WarningAction`, `See help file for details.`, `System.Management.Automation.ActionPreference`), new Parameter(`InformationAction`, `See help file for details.`, `System.Management.Automation.ActionPreference`), new Parameter(`ErrorVariable`, `See help file for details.`, `System.String`), new Parameter(`WarningVariable`, `See help file for details.`, `System.String`), new Parameter(`InformationVariable`, `See help file for details.`, `System.String`), new Parameter(`OutVariable`, `See help file for details.`, `System.String`), new Parameter(`OutBuffer`, `See help file for details.`, `System.Int32`), new Parameter(`PipelineVariable`, `See help file for details.`, `System.String`), ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-MaskingSet`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-NetAdapterAdvancedProperty`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-NetEventSession`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-NetFirewallRule`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-NetIPAddress`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-NetIPHttpsConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-NetIPsecDospSetting`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-NetIPsecMainModeCryptoSet`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-NetIPsecMainModeRule`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-NetIPsecPhase1AuthSet`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-NetIPsecPhase2AuthSet`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-NetIPsecQuickModeCryptoSet`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-NetIPsecRule`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-NetLbfoTeam`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-NetNat`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-NetNatTransitionConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-NetNeighbor`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-NetQosPolicy`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-NetRoute`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-NetSwitchTeam`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-NetTransportFilter`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-NetVirtualizationCustomerRoute`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-NetVirtualizationLookupRecord`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-NetVirtualizationProviderAddress`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-NetVirtualizationProviderRoute`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-NetworkSwitchVlan`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-Partition`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-PesterOption`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-PSWorkflowSession`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-ScheduledTask`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-ScheduledTaskAction`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-ScheduledTaskPrincipal`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-ScheduledTaskSettingsSet`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-ScheduledTaskTrigger`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-ScriptFileInfo`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-SmbGlobalMapping`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-SmbMapping`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-SmbMultichannelConstraint`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-SmbShare`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-StorageBusBinding`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-StorageBusCacheStore`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-StorageFileServer`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-StoragePool`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-StorageSubsystemVirtualDisk`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-StorageTier`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-TemporaryFile`, [ new Parameter(`Verbose`, `See help file for details.`, `System.Management.Automation.SwitchParameter`), new Parameter(`Debug`, `See help file for details.`, `System.Management.Automation.SwitchParameter`), new Parameter(`ErrorAction`, `See help file for details.`, `System.Management.Automation.ActionPreference`), new Parameter(`WarningAction`, `See help file for details.`, `System.Management.Automation.ActionPreference`), new Parameter(`InformationAction`, `See help file for details.`, `System.Management.Automation.ActionPreference`), new Parameter(`ErrorVariable`, `See help file for details.`, `System.String`), new Parameter(`WarningVariable`, `See help file for details.`, `System.String`), new Parameter(`InformationVariable`, `See help file for details.`, `System.String`), new Parameter(`OutVariable`, `See help file for details.`, `System.String`), new Parameter(`OutBuffer`, `See help file for details.`, `System.Int32`), new Parameter(`PipelineVariable`, `See help file for details.`, `System.String`), new Parameter(`Confirm`, `See help file for details.`, `System.Management.Automation.SwitchParameter`), new Parameter(`WhatIf`, `See help file for details.`, `System.Management.Automation.SwitchParameter`), ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-VirtualDisk`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-VirtualDiskClone`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-VirtualDiskSnapshot`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-Volume`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `New-VpnServerAddress`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Open-NetGPO`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Optimize-StoragePool`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Optimize-Volume`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `PSConsoleHostReadLine`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Publish-BCFileContent`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Publish-BCWebContent`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Publish-Module`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Publish-Script`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Read-PrinterNfcTag`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Register-ClusteredScheduledTask`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Register-DnsClient`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Register-IscsiSession`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Register-PSRepository`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Register-ScheduledTask`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Register-StorageSubsystem`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-AutologgerConfig`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-BCDataCacheExtension`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-BitLockerKeyProtector`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-DAEntryPointTableItem`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-DnsClientNrptRule`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-DscConfigurationDocument`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-DtcClusterTMMapping`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-EtwTraceProvider`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-FileShare`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-HgsClientHostKey`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-HgsGuardian`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-HnsEndpoint`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-HnsNamespace`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-HnsNetwork`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-HnsPolicyList`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-InitiatorId`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-InitiatorIdFromMaskingSet`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-IscsiTargetPortal`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-MaskingSet`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-MpPreference`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-MpThreat`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-NetAdapterAdvancedProperty`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-NetEventNetworkAdapter`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-NetEventPacketCaptureProvider`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-NetEventProvider`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-NetEventSession`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-NetEventVFPProvider`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-NetEventVmNetworkAdapter`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-NetEventVmSwitch`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-NetEventVmSwitchProvider`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-NetEventWFPCaptureProvider`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-NetFirewallRule`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-NetIPAddress`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-NetIPHttpsCertBinding`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-NetIPHttpsConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-NetIPsecDospSetting`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-NetIPsecMainModeCryptoSet`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-NetIPsecMainModeRule`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-NetIPsecMainModeSA`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-NetIPsecPhase1AuthSet`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-NetIPsecPhase2AuthSet`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-NetIPsecQuickModeCryptoSet`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-NetIPsecQuickModeSA`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-NetIPsecRule`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-NetLbfoTeam`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-NetLbfoTeamMember`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-NetLbfoTeamNic`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-NetNat`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-NetNatExternalAddress`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-NetNatStaticMapping`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-NetNatTransitionConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-NetNeighbor`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-NetQosPolicy`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-NetRoute`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-NetSwitchTeam`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-NetSwitchTeamMember`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-NetTransportFilter`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-NetVirtualizationCustomerRoute`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-NetVirtualizationLookupRecord`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-NetVirtualizationProviderAddress`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-NetVirtualizationProviderRoute`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-NetworkSwitchEthernetPortIPAddress`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-NetworkSwitchVlan`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-OdbcDsn`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-Partition`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-PartitionAccessPath`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-PhysicalDisk`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-Printer`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-PrinterDriver`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-PrinterPort`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-PrintJob`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-SmbBandwidthLimit`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-SmbGlobalMapping`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-SmbMapping`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-SmbMultichannelConstraint`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-SmbShare`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-StorageBusBinding`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-StorageFaultDomain`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-StorageFileServer`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-StorageHealthIntent`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-StorageHealthSetting`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-StoragePool`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-StorageTier`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-TargetPortFromMaskingSet`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-VirtualDisk`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-VirtualDiskFromMaskingSet`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-VpnConnection`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-VpnConnectionRoute`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-VpnConnectionTriggerApplication`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-VpnConnectionTriggerDnsConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Remove-VpnConnectionTriggerTrustedNetwork`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Rename-DAEntryPointTableItem`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Rename-MaskingSet`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Rename-NetAdapter`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Rename-NetFirewallRule`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Rename-NetIPHttpsConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Rename-NetIPsecMainModeCryptoSet`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Rename-NetIPsecMainModeRule`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Rename-NetIPsecPhase1AuthSet`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Rename-NetIPsecPhase2AuthSet`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Rename-NetIPsecQuickModeCryptoSet`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Rename-NetIPsecRule`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Rename-NetLbfoTeam`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Rename-NetSwitchTeam`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Rename-Printer`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Repair-FileIntegrity`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Repair-VirtualDisk`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Repair-Volume`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Reset-BC`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Reset-DAClientExperienceConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Reset-DAEntryPointTableItem`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Reset-DtcLog`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Reset-NCSIPolicyConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Reset-Net6to4Configuration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Reset-NetAdapterAdvancedProperty`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Reset-NetDnsTransitionConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Reset-NetIPHttpsConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Reset-NetIsatapConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Reset-NetTeredoConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Reset-PhysicalDisk`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Reset-StorageReliabilityCounter`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Resize-Partition`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Resize-StorageTier`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Resize-VirtualDisk`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Restart-NetAdapter`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Restart-PcsvDevice`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Restart-PrintJob`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Restore-DscConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Restore-NetworkSwitchConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Resume-BitLocker`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Resume-PrintJob`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Resume-StorageBusDisk`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Revoke-FileShareAccess`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Revoke-HgsKeyProtectorAccess`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Revoke-SmbShareAccess`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `SafeGetCommand`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Save-EtwTraceSession`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Save-Module`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Save-NetGPO`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Save-NetworkSwitchConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Save-Script`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Select-NetVirtualizationNextHop`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Send-EtwTraceSession`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-AssignedAccess`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-BCAuthentication`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-BCCache`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-BCDataCacheEntryMaxAge`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-BCMinSMBLatency`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-BCSecretKey`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-ClusteredScheduledTask`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-DAClientExperienceConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-DAEntryPointTableItem`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-Disk`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-DnsClient`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-DnsClientGlobalSetting`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-DnsClientNrptGlobal`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-DnsClientNrptRule`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-DnsClientServerAddress`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-DtcAdvancedHostSetting`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-DtcAdvancedSetting`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-DtcClusterDefault`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-DtcClusterTMMapping`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-DtcDefault`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-DtcLog`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-DtcNetworkSetting`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-DtcTransaction`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-DtcTransactionsTraceSession`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-DtcTransactionsTraceSetting`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-DynamicParameterVariables`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-EtwTraceProvider`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-FileIntegrity`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-FileShare`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-FileStorageTier`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-HgsClientConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-HgsClientHostKey`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-InitiatorPort`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-IscsiChapSecret`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-LogProperties`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-MMAgent`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-MpPreference`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NCSIPolicyConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-Net6to4Configuration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetAdapter`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetAdapterAdvancedProperty`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetAdapterBinding`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetAdapterChecksumOffload`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetAdapterEncapsulatedPacketTaskOffload`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetAdapterIPsecOffload`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetAdapterLso`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetAdapterPacketDirect`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetAdapterPowerManagement`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetAdapterQos`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetAdapterRdma`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetAdapterRsc`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetAdapterRss`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetAdapterSriov`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetAdapterVmq`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetConnectionProfile`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetDnsTransitionConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetEventPacketCaptureProvider`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetEventProvider`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetEventSession`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetEventVFPProvider`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetEventVmSwitchProvider`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetEventWFPCaptureProvider`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetFirewallAddressFilter`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetFirewallApplicationFilter`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetFirewallInterfaceFilter`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetFirewallInterfaceTypeFilter`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetFirewallPortFilter`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetFirewallProfile`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetFirewallRule`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetFirewallSecurityFilter`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetFirewallServiceFilter`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetFirewallSetting`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetIPAddress`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetIPHttpsConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetIPInterface`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetIPsecDospSetting`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetIPsecMainModeCryptoSet`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetIPsecMainModeRule`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetIPsecPhase1AuthSet`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetIPsecPhase2AuthSet`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetIPsecQuickModeCryptoSet`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetIPsecRule`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetIPv4Protocol`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetIPv6Protocol`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetIsatapConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetLbfoTeam`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetLbfoTeamMember`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetLbfoTeamNic`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetNat`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetNatGlobal`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetNatTransitionConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetNeighbor`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetOffloadGlobalSetting`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetQosPolicy`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetRoute`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetTCPSetting`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetTeredoConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetUDPSetting`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetVirtualizationCustomerRoute`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetVirtualizationGlobal`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetVirtualizationLookupRecord`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetVirtualizationProviderAddress`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetVirtualizationProviderRoute`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetworkSwitchEthernetPortIPAddress`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetworkSwitchPortMode`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetworkSwitchPortProperty`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-NetworkSwitchVlanProperty`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-OdbcDriver`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-OdbcDsn`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-Partition`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-PcsvDeviceBootConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-PcsvDeviceNetworkConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-PcsvDeviceUserPassword`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-PhysicalDisk`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-PrintConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-Printer`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-PrinterProperty`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-PSRepository`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-ResiliencySetting`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-ScheduledTask`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-SmbBandwidthLimit`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-SmbClientConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-SmbPathAcl`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-SmbServerConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-SmbShare`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-StorageBusProfile`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-StorageFileServer`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-StorageHealthSetting`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-StoragePool`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-StorageProvider`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-StorageSetting`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-StorageSubSystem`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-StorageTier`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-TestInconclusive`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Setup`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-VirtualDisk`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-Volume`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-VolumeScrubPolicy`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-VpnConnection`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-VpnConnectionIPsecConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-VpnConnectionProxy`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-VpnConnectionTriggerDnsConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Set-VpnConnectionTriggerTrustedNetwork`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Should`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Show-NetFirewallRule`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Show-NetIPsecRule`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Show-StorageHistory`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Show-VirtualDisk`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `SQLSERVER:`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Start-AppBackgroundTask`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Start-AppvVirtualProcess`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Start-AutologgerConfig`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Start-Dtc`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Start-DtcTransactionsTraceSession`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Start-EtwTraceSession`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Start-MpScan`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Start-MpWDOScan`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Start-NetEventSession`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Start-PcsvDevice`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Start-ScheduledTask`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Start-StorageDiagnosticLog`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Start-Trace`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Start-WUScan`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Stop-DscConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Stop-Dtc`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Stop-DtcTransactionsTraceSession`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Stop-EtwTraceSession`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Stop-NetEventSession`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Stop-PcsvDevice`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Stop-ScheduledTask`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Stop-StorageDiagnosticLog`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Stop-StorageJob`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Stop-Trace`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Suspend-BitLocker`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Suspend-PrintJob`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Suspend-StorageBusDisk`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Sync-NetIPsecRule`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Test-Dtc`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Test-HgsClientConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Test-NetConnection`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Test-ScriptFileInfo`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Unblock-FileShareAccess`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Unblock-SmbShareAccess`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Uninstall-Dtc`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Uninstall-Module`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Uninstall-Script`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Unlock-BitLocker`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Unregister-AppBackgroundTask`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Unregister-ClusteredScheduledTask`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Unregister-IscsiSession`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Unregister-PSRepository`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Unregister-ScheduledTask`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Unregister-StorageSubsystem`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Update-AutologgerConfig`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Update-Disk`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Update-DscConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Update-EtwTraceSession`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Update-HostStorageCache`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Update-IscsiTarget`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Update-IscsiTargetPortal`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Update-Module`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Update-ModuleManifest`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Update-MpSignature`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Update-NetIPsecRule`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Update-Script`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Update-ScriptFileInfo`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Update-SmbMultichannelConnection`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Update-StorageFirmware`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Update-StoragePool`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Update-StorageProviderCache`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Write-DtcTransactionsTraceSession`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Write-PrinterNfcTag`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Write-VolumeCache`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-AppvClientConnectionGroup`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-AppvClientPackage`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-AppvPublishingServer`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-AppxPackage`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-AppxProvisionedPackage`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-AppxVolume`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-BitsFile`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-CertificateEnrollmentPolicyServer`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-Computer`, [ new Parameter(`ComputerName`, `Specifies the computers to add to a domain or workgroup. The default is the local computer. Type the NetBIOS name, an Internet Protocol (IP) address, or a fully qualified domain name of each of the remote computers. To specify the local computer, type the computer name, a dot (.), or "localhost". This parameter does not rely on Windows PowerShell remoting. You can use the ComputerName parameter of Add-Computer even if your computer is not configured to run remote commands. This parameter was introduced in Windows PowerShell 3.0.`, `String[]`), new Parameter(`Confirm`, `Prompts you for confirmation before running the cmdlet.`, `SwitchParameter`), new Parameter(`Credential`, `Specifies a user account that has permission to join the computers to a new domain. The default is the current user. Type a user name, such as "User01" or "Domain01\User01", or enter a PSCredential object, such as one generated by the Get-Credential cmdlet. If you type a user name, you will be prompted for a password. To specify a user account that has permission to remove the computer from its current domain, use the UnjoinDomainCredential parameter. To specify a user account that has permission to connect to a remote computer, use the LocalCredential parameter.`, `PSCredential`), new Parameter(`DomainName`, `Specifies the domain to which the computers are added. This parameter is required when adding the computers to a domain.`, `String`), new Parameter(`Force`, `Forces the command to run without asking for user confirmation. Without this parameter, Add-Computer requires you to confirm the addition of each computer. This parameter was introduced in Windows PowerShell 3.0.`, `SwitchParameter`), new Parameter(`LocalCredential`, `Specifies a user account that has permission to connect to the computers that are specified by the ComputerName parameter. The default is the current user. Type a user name, such as "User01" or "Domain01\User01", or enter a PSCredential object, such as one generated by the Get-Credential cmdlet. If you type a user name, you will be prompted for a password. To specify a user account that has permission to add the computers to a new domain, use the Credential parameter. To specify a user account that has permission to remove the computers from their current domain, use the UnjoinDomainCredential parameter. This parameter was introduced in Windows PowerShell 3.0.`, `PSCredential`), new Parameter(`NewName`, `Specifies a new name for the computer in the new domain. This parameter is valid only when one computer is being added or moved. This parameter was introduced in Windows PowerShell 3.0.`, `String`), new Parameter(`OUPath`, `Specifies an organizational unit (OU) for the domain account. Enter the full distinguished name of the OU in quotation marks. The default value is the default OU for machine objects in the domain.`, `String`), new Parameter(`Options`, `Specifies advanced options for the Add-Computer join operation. Enter one or more values in a comma-separated string. The acceptable values for this parameter are: - AccountCreate : Creates a domain account. The Add-Computer cmdlet automatically creates a domain account when it adds a computer to a domain. This option is included for completeness. - Win9XUpgrade : Indicates that the join operation is part of a Windows operating system upgrade. - UnsecuredJoin : Performs an unsecured join. To request an unsecured join, use the Unsecure parameter or this option. - PasswordPass : Sets the machine password to the value of the Credential (DomainCredential) parameter after performing an unsecured join. This option also indicates that the value of the Credential (DomainCredential) parameter is a machine password, not a user password. This option is valid only when the UnsecuredJoin option is specified. -- JoinWithNewName : Renames the computer name in the new domain to the name specified by the NewName parameter. When you use the NewName parameter, this option is set automatically. This option is designed to be used with the Rename-Computer cmdlet. If you use the Rename-Computer cmdlet to rename the computer, but do not restart the computer to make the change effective, you can use this parameter to join the computer to a domain with its new name. - JoinReadOnly : Uses an existing machine account to join the computer to a read-only domain controller. The machine account must be added to the allowed list for password replication policy and the account password must be replicated to the read-only domain controller prior to the join operation. - InstallInvoke : Sets the create (0x2) and delete (0x4) flags of the FJoinOptions parameter of the JoinDomainOrWorkgroup method. For more information about the JoinDomainOrWorkgroup method, see "JoinDomainOrWorkgroup Method of the Win32_ComputerSystem Class" on MSDNhttp://msdn.microsoft.com/library/aa392154(VS.85).aspx at http://msdn.microsoft.com/library/aa392154(VS.85).aspx. For more information about these options, see "NetJoinDomain" on MSDNhttp://msdn.microsoft.com/library/aa370433(VS.85).aspx at http://msdn.microsoft.com/library/aa370433(VS.85).aspx. This parameter was introduced in Windows PowerShell 3.0.`, `JoinOptions`), new Parameter(`PassThru`, `Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.`, `SwitchParameter`), new Parameter(`Restart`, `Indicates that this cmdlet restarts the computers that were added to the domain or workgroup. A restart is often required to make the change effective. This parameter was introduced in Windows PowerShell 3.0.`, `SwitchParameter`), new Parameter(`Server`, `Specifies the name of a domain controller that adds the computer to the domain. Enter the name in DomainName\ComputerName format. By default, no domain controller is specified.`, `String`), new Parameter(`UnjoinDomainCredential`, `Specifies a user account that has permission to remove the computers from their current domains. The default is the current user. Type a user name, such as "User01" or "Domain01\User01", or enter a PSCredential object, such as one generated by the Get-Credential cmdlet. If you type a user name, you will be prompted for a password. Use this parameter when you are moving computers to a different domain. To specify a user account that has permission to join the new domain, use the Credential parameter. To specify a user account that has permission to connect to a remote computer, use the LocalCredential parameter. This parameter was introduced in Windows PowerShell 3.0.`, `PSCredential`), new Parameter(`Unsecure`, `Indicates that this cmdlet performs an unsecured join to the specified domain.`, `SwitchParameter`), new Parameter(`WhatIf`, `Shows what would happen if the cmdlet runs. The cmdlet is not run.`, `SwitchParameter`), new Parameter(`WorkgroupName`, `Specifies the name of a workgroup to which the computers are added. The default value is "WORKGROUP".`, `String`), ], `Add the local computer to a domain or workgroup.`, `Add-Computer [-DomainName] [-ComputerName ] [-Confirm] -Credential [-Force] [-LocalCredential ] [-NewName ] [-OUPath ] [-Options {AccountCreate | Win9XUpgrade | UnsecuredJoin | PasswordPass | DeferSPNSet | JoinWithNewName | JoinReadOnly | InstallInvoke}] [-PassThru] [-Restart] [-Server ] [-UnjoinDomainCredential ] [-Unsecure] [-WhatIf] [] Add-Computer [-WorkgroupName] [-ComputerName ] [-Confirm] [-Credential ] [-Force] [-LocalCredential ] [-NewName ] [-PassThru] [-Restart] [-WhatIf] []`, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-Content`, [ new Parameter(`Encoding`, `Specifies the file encoding. The default is ASCII. Valid values are: -- ASCII: Uses the encoding for the ASCII (7-bit) character set. -- BigEndianUnicode: Encodes in UTF-16 format using the big-endian byte order. -- Byte: Encodes a set of characters into a sequence of bytes. -- String: Uses the encoding type for a string. -- Unicode: Encodes in UTF-16 format using the little-endian byte order. -- UTF7: Encodes in UTF-7 format. -- UTF8: Encodes in UTF-8 format. -- Unknown: The encoding type is unknown or invalid. The data can be treated as binary. Encoding is a dynamic parameter that the FileSystem provider adds to the Add-Content cmdlet. This parameter works only in file system drives.`, `FileSystemCmdletProviderEncoding`), new Parameter(`Force`, `Adds contents to files even if they are read-only. Without this parameter, read-only files are not affected.`, `SwitchParameter`), new Parameter(`Stream`, `Adds the content to the specified alternate data stream. If the stream does not yet, exist, Add-Content creates it. Enter the stream name. Wildcards are not supported. Stream is a dynamic parameter that the FileSystem provider adds to the Add-Content cmdlet. This parameter works only in file system drives. This parameter is introduced in Windows PowerShell 3.0.`, `string`), new Parameter(`Confirm`, `Prompts you for confirmation before executing the command.`, `SwitchParameter`), new Parameter(`WhatIf`, `Describes what would happen if you executed the command without actually executing the command.`, `SwitchParameter`), new Parameter(`UseTransaction`, `Includes the command in the active transaction. This parameter is valid only when a transaction is in progress. For more information, see about_Transactions.`, `SwitchParameter`), new Parameter(`Credential`, `Specifies a user account that has permission to perform this action. The default is the current user. Type a user name, such as "User01" or "Domain01\User01", or enter a PSCredential object, such as one generated by the Get-Credential cmdlet. If you type a user name, you will be prompted for a password. This parameter is not supported by any providers installed with Windows PowerShell.`, `PSCredential`), new Parameter(`Exclude`, `Specifies, as a string array, items that this cmdlet omits. The value of this parameter qualifies the Path parameter. Enter a path element or pattern, such as "*.txt". Wildcards are permitted.`, `String[]`), new Parameter(`Filter`, `Specifies a filter in the provider's format or language. The value of this parameter qualifies the Path parameter. The syntax of the filter, including the use of wildcards, depends on the provider. Filters are more efficient than other parameters, because the provider applies them when retrieving the objects, rather than having Windows PowerShell filter the objects after they are retrieved.`, `String`), new Parameter(`Include`, `Specifies, as a string array, items that this cmdlet includes. The value of this parameter qualifies the Path parameter. Enter a path element or pattern, such as "*.txt". Wildcards are permitted.`, `String[]`), new Parameter(`LiteralPath`, `Specifies the path to the items that receive the additional content. Unlike the Path parameter, the value of the LiteralPath parameter is used exactly as it is typed. No characters are interpreted as wildcards. If the path includes escape characters, enclose it in single quotation marks. Single quotation marks tell Windows PowerShell not to interpret any characters as escape sequences.`, `String[]`), new Parameter(`NoNewline`, `Indicates that this cmdlet does not add a new line/carriage return to the content. Type a user name, such as "User01" or "Domain01\User01", or enter a PSCredential object, such as one generated by the Get-Credential cmdlet. If you type a user name, you will be prompted for a password. This parameter is not supported by any providers installed with Windows PowerShell.`, `SwitchParameter`), new Parameter(`PassThru`, `Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.`, `SwitchParameter`), new Parameter(`Path`, `Specifies the path to the items that receive the additional content. Wildcards are permitted. If you specify multiple paths, use commas to separate the paths.`, `String[]`), new Parameter(`Value`, `Specifies the content to be added. Type a quoted string, such as "This data is for internal use only", or specify an object that contains content, such as the DateTime object that Get-Date generates. You cannot specify the contents of a file by typing its path, because the path is just a string, but you can use a Get-Content command to get the content and pass it to the Value parameter.`, `Object[]`), ], `Appends content, such as words or data, to a file.`, `Add-Content [-Value] [-Confirm] [-Credential ] [-Encoding {Unknown | String | Unicode | Byte | BigEndianUnicode | UTF8 | UTF7 | UTF32 | Ascii | Default | Oem | BigEndianUTF32}] [-Exclude ] [-Filter ] [-Force] [-Include ] -LiteralPath [-NoNewline] [-PassThru] [-Stream ] [-UseTransaction] [-WhatIf] [] Add-Content [-Path] [-Value] [-Confirm] [-Credential ] [-Encoding {Unknown | String | Unicode | Byte | BigEndianUnicode | UTF8 | UTF7 | UTF32 | Ascii | Default | Oem | BigEndianUTF32}] [-Exclude ] [-Filter ] [-Force] [-Include ] [-NoNewline] [-PassThru] [-Stream ] [-UseTransaction] [-WhatIf] [] Add-Content [-Encoding {Unknown | String | Unicode | Byte | BigEndianUnicode | UTF8 | UTF7 | UTF32 | Ascii | Default | Oem}] [-Force] [-Stream ] [-Confirm] [-WhatIf] [-UseTransaction] []`, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-History`, [ new Parameter(`InputObject`, `Specifies an array of entries to add to the history as HistoryInfo object to the session history. You can use this parameter to submit a HistoryInfo object, such as the ones that are returned by the Get-History , Import-Clixml, or Import-Csv cmdlets, to Add-History .`, `PSObject[]`), new Parameter(`Passthru`, `Indicates that this cmdlet returns a history object for each history entry. By default, this cmdlet does not generate any output.`, `SwitchParameter`), ], `Appends entries to the session history.`, `Add-History [[-InputObject] ] [-Passthru] []`, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-JobTrigger`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-KdsRootKey`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-LocalGroupMember`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-Member`, [ new Parameter(`Force`, `Indicates that this cmdlet adds a new member even the object has a custom member with the same name. You cannot use the Force parameter to replace a standard member of a type.`, `SwitchParameter`), new Parameter(`InputObject`, `Specifies the object to which the new member is added. Enter a variable that contains the objects, or type a command or expression that gets the objects.`, `PSObject`), new Parameter(`MemberType`, `Specifies the type of the member to add. This parameter is required. The acceptable values for this parameter are: - NoteProperty - AliasProperty - ScriptProperty - CodeProperty - ScriptMethod - CopyMethod For information about these values, see PSMemberTypes Enumerationhttp://msdn.microsoft.com/en-us/library/windows/desktop/system.management.automation.psmembertypes(v=vs.85).aspx (http://msdn.microsoft.com/en-us/library/windows/desktop/system.management.automation.psmembertypes(v=vs.85).aspx). Not all objects have every type of member. If you specify a member type that the object does not have, Windows PowerShell returns an error.`, `PSMemberTypes`), new Parameter(`Name`, `Specifies the name of the member that this cmdlet adds.`, `String`), new Parameter(`NotePropertyMembers`, `Specifies a hash table or ordered dictionary of note property names and values. Type a hash table or dictionary in which the keys are note property names and the values are note property values. For more information about hash tables and ordered dictionaries in Windows PowerShell, see about_Hash_Tables. This parameter was introduced in Windows PowerShell 3.0.`, `IDictionary`), new Parameter(`NotePropertyName`, `Specifies the note property name. Use this parameter with the NotePropertyValue parameter. This parameter is optional. This parameter was introduced in Windows PowerShell 3.0.`, `String`), new Parameter(`NotePropertyValue`, `Specifies the note property value. Use this parameter with the NotePropertyName parameter. This parameter is optional. This parameter was introduced in Windows PowerShell 3.0.`, `Object`), new Parameter(`PassThru`, `Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output. For most objects, Add-Member adds the new members to the input object. However, when the input object is a string, Add-Member cannot add the member to the input object. For these objects, use the PassThru parameter to create an output object. In Windows PowerShell 2.0, Add-Member added members only to the PSObject wrapper of objects, not to the object. Use the PassThru parameter to create an output object for any object that has a PSObject wrapper.`, `SwitchParameter`), new Parameter(`SecondValue`, `Specifies optional additional information about AliasProperty , ScriptProperty , CodeProperty , or CodeMethod members. If used when adding an AliasProperty, this parameter must be a data type. A conversion to the specified data type is added to the value of the AliasProperty. For example, if you add an AliasProperty that provides an alternate name for a string property, you can also specify a SecondValue parameter of System.Int32 to indicate that the value of that string property should be converted to an integer when accessed by using the corresponding AliasProperty. You can use the SecondValue parameter to specify an additional ScriptBlock when adding a ScriptProperty member. In that case, the first ScriptBlock, specified in the Value parameter, is used to get the value of a variable. The second ScriptBlock, specified in the SecondValue parameter, is used to set the value of a variable.`, `Object`), new Parameter(`TypeName`, `Specifies a name for the type. When the type is a class in the System namespace or a type that has a type accelerator, you can enter the short name of the type. Otherwise, the full type name is required. This parameter is effective only when the input object is a PSObject . This parameter was introduced in Windows PowerShell 3.0.`, `String`), new Parameter(`Value`, `Specifies the initial value of the added member. If you add an AliasProperty , CodeProperty , ScriptProperty or CodeMethod member, you can supply optional, additional information by using the SecondValue parameter.`, `Object`), ], `Adds custom properties and methods to an instance of a Windows PowerShell object.`, `Add-Member [-MemberType] {AliasProperty | CodeProperty | Property | NoteProperty | ScriptProperty | Properties | PropertySet | Method | CodeMethod | ScriptMethod | Methods | ParameterizedProperty | MemberSet | Event | Dynamic | All} [-Name] [[-Value] ] [[-SecondValue] ] [-Force] -InputObject [-PassThru] [-TypeName ] [] Add-Member [-NotePropertyName] [-NotePropertyValue] [-Force] -InputObject [-PassThru] [-TypeName ] [] Add-Member [-NotePropertyMembers] [-Force] -InputObject [-PassThru] [-TypeName ] [] Add-Member -InputObject [-PassThru] -TypeName []`, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-PSSnapin`, [ new Parameter(`Name`, `Specifies the name of the snap-in. This is the Name, not the AssemblyName or ModuleName. Wildcards are permitted. To find the names of the registered snap-ins on your system, type "Get-PSSnapin -Registered".`, `String[]`), new Parameter(`PassThru`, `Indicates that this cmdlet returns an object that represents each added snap-in. By default, this cmdlet does not generate any output.`, `SwitchParameter`), ], `Adds one or more Windows PowerShell snap-ins to the current session.`, `Add-PSSnapin [-Name] [-PassThru] []`, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-RoleMember`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-RoleMember`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-RoleMember`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-SignerRule`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-SqlAvailabilityDatabase`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-SqlAvailabilityDatabase`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-SqlAvailabilityGroupListenerStaticIp`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-SqlAvailabilityGroupListenerStaticIp`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-SqlAzureAuthenticationContext`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-SqlColumnEncryptionKeyValue`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-SqlFirewallRule`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-SqlFirewallRule`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-SqlLogin`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-Type`, [ new Parameter(`AssemblyName`, `Specifies the name of an assembly that includes the types. Add-Type takes the types from the specified assembly. This parameter is required when you are creating types based on an assembly name. Enter the full or simple name (also known as the "partial name") of an assembly. Wildcard characters are permitted in the assembly name. If you enter a simple or partial name, Add-Type resolves it to the full name, and then uses the full name to load the assembly. This parameter does not accept a path or file name. To enter the path to the assembly dynamic-link library (DLL) file, use the Path parameter.`, `String[]`), new Parameter(`CodeDomProvider`, `Specifies a code generator or compiler. Add-Type uses the specified compiler to compile the source code. The default is the C# compiler. Use this parameter if you are using a language that cannot be specified by using the Language parameter. The CodeDomProvider that you specify must be able to generate assemblies from source code.`, `CodeDomProvider`), new Parameter(`CompilerParameters`, `Specifies the options for the source code compiler. These options are sent to the compiler without revision. This parameter allows you to direct the compiler to generate an executable file, embed resources, or set command-line options, such as the "/unsafe" option. This parameter implements the CompilerParameters class (System.CodeDom.Compiler.CompilerParameters). You cannot use the CompilerParameters and ReferencedAssemblies parameters in the same command.`, `CompilerParameters`), new Parameter(`IgnoreWarnings`, `Ignores compiler warnings. Use this parameter to prevent Add-Type from handling compiler warnings as errors.`, `SwitchParameter`), new Parameter(`Language`, `Specifies the language that is used in the source code. The Add-Type cmdlet uses the value of this parameter to select the appropriate CodeDomProvider . The acceptable values for this parameter are: - CSharp - CSharpVersion3 - CSharpVersion2 - VisualBasic - JScript CSharp is the default value.`, `Language`), new Parameter(`LiteralPath`, `Specifies the path to source code files or assembly DLL files that contain the types. Unlike Path , the value of the LiteralPath parameter is used exactly as it is typed. No characters are interpreted as wildcards. If the path includes escape characters, enclose it in single quotation marks. Single quotation marks tell Windows PowerShell not to interpret any characters as escape sequences.`, `String[]`), new Parameter(`MemberDefinition`, `Specifies new properties or methods for the class. Add-Type generates the template code that is required to support the properties or methods. You can use this feature to make Platform Invoke (P/Invoke) calls to unmanaged functions in Windows PowerShell. For more information, see the examples.`, `String[]`), new Parameter(`Name`, `Specifies the name of the class to create. This parameter is required when generating a type from a member definition. The type name and namespace must be unique within a session. You cannot unload a type or change it. If you need to change the code for a type, you must change the name or start a new Windows PowerShell session. Otherwise, the command fails.`, `String`), new Parameter(`Namespace`, `Specifies a namespace for the type. If this parameter is not included in the command, the type is created in the Microsoft.PowerShell.Commands.AddType.AutoGeneratedTypes namespace. If the parameter is included in the command with an empty string value or a value of $Null, the type is generated in the global namespace.`, `String`), new Parameter(`OutputAssembly`, `Generates a DLL file for the assembly with the specified name in the location. Enter a path (optional) and file name. Wildcard characters are permitted. By default, Add-Type generates the assembly only in memory.`, `String`), new Parameter(`OutputType`, `Specifies the output type of the output assembly. The acceptable values for this parameter are: - Library - ConsoleApplication - WindowsApplication For more information about the values, see OutputAssemblyType Enumerationhttps://msdn.microsoft.com/en-us/library/microsoft.powershell.commands.outputassemblytype(v=vs.85).aspx in MSDN. By default, no output type is specified. This parameter is valid only when an output assembly is specified in the command.`, `OutputAssemblyType`), new Parameter(`PassThru`, `Returns a System.Runtime object that represents the types that were added. By default, this cmdlet does not generate any output.`, `SwitchParameter`), new Parameter(`Path`, `Specifies the path to source code files or assembly DLL files that contain the types. If you submit source code files, Add-Type compiles the code in the files and creates an in-memory assembly of the types. The file name extension specified in the value of Path determines the compiler that Add-Type uses. If you submit an assembly file, Add-Type takes the types from the assembly. To specify an in-memory assembly or the global assembly cache, use the AssemblyName parameter.`, `String[]`), new Parameter(`ReferencedAssemblies`, `Specifies the assemblies upon which the type depends. By default, Add-Type references System.dll and System.Management.Automation.dll. The assemblies that you specify by using this parameter are referenced in addition to the default assemblies. You cannot use the CompilerParameters and ReferencedAssemblies parameters in the same command.`, `String[]`), new Parameter(`TypeDefinition`, `Specifies the source code that contains the type definitions. Enter the source code in a string or here-string, or enter a variable that contains the source code. For more information about here-strings, see about_Quoting_Rules (http://go.microsoft.com/fwlink/?LinkID=113253). Include a namespace declaration in your type definition. If you omit the namespace declaration, your type might have the same name as another type or the shortcut for another type, causing an unintentional overwrite. For example, if you define a type called Exception, scripts that use Exception as the shortcut for System.Exception will fail.`, `String`), new Parameter(`UsingNamespace`, `Specifies other namespaces that are required for the class. This is much like the Using keyword in C#. By default, Add-Type references the System namespace. When the MemberDefinition parameter is used, Add-Type also references the System.Runtime.InteropServices namespace by default. The namespaces that you add by using the UsingNamespace parameter are referenced in addition to the default namespaces.`, `String[]`), ], `Adds a.NET Framework type (a class) to a Windows PowerShell session.`, `Add-Type -AssemblyName [-IgnoreWarnings] [-PassThru] [] Add-Type [-TypeDefinition] [-CodeDomProvider ] [-CompilerParameters ] [-IgnoreWarnings] [-Language {CSharp | CSharpVersion3 | CSharpVersion2 | VisualBasic | JScript}] [-OutputAssembly ] [-OutputType {Library | ConsoleApplication | WindowsApplication}] [-PassThru] [-ReferencedAssemblies ] [] Add-Type [-Name] [-MemberDefinition] [-CodeDomProvider ] [-CompilerParameters ] [-IgnoreWarnings] [-Language {CSharp | CSharpVersion3 | CSharpVersion2 | VisualBasic | JScript}] [-Namespace ] [-OutputAssembly ] [-OutputType {Library | ConsoleApplication | WindowsApplication}] [-PassThru] [-ReferencedAssemblies ] [-UsingNamespace ] [] Add-Type [-CompilerParameters ] [-IgnoreWarnings] -LiteralPath [-OutputAssembly ] [-OutputType {Library | ConsoleApplication | WindowsApplication}] [-PassThru] [-ReferencedAssemblies ] [] Add-Type [-Path] [-CompilerParameters ] [-IgnoreWarnings] [-OutputAssembly ] [-OutputType {Library | ConsoleApplication | WindowsApplication}] [-PassThru] [-ReferencedAssemblies ] []`, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-VMAssignableDevice`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-VMDvdDrive`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-VMFibreChannelHba`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-VMGpuPartitionAdapter`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-VMGroupMember`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-VMHardDiskDrive`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-VMHostAssignableDevice`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-VMKeyStorageDrive`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-VMMigrationNetwork`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-VMNetworkAdapter`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-VMNetworkAdapterAcl`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-VMNetworkAdapterExtendedAcl`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-VMNetworkAdapterRoutingDomainMapping`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-VMPmemController`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-VMRemoteFx3dVideoAdapter`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-VMScsiController`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-VMStoragePath`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-VMSwitch`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-VMSwitchExtensionPortFeature`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-VMSwitchExtensionSwitchFeature`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-VMSwitchTeamMember`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-WebConfiguration`, [ new Parameter(`AtElement`, `The element in the collection location at which the value is inserted.`, `Hashtable`), new Parameter(`AtIndex`, `The index at which the value is inserted.`, `Int32`), new Parameter(`AtName`, `The name at which the value is inserted.`, `String`), new Parameter(`Clr`, `Version of the .NET framework in the form vn.n, such as v4.0 or v2.0. The default is v4.0. This parameter is used only when PSPath is set to either Machine or Machine/Webroot. If PSPath is not set to one of these values and the Clr parameter is set, PowerShell ignores the value of Clr and returns a warning.`, `String`), new Parameter(`Filter`, `Can be a configuration section, or an XPath query that returns either a configuration section or a configuration element that contains a collection.`, `String[]`), new Parameter(`Force`, `Forces the creation of configuration, and overrides existing element settings.`, `SwitchParameter`), new Parameter(`Location`, `The location to which the configuration is written.`, `String[]`), new Parameter(`PSPath`, `Specifies the configuration path. This can be either an IIS configuration path in the formatcomputer name/webroot/apphost, or the IIS module path in this format IIS:\sites\Default Web Site.`, `String[]`), new Parameter(`Value`, `The value to add to the configuration collection. This can be a single value or a value/key combination in a hash table.`, `PSObject`), new Parameter(`Confirm`, `Prompts you for confirmation before running the cmdlet.`, `SwitchParameter`), new Parameter(`WhatIf`, `Shows what would happen if the cmdlet runs. The cmdlet is not run.`, `SwitchParameter`), ], `Adds a collection element to an IIS configuration collection.`, `Add-WebConfiguration [-Filter] [[-PSPath] ] [-AtElement ] [-AtIndex ] [-AtName ] [-Clr ] [-Force] [-Location ] [-Value ] [-Confirm] [-WhatIf] []`, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-WebConfigurationLock`, [ new Parameter(`Filter`, `An XPath filter expression.`, `String[]`), new Parameter(`Force`, `Forces the configuration lock.`, `SwitchParameter`), new Parameter(`Location`, `The location at which the configuration lock is applied.`, `String[]`), new Parameter(`PSPath`, `Specifies the configuration path. This can be either an IIS configuration path in the formatcomputer name/webroot/apphost, or the IIS module path in this format IIS:\sites\Default Web Site.`, `String[]`), new Parameter(`Passthru`, `Passes an object that represents the configuration lock to the pipeline.`, `SwitchParameter`), new Parameter(`Type`, `Specifies the type of configuration lock to add.`, `String`), new Parameter(`Confirm`, `Prompts you for confirmation before running the cmdlet.`, `SwitchParameter`), new Parameter(`WhatIf`, `Shows what would happen if the cmdlet runs. The cmdlet is not run.`, `SwitchParameter`), ], `Locks an IIS configuration section or element.`, `Add-WebConfigurationLock [-Filter] [[-PSPath] ] [-Force] [-Location ] [-Passthru] -Type [-Confirm] [-WhatIf] []`, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-WebConfigurationProperty`, [ new Parameter(`AtElement`, `The element at which the value is to be inserted.`, `Hashtable`), new Parameter(`AtIndex`, `The index at which the property is to be inserted.`, `Int32`), new Parameter(`AtName`, `The property name at which the property is to be inserted.`, `String`), new Parameter(`Clr`, `Version of the .NET framework in the form vn.n, such as v4.0 or v2.0. The default is v4.0. This parameter is used only when PSPath is set to either Machine or Machine/Webroot. If PSPath is not set to one of these values and the Clr parameter is set, PowerShell ignores the value of Clr and returns a warning.`, `String`), new Parameter(`Filter`, `Specifies the IIS configuration section, or an XPath query that returns a configuration element.`, `String[]`), new Parameter(`Force`, `Forces the property to be written. If a lock exists, the property is written at a level in the configuration above the lock.`, `SwitchParameter`), new Parameter(`Location`, `Location of the configuration property setting. Location tags are frequently used for configuration settings that must be set more precisely than per application or per virtual directory. For example, a setting for a particular file or directory could use a location tag. Location tags are also used if a particular section is locked. In such an instance, the configuration system would have to use a location tag in one of the parent configuration files.`, `String[]`), new Parameter(`Name`, `The name of the IIS configuration property to add.`, `String`), new Parameter(`PSPath`, `Specifies the configuration path. This can be either an IIS configuration path in the formatcomputer name/webroot/apphost, or the IIS module path in this format IIS:\sites\Default Web Site.`, `String[]`), new Parameter(`Type`, `The type of property to add.`, `String`), new Parameter(`Value`, `The value of the configuration property to add.`, `PSObject`), new Parameter(`Confirm`, `Prompts you for confirmation before running the cmdlet.`, `SwitchParameter`), new Parameter(`WhatIf`, `Shows what would happen if the cmdlet runs. The cmdlet is not run.`, `SwitchParameter`), ], `Adds a property to an IIS configuration section.`, `Add-WebConfigurationProperty [-Filter] [[-PSPath] ] [-AtElement ] [-AtIndex ] [-AtName ] [-Clr ] [-Force] [-Location ] [-Type ] [-Value ] -Name [-Confirm] [-WhatIf] []`, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-WindowsCapability`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-WindowsDriver`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-WindowsImage`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Add-WindowsPackage`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Backup-ASDatabase`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Backup-ASDatabase`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Backup-ASDatabase`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Backup-SqlDatabase`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Backup-SqlDatabase`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Backup-WebConfiguration`, [ new Parameter(`Name`, `The name of the folder created to store the backup files. If a backup with the name specified already exists, an error is returned.`, `String`), ], `Creates a backup of an IIS configuration.`, `Backup-WebConfiguration [-Name] []`, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Checkpoint-Computer`, [ new Parameter(`Description`, `Specifies a descriptive name for the restore point. This parameter is required.`, `String`), new Parameter(`RestorePointType`, `Specifies the type of restore point. The default is APPLICATION_INSTALL. The acceptable values for this parameter are: - APPLICATION_INSTALL - APPLICATION_UNINSTALL - DEVICE_DRIVER_INSTALL - MODIFY_SETTINGS - CANCELLED_OPERATION`, `String`), ], `Creates a system restore point on the local computer.`, `Checkpoint-Computer [-Description] [[-RestorePointType] {APPLICATION_INSTALL | APPLICATION_UNINSTALL | DEVICE_DRIVER_INSTALL | MODIFY_SETTINGS | CANCELLED_OPERATION}] []`, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Checkpoint-VM`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Clear-Content`, [ new Parameter(`Stream`, `Deletes the content in the specified alternate data stream, but does not delete the alternate data stream. Enter the stream name. Wildcards are not supported. Stream is a dynamic parameter that the FileSystem provider adds to the Set-Content cmdlet. This parameter works only in file system drives. You can use the Clear-Content cmdlet to clear the content of an alternate data stream. However, it is not the recommended way to eliminate security checks that block files that are downloaded from the Internet. If you verify that a downloaded file is safe, use the Unblock-File cmdlet. This parameter is introduced in Windows PowerShell 3.0.`, `string`), new Parameter(`Confirm`, `Prompts you for confirmation before running the cmdlet.`, `SwitchParameter`), new Parameter(`Credential`, `Specifies a user account that has permission to perform this action. The default is the current user. Type a user name, such as "User01" or "Domain01\User01", or enter a PSCredential object, such as one generated by the Get-Credential cmdlet. If you type a user name, you will be prompted for a password. This parameter is not supported by any providers installed with Windows PowerShell.`, `PSCredential`), new Parameter(`Exclude`, `Specifies, as a string array, strings that this cmdlet omits from the path to the content. The value of this parameter qualifies the Path parameter. Enter a path element or pattern, such as "*.txt". Wildcards are permitted.`, `String[]`), new Parameter(`Filter`, `Specifies a filter in the provider's format or language. The value of this parameter qualifies the Path parameter. The syntax of the filter, including the use of wildcards, depends on the provider. Filters are more efficient than other parameters, because the provider applies them when retrieving the objects, rather than having Windows PowerShell filter the objects after they are retrieved.`, `String`), new Parameter(`Force`, `Forces the command to run without asking for user confirmation.`, `SwitchParameter`), new Parameter(`Include`, `Specifies, as a string array, content that this cmdlet clears. The value of this parameter qualifies the Path parameter. Enter a path element or pattern, such as "*.txt". Wildcards are permitted.`, `String[]`), new Parameter(`LiteralPath`, `Specifies the paths to the items from which content is deleted. Unlike the Path parameter, the value of LiteralPath is used exactly as it is typed. No characters are interpreted as wildcards. If the path includes escape characters, enclose it in single quotation marks. Single quotation marks tell having Windows PowerShell not to interpret any characters as escape sequences.`, `String[]`), new Parameter(`Path`, `Specifies the paths to the items from which content is deleted. Wildcards are permitted. The paths must be paths to items, not to containers. For example, you must specify a path to one or more files, not a path to a directory. Wildcards are permitted. This parameter is required, but the parameter name ("Path") is optional.`, `String[]`), new Parameter(`UseTransaction`, `Includes the command in the active transaction. This parameter is valid only when a transaction is in progress. For more information, see Includes the command in the active transaction. This parameter is valid only when a transaction is in progress. For more information, see`, `SwitchParameter`), new Parameter(`WhatIf`, `Shows what would happen if the cmdlet runs. The cmdlet is not run.`, `SwitchParameter`), ], `Deletes the contents of an item, but does not delete the item.`, `Clear-Content [-Confirm] [-Credential ] [-Exclude ] [-Filter ] [-Force] [-Include ] -LiteralPath [-Stream ] [-UseTransaction] [-WhatIf] [] Clear-Content [-Path] [-Confirm] [-Credential ] [-Exclude ] [-Filter ] [-Force] [-Include ] [-Stream ] [-UseTransaction] [-WhatIf] [] Clear-Content [-Stream ] []`, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Clear-EventLog`, [ new Parameter(`ComputerName`, `Specifies a remote computer. The default is the local computer. Type the NetBIOS name, an Internet Protocol (IP) address, or a fully qualified domain name of a remote computer. To specify the local computer, type the computer name, a dot (.), or localhost. This parameter does not rely on Windows PowerShell remoting. You can use the ComputerName parameter of the Get-EventLog cmdlet even if your computer is not configured to run remote commands.`, `String[]`), new Parameter(`Confirm`, `Prompts you for confirmation before running the cmdlet.`, `SwitchParameter`), new Parameter(`LogName`, `Specifies the event logs. Enter the log name (the value of the Log property; not the LogDisplayName) of one or more event logs, separated by commas.`, `String[]`), new Parameter(`WhatIf`, `Shows what would happen if the cmdlet runs. The cmdlet is not run.`, `SwitchParameter`), ], `Clears all entries from specified event logs on the local or remote computers.`, `Clear-EventLog [-LogName] [[-ComputerName] ] [-Confirm] [-WhatIf] []`, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Clear-History`, [ new Parameter(`CommandLine`, `Specifies commands that this cmdlet deletes. If you enter more than one string, Clear-History deletes commands that have any of the strings.`, `String[]`), new Parameter(`Confirm`, `Prompts you for confirmation before running the cmdlet.`, `SwitchParameter`), new Parameter(`Count`, `Specifies the number of history entries that this cmdlet clears, starting with the oldest entry in the history. If you use the Count and Id parameters in the same command, the cmdlet clears the number of entries specified by the Count parameter, starting with the entry specified by the Id parameter. For example, if Count is 10 and Id is 30, Clear-History clears items 21 through 30 inclusive. If you use the Count and CommandLine parameters in the same command, Clear-History clears the number of entries specified by the Count parameter, starting with the entry specified by the CommandLine parameter.`, `Int32`), new Parameter(`Id`, `Specifies the history IDs of commands that this cmdlet deletes. To find the history ID of a command, use the Get-History cmdlet.`, `Int32[]`), new Parameter(`Newest`, `Indicates that this cmdlet deletes the newest entries in the history. By default, Clear-History deletes the oldest entries in the history.`, `SwitchParameter`), new Parameter(`WhatIf`, `Shows what would happen if the cmdlet runs. The cmdlet is not run.`, `SwitchParameter`), ], `Deletes entries from the command history.`, `Clear-History [[-Count] ] [-CommandLine ] [-Confirm] [-Newest] [-WhatIf] [] Clear-History [[-Id] ] [[-Count] ] [-Confirm] [-Newest] [-WhatIf] []`, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Clear-IISCentralCertProvider`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Clear-IISConfigCollection`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Clear-Item`, [ new Parameter(`Confirm`, `Prompts you for confirmation before running the cmdlet.`, `SwitchParameter`), new Parameter(`Credential`, `Specifies a user account that has permission to perform this action. The default is the current user. Type a user name, such as User01 or Domain01\User01, or enter a PSCredential object, such as one generated by the Get-Credential cmdlet. If you type a user name, you will be prompted for a password. This parameter is not supported by any providers installed with Windows PowerShell.`, `PSCredential`), new Parameter(`Exclude`, `Specifies, as a string array, items to exclude. The value of this parameter qualifies the Path parameter. Enter a path element or pattern, such as *.txt. Wildcards are permitted.`, `String[]`), new Parameter(`Filter`, `Specifies a filter in the provider's format or language. The value of this parameter qualifies the Path parameter. The syntax of the filter, including the use of wildcards, depends on the provider. Filters are more efficient than other parameters, because the provider applies them when the cmdlet gets the objects, rather than having Windows PowerShell filter the objects after they are retrieved.`, `String`), new Parameter(`Force`, `Indicates that the cmdlet clears items that cannot otherwise be changed, such as read- only aliases. The cmdlet cannot clear constants. Implementation varies from provider to provider. For more information, see about_Providers. The cmdlet cannot override security restrictions, even when the Force parameter is used.`, `SwitchParameter`), new Parameter(`Include`, `Specifies, as a string array, items to that this cmdlet clears. The value of this parameter qualifies the Path parameter. Enter a path element or pattern, such as *.txt. Wildcards are permitted.`, `String[]`), new Parameter(`LiteralPath`, `Specifies the path to the items being cleared. Unlike Path , the value of the LiteralPath parameter is used exactly as it is typed. No characters are interpreted as wildcards. If the path includes escape characters, enclose it in single quotation marks. Single quotation marks tell wps_2 not to interpret any characters as escape sequences.`, `String[]`), new Parameter(`Path`, `Specifies the path to the items being cleared. Wildcards are permitted. This parameter is required, but the parameter name (Path) is optional.`, `String[]`), new Parameter(`UseTransaction`, `Includes the command in the active transaction. This parameter is valid only when a transaction is in progress. For more information, see Includes the command in the active transaction. This parameter is valid only when a transaction is in progress. For more information, see`, `SwitchParameter`), new Parameter(`WhatIf`, `Shows what would happen if the cmdlet runs. The cmdlet is not run.`, `SwitchParameter`), ], `Clears the contents of an item, but does not delete the item.`, `Clear-Item [-Confirm] [-Credential ] [-Exclude ] [-Filter ] [-Force] [-Include ] -LiteralPath [-UseTransaction] [-WhatIf] [] Clear-Item [-Path] [-Confirm] [-Credential ] [-Exclude ] [-Filter ] [-Force] [-Include ] [-UseTransaction] [-WhatIf] []`, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Clear-ItemProperty`, [ new Parameter(`Confirm`, `Prompts you for confirmation before running the cmdlet.`, `SwitchParameter`), new Parameter(`Credential`, `Specifies a user account that has permission to perform this action. The default is the current user. Type a user name, such as User01 or Domain01\User01, or enter a PSCredential object, such as one generated by the Get-Credential cmdlet. If you type a user name, you will be prompted for a password. This parameter is not supported by any providers installed with Windows PowerShell.`, `PSCredential`), new Parameter(`Exclude`, `Specifies, as a string array, an item or items that this cmdlet excludes. The value of this parameter qualifies the Path parameter. Enter a path element or pattern, such as .txt or s . Wildcards are permitted.`, `String[]`), new Parameter(`Filter`, `Specifies a filter in the provider's format or language. The value of this parameter qualifies the Path parameter. The syntax of the filter, including the use of wildcards, depends on the provider. Filters are more efficient than other parameters, because the provider applies them when the cmdlet gets the objects rather than having Windows PowerShell filter the objects after they are retrieved.`, `String`), new Parameter(`Force`, `Indicates that this cmdlet deletes properties from items that cannot otherwise be accessed by the user. Implementation varies from provider to provider. For more information, see about_Providers.`, `SwitchParameter`), new Parameter(`Include`, `Specifies, as a string array, an item or items that this cmdlet clears. The value of this parameter qualifies the Path parameter. Enter a path element or pattern, such as *.txt. Wildcards are permitted.`, `String[]`), new Parameter(`LiteralPath`, `Specifies the path to the property being cleared. Unlike the Path parameter, the value of LiteralPath is used exactly as it is typed. No characters are interpreted as wildcards. If the path includes escape characters, enclose it in single quotation marks. Single quotation marks tell Windows PowerShell not to interpret any characters as escape sequences.`, `String[]`), new Parameter(`Name`, `Specifies the name of the property to be cleared, such as the name of a registry value. Wildcards are not permitted.`, `String`), new Parameter(`PassThru`, `Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.`, `SwitchParameter`), new Parameter(`Path`, `Specifies the path to the property being cleared. Wildcards are permitted.`, `String[]`), new Parameter(`UseTransaction`, `Includes the command in the active transaction. This parameter is valid only when a transaction is in progress. For more information, see Includes the command in the active transaction. This parameter is valid only when a transaction is in progress. For more information, see`, `SwitchParameter`), new Parameter(`WhatIf`, `Shows what would happen if the cmdlet runs. The cmdlet is not run.`, `SwitchParameter`), ], `Clears the value of a property but does not delete the property.`, `Clear-ItemProperty [-Name] [-Confirm] [-Credential ] [-Exclude ] [-Filter ] [-Force] [-Include ] -LiteralPath [-PassThru] [-UseTransaction] [-WhatIf] [] Clear-ItemProperty [-Path] [-Name] [-Confirm] [-Credential ] [-Exclude ] [-Filter ] [-Force] [-Include ] [-PassThru] [-UseTransaction] [-WhatIf] []`, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Clear-KdsCache`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Clear-RecycleBin`, [ new Parameter(`Confirm`, `Prompts you for confirmation before running the cmdlet.`, `SwitchParameter`), new Parameter(`DriveLetter`, ``, `String[]`), new Parameter(`Force`, ``, `SwitchParameter`), new Parameter(`WhatIf`, `Shows what would happen if the cmdlet runs. The cmdlet is not run.`, `SwitchParameter`), ], ``, `Clear-RecycleBin [[-DriveLetter] ] [-Confirm] [-Force] [-WhatIf] []`, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Clear-Tpm`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Clear-UevAppxPackage`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Clear-UevConfiguration`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Clear-Variable`, [ new Parameter(`Confirm`, `Prompts you for confirmation before running the cmdlet.`, `SwitchParameter`), new Parameter(`Exclude`, `Specifies an array of items that this cmdlet omits in the operation. The value of this parameter qualifies the Name parameter. Enter a name element or pattern, such as "s*". Wildcards are permitted.`, `String[]`), new Parameter(`Force`, `Allows the cmdlet to clear a variable even if it is read-only. Even using the Force parameter, the cmdlet cannot clear constants.`, `SwitchParameter`), new Parameter(`Include`, `Specifies an array of items that this cmdlet includes in the operation. The value of this parameter qualifies the Name parameter. Enter a name element or pattern, such as "s*". Wildcards are permitted.`, `String[]`), new Parameter(`Name`, `Specifies the name of the variable to be cleared. Wildcards are permitted. This parameter is required, but the parameter name ("Name") is optional.`, `String[]`), new Parameter(`PassThru`, `Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.`, `SwitchParameter`), new Parameter(`Scope`, `Specifies the scope in which this alias is valid. The acceptable values for this parameter are: - Global - Local - Script You can also use a number relative to the current scope (0 through the number of scopes, where 0 is the current scope and 1 is its parent). Local is the default. For more information, see about_Scopes.`, `String`), new Parameter(`WhatIf`, `Shows what would happen if the cmdlet runs. The cmdlet is not run.`, `SwitchParameter`), ], `Deletes the value of a variable.`, `Clear-Variable [-Name] [-Confirm] [-Exclude ] [-Force] [-Include ] [-PassThru] [-Scope ] [-WhatIf] []`, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Clear-WebCentralCertProvider`, [ new Parameter(`PrivateKeyPassword`, `Password for the private key if one exists. If provided, this password is the same for all keys. The password can be $null.`, `SwitchParameter`), ], `Removes all settings for the central certificate provider.`, `Clear-WebCentralCertProvider [-PrivateKeyPassword] []`, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Clear-WebConfiguration`, [ new Parameter(`Clr`, `Version of the .NET framework in the form vn.n, such as v4.0 or v2.0. The default is v4.0. This parameter is used only when PSPath is set to either Machine or Machine/Webroot. If PSPath is not set to one of these values and the Clr parameter is set, PowerShell ignores the value of Clr and returns a warning.`, `String`), new Parameter(`Filter`, `Specifies the IIS configuration section or an XPath query that returns a configuration element.`, `String[]`), new Parameter(`Force`, `Forces the specified configuration to be cleared.`, `SwitchParameter`), new Parameter(`Location`, `The location of the configuration setting to clear. Location tags are frequently used for configuration settings that must be set more precisely than per application or per virtual directory. For example, a setting for a particular file or directory could use a location tag. Location tags are also used if a particular section is locked. In such an instance, the configuration system would have to use a location tag in one of the parent configuration files.`, `String[]`), new Parameter(`PSPath`, `Specifies the configuration path. This can be either an IIS configuration path in the formatcomputer name/webroot/apphost, or the IIS module path in this format IIS:\sites\Default Web Site.`, `String[]`), new Parameter(`Confirm`, `Prompts you for confirmation before running the cmdlet.`, `SwitchParameter`), new Parameter(`WhatIf`, `Shows what would happen if the cmdlet runs. The cmdlet is not run.`, `SwitchParameter`), ], `Removes configuration settings from the specified configuration location.`, `Clear-WebConfiguration [-Filter] [[-PSPath] ] [-Clr ] [-Force] [-Location ] [-Confirm] [-WhatIf] []`, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Clear-WebRequestTracingSetting`, [ new Parameter(`Name`, `The name of the site from which Request Trace settings are cleared.`, `String`), new Parameter(`Confirm`, `Prompts you for confirmation before running the cmdlet.`, `SwitchParameter`), new Parameter(`WhatIf`, `Shows what would happen if the cmdlet runs. The cmdlet is not run.`, `SwitchParameter`), ], `Clears the Request Tracing configuration from the specified Web site.`, `Clear-WebRequestTracingSetting [[-Name] ] [-Confirm] [-WhatIf] []`, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Clear-WebRequestTracingSettings`, [ new Parameter(`Name`, `The name of the site from which Request Trace settings are cleared.`, `String`), new Parameter(`Confirm`, `Prompts you for confirmation before running the cmdlet.`, `SwitchParameter`), new Parameter(`WhatIf`, `Shows what would happen if the cmdlet runs. The cmdlet is not run.`, `SwitchParameter`), ], `Clears the Request Tracing configuration from the specified Web site.`, `Clear-WebRequestTracingSettings [[-Name] ] [-Confirm] [-WhatIf] []`, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Clear-WindowsCorruptMountPoint`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Compare-Object`, [ new Parameter(`CaseSensitive`, `Indicates that comparisons should be case-sensitive.`, `SwitchParameter`), new Parameter(`Culture`, `Specifies the culture to use for comparisons.`, `String`), new Parameter(`DifferenceObject`, `Specifies the objects that are compared to the reference objects.`, `PSObject[]`), new Parameter(`ExcludeDifferent`, `Indicates that this cmdlet displays only the characteristics of compared objects that are equal.`, `SwitchParameter`), new Parameter(`IncludeEqual`, `Indicates that this cmdlet displays characteristics of compared objects that are equal. By default, only characteristics that differ between the reference and difference objects are displayed.`, `SwitchParameter`), new Parameter(`PassThru`, `Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.`, `SwitchParameter`), new Parameter(`Property`, `Specifies an array of properties of the reference and difference objects to compare.`, `Object[]`), new Parameter(`ReferenceObject`, `Specifies an array of objects used as a reference for comparison.`, `PSObject[]`), new Parameter(`SyncWindow`, `Specifies the number of adjacent objects that this cmdlet inspects while looking for a match in a collection of objects. This cmdlet examines adjacent objects when it does not find the object in the same position in a collection. The default value is [Int32]::MaxValue, which means that this cmdlet examines the entire object collection.`, `Int32`), ], `Compares two sets of objects.`, `Compare-Object [-ReferenceObject] [-DifferenceObject] [-CaseSensitive] [-Culture ] [-ExcludeDifferent] [-IncludeEqual] [-PassThru] [-Property ] [-SyncWindow ] []`, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Compare-VM`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Complete-BitsTransfer`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Complete-DtcDiagnosticTransaction`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Complete-SqlColumnMasterKeyRotation`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Complete-Transaction`, [ new Parameter(`Confirm`, `Prompts you for confirmation before running the cmdlet.`, `SwitchParameter`), new Parameter(`WhatIf`, `Shows what would happen if the cmdlet runs. The cmdlet is not run.`, `SwitchParameter`), ], `Commits the active transaction.`, `Complete-Transaction [-Confirm] [-WhatIf] []`, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Complete-VMFailover`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Confirm-SecureBootUEFI`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Connect-PSSession`, [ new Parameter(`AllowRedirection`, `Indicates that this cmdlet allows redirection of this connection to an alternate URI. When you use the ConnectionURI parameter, the remote destination can return an instruction to redirect to a different URI. By default, Windows PowerShell does not redirect connections, but you can use this parameter to allow it to redirect the connection. You can also limit the number of times the connection is redirected by changing the MaximumConnectionRedirectionCount session option value. Use the MaximumRedirection parameter of the New-PSSessionOption cmdlet or set the MaximumConnectionRedirectionCount property of the $PSSessionOption preference variable. The default value is 5.`, `SwitchParameter`), new Parameter(`ApplicationName`, `Specifies the name of an application. This cmdlet connects only to sessions that use the specified application. Enter the application name segment of the connection URI. For example, in the following connection URI, the application name is WSMan: "http://localhost:5985/WSMAN". The application name of a session is stored in the Runspace.ConnectionInfo.AppName property of the session. The value of this parameter is used to select and filter sessions. It does not change the application that the session uses.`, `String`), new Parameter(`Authentication`, `Specifies the mechanism that is used to authenticate user credentials in the command to reconnect to the disconnected session. The acceptable values for this parameter are: - Default - Basic - Credssp - Digest - Kerberos - Negotiate - NegotiateWithImplicitCredential The default value is Default. For information about the values of this parameter, see AuthenticationMechanism Enumerationhttp://go.microsoft.com/fwlink/?LinkID=144382 (http://go.microsoft.com/fwlink/?LinkID=144382) in the Microsoft Developer Network (MSDN) library. Caution: Credential Security Support Provider (CredSSP) authentication, in which the user's credentials are passed to a remote computer to be authenticated, is designed for commands that require authentication on more than one resource, such as accessing a remote network share. This mechanism increases the security risk of the remote operation. If the remote computer is compromised, the credentials that are passed to it can be used to control the network session.`, `AuthenticationMechanism`), new Parameter(`CertificateThumbprint`, `Specifies the digital public key certificate (X509) of a user account that has permission to connect to the disconnected session. Enter the certificate thumbprint of the certificate. Certificates are used in client certificate-based authentication. They can be mapped only to local user accounts. They do not work with domain accounts. To get a certificate thumbprint, use a Get-Item or Get-ChildItem command in the Windows PowerShell Cert: drive.`, `String`), new Parameter(`ComputerName`, `Specifies the computers on which the disconnected sessions are stored. Sessions are stored on the computer that is at the server-side or receiving end of a connection. The default is the local computer. Type the NetBIOS name, an IP address, or a fully qualified domain name of one computer. Wildcard characters are not permitted. To specify the local computer, type the computer name, localhost, or a dot (.)`, `String[]`), new Parameter(`ConfigurationName`, `Connects only to sessions that use the specified session configuration. Enter a configuration name or the fully qualified resource URI for a session configuration. If you specify only the configuration name, the following schema URI is prepended: http://schemas.microsoft.com/powershell. The configuration name of a session is stored in the ConfigurationName property of the session. The value of this parameter is used to select and filter sessions. It does not change the session configuration that the session uses. For more information about session configurations, see about_Session_Configurations.`, `String`), new Parameter(`Confirm`, `Prompts you for confirmation before running the cmdlet.`, `SwitchParameter`), new Parameter(`ConnectionUri`, `Specifies the URIs of the connection endpoints for the disconnected sessions. The URI must be fully qualified. The format of this string is as follows: "://:/" The default value is as follows: "http://localhost:5985/WSMAN" If you do not specify a connection URI, you can use the UseSSL and Port parameters to specify the connection URI values. Valid values for the Transport segment of the URI are HTTP and HTTPS. If you specify a connection URI with a Transport segment, but do not specify a port, the session is created with standards ports: 80 for HTTP and 443 for HTTPS. To use the default ports for Windows PowerShell remoting, specify port 5985 for HTTP or 5986 for HTTPS. If the destination computer redirects the connection to a different URI, Windows PowerShell prevents the redirection unless you use the AllowRedirection parameter in the command.`, `Uri[]`), new Parameter(`Credential`, `Specifies a user account that has permission to connect to the disconnected session. The default is the current user. Type a user name, such as User01 or Domain01\User01. Or, enter a PSCredential object, such as one generated by the Get-Credential cmdlet. If you type a user name, this cmdlet prompts you for a password.`, `PSCredential`), new Parameter(`Id`, `Specifies the IDs of the disconnected sessions. The Id parameter works only when the disconnected session was previously connected to the current session. This parameter is valid, but not effective, when the session is stored on the local computer, but was not connected to the current session.`, `Int32[]`), new Parameter(`InstanceId`, `Specifies the instance IDs of the disconnected sessions. The instance ID is a GUID that uniquely identifies a PSSession on a local or remote computer. The instance ID is stored in the InstanceID property of the PSSession .`, `Guid[]`), new Parameter(`Name`, `Specifies the friendly names of the disconnected sessions.`, `String[]`), new Parameter(`Port`, `Specifies the network port on the remote computer that is used to reconnect to the session. To connect to a remote computer, the remote computer must be listening on the port that the connection uses. The default ports are 5985, which is the WinRM port for HTTP, and 5986, which is the WinRM port for HTTPS. Before using an alternate port, you must configure the WinRM listener on the remote computer to listen at that port. To configure the listener, type the following two commands at the Windows PowerShell prompt: "Remove-Item -Path WSMan:\Localhost\listener\listener* -Recurse" "New-Item -Path WSMan:\Localhost\listener -Transport http -Address * -Port " Do not use the Port parameter unless you must. The port that is set in the command applies to all computers or sessions on which the command runs. An alternate port setting might prevent the command from running on all computers.`, `Int32`), new Parameter(`Session`, `Specifies the disconnected sessions. Enter a variable that contains the PSSession objects or a command that creates or gets the PSSession objects, such as a Get-PSSession command.`, `PSSession[]`), new Parameter(`SessionOption`, `Specifies advanced options for the session. Enter a SessionOption object, such as one that you create by using the New-PSSessionOption cmdlet, or a hash table in which the keys are session option names and the values are session option values. The default values for the options are determined by the value of the $PSSessionOption preference variable, if it is set. Otherwise, the default values are established by options set in the session configuration. The session option values take precedence over default values for sessions set in the $PSSessionOption preference variable and in the session configuration. However, they do not take precedence over maximum values, quotas or limits set in the session configuration. For a description of the session options that includes the default values, see New-PSSessionOption. For information about the $PSSessionOption preference variable, see about_Preference_Variables (http://go.microsoft.com/fwlink/?LinkID=113248). For more information about session configurations, see about_Session_Configurations (http://go.microsoft.com/fwlink/?LinkID=145152).`, `PSSessionOption`), new Parameter(`ThrottleLimit`, `Specifies the maximum number of concurrent connections that can be established to run this command. If you omit this parameter or enter a value of 0, the default value, 32, is used. The throttle limit applies only to the current command, not to the session or to the computer.`, `Int32`), new Parameter(`UseSSL`, `Indicates that this cmdlet uses the Secure Sockets Layer (SSL) protocol to connect to the disconnected session. By default, SSL is not used. WS-Management encrypts all Windows PowerShell content transmitted over the network. The UseSSL parameter is an additional protection that sends the data across an HTTPS connection instead of an HTTP connection. If you use this parameter, but SSL is not available on the port that is used for the command, the command fails.`, `SwitchParameter`), new Parameter(`WhatIf`, `Shows what would happen if the cmdlet runs. The cmdlet is not run.`, `SwitchParameter`), ], `Reconnects to disconnected sessions.`, `Connect-PSSession [-ConnectionUri] [-AllowRedirection] [-Authentication {Default | Basic | Negotiate | NegotiateWithImplicitCredential | Credssp | Digest | Kerberos}] [-CertificateThumbprint ] [-ConfigurationName ] [-Confirm] [-Credential ] [-Name ] [-SessionOption ] [-ThrottleLimit ] [-WhatIf] [] Connect-PSSession [-ConnectionUri] [-AllowRedirection] [-Authentication {Default | Basic | Negotiate | NegotiateWithImplicitCredential | Credssp | Digest | Kerberos}] [-CertificateThumbprint ] [-ConfigurationName ] [-Confirm] [-Credential ] -InstanceId [-SessionOption ] [-ThrottleLimit ] [-WhatIf] [] Connect-PSSession [-ComputerName] [-ApplicationName ] [-Authentication {Default | Basic | Negotiate | NegotiateWithImplicitCredential | Credssp | Digest | Kerberos}] [-CertificateThumbprint ] [-ConfigurationName ] [-Confirm] [-Credential ] [-Name ] [-Port ] [-SessionOption ] [-ThrottleLimit ] [-UseSSL] [-WhatIf] [] Connect-PSSession [-ComputerName] [-ApplicationName ] [-Authentication {Default | Basic | Negotiate | NegotiateWithImplicitCredential | Credssp | Digest | Kerberos}] [-CertificateThumbprint ] [-ConfigurationName ] [-Confirm] [-Credential ] -InstanceId [-Port ] [-SessionOption ] [-ThrottleLimit ] [-UseSSL] [-WhatIf] [] Connect-PSSession [-Id] [-Confirm] [-ThrottleLimit ] [-WhatIf] [] Connect-PSSession [-Confirm] -InstanceId [-ThrottleLimit ] [-WhatIf] [] Connect-PSSession [-Confirm] -Name [-ThrottleLimit ] [-WhatIf] [] Connect-PSSession [-Session] [-Confirm] [-ThrottleLimit ] [-WhatIf] []`, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Connect-VMNetworkAdapter`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Connect-VMSan`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Connect-WSMan`, [ new Parameter(`ApplicationName`, `Specifies the application name in the connection. The default value of the ApplicationName parameter is WSMAN. The complete identifier for the remote endpoint is in the following format: ://:/ For example: "http://server01:8080/WSMAN" Internet Information Services (IIS), which hosts the session, forwards requests with this endpoint to the specified application. This default setting of WSMAN is appropriate for most uses. This parameter is designed to be used if many computers establish remote connections to one computer that is running Windows PowerShell. In this case, IIS hosts Web Services for Management (WS-Management) for efficiency.`, `String`), new Parameter(`Authentication`, `Specifies the authentication mechanism to be used at the server. The acceptable values for this parameter are: - Basic. Basic is a scheme in which the user name and password are sent in clear text to the server or proxy. - Default. Use the authentication method implemented by the WS-Management protocol. This is the default. - Digest. Digest is a challenge-response scheme that uses a server-specified data string for the challenge. - Kerberos. The client computer and the server mutually authenticate by using Kerberos certificates. - Negotiate. Negotiate is a challenge-response scheme that negotiates with the server or proxy to determine the scheme to use for authentication. For example, this parameter value allows for negotiation to determine whether the Kerberos protocol or NTLM is used. - CredSSP. Use Credential Security Support Provider (CredSSP) authentication, which lets the user delegate credentials. This option is designed for commands that run on one remote computer but collect data from or run additional commands on other remote computers. Caution: CredSSP delegates the user credentials from the local computer to a remote computer. This practice increases the security risk of the remote operation. If the remote computer is compromised, when credentials are passed to it, the credentials can be used to control the network session.`, `AuthenticationMechanism`), new Parameter(`CertificateThumbprint`, `Specifies the digital public key certificate (X509) of a user account that has permission to perform this action. Enter the certificate thumbprint of the certificate. Certificates are used in client certificate-based authentication. They can be mapped only to local user accounts; they do not work with domain accounts. To get a certificate thumbprint, use the Get-Item or Get-ChildItem command in the Windows PowerShell Cert: drive.`, `String`), new Parameter(`ComputerName`, `Specifies the computer against which to run the management operation. The value can be a fully qualified domain name, a NetBIOS name, or an IP address. Use the local computer name, use localhost, or use a dot (.) to specify the local computer. The local computer is the default. When the remote computer is in a different domain from the user, you must use a fully qualified domain name must be used. You can pipe a value for this parameter to the cmdlet.`, `String`), new Parameter(`ConnectionURI`, `Specifies the connection endpoint. The format of this string is as follows: ://:/ The following string is a correctly formatted value for this parameter: "http://Server01:8080/WSMAN" The URI must be fully qualified.`, `Uri`), new Parameter(`Credential`, `Specifies a user account that has permission to perform this action. The default is the current user. Type a user name, such as User01, Domain01\User01, or User@Domain.com. Or, enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, this cmdlet prompts you for a password.`, `PSCredential`), new Parameter(`OptionSet`, `Specifies a set of switches to a service to modify or refine the nature of the request. These resemble switches used in command-line shells because they are service specific. Any number of options can be specified. The following example demonstrates the syntax that passes the values 1, 2, and 3 for the a, b, and c parameters: "-OptionSet @{a=1;b=2;c=3}"`, `Hashtable`), new Parameter(`Port`, `Specifies the port to use when the client connects to the WinRM service. When the transport is HTTP, the default port is 80. When the transport is HTTPS, the default port is 443. When you use HTTPS as the transport, the value of the ComputerName parameter must match the server's certificate common name (CN). However, if the SkipCNCheck parameter is specified as part of the SessionOption parameter, the certificate common name of the server does not have to match the host name of the server. The SkipCNCheck parameter should be used only for trusted computers.`, `Int32`), new Parameter(`SessionOption`, `Specifies extended options for the WS-Management session. Enter a SessionOption object that you create by using the New-WSManSessionOption cmdlet. For more information about the options that are available, type "Get-Help New-WSManSessionOption".`, `SessionOption`), new Parameter(`UseSSL`, `Specifies that the Secure Sockets Layer (SSL) protocol is used to establish a connection to the remote computer. By default, SSL is not used. WS-Management encrypts all the Windows PowerShell content that is transmitted over the network. The UseSSL parameter lets you specify the additional protection of HTTPS instead of HTTP. If SSL is not available on the port that is used for the connection, and you specify this parameter, the command fails.`, `SwitchParameter`), ], `Connects to the WinRM service on a remote computer.`, `Connect-WSMan [[-ComputerName] ] [-ApplicationName ] [-Authentication {None | Default | Digest | Negotiate | Basic | Kerberos | ClientCertificate | Credssp}] [-CertificateThumbprint ] [-Credential ] [-OptionSet ] [-Port ] [-SessionOption ] [-UseSSL] [] Connect-WSMan [-Authentication {None | Default | Digest | Negotiate | Basic | Kerberos | ClientCertificate | Credssp}] [-CertificateThumbprint ] [-ConnectionURI ] [-Credential ] [-OptionSet ] [-Port ] [-SessionOption ] []`, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `ConvertFrom-CIPolicy`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `ConvertFrom-Csv`, [ new Parameter(`Delimiter`, `Specifies the delimiter that separates the property values in the CSV strings. The default is a comma (,). Enter a character, such as a colon (:). To specify a semicolon (;), enclose it in quotation marks. If you specify a character other than the delimiter used in the CSV strings, ConvertFrom-CSV cannot create objects from the CSV strings. Instead, it returns the strings.`, `Char`), new Parameter(`Header`, `Specifies an alternate column header row for the imported string. The column header determines the names of the properties of the object that ConvertFrom-CSV creates. Enter a comma-separated list of the column headers. Enclose each item in quotation marks (single or double). Do not enclose the header string in quotation marks. If you enter fewer column headers than there are columns, the remaining columns will have no headers. If you enter more headers than there are columns, the extra headers are ignored. When using the Header parameter, omit the column header string from the CSV strings. Otherwise, this cmdlet creates an extra object from the items in the header row.`, `String[]`), new Parameter(`InputObject`, `Specifies the CSV strings to be converted to objects. Enter a variable that contains the CSV strings or type a command or expression that gets the CSV strings. You can also pipe the CSV strings to ConvertFrom-CSV .`, `PSObject[]`), new Parameter(`UseCulture`, `Indicates that this cmdlet uses the list separator for the current culture as the string delimiter. The default is a comma (,). To find the list separator for a culture, use the following command: "(Get-Culture).TextInfo.ListSeparator". If you specify a character other than the delimiter used in the CSV strings, ConvertFrom-CSV cannot create objects from the CSV strings. Instead, it returns the strings.`, `SwitchParameter`), ], `Converts object properties in comma-separated value (CSV) format into CSV versions of the original objects.`, `ConvertFrom-Csv [-InputObject] [[-Delimiter] ] [-Header ] [] ConvertFrom-Csv [-InputObject] [-Header ] -UseCulture []`, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `ConvertFrom-EncodedSqlName`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `ConvertFrom-EncodedSqlName`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `ConvertFrom-Json`, [ new Parameter(`InputObject`, `Specifies the JSON strings to convert to JSON objects. Enter a variable that contains the string, or type a command or expression that gets the string. You can also pipe a string to ConvertFrom-Json . The InputObject parameter is required, but its value can be an empty string. When the input object is an empty string, ConvertFrom-Json does not generate any output. The InputObject value cannot be $Null.`, `String`), ], `Converts a JSON-formatted string to a custom object.`, `ConvertFrom-Json [-InputObject] []`, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `ConvertFrom-SecureString`, [ new Parameter(`Key`, `Specifies the encryption key as a byte array.`, `Byte[]`), new Parameter(`SecureKey`, `Specifies the encryption key as a secure string. The secure string value is converted to a byte array before being used as the key.`, `SecureString`), new Parameter(`SecureString`, `Specifies the secure string to convert to an encrypted standard string.`, `SecureString`), ], `Converts a secure string to an encrypted standard string.`, `ConvertFrom-SecureString [-SecureString] [-Key ] [] ConvertFrom-SecureString [-SecureString] [[-SecureKey] ] []`, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `ConvertFrom-String`, [ new Parameter(`Delimiter`, `Specifies a regular expression that identifies the boundary between elements. Elements that are created by the split become properties in the resulting object. The delimiter is ultimately used in a call to System.Text.RegularExpressions.RegularExpression.Split().`, `String`), new Parameter(`IncludeExtent`, `Indicates that this cmdlet includes an extent text property that is removed by default.`, `SwitchParameter`), new Parameter(`InputObject`, `Specifies strings received from the pipeline, or a variable that contains a string object.`, `String`), new Parameter(`PropertyNames`, `Specifies an array of property names to which to assign split values in the resulting object. Every line of text that you split or parse generates elements that represent property values. If the element is the result of a capture group, and that capture group is named (for example, (?) or (?'name') ), then the name of that capture group is assigned to the property. If you provide any elements in the PropertyName array, those names are assigned to properties that have not yet been named. If you provide more property names than there are fields, Windows PowerShell ignores the extra property names. If you do not specify enough property names to name all fields, Windows PowerShell automatically assigns numerical property names to any properties that are not named: P1, P2, etc.`, `String[]`), new Parameter(`TemplateContent`, `Specifies an expression, or an expression saved as a variable, that describes the properties to which this cmdlet assigns strings. The syntax of a template field specification is the following: {[optional-typecast]name(sequence-spec, for example \*):example-value}. An example is {PersonInfo*:{Name:Patti Fuller}.`, `String[]`), new Parameter(`TemplateFile`, `Specifies a file, as an array, that contains a template for the desired parsing of the string. In the template file, properties and their values are enclosed in brackets, as shown in the following example. If a property, such as the Name property and its associated other properties, appears multiple times, you can add an asterisk (\*) to indicate that this results in multiple records. This avoids extracting multiple properties into a single record. {Name*:David Chew} {City:Redmond}, {State:WA} {Name*:Evan Narvaez} {Name*:Antonio Moreno} {City:Issaquah}, {State:WA}`, `String[]`), new Parameter(`UpdateTemplate`, `Indicates that this cmdlet saves the results of a learning algorithm into a comment in the template file. This makes the algorithm learning process faster. To use this parameter, you must also specify a template file with the TemplateFile parameter.`, `SwitchParameter`), ], `Extracts and parses structured properties from string content.`, `ConvertFrom-String [-InputObject] [-Delimiter ] [-PropertyNames ] [] ConvertFrom-String [-InputObject] [-IncludeExtent] [-TemplateContent ] [-TemplateFile ] [-UpdateTemplate] []`, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `ConvertFrom-StringData`, [ new Parameter(`StringData`, `Specifies the string to be converted. You can use this parameter or pipe a string to ConvertFrom-StringData . The parameter name is optional. The value of this parameter must be a string that is enclosed in single quotation marks, a string that is enclosed in double quotation marks, or a here-string that contains one or more key/value pairs. Each key/value pair must be on a separate line, or each pair must be separated by newline characters ("n). You can include comments in the string, but the comments cannot be on the same line as a key/value pair. The comments are not included in the hash table. A here-string is a string consisting of one or more lines within which quotation marks are interpreted literally. For more information, see about_Quoting_Rules.`, `String`), ], `Converts a string containing one or more key and value pairs to a hash table.`, `ConvertFrom-StringData [-StringData] []`, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Convert-Path`, [ new Parameter(`LiteralPath`, `Specifies, as a string array, the path to be converted. The value of the LiteralPath parameter is used exactly as it is typed. No characters are interpreted as wildcards. If the path includes escape characters, enclose it in single quotation marks. Single quotation marks tell Windows PowerShell not to interpret any characters as escape sequences.`, `String[]`), new Parameter(`Path`, `Specifies the Windows PowerShell path to be converted.`, `String[]`), new Parameter(`UseTransaction`, `Includes the command in the active transaction. This parameter is valid only when a transaction is in progress. For more information, see Includes the command in the active transaction. This parameter is valid only when a transaction is in progress. For more information, see`, `SwitchParameter`), ], `Converts a path from a Windows PowerShell path to a Windows PowerShell provider path.`, `Convert-Path -LiteralPath [-UseTransaction] [] Convert-Path [-Path] [-UseTransaction] []`, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `Convert-String`, [ new Parameter(`Example`, `Specifies a list of examples of the target format. Specify pairs separated by the equal (=) sign, with the source pattern on the left and the target pattern on the right, as in the following example: "Patti Fuller = Fuller, P." Alternatively, specify a list of hash tables that contain Before and After properties.`, `System.Collections.Generic.List^1[System.Management.Automation.PSObject]`), new Parameter(`InputObject`, `Specifies a string to format.`, `String`), ], `Formats a string to match examples.`, `Convert-String [-Example ] -InputObject []`, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `ConvertTo-Csv`, [ new Parameter(`Delimiter`, `Specifies a delimiter to separate the property values.The default is a comma().Enter a character, such as a colon(: ). To specify a semicolon(;), enclose it in quotation marks.Otherwise, it will be interpreted as the command delimiter.`, `Char`), new Parameter(`InputObject`, `Specifies the objects to export as CSV strings.Enter a variable that contains the objects or type a command or expression that gets the objects.You can also pipe objects to ConvertTo - CSV.`, `PSObject`), new Parameter(`NoTypeInformation`, `Omits the type information header from the output.By default, the string in the output contains #TYPE followed by the fully - qualified name of the object type.`, `SwitchParameter`), new Parameter(`UseCulture`, `Uses the list separator for the current culture as the data delimiter.The default is a comma(). This parameter is very useful in scripts that are being distributed to users worldwide.To find the list separator for a culture, use the following command: "(Get-Culture).TextInfo.ListSeparator".`, `SwitchParameter`), ], `Converts objects into a series of comma - separated value(CSV) variable - length strings.`, `ConvertTo - Csv[-InputObject] < PSObject > [[-Delimiter]][-NoTypeInformation][] ConvertTo - Csv[-InputObject] < PSObject > [-NoTypeInformation][-UseCulture][]`, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `ConvertTo - EncodedSqlName`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `ConvertTo - EncodedSqlName`, [ ], `See help file for details.`, ``, "", (parameters, paramDictionary) => { } ), new ConsoleCommand( `ConvertTo - Html`, [ new Parameter(`As`, `Determines whether the object is formatted as a table or a list.Valid values are Table and List.The default value is Table. The Table value generates an HTML table that resembles the Windows PowerShell table format.The header row displays the property names.Each table row represents an object and displays the object's values for each property. The List value generates a two - column HTML table for each object that resembles the Windows PowerShell list format.The first column displays the property name; the second column displays the property value.`, `String`), new Parameter(`Body`, `Specifies the text to add after the opening < BODY > tag.By default, there is no text in that position.`, `String[]`), new Parameter(`CssUri`, `Specifies the Uniform Resource Identifier(URI) of the cascading style sheet(CSS) that is applied to the HTML file.The URI is included in a style sheet link in the output.`, `Uri`), new Parameter(`Fragment`, `Generates only an HTML table.The HTML, HEAD, TITLE, and BODY tags are omitted.`, `SwitchParameter`), new Parameter(`Head`, `Specifies the content of the < HEAD > tag.The default is < title > HTML TABLE < /title>. If you use the Head parameter, the Title parameter is ignored.`, `String[]`), new Parameter(`InputObject`, `Specifies the objects to be represented in HTML.Enter a variable that contains the objects or type a command or expression that gets the objects. If you use this parameter to submit multiple objects, such as all of the services on a computer, ConvertTo - Html creates a table that displays the properties of a collection or of an array of objects(System.Object[]).To create a table of the individual objects, use the pipeline operator to pipe the objects to ConvertTo - Html.`, `PSObject`), new Parameter(`PostContent`, `Specifies text to add after the closing < /TABLE> tag. By default, there is no text in that position.`, `String[]`), new Parameter(`PreContent`, `Specifies text to add before the opening tag. By default, there is no text in that position.`, `String[]`), new Parameter(`Property`, `Includes the specified properties of the objects in the HTML. The value of the Property parameter can be a new calculated property. To create a calculated property, use a hash table. Valid keys are: - Label (unlike with Select-Object or Format-Table, the Name key is not supported) - Expression or