From 0565ff786d310156a5ce646a2cd096ea2502721d Mon Sep 17 00:00:00 2001 From: Christoph Bergmeister Date: Wed, 3 Oct 2018 23:19:48 +0100 Subject: [PATCH 1/8] add command data file for pwsh 6.1.0 on windows 10 1803. Also make it the default reference --- Engine/Settings/core-6.1.0-windows.json | 2123 +++++++++++++++++++++ RuleDocumentation/UseCompatibleCmdlets.md | 4 +- Rules/UseCompatibleCmdlets.cs | 2 +- 3 files changed, 2126 insertions(+), 3 deletions(-) create mode 100644 Engine/Settings/core-6.1.0-windows.json diff --git a/Engine/Settings/core-6.1.0-windows.json b/Engine/Settings/core-6.1.0-windows.json new file mode 100644 index 000000000..1dab0a657 --- /dev/null +++ b/Engine/Settings/core-6.1.0-windows.json @@ -0,0 +1,2123 @@ +{ + "SchemaVersion": "0.0.1", + "Modules": [ + { + "Name": "CimCmdlets", + "Version": "6.1.0.0", + "ExportedCommands": [ + { + "Name": "Get-CimAssociatedInstance", + "CommandType": "Cmdlet", + "ParameterSets": "[-InputObject] [[-Association] ] [-ResultClassName ] [-Namespace ] [-OperationTimeoutSec ] [-ResourceUri ] [-ComputerName ] [-KeyOnly] [] [-InputObject] [[-Association] ] -CimSession [-ResultClassName ] [-Namespace ] [-OperationTimeoutSec ] [-ResourceUri ] [-KeyOnly] []" + }, + { + "Name": "Get-CimClass", + "CommandType": "Cmdlet", + "ParameterSets": "[[-ClassName] ] [[-Namespace] ] [-OperationTimeoutSec ] [-ComputerName ] [-MethodName ] [-PropertyName ] [-QualifierName ] [] [[-ClassName] ] [[-Namespace] ] -CimSession [-OperationTimeoutSec ] [-MethodName ] [-PropertyName ] [-QualifierName ] []" + }, + { + "Name": "Get-CimInstance", + "CommandType": "Cmdlet", + "ParameterSets": "[-ClassName] [-ComputerName ] [-KeyOnly] [-Namespace ] [-OperationTimeoutSec ] [-QueryDialect ] [-Shallow] [-Filter ] [-Property ] [] -CimSession -ResourceUri [-KeyOnly] [-Namespace ] [-OperationTimeoutSec ] [-Shallow] [-Filter ] [-Property ] [] -CimSession -Query [-ResourceUri ] [-Namespace ] [-OperationTimeoutSec ] [-QueryDialect ] [-Shallow] [] [-ClassName] -CimSession [-KeyOnly] [-Namespace ] [-OperationTimeoutSec ] [-QueryDialect ] [-Shallow] [-Filter ] [-Property ] [] [-InputObject] -CimSession [-ResourceUri ] [-OperationTimeoutSec ] [] [-InputObject] [-ResourceUri ] [-ComputerName ] [-OperationTimeoutSec ] [] -ResourceUri [-ComputerName ] [-KeyOnly] [-Namespace ] [-OperationTimeoutSec ] [-Shallow] [-Filter ] [-Property ] [] -Query [-ResourceUri ] [-ComputerName ] [-Namespace ] [-OperationTimeoutSec ] [-QueryDialect ] [-Shallow] []" + }, + { + "Name": "Get-CimSession", + "CommandType": "Cmdlet", + "ParameterSets": "[[-ComputerName] ] [] [-Id] [] -InstanceId [] -Name []" + }, + { + "Name": "Invoke-CimMethod", + "CommandType": "Cmdlet", + "ParameterSets": "[-ClassName] [[-Arguments] ] [-MethodName] [-ComputerName ] [-Namespace ] [-OperationTimeoutSec ] [-WhatIf] [-Confirm] [] [-ClassName] [[-Arguments] ] [-MethodName] -CimSession [-Namespace ] [-OperationTimeoutSec ] [-WhatIf] [-Confirm] [] [[-Arguments] ] [-MethodName] -ResourceUri [-ComputerName ] [-Namespace ] [-OperationTimeoutSec ] [-WhatIf] [-Confirm] [] [-InputObject] [[-Arguments] ] [-MethodName] -CimSession [-ResourceUri ] [-OperationTimeoutSec ] [-WhatIf] [-Confirm] [] [-InputObject] [[-Arguments] ] [-MethodName] [-ResourceUri ] [-ComputerName ] [-OperationTimeoutSec ] [-WhatIf] [-Confirm] [] [[-Arguments] ] [-MethodName] -ResourceUri -CimSession [-Namespace ] [-OperationTimeoutSec ] [-WhatIf] [-Confirm] [] [-CimClass] [[-Arguments] ] [-MethodName] [-ComputerName ] [-OperationTimeoutSec ] [-WhatIf] [-Confirm] [] [-CimClass] [[-Arguments] ] [-MethodName] -CimSession [-OperationTimeoutSec ] [-WhatIf] [-Confirm] [] [[-Arguments] ] [-MethodName] -Query [-QueryDialect ] [-ComputerName ] [-Namespace ] [-OperationTimeoutSec ] [-WhatIf] [-Confirm] [] [[-Arguments] ] [-MethodName] -Query -CimSession [-QueryDialect ] [-Namespace ] [-OperationTimeoutSec ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "New-CimInstance", + "CommandType": "Cmdlet", + "ParameterSets": "[-ClassName] [[-Property] ] [-Key ] [-Namespace ] [-OperationTimeoutSec ] [-ComputerName ] [-ClientOnly] [-WhatIf] [-Confirm] [] [-ClassName] [[-Property] ] -CimSession [-Key ] [-Namespace ] [-OperationTimeoutSec ] [-ClientOnly] [-WhatIf] [-Confirm] [] [[-Property] ] -ResourceUri -CimSession [-Key ] [-Namespace ] [-OperationTimeoutSec ] [-WhatIf] [-Confirm] [] [[-Property] ] -ResourceUri [-Key ] [-Namespace ] [-OperationTimeoutSec ] [-ComputerName ] [-WhatIf] [-Confirm] [] [-CimClass] [[-Property] ] -CimSession [-OperationTimeoutSec ] [-ClientOnly] [-WhatIf] [-Confirm] [] [-CimClass] [[-Property] ] [-OperationTimeoutSec ] [-ComputerName ] [-ClientOnly] [-WhatIf] [-Confirm] []" + }, + { + "Name": "New-CimSession", + "CommandType": "Cmdlet", + "ParameterSets": "[[-ComputerName] ] [[-Credential] ] [-Authentication ] [-Name ] [-OperationTimeoutSec ] [-SkipTestConnection] [-Port ] [-SessionOption ] [] [[-ComputerName] ] [-CertificateThumbprint ] [-Name ] [-OperationTimeoutSec ] [-SkipTestConnection] [-Port ] [-SessionOption ] []" + }, + { + "Name": "New-CimSessionOption", + "CommandType": "Cmdlet", + "ParameterSets": "[-Protocol] [-UICulture ] [-Culture ] [] [-NoEncryption] [-SkipCACheck] [-SkipCNCheck] [-SkipRevocationCheck] [-EncodePortInServicePrincipalName] [-Encoding ] [-HttpPrefix ] [-MaxEnvelopeSizeKB ] [-ProxyAuthentication ] [-ProxyCertificateThumbprint ] [-ProxyCredential ] [-ProxyType ] [-UseSsl] [-UICulture ] [-Culture ] [] [-Impersonation ] [-PacketIntegrity] [-PacketPrivacy] [-UICulture ] [-Culture ] []" + }, + { + "Name": "Register-CimIndicationEvent", + "CommandType": "Cmdlet", + "ParameterSets": "[-ClassName] [[-SourceIdentifier] ] [[-Action] ] [-Namespace ] [-OperationTimeoutSec ] [-ComputerName ] [-MessageData ] [-SupportEvent] [-Forward] [-MaxTriggerCount ] [] [-ClassName] [[-SourceIdentifier] ] [[-Action] ] -CimSession [-Namespace ] [-OperationTimeoutSec ] [-MessageData ] [-SupportEvent] [-Forward] [-MaxTriggerCount ] [] [-Query] [[-SourceIdentifier] ] [[-Action] ] -CimSession [-Namespace ] [-QueryDialect ] [-OperationTimeoutSec ] [-MessageData ] [-SupportEvent] [-Forward] [-MaxTriggerCount ] [] [-Query] [[-SourceIdentifier] ] [[-Action] ] [-Namespace ] [-QueryDialect ] [-OperationTimeoutSec ] [-ComputerName ] [-MessageData ] [-SupportEvent] [-Forward] [-MaxTriggerCount ] []" + }, + { + "Name": "Remove-CimInstance", + "CommandType": "Cmdlet", + "ParameterSets": "[-InputObject] [-ResourceUri ] [-ComputerName ] [-OperationTimeoutSec ] [-WhatIf] [-Confirm] [] [-InputObject] -CimSession [-ResourceUri ] [-OperationTimeoutSec ] [-WhatIf] [-Confirm] [] [-Query] [[-Namespace] ] -CimSession [-OperationTimeoutSec ] [-QueryDialect ] [-WhatIf] [-Confirm] [] [-Query] [[-Namespace] ] [-ComputerName ] [-OperationTimeoutSec ] [-QueryDialect ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Remove-CimSession", + "CommandType": "Cmdlet", + "ParameterSets": "[-CimSession] [-WhatIf] [-Confirm] [] [-ComputerName] [-WhatIf] [-Confirm] [] [-Id] [-WhatIf] [-Confirm] [] -InstanceId [-WhatIf] [-Confirm] [] -Name [-WhatIf] [-Confirm] []" + }, + { + "Name": "Set-CimInstance", + "CommandType": "Cmdlet", + "ParameterSets": "[-InputObject] [-ComputerName ] [-ResourceUri ] [-OperationTimeoutSec ] [-Property ] [-PassThru] [-WhatIf] [-Confirm] [] [-InputObject] -CimSession [-ResourceUri ] [-OperationTimeoutSec ] [-Property ] [-PassThru] [-WhatIf] [-Confirm] [] [-Query] -CimSession -Property [-Namespace ] [-OperationTimeoutSec ] [-QueryDialect ] [-PassThru] [-WhatIf] [-Confirm] [] [-Query] -Property [-ComputerName ] [-Namespace ] [-OperationTimeoutSec ] [-QueryDialect ] [-PassThru] [-WhatIf] [-Confirm] []" + } + ], + "ExportedAliases": [ + "gcim", + "scim", + "ncim", + "rcim", + "icim", + "gcai", + "rcie", + "ncms", + "rcms", + "gcms", + "ncso", + "gcls" + ] + }, + { + "Name": "Microsoft.PowerShell.Archive", + "Version": "1.1.0.0", + "ExportedCommands": [ + { + "Name": "Compress-Archive", + "CommandType": "Function", + "ParameterSets": "[-Path] [-DestinationPath] [-CompressionLevel ] [-PassThru] [-WhatIf] [-Confirm] [] [-Path] [-DestinationPath] -Update [-CompressionLevel ] [-PassThru] [-WhatIf] [-Confirm] [] [-Path] [-DestinationPath] -Force [-CompressionLevel ] [-PassThru] [-WhatIf] [-Confirm] [] [-DestinationPath] -LiteralPath -Update [-CompressionLevel ] [-PassThru] [-WhatIf] [-Confirm] [] [-DestinationPath] -LiteralPath -Force [-CompressionLevel ] [-PassThru] [-WhatIf] [-Confirm] [] [-DestinationPath] -LiteralPath [-CompressionLevel ] [-PassThru] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Expand-Archive", + "CommandType": "Function", + "ParameterSets": "[-Path] [[-DestinationPath] ] [-Force] [-PassThru] [-WhatIf] [-Confirm] [] [[-DestinationPath] ] -LiteralPath [-Force] [-PassThru] [-WhatIf] [-Confirm] []" + } + ], + "ExportedAliases": [] + }, + { + "Name": "Microsoft.PowerShell.Diagnostics", + "Version": "6.1.0.0", + "ExportedCommands": [ + { + "Name": "Get-WinEvent", + "CommandType": "Cmdlet", + "ParameterSets": "[[-LogName] ] [-MaxEvents ] [-ComputerName ] [-Credential ] [-FilterXPath ] [-Force] [-Oldest] [] [-ListLog] [-ComputerName ] [-Credential ] [-Force] [] [-ListProvider] [-ComputerName ] [-Credential ] [] [-ProviderName] [-MaxEvents ] [-ComputerName ] [-Credential ] [-FilterXPath ] [-Force] [-Oldest] [] [-Path] [-MaxEvents ] [-Credential ] [-FilterXPath ] [-Oldest] [] [-FilterHashtable] [-MaxEvents ] [-ComputerName ] [-Credential ] [-Force] [-Oldest] [] [-FilterXml] [-MaxEvents ] [-ComputerName ] [-Credential ] [-Oldest] []" + }, + { + "Name": "New-WinEvent", + "CommandType": "Cmdlet", + "ParameterSets": "[-ProviderName] [-Id] [[-Payload] ] [-Version ] []" + } + ], + "ExportedAliases": [] + }, + { + "Name": "Microsoft.PowerShell.Host", + "Version": "6.1.0.0", + "ExportedCommands": [ + { + "Name": "Start-Transcript", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Path] ] [-Append] [-Force] [-NoClobber] [-IncludeInvocationHeader] [-WhatIf] [-Confirm] [] [[-LiteralPath] ] [-Append] [-Force] [-NoClobber] [-IncludeInvocationHeader] [-WhatIf] [-Confirm] [] [[-OutputDirectory] ] [-Append] [-Force] [-NoClobber] [-IncludeInvocationHeader] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Stop-Transcript", + "CommandType": "Cmdlet", + "ParameterSets": "[]" + } + ], + "ExportedAliases": [] + }, + { + "Name": "Microsoft.PowerShell.Management", + "Version": "6.1.0.0", + "ExportedCommands": [ + { + "Name": "Add-Content", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Value] [-PassThru] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [-NoNewline] [-Encoding ] [-AsByteStream] [-Stream ] [] [-Value] -LiteralPath [-PassThru] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [-NoNewline] [-Encoding ] [-AsByteStream] [-Stream ] []" + }, + { + "Name": "Clear-Content", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [-Stream ] [] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [-Stream ] []" + }, + { + "Name": "Clear-Item", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] -LiteralPath [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Clear-ItemProperty", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Name] [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Name] -LiteralPath [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Convert-Path", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [] -LiteralPath []" + }, + { + "Name": "Copy-Item", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [[-Destination] ] [-Container] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Recurse] [-PassThru] [-Credential ] [-WhatIf] [-Confirm] [-FromSession ] [-ToSession ] [] [[-Destination] ] -LiteralPath [-Container] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Recurse] [-PassThru] [-Credential ] [-WhatIf] [-Confirm] [-FromSession ] [-ToSession ] []" + }, + { + "Name": "Copy-ItemProperty", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Destination] [-Name] [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Destination] [-Name] -LiteralPath [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Debug-Process", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-WhatIf] [-Confirm] [] [-Id] [-WhatIf] [-Confirm] [] -InputObject [-WhatIf] [-Confirm] []" + }, + { + "Name": "Get-ChildItem", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Path] ] [[-Filter] ] [-Include ] [-Exclude ] [-Recurse] [-Depth ] [-Force] [-Name] [-Attributes ] [-FollowSymlink] [-Directory] [-File] [-Hidden] [-ReadOnly] [-System] [] [[-Filter] ] -LiteralPath [-Include ] [-Exclude ] [-Recurse] [-Depth ] [-Force] [-Name] [-Attributes ] [-FollowSymlink] [-Directory] [-File] [-Hidden] [-ReadOnly] [-System] []" + }, + { + "Name": "Get-ComputerInfo", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Property] ] []" + }, + { + "Name": "Get-Content", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-ReadCount ] [-TotalCount ] [-Tail ] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-Delimiter ] [-Wait] [-Raw] [-Encoding ] [-AsByteStream] [-Stream ] [] -LiteralPath [-ReadCount ] [-TotalCount ] [-Tail ] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-Delimiter ] [-Wait] [-Raw] [-Encoding ] [-AsByteStream] [-Stream ] []" + }, + { + "Name": "Get-Item", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-Stream ] [] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-Stream ] []" + }, + { + "Name": "Get-ItemProperty", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [[-Name] ] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [] [[-Name] ] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-Credential ] []" + }, + { + "Name": "Get-ItemPropertyValue", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Path] ] [-Name] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [] [-Name] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-Credential ] []" + }, + { + "Name": "Get-Location", + "CommandType": "Cmdlet", + "ParameterSets": "[-PSProvider ] [-PSDrive ] [] [-Stack] [-StackName ] []" + }, + { + "Name": "Get-Process", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-Module] [-FileVersionInfo] [] [[-Name] ] -IncludeUserName [] -Id -IncludeUserName [] -Id [-Module] [-FileVersionInfo] [] -InputObject [-Module] [-FileVersionInfo] [] -InputObject -IncludeUserName []" + }, + { + "Name": "Get-PSDrive", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-Scope ] [-PSProvider ] [] [-LiteralName] [-Scope ] [-PSProvider ] []" + }, + { + "Name": "Get-PSProvider", + "CommandType": "Cmdlet", + "ParameterSets": "[[-PSProvider] ] []" + }, + { + "Name": "Get-Service", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-DependentServices] [-RequiredServices] [-Include ] [-Exclude ] [] -DisplayName [-DependentServices] [-RequiredServices] [-Include ] [-Exclude ] [] [-DependentServices] [-RequiredServices] [-Include ] [-Exclude ] [-InputObject ] []" + }, + { + "Name": "Get-TimeZone", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [] -Id [] -ListAvailable []" + }, + { + "Name": "Invoke-Item", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Join-Path", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-ChildPath] [[-AdditionalChildPath] ] [-Resolve] [-Credential ] []" + }, + { + "Name": "Move-Item", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [[-Destination] ] [-Force] [-Filter ] [-Include ] [-Exclude ] [-PassThru] [-Credential ] [-WhatIf] [-Confirm] [] [[-Destination] ] -LiteralPath [-Force] [-Filter ] [-Include ] [-Exclude ] [-PassThru] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Move-ItemProperty", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Destination] [-Name] [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Destination] [-Name] -LiteralPath [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "New-Item", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-ItemType ] [-Value ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [] [[-Path] ] -Name [-ItemType ] [-Value ] [-Force] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "New-ItemProperty", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Name] [-PropertyType ] [-Value ] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Name] -LiteralPath [-PropertyType ] [-Value ] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "New-PSDrive", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-PSProvider] [-Root] [-Description ] [-Scope ] [-Persist] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "New-Service", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-BinaryPathName] [-DisplayName ] [-Description ] [-StartupType ] [-Credential ] [-DependsOn ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Pop-Location", + "CommandType": "Cmdlet", + "ParameterSets": "[-PassThru] [-StackName ] []" + }, + { + "Name": "Push-Location", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Path] ] [-PassThru] [-StackName ] [] [-LiteralPath ] [-PassThru] [-StackName ] []" + }, + { + "Name": "Remove-Item", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Filter ] [-Include ] [-Exclude ] [-Recurse] [-Force] [-Credential ] [-WhatIf] [-Confirm] [-Stream ] [] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-Recurse] [-Force] [-Credential ] [-WhatIf] [-Confirm] [-Stream ] []" + }, + { + "Name": "Remove-ItemProperty", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Name] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Name] -LiteralPath [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Remove-PSDrive", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-PSProvider ] [-Scope ] [-Force] [-WhatIf] [-Confirm] [] [-LiteralName] [-PSProvider ] [-Scope ] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Remove-Service", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-WhatIf] [-Confirm] [] [-InputObject ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Rename-Computer", + "CommandType": "Cmdlet", + "ParameterSets": "[-NewName] [-ComputerName ] [-PassThru] [-DomainCredential ] [-LocalCredential ] [-Force] [-Restart] [-WsmanAuthentication ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Rename-Item", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-NewName] [-Force] [-PassThru] [-Credential ] [-WhatIf] [-Confirm] [] [-NewName] -LiteralPath [-Force] [-PassThru] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Rename-ItemProperty", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Name] [-NewName] [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Name] [-NewName] -LiteralPath [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Resolve-Path", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Relative] [-Credential ] [] -LiteralPath [-Relative] [-Credential ] []" + }, + { + "Name": "Restart-Computer", + "CommandType": "Cmdlet", + "ParameterSets": "[[-ComputerName] ] [[-Credential] ] [-WsmanAuthentication ] [-Force] [-Wait] [-Timeout ] [-For ] [-Delay ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Restart-Service", + "CommandType": "Cmdlet", + "ParameterSets": "[-InputObject] [-Force] [-PassThru] [-Include ] [-Exclude ] [-WhatIf] [-Confirm] [] [-Name] [-Force] [-PassThru] [-Include ] [-Exclude ] [-WhatIf] [-Confirm] [] -DisplayName [-Force] [-PassThru] [-Include ] [-Exclude ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Resume-Service", + "CommandType": "Cmdlet", + "ParameterSets": "[-InputObject] [-PassThru] [-Include ] [-Exclude ] [-WhatIf] [-Confirm] [] [-Name] [-PassThru] [-Include ] [-Exclude ] [-WhatIf] [-Confirm] [] -DisplayName [-PassThru] [-Include ] [-Exclude ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Set-Content", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Value] [-PassThru] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [-NoNewline] [-Encoding ] [-AsByteStream] [-Stream ] [] [-Value] -LiteralPath [-PassThru] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [-NoNewline] [-Encoding ] [-AsByteStream] [-Stream ] []" + }, + { + "Name": "Set-Item", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [[-Value] ] [-Force] [-PassThru] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [[-Value] ] -LiteralPath [-Force] [-PassThru] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Set-ItemProperty", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Name] [-Value] [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Path] -InputObject [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] -LiteralPath -InputObject [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Name] [-Value] -LiteralPath [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Set-Location", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Path] ] [-PassThru] [] -LiteralPath [-PassThru] [] [-PassThru] [-StackName ] []" + }, + { + "Name": "Set-Service", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-DisplayName ] [-Credential ] [-Description ] [-StartupType ] [-Status ] [-Force] [-PassThru] [-WhatIf] [-Confirm] [] [-InputObject] [-DisplayName ] [-Credential ] [-Description ] [-StartupType ] [-Status ] [-Force] [-PassThru] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Set-TimeZone", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-PassThru] [-WhatIf] [-Confirm] [] -Id [-PassThru] [-WhatIf] [-Confirm] [] [-InputObject] [-PassThru] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Split-Path", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Parent] [-Resolve] [-Credential ] [] [-Path] [-Qualifier] [-Resolve] [-Credential ] [] [-Path] [-Leaf] [-Resolve] [-Credential ] [] [-Path] [-LeafBase] [-Resolve] [-Credential ] [] [-Path] [-Extension] [-Resolve] [-Credential ] [] [-Path] [-NoQualifier] [-Resolve] [-Credential ] [] [-Path] [-Resolve] [-IsAbsolute] [-Credential ] [] -LiteralPath [-Resolve] [-Credential ] []" + }, + { + "Name": "Start-Process", + "CommandType": "Cmdlet", + "ParameterSets": "[-FilePath] [[-ArgumentList] ] [-Credential ] [-WorkingDirectory ] [-LoadUserProfile] [-NoNewWindow] [-PassThru] [-RedirectStandardError ] [-RedirectStandardInput ] [-RedirectStandardOutput ] [-WindowStyle ] [-Wait] [-UseNewEnvironment] [-WhatIf] [-Confirm] [] [-FilePath] [[-ArgumentList] ] [-WorkingDirectory ] [-PassThru] [-Verb ] [-WindowStyle ] [-Wait] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Start-Service", + "CommandType": "Cmdlet", + "ParameterSets": "[-InputObject] [-PassThru] [-Include ] [-Exclude ] [-WhatIf] [-Confirm] [] [-Name] [-PassThru] [-Include ] [-Exclude ] [-WhatIf] [-Confirm] [] -DisplayName [-PassThru] [-Include ] [-Exclude ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Stop-Computer", + "CommandType": "Cmdlet", + "ParameterSets": "[[-ComputerName] ] [[-Credential] ] [-WsmanAuthentication ] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Stop-Process", + "CommandType": "Cmdlet", + "ParameterSets": "[-Id] [-PassThru] [-Force] [-WhatIf] [-Confirm] [] -Name [-PassThru] [-Force] [-WhatIf] [-Confirm] [] [-InputObject] [-PassThru] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Stop-Service", + "CommandType": "Cmdlet", + "ParameterSets": "[-InputObject] [-Force] [-NoWait] [-PassThru] [-Include ] [-Exclude ] [-WhatIf] [-Confirm] [] [-Name] [-Force] [-NoWait] [-PassThru] [-Include ] [-Exclude ] [-WhatIf] [-Confirm] [] -DisplayName [-Force] [-NoWait] [-PassThru] [-Include ] [-Exclude ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Suspend-Service", + "CommandType": "Cmdlet", + "ParameterSets": "[-InputObject] [-PassThru] [-Include ] [-Exclude ] [-WhatIf] [-Confirm] [] [-Name] [-PassThru] [-Include ] [-Exclude ] [-WhatIf] [-Confirm] [] -DisplayName [-PassThru] [-Include ] [-Exclude ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Test-Connection", + "CommandType": "Cmdlet", + "ParameterSets": "[-TargetName] [-Ping] [-IPv4] [-IPv6] [-ResolveDestination] [-Source ] [-MaxHops ] [-Count ] [-Delay ] [-BufferSize ] [-DontFragment] [-TimeoutSeconds ] [-Quiet] [] [-TargetName] [-Ping] [-IPv4] [-IPv6] [-ResolveDestination] [-Source ] [-MaxHops ] [-Delay ] [-BufferSize ] [-DontFragment] [-Continues] [-TimeoutSeconds ] [-Quiet] [] [-TargetName] -MTUSizeDetect [-IPv4] [-IPv6] [-ResolveDestination] [-TimeoutSeconds ] [-Quiet] [] [-TargetName] -Traceroute [-IPv4] [-IPv6] [-ResolveDestination] [-Source ] [-MaxHops ] [-TimeoutSeconds ] [-Quiet] [] [-TargetName] -TCPPort [-IPv4] [-IPv6] [-ResolveDestination] [-Source ] [-TimeoutSeconds ] [-Quiet] []" + }, + { + "Name": "Test-Path", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Filter ] [-Include ] [-Exclude ] [-PathType ] [-IsValid] [-Credential ] [-OlderThan ] [-NewerThan ] [] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-PathType ] [-IsValid] [-Credential ] [-OlderThan ] [-NewerThan ] []" + }, + { + "Name": "Wait-Process", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [[-Timeout] ] [] [-Id] [[-Timeout] ] [] [[-Timeout] ] -InputObject []" + } + ], + "ExportedAliases": [ + "gin", + "gtz", + "stz" + ] + }, + { + "Name": "Microsoft.PowerShell.Security", + "Version": "6.1.0.0", + "ExportedCommands": [ + { + "Name": "ConvertFrom-SecureString", + "CommandType": "Cmdlet", + "ParameterSets": "[-SecureString] [[-SecureKey] ] [] [-SecureString] [-Key ] []" + }, + { + "Name": "ConvertTo-SecureString", + "CommandType": "Cmdlet", + "ParameterSets": "[-String] [[-SecureKey] ] [] [-String] [-AsPlainText] [-Force] [] [-String] [-Key ] []" + }, + { + "Name": "Get-Acl", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Path] ] [-Audit] [-Filter ] [-Include ] [-Exclude ] [] -InputObject [-Audit] [-Filter ] [-Include ] [-Exclude ] [] [-LiteralPath ] [-Audit] [-Filter ] [-Include ] [-Exclude ] []" + }, + { + "Name": "Get-AuthenticodeSignature", + "CommandType": "Cmdlet", + "ParameterSets": "[-FilePath] [] -LiteralPath [] -SourcePathOrExtension -Content []" + }, + { + "Name": "Get-CmsMessage", + "CommandType": "Cmdlet", + "ParameterSets": "[-Content] [] [-Path] [] [-LiteralPath] []" + }, + { + "Name": "Get-Credential", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Credential] ] [] [[-UserName] ] [-Message ] [-Title ] []" + }, + { + "Name": "Get-ExecutionPolicy", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Scope] ] [-List] []" + }, + { + "Name": "Get-PfxCertificate", + "CommandType": "Cmdlet", + "ParameterSets": "[-FilePath] [-Password ] [-NoPromptForPassword] [] -LiteralPath [-Password ] [-NoPromptForPassword] []" + }, + { + "Name": "New-FileCatalog", + "CommandType": "Cmdlet", + "ParameterSets": "[-CatalogFilePath] [[-Path] ] [-CatalogVersion ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Protect-CmsMessage", + "CommandType": "Cmdlet", + "ParameterSets": "[-To] [-Content] [[-OutFile] ] [] [-To] [-Path] [[-OutFile] ] [] [-To] [-LiteralPath] [[-OutFile] ] []" + }, + { + "Name": "Set-Acl", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-AclObject] [-ClearCentralAccessPolicy] [-Passthru] [-Filter ] [-Include ] [-Exclude ] [-WhatIf] [-Confirm] [] [-InputObject] [-AclObject] [-Passthru] [-Filter ] [-Include ] [-Exclude ] [-WhatIf] [-Confirm] [] [-AclObject] -LiteralPath [-ClearCentralAccessPolicy] [-Passthru] [-Filter ] [-Include ] [-Exclude ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Set-AuthenticodeSignature", + "CommandType": "Cmdlet", + "ParameterSets": "[-FilePath] [-Certificate] [-IncludeChain ] [-TimestampServer ] [-HashAlgorithm ] [-Force] [-WhatIf] [-Confirm] [] [-Certificate] -LiteralPath [-IncludeChain ] [-TimestampServer ] [-HashAlgorithm ] [-Force] [-WhatIf] [-Confirm] [] [-Certificate] -SourcePathOrExtension -Content [-IncludeChain ] [-TimestampServer ] [-HashAlgorithm ] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Set-ExecutionPolicy", + "CommandType": "Cmdlet", + "ParameterSets": "[-ExecutionPolicy] [[-Scope] ] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Test-FileCatalog", + "CommandType": "Cmdlet", + "ParameterSets": "[-CatalogFilePath] [[-Path] ] [-Detailed] [-FilesToSkip ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Unprotect-CmsMessage", + "CommandType": "Cmdlet", + "ParameterSets": "[-EventLogRecord] [[-To] ] [-IncludeContext] [] [-Content] [[-To] ] [-IncludeContext] [] [-Path] [[-To] ] [-IncludeContext] [] [-LiteralPath] [[-To] ] [-IncludeContext] []" + } + ], + "ExportedAliases": [] + }, + { + "Name": "Microsoft.PowerShell.Utility", + "Version": "6.1.0.0", + "ExportedCommands": [ + { + "Name": "ConvertFrom-SddlString", + "CommandType": "Function", + "ParameterSets": "[-Sddl] [-Type ] []" + }, + { + "Name": "Add-Member", + "CommandType": "Cmdlet", + "ParameterSets": "-InputObject -TypeName [-PassThru] [] [-NotePropertyMembers] -InputObject [-TypeName ] [-Force] [-PassThru] [] [-NotePropertyName] [-NotePropertyValue] -InputObject [-TypeName ] [-Force] [-PassThru] [] [-MemberType] [-Name] [[-Value] ] [[-SecondValue] ] -InputObject [-TypeName ] [-Force] [-PassThru] []" + }, + { + "Name": "Add-Type", + "CommandType": "Cmdlet", + "ParameterSets": "[-TypeDefinition] [-Language ] [-ReferencedAssemblies ] [-OutputAssembly ] [-OutputType ] [-PassThru] [-IgnoreWarnings] [-CompilerOptions ] [] [-Name] [-MemberDefinition] [-Namespace ] [-UsingNamespace ] [-Language ] [-ReferencedAssemblies ] [-OutputAssembly ] [-OutputType ] [-PassThru] [-IgnoreWarnings] [-CompilerOptions ] [] [-Path] [-ReferencedAssemblies ] [-OutputAssembly ] [-OutputType ] [-PassThru] [-IgnoreWarnings] [-CompilerOptions ] [] -LiteralPath [-ReferencedAssemblies ] [-OutputAssembly ] [-OutputType ] [-PassThru] [-IgnoreWarnings] [-CompilerOptions ] [] -AssemblyName [-PassThru] []" + }, + { + "Name": "Clear-Variable", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-Include ] [-Exclude ] [-Force] [-PassThru] [-Scope ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Compare-Object", + "CommandType": "Cmdlet", + "ParameterSets": "[-ReferenceObject] [-DifferenceObject] [-SyncWindow ] [-Property ] [-ExcludeDifferent] [-IncludeEqual] [-PassThru] [-Culture ] [-CaseSensitive] []" + }, + { + "Name": "ConvertFrom-Csv", + "CommandType": "Cmdlet", + "ParameterSets": "[-InputObject] [[-Delimiter] ] [-Header ] [] [-InputObject] -UseCulture [-Header ] []" + }, + { + "Name": "ConvertFrom-Json", + "CommandType": "Cmdlet", + "ParameterSets": "[-InputObject] [-AsHashtable] []" + }, + { + "Name": "ConvertFrom-Markdown", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-AsVT100EncodedString] [] -LiteralPath [-AsVT100EncodedString] [] -InputObject [-AsVT100EncodedString] []" + }, + { + "Name": "ConvertFrom-StringData", + "CommandType": "Cmdlet", + "ParameterSets": "[-StringData] []" + }, + { + "Name": "ConvertTo-Csv", + "CommandType": "Cmdlet", + "ParameterSets": "[-InputObject] [[-Delimiter] ] [-IncludeTypeInformation] [-NoTypeInformation] [] [-InputObject] [-UseCulture] [-IncludeTypeInformation] [-NoTypeInformation] []" + }, + { + "Name": "ConvertTo-Html", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Property] ] [[-Head] ] [[-Title] ] [[-Body] ] [-InputObject ] [-As ] [-CssUri ] [-PostContent ] [-PreContent ] [-Meta ] [-Charset ] [-Transitional] [] [[-Property] ] [-InputObject ] [-As ] [-Fragment] [-PostContent ] [-PreContent ] []" + }, + { + "Name": "ConvertTo-Json", + "CommandType": "Cmdlet", + "ParameterSets": "[-InputObject] [-Depth ] [-Compress] [-EnumsAsStrings] [-AsArray] []" + }, + { + "Name": "ConvertTo-Xml", + "CommandType": "Cmdlet", + "ParameterSets": "[-InputObject] [-Depth ] [-NoTypeInformation] [-As ] []" + }, + { + "Name": "Debug-Runspace", + "CommandType": "Cmdlet", + "ParameterSets": "[-Runspace] [-WhatIf] [-Confirm] [] [-Name] [-WhatIf] [-Confirm] [] [-Id] [-WhatIf] [-Confirm] [] [-InstanceId] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Disable-PSBreakpoint", + "CommandType": "Cmdlet", + "ParameterSets": "[-Breakpoint] [-PassThru] [-WhatIf] [-Confirm] [] [-Id] [-PassThru] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Disable-RunspaceDebug", + "CommandType": "Cmdlet", + "ParameterSets": "[[-RunspaceName] ] [] [-Runspace] [] [-RunspaceId] [] [-RunspaceInstanceId] [] [[-ProcessName] ] [[-AppDomainName] ] []" + }, + { + "Name": "Enable-PSBreakpoint", + "CommandType": "Cmdlet", + "ParameterSets": "[-Id] [-PassThru] [-WhatIf] [-Confirm] [] [-Breakpoint] [-PassThru] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Enable-RunspaceDebug", + "CommandType": "Cmdlet", + "ParameterSets": "[[-RunspaceName] ] [-BreakAll] [] [-Runspace] [-BreakAll] [] [-RunspaceId] [-BreakAll] [] [-RunspaceInstanceId] [] [[-ProcessName] ] [[-AppDomainName] ] []" + }, + { + "Name": "Export-Alias", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [[-Name] ] [-PassThru] [-As ] [-Append] [-Force] [-NoClobber] [-Description ] [-Scope ] [-WhatIf] [-Confirm] [] [[-Name] ] -LiteralPath [-PassThru] [-As ] [-Append] [-Force] [-NoClobber] [-Description ] [-Scope ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Export-Clixml", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] -InputObject [-Depth ] [-Force] [-NoClobber] [-Encoding ] [-WhatIf] [-Confirm] [] -LiteralPath -InputObject [-Depth ] [-Force] [-NoClobber] [-Encoding ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Export-Csv", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Path] ] [[-Delimiter] ] -InputObject [-LiteralPath ] [-Force] [-NoClobber] [-Encoding ] [-Append] [-IncludeTypeInformation] [-NoTypeInformation] [-WhatIf] [-Confirm] [] [[-Path] ] -InputObject [-LiteralPath ] [-Force] [-NoClobber] [-Encoding ] [-Append] [-UseCulture] [-IncludeTypeInformation] [-NoTypeInformation] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Export-FormatData", + "CommandType": "Cmdlet", + "ParameterSets": "-InputObject -Path [-Force] [-NoClobber] [-IncludeScriptBlock] [] -InputObject -LiteralPath [-Force] [-NoClobber] [-IncludeScriptBlock] []" + }, + { + "Name": "Export-PSSession", + "CommandType": "Cmdlet", + "ParameterSets": "[-Session] [-OutputModule] [[-CommandName] ] [[-FormatTypeName] ] [-Force] [-Encoding ] [-AllowClobber] [-ArgumentList ] [-CommandType ] [-Module ] [-FullyQualifiedModule ] [-Certificate ] []" + }, + { + "Name": "Format-Custom", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Property] ] [-Depth ] [-GroupBy ] [-View ] [-ShowError] [-DisplayError] [-Force] [-Expand ] [-InputObject ] []" + }, + { + "Name": "Format-Hex", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-WhatIf] [-Confirm] [] -LiteralPath [-WhatIf] [-Confirm] [] -InputObject [-Encoding ] [-Raw] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Format-List", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Property] ] [-GroupBy ] [-View ] [-ShowError] [-DisplayError] [-Force] [-Expand ] [-InputObject ] []" + }, + { + "Name": "Format-Table", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Property] ] [-AutoSize] [-HideTableHeaders] [-Wrap] [-GroupBy ] [-View ] [-ShowError] [-DisplayError] [-Force] [-Expand ] [-InputObject ] []" + }, + { + "Name": "Format-Wide", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Property] ] [-AutoSize] [-Column ] [-GroupBy ] [-View ] [-ShowError] [-DisplayError] [-Force] [-Expand ] [-InputObject ] []" + }, + { + "Name": "Get-Alias", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-Exclude ] [-Scope ] [] [-Exclude ] [-Scope ] [-Definition ] []" + }, + { + "Name": "Get-Culture", + "CommandType": "Cmdlet", + "ParameterSets": "[]" + }, + { + "Name": "Get-Date", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Date] ] [-Year ] [-Month ] [-Day ] [-Hour ] [-Minute ] [-Second ] [-Millisecond ] [-DisplayHint ] [-Format ] [] [[-Date] ] [-Year ] [-Month ] [-Day ] [-Hour ] [-Minute ] [-Second ] [-Millisecond ] [-DisplayHint ] [-UFormat ] []" + }, + { + "Name": "Get-Event", + "CommandType": "Cmdlet", + "ParameterSets": "[[-SourceIdentifier] ] [] [-EventIdentifier] []" + }, + { + "Name": "Get-EventSubscriber", + "CommandType": "Cmdlet", + "ParameterSets": "[[-SourceIdentifier] ] [-Force] [] [-SubscriptionId] [-Force] []" + }, + { + "Name": "Get-FileHash", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [[-Algorithm] ] [] [-LiteralPath] [[-Algorithm] ] [] [-InputStream] [[-Algorithm] ] []" + }, + { + "Name": "Get-FormatData", + "CommandType": "Cmdlet", + "ParameterSets": "[[-TypeName] ] [-PowerShellVersion ] []" + }, + { + "Name": "Get-Host", + "CommandType": "Cmdlet", + "ParameterSets": "[]" + }, + { + "Name": "Get-MarkdownOption", + "CommandType": "Cmdlet", + "ParameterSets": "[]" + }, + { + "Name": "Get-Member", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-InputObject ] [-MemberType ] [-View ] [-Static] [-Force] []" + }, + { + "Name": "Get-PSBreakpoint", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Script] ] [] -Command [-Script ] [] -Variable [-Script ] [] [-Type] [-Script ] [] [-Id] []" + }, + { + "Name": "Get-PSCallStack", + "CommandType": "Cmdlet", + "ParameterSets": "[]" + }, + { + "Name": "Get-Random", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Maximum] ] [-SetSeed ] [-Minimum ] [] [-InputObject] [-SetSeed ] [-Count ] []" + }, + { + "Name": "Get-Runspace", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [] [-Id] [] [-InstanceId] []" + }, + { + "Name": "Get-RunspaceDebug", + "CommandType": "Cmdlet", + "ParameterSets": "[[-RunspaceName] ] [] [-Runspace] [] [-RunspaceId] [] [-RunspaceInstanceId] [] [[-ProcessName] ] [[-AppDomainName] ] []" + }, + { + "Name": "Get-TraceSource", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] []" + }, + { + "Name": "Get-TypeData", + "CommandType": "Cmdlet", + "ParameterSets": "[[-TypeName] ] []" + }, + { + "Name": "Get-UICulture", + "CommandType": "Cmdlet", + "ParameterSets": "[]" + }, + { + "Name": "Get-Unique", + "CommandType": "Cmdlet", + "ParameterSets": "[-InputObject ] [-AsString] [] [-InputObject ] [-OnType] []" + }, + { + "Name": "Get-Uptime", + "CommandType": "Cmdlet", + "ParameterSets": "[] [-Since] []" + }, + { + "Name": "Get-Variable", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-ValueOnly] [-Include ] [-Exclude ] [-Scope ] []" + }, + { + "Name": "Get-Verb", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Verb] ] [[-Group] ] []" + }, + { + "Name": "Group-Object", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Property] ] [-NoElement] [-AsHashTable] [-AsString] [-InputObject ] [-Culture ] [-CaseSensitive] []" + }, + { + "Name": "Import-Alias", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Scope ] [-PassThru] [-Force] [-WhatIf] [-Confirm] [] -LiteralPath [-Scope ] [-PassThru] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Import-Clixml", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-IncludeTotalCount] [-Skip ] [-First ] [] -LiteralPath [-IncludeTotalCount] [-Skip ] [-First ] []" + }, + { + "Name": "Import-Csv", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Path] ] [[-Delimiter] ] [-LiteralPath ] [-Header ] [-Encoding ] [] [[-Path] ] -UseCulture [-LiteralPath ] [-Header ] [-Encoding ] []" + }, + { + "Name": "Import-LocalizedData", + "CommandType": "Cmdlet", + "ParameterSets": "[[-BindingVariable] ] [[-UICulture] ] [-BaseDirectory ] [-FileName ] [-SupportedCommand ] []" + }, + { + "Name": "Import-PowerShellDataFile", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [] [-LiteralPath] []" + }, + { + "Name": "Import-PSSession", + "CommandType": "Cmdlet", + "ParameterSets": "[-Session] [[-CommandName] ] [[-FormatTypeName] ] [-Prefix ] [-DisableNameChecking] [-AllowClobber] [-ArgumentList ] [-CommandType ] [-Module ] [-FullyQualifiedModule ] [-Certificate ] []" + }, + { + "Name": "Invoke-Expression", + "CommandType": "Cmdlet", + "ParameterSets": "[-Command] []" + }, + { + "Name": "Invoke-RestMethod", + "CommandType": "Cmdlet", + "ParameterSets": "[-Uri] [-Method ] [-FollowRelLink] [-MaximumFollowRelLink ] [-ResponseHeadersVariable ] [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-MaximumRetryCount ] [-RetryIntervalSec ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-Body ] [-Form ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-Resume] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] [] [-Uri] -NoProxy [-Method ] [-FollowRelLink] [-MaximumFollowRelLink ] [-ResponseHeadersVariable ] [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-MaximumRetryCount ] [-RetryIntervalSec ] [-Body ] [-Form ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-Resume] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] [] [-Uri] -CustomMethod -NoProxy [-FollowRelLink] [-MaximumFollowRelLink ] [-ResponseHeadersVariable ] [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-MaximumRetryCount ] [-RetryIntervalSec ] [-Body ] [-Form ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-Resume] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] [] [-Uri] -CustomMethod [-FollowRelLink] [-MaximumFollowRelLink ] [-ResponseHeadersVariable ] [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-MaximumRetryCount ] [-RetryIntervalSec ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-Body ] [-Form ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-Resume] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] []" + }, + { + "Name": "Invoke-WebRequest", + "CommandType": "Cmdlet", + "ParameterSets": "[-Uri] [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-MaximumRetryCount ] [-RetryIntervalSec ] [-Method ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-Body ] [-Form ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-Resume] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] [] [-Uri] -NoProxy [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-MaximumRetryCount ] [-RetryIntervalSec ] [-Method ] [-Body ] [-Form ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-Resume] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] [] [-Uri] -CustomMethod -NoProxy [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-MaximumRetryCount ] [-RetryIntervalSec ] [-Body ] [-Form ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-Resume] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] [] [-Uri] -CustomMethod [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-MaximumRetryCount ] [-RetryIntervalSec ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-Body ] [-Form ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-Resume] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] []" + }, + { + "Name": "Measure-Command", + "CommandType": "Cmdlet", + "ParameterSets": "[-Expression] [-InputObject ] []" + }, + { + "Name": "Measure-Object", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Property] ] [-InputObject ] [-StandardDeviation] [-Sum] [-AllStats] [-Average] [-Maximum] [-Minimum] [] [[-Property] ] [-InputObject ] [-Line] [-Word] [-Character] [-IgnoreWhiteSpace] []" + }, + { + "Name": "New-Alias", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-Value] [-Description ] [-Option ] [-PassThru] [-Scope ] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "New-Event", + "CommandType": "Cmdlet", + "ParameterSets": "[-SourceIdentifier] [[-Sender] ] [[-EventArguments] ] [[-MessageData] ] []" + }, + { + "Name": "New-Guid", + "CommandType": "Cmdlet", + "ParameterSets": "[]" + }, + { + "Name": "New-Object", + "CommandType": "Cmdlet", + "ParameterSets": "[-TypeName] [[-ArgumentList] ] [-Property ] [] [-ComObject] [-Strict] [-Property ] []" + }, + { + "Name": "New-TemporaryFile", + "CommandType": "Cmdlet", + "ParameterSets": "[-WhatIf] [-Confirm] []" + }, + { + "Name": "New-TimeSpan", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Start] ] [[-End] ] [] [-Days ] [-Hours ] [-Minutes ] [-Seconds ] []" + }, + { + "Name": "New-Variable", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [[-Value] ] [-Description ] [-Option ] [-Visibility ] [-Force] [-PassThru] [-Scope ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Out-File", + "CommandType": "Cmdlet", + "ParameterSets": "[-FilePath] [[-Encoding] ] [-Append] [-Force] [-NoClobber] [-Width ] [-NoNewline] [-InputObject ] [-WhatIf] [-Confirm] [] [[-Encoding] ] -LiteralPath [-Append] [-Force] [-NoClobber] [-Width ] [-NoNewline] [-InputObject ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Out-String", + "CommandType": "Cmdlet", + "ParameterSets": "[-Width ] [-NoNewline] [-InputObject ] [] [-Stream] [-Width ] [-InputObject ] []" + }, + { + "Name": "Read-Host", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Prompt] ] [-AsSecureString] []" + }, + { + "Name": "Register-EngineEvent", + "CommandType": "Cmdlet", + "ParameterSets": "[-SourceIdentifier] [[-Action] ] [-MessageData ] [-SupportEvent] [-Forward] [-MaxTriggerCount ] []" + }, + { + "Name": "Register-ObjectEvent", + "CommandType": "Cmdlet", + "ParameterSets": "[-InputObject] [-EventName] [[-SourceIdentifier] ] [[-Action] ] [-MessageData ] [-SupportEvent] [-Forward] [-MaxTriggerCount ] []" + }, + { + "Name": "Remove-Alias", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-Scope ] [-Force] []" + }, + { + "Name": "Remove-Event", + "CommandType": "Cmdlet", + "ParameterSets": "[-SourceIdentifier] [-WhatIf] [-Confirm] [] [-EventIdentifier] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Remove-PSBreakpoint", + "CommandType": "Cmdlet", + "ParameterSets": "[-Breakpoint] [-WhatIf] [-Confirm] [] [-Id] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Remove-TypeData", + "CommandType": "Cmdlet", + "ParameterSets": "-TypeData [-WhatIf] [-Confirm] [] [-TypeName] [-WhatIf] [-Confirm] [] -Path [-WhatIf] [-Confirm] []" + }, + { + "Name": "Remove-Variable", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-Include ] [-Exclude ] [-Force] [-Scope ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Select-Object", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Property] ] [-InputObject ] [-ExcludeProperty ] [-ExpandProperty ] [-Unique] [-Last ] [-First ] [-Skip ] [-Wait] [] [[-Property] ] [-InputObject ] [-ExcludeProperty ] [-ExpandProperty ] [-Unique] [-SkipLast ] [] [-InputObject ] [-Unique] [-Wait] [-Index ] [] [-InputObject ] [-Unique] [-SkipIndex ] []" + }, + { + "Name": "Select-String", + "CommandType": "Cmdlet", + "ParameterSets": "[-Pattern] [-Path] [-SimpleMatch] [-CaseSensitive] [-Quiet] [-List] [-Include ] [-Exclude ] [-NotMatch] [-AllMatches] [-Encoding ] [-Context ] [] [-Pattern] -InputObject [-SimpleMatch] [-CaseSensitive] [-Quiet] [-List] [-Include ] [-Exclude ] [-NotMatch] [-AllMatches] [-Encoding ] [-Context ] [] [-Pattern] -LiteralPath [-SimpleMatch] [-CaseSensitive] [-Quiet] [-List] [-Include ] [-Exclude ] [-NotMatch] [-AllMatches] [-Encoding ] [-Context ] []" + }, + { + "Name": "Select-Xml", + "CommandType": "Cmdlet", + "ParameterSets": "[-XPath] [-Xml] [-Namespace ] [] [-XPath] [-Path] [-Namespace ] [] [-XPath] -LiteralPath [-Namespace ] [] [-XPath] -Content [-Namespace ] []" + }, + { + "Name": "Send-MailMessage", + "CommandType": "Cmdlet", + "ParameterSets": "[-To] [-Subject] [[-Body] ] [[-SmtpServer] ] -From [-Attachments ] [-Bcc ] [-BodyAsHtml] [-Encoding ] [-Cc ] [-DeliveryNotificationOption ] [-Priority ] [-Credential ] [-UseSsl] [-Port ] []" + }, + { + "Name": "Set-Alias", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-Value] [-Description ] [-Option ] [-PassThru] [-Scope ] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Set-Date", + "CommandType": "Cmdlet", + "ParameterSets": "[-Date] [-DisplayHint ] [-WhatIf] [-Confirm] [] [-Adjust] [-DisplayHint ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Set-MarkdownOption", + "CommandType": "Cmdlet", + "ParameterSets": "[-Header1Color ] [-Header2Color ] [-Header3Color ] [-Header4Color ] [-Header5Color ] [-Header6Color ] [-Code ] [-ImageAltTextForegroundColor ] [-LinkForegroundColor ] [-ItalicsForegroundColor ] [-BoldForegroundColor ] [-PassThru] [] -Theme [-PassThru] [] [-InputObject] [-PassThru] []" + }, + { + "Name": "Set-PSBreakpoint", + "CommandType": "Cmdlet", + "ParameterSets": "[-Script] [-Line] [[-Column] ] [-Action ] [] [[-Script] ] -Command [-Action ] [] [[-Script] ] -Variable [-Action ] [-Mode ] []" + }, + { + "Name": "Set-TraceSource", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [[-Option] ] [-ListenerOption ] [-FilePath ] [-Force] [-Debugger] [-PSHost] [-PassThru] [] [-Name] [-RemoveListener ] [] [-Name] [-RemoveFileListener ] []" + }, + { + "Name": "Set-Variable", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [[-Value] ] [-Include ] [-Exclude ] [-Description ] [-Option ] [-Force] [-Visibility ] [-PassThru] [-Scope ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Show-Markdown", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-UseBrowser] [] -InputObject [-UseBrowser] [] -LiteralPath [-UseBrowser] []" + }, + { + "Name": "Sort-Object", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Property] ] [-Descending] [-Unique] [-Top ] [-InputObject ] [-Culture ] [-CaseSensitive] [] [[-Property] ] -Bottom [-Descending] [-Unique] [-InputObject ] [-Culture ] [-CaseSensitive] []" + }, + { + "Name": "Start-Sleep", + "CommandType": "Cmdlet", + "ParameterSets": "[-Seconds] [] -Milliseconds []" + }, + { + "Name": "Tee-Object", + "CommandType": "Cmdlet", + "ParameterSets": "[-FilePath] [-InputObject ] [-Append] [] -LiteralPath [-InputObject ] [] -Variable [-InputObject ] []" + }, + { + "Name": "Test-Json", + "CommandType": "Cmdlet", + "ParameterSets": "[-Json] [[-Schema] ] []" + }, + { + "Name": "Trace-Command", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-Expression] [[-Option] ] [-InputObject ] [-ListenerOption ] [-FilePath ] [-Force] [-Debugger] [-PSHost] [] [-Name] [-Command] [[-Option] ] [-InputObject ] [-ArgumentList ] [-ListenerOption ] [-FilePath ] [-Force] [-Debugger] [-PSHost] []" + }, + { + "Name": "Unblock-File", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-WhatIf] [-Confirm] [] -LiteralPath [-WhatIf] [-Confirm] []" + }, + { + "Name": "Unregister-Event", + "CommandType": "Cmdlet", + "ParameterSets": "[-SourceIdentifier] [-Force] [-WhatIf] [-Confirm] [] [-SubscriptionId] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Update-FormatData", + "CommandType": "Cmdlet", + "ParameterSets": "[[-AppendPath] ] [-PrependPath ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Update-TypeData", + "CommandType": "Cmdlet", + "ParameterSets": "[[-AppendPath] ] [-PrependPath ] [-WhatIf] [-Confirm] [] -TypeName [-MemberType ] [-MemberName ] [-Value ] [-SecondValue ] [-TypeConverter ] [-TypeAdapter ] [-SerializationMethod ] [-TargetTypeForDeserialization ] [-SerializationDepth ] [-DefaultDisplayProperty ] [-InheritPropertySerializationSet ] [-StringSerializationSource ] [-DefaultDisplayPropertySet ] [-DefaultKeyPropertySet ] [-PropertySerializationSet ] [-Force] [-WhatIf] [-Confirm] [] [-TypeData] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Wait-Debugger", + "CommandType": "Cmdlet", + "ParameterSets": "[]" + }, + { + "Name": "Wait-Event", + "CommandType": "Cmdlet", + "ParameterSets": "[[-SourceIdentifier] ] [-Timeout ] []" + }, + { + "Name": "Write-Debug", + "CommandType": "Cmdlet", + "ParameterSets": "[-Message] []" + }, + { + "Name": "Write-Error", + "CommandType": "Cmdlet", + "ParameterSets": "[-Message] [-Category ] [-ErrorId ] [-TargetObject ] [-RecommendedAction ] [-CategoryActivity ] [-CategoryReason ] [-CategoryTargetName ] [-CategoryTargetType ] [] -Exception [-Message ] [-Category ] [-ErrorId ] [-TargetObject ] [-RecommendedAction ] [-CategoryActivity ] [-CategoryReason ] [-CategoryTargetName ] [-CategoryTargetType ] [] -ErrorRecord [-RecommendedAction ] [-CategoryActivity ] [-CategoryReason ] [-CategoryTargetName ] [-CategoryTargetType ] []" + }, + { + "Name": "Write-Host", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Object] ] [-NoNewline] [-Separator ] [-ForegroundColor ] [-BackgroundColor ] []" + }, + { + "Name": "Write-Information", + "CommandType": "Cmdlet", + "ParameterSets": "[-MessageData] [[-Tags] ] []" + }, + { + "Name": "Write-Output", + "CommandType": "Cmdlet", + "ParameterSets": "[-InputObject] [-NoEnumerate] []" + }, + { + "Name": "Write-Progress", + "CommandType": "Cmdlet", + "ParameterSets": "[-Activity] [[-Status] ] [[-Id] ] [-PercentComplete ] [-SecondsRemaining ] [-CurrentOperation ] [-ParentId ] [-Completed] [-SourceId ] []" + }, + { + "Name": "Write-Verbose", + "CommandType": "Cmdlet", + "ParameterSets": "[-Message] []" + }, + { + "Name": "Write-Warning", + "CommandType": "Cmdlet", + "ParameterSets": "[-Message] []" + } + ], + "ExportedAliases": [ + "fhx" + ] + }, + { + "Name": "Microsoft.WSMan.Management", + "Version": "6.1.0.0", + "ExportedCommands": [ + { + "Name": "Connect-WSMan", + "CommandType": "Cmdlet", + "ParameterSets": "[[-ComputerName] ] [-ApplicationName ] [-OptionSet ] [-Port ] [-SessionOption ] [-UseSSL] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [] [-ConnectionURI ] [-OptionSet ] [-Port ] [-SessionOption ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] []" + }, + { + "Name": "Disable-WSManCredSSP", + "CommandType": "Cmdlet", + "ParameterSets": "[-Role] []" + }, + { + "Name": "Disconnect-WSMan", + "CommandType": "Cmdlet", + "ParameterSets": "[[-ComputerName] ] []" + }, + { + "Name": "Enable-WSManCredSSP", + "CommandType": "Cmdlet", + "ParameterSets": "[-Role] [[-DelegateComputer] ] [-Force] []" + }, + { + "Name": "Get-WSManCredSSP", + "CommandType": "Cmdlet", + "ParameterSets": "[]" + }, + { + "Name": "Get-WSManInstance", + "CommandType": "Cmdlet", + "ParameterSets": "[-ResourceURI] [-ApplicationName ] [-ComputerName ] [-ConnectionURI ] [-Dialect ] [-Fragment ] [-OptionSet ] [-Port ] [-SelectorSet ] [-SessionOption ] [-UseSSL] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [] [-ResourceURI] -Enumerate [-ApplicationName ] [-BasePropertiesOnly] [-ComputerName ] [-ConnectionURI ] [-Dialect ] [-Filter ] [-OptionSet ] [-Port ] [-Associations] [-ReturnType ] [-SessionOption ] [-Shallow] [-UseSSL] [-Credential ] [-Authentication ] [-CertificateThumbprint ] []" + }, + { + "Name": "Invoke-WSManAction", + "CommandType": "Cmdlet", + "ParameterSets": "[-ResourceURI] [-Action] [[-SelectorSet] ] [-ConnectionURI ] [-FilePath ] [-OptionSet ] [-SessionOption ] [-ValueSet ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [] [-ResourceURI] [-Action] [[-SelectorSet] ] [-ApplicationName ] [-ComputerName ] [-FilePath ] [-OptionSet ] [-Port ] [-SessionOption ] [-UseSSL] [-ValueSet ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] []" + }, + { + "Name": "New-WSManInstance", + "CommandType": "Cmdlet", + "ParameterSets": "[-ResourceURI] [-SelectorSet] [-ApplicationName ] [-ComputerName ] [-FilePath ] [-OptionSet ] [-Port ] [-SessionOption ] [-UseSSL] [-ValueSet ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [] [-ResourceURI] [-SelectorSet] [-ConnectionURI ] [-FilePath ] [-OptionSet ] [-SessionOption ] [-ValueSet ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] []" + }, + { + "Name": "New-WSManSessionOption", + "CommandType": "Cmdlet", + "ParameterSets": "[-ProxyAccessType ] [-ProxyAuthentication ] [-ProxyCredential ] [-SkipCACheck] [-SkipCNCheck] [-SkipRevocationCheck] [-SPNPort ] [-OperationTimeout ] [-NoEncryption] [-UseUTF16] []" + }, + { + "Name": "Remove-WSManInstance", + "CommandType": "Cmdlet", + "ParameterSets": "[-ResourceURI] [-SelectorSet] [-ApplicationName ] [-ComputerName ] [-OptionSet ] [-Port ] [-SessionOption ] [-UseSSL] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [] [-ResourceURI] [-SelectorSet] [-ConnectionURI ] [-OptionSet ] [-SessionOption ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] []" + }, + { + "Name": "Set-WSManInstance", + "CommandType": "Cmdlet", + "ParameterSets": "[-ResourceURI] [[-SelectorSet] ] [-ApplicationName ] [-ComputerName ] [-Dialect ] [-FilePath ] [-Fragment ] [-OptionSet ] [-Port ] [-SessionOption ] [-UseSSL] [-ValueSet ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [] [-ResourceURI] [[-SelectorSet] ] [-ConnectionURI ] [-Dialect ] [-FilePath ] [-Fragment ] [-OptionSet ] [-SessionOption ] [-ValueSet ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] []" + }, + { + "Name": "Set-WSManQuickConfig", + "CommandType": "Cmdlet", + "ParameterSets": "[-UseSSL] [-Force] [-SkipNetworkProfileCheck] []" + }, + { + "Name": "Test-WSMan", + "CommandType": "Cmdlet", + "ParameterSets": "[[-ComputerName] ] [-Authentication ] [-Port ] [-UseSSL] [-ApplicationName ] [-Credential ] [-CertificateThumbprint ] []" + } + ], + "ExportedAliases": [] + }, + { + "Name": "PackageManagement", + "Version": "1.1.7.2", + "ExportedCommands": [ + { + "Name": "Find-Package", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-IncludeDependencies] [-AllVersions] [-Source ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Force] [-ForceBootstrap] [-ProviderName ] [-ConfigFile ] [-SkipValidate] [-Headers ] [-FilterOnTag ] [-Contains ] [-AllowPrereleaseVersions] [] [[-Name] ] [-IncludeDependencies] [-AllVersions] [-Source ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Force] [-ForceBootstrap] [-ProviderName ] [-AllowPrereleaseVersions] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Type ] [-Filter ] [-Tag ] [-Includes ] [-DscResource ] [-RoleCapability ] [-Command ] [-AcceptLicense] []" + }, + { + "Name": "Find-PackageProvider", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-AllVersions] [-Source ] [-IncludeDependencies] [-Credential ] [-Proxy ] [-ProxyCredential ] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Force] [-ForceBootstrap] []" + }, + { + "Name": "Get-Package", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-AllVersions] [-Force] [-ForceBootstrap] [-ProviderName ] [-Destination ] [-ExcludeVersion] [-Scope ] [-SkipDependencies] [] [[-Name] ] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-AllVersions] [-Force] [-ForceBootstrap] [-ProviderName ] [-Scope ] [-PackageManagementProvider ] [-Type ] [-AllowClobber] [-SkipPublisherCheck] [-InstallUpdate] [-NoPathUpdate] [-AllowPrereleaseVersions] []" + }, + { + "Name": "Get-PackageProvider", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-ListAvailable] [-Force] [-ForceBootstrap] []" + }, + { + "Name": "Get-PackageSource", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-Location ] [-Force] [-ForceBootstrap] [-ProviderName ] [-ConfigFile ] [-SkipValidate] [] [[-Name] ] [-Location ] [-Force] [-ForceBootstrap] [-ProviderName ] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] []" + }, + { + "Name": "Import-PackageProvider", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Force] [-ForceBootstrap] []" + }, + { + "Name": "Install-Package", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Source ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ProviderName ] [] [-InputObject] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [-Headers ] [-FilterOnTag ] [-Contains ] [-AllowPrereleaseVersions] [-Destination ] [-ExcludeVersion] [-Scope ] [-SkipDependencies] [] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [-Headers ] [-FilterOnTag ] [-Contains ] [-AllowPrereleaseVersions] [-Destination ] [-ExcludeVersion] [-Scope ] [-SkipDependencies] [] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-AllowPrereleaseVersions] [-Scope ] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Type ] [-Filter ] [-Tag ] [-Includes ] [-DscResource ] [-RoleCapability ] [-Command ] [-AcceptLicense] [-AllowClobber] [-SkipPublisherCheck] [-InstallUpdate] [-NoPathUpdate] [] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-AllowPrereleaseVersions] [-Scope ] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Type ] [-Filter ] [-Tag ] [-Includes ] [-DscResource ] [-RoleCapability ] [-Command ] [-AcceptLicense] [-AllowClobber] [-SkipPublisherCheck] [-InstallUpdate] [-NoPathUpdate] []" + }, + { + "Name": "Install-PackageProvider", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Credential ] [-Scope ] [-Source ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [] [-InputObject] [-Scope ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Register-PackageSource", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [[-Location] ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ProviderName ] [] [[-Name] ] [[-Location] ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [] [[-Name] ] [[-Location] ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] []" + }, + { + "Name": "Save-Package", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Source ] [-Path ] [-LiteralPath ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ProviderName ] [] -InputObject [-Path ] [-LiteralPath ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [] [-Path ] [-LiteralPath ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [-Headers ] [-FilterOnTag ] [-Contains ] [-AllowPrereleaseVersions] [] [-Path ] [-LiteralPath ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [-Headers ] [-FilterOnTag ] [-Contains ] [-AllowPrereleaseVersions] [] [-Path ] [-LiteralPath ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-AllowPrereleaseVersions] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Type ] [-Filter ] [-Tag ] [-Includes ] [-DscResource ] [-RoleCapability ] [-Command ] [-AcceptLicense] [] [-Path ] [-LiteralPath ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-AllowPrereleaseVersions] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Type ] [-Filter ] [-Tag ] [-Includes ] [-DscResource ] [-RoleCapability ] [-Command ] [-AcceptLicense] []" + }, + { + "Name": "Set-PackageSource", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Location ] [-NewLocation ] [-NewName ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ProviderName ] [] -InputObject [-Proxy ] [-ProxyCredential ] [-Credential ] [-NewLocation ] [-NewName ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [] [-Proxy ] [-ProxyCredential ] [-Credential ] [-NewLocation ] [-NewName ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [] [-Proxy ] [-ProxyCredential ] [-Credential ] [-NewLocation ] [-NewName ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [] [-Proxy ] [-ProxyCredential ] [-Credential ] [-NewLocation ] [-NewName ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [] [-Proxy ] [-ProxyCredential ] [-Credential ] [-NewLocation ] [-NewName ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] []" + }, + { + "Name": "Uninstall-Package", + "CommandType": "Cmdlet", + "ParameterSets": "[-InputObject] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [] [-Name] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ProviderName ] [] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-Destination ] [-ExcludeVersion] [-Scope ] [-SkipDependencies] [] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-Destination ] [-ExcludeVersion] [-Scope ] [-SkipDependencies] [] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-Scope ] [-PackageManagementProvider ] [-Type ] [-AllowClobber] [-SkipPublisherCheck] [-InstallUpdate] [-NoPathUpdate] [-AllowPrereleaseVersions] [] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-Scope ] [-PackageManagementProvider ] [-Type ] [-AllowClobber] [-SkipPublisherCheck] [-InstallUpdate] [-NoPathUpdate] [-AllowPrereleaseVersions] []" + }, + { + "Name": "Unregister-PackageSource", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Source] ] [-Location ] [-Credential ] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ProviderName ] [] -InputObject [-Credential ] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [] [-Credential ] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [] [-Credential ] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [] [-Credential ] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [] [-Credential ] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] []" + } + ], + "ExportedAliases": [] + }, + { + "Name": "PowerShellGet", + "Version": "1.6.7", + "ExportedCommands": [ + { + "Name": "Find-Command", + "CommandType": "Function", + "ParameterSets": "[[-Name] ] [-ModuleName ] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-AllVersions] [-AllowPrerelease] [-Tag ] [-Filter ] [-Proxy ] [-ProxyCredential ] [-Repository ] []" + }, + { + "Name": "Find-DscResource", + "CommandType": "Function", + "ParameterSets": "[[-Name] ] [-ModuleName ] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-AllVersions] [-AllowPrerelease] [-Tag ] [-Filter ] [-Proxy ] [-ProxyCredential ] [-Repository ] []" + }, + { + "Name": "Find-Module", + "CommandType": "Function", + "ParameterSets": "[[-Name] ] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-AllVersions] [-IncludeDependencies] [-Filter ] [-Tag ] [-Includes ] [-DscResource ] [-RoleCapability ] [-Command ] [-Proxy ] [-ProxyCredential ] [-Repository ] [-Credential ] [-AllowPrerelease] []" + }, + { + "Name": "Find-RoleCapability", + "CommandType": "Function", + "ParameterSets": "[[-Name] ] [-ModuleName ] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-AllVersions] [-AllowPrerelease] [-Tag ] [-Filter ] [-Proxy ] [-ProxyCredential ] [-Repository ] []" + }, + { + "Name": "Find-Script", + "CommandType": "Function", + "ParameterSets": "[[-Name] ] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-AllVersions] [-IncludeDependencies] [-Filter ] [-Tag ] [-Includes ] [-Command ] [-Proxy ] [-ProxyCredential ] [-Repository ] [-Credential ] [-AllowPrerelease] []" + }, + { + "Name": "Get-InstalledModule", + "CommandType": "Function", + "ParameterSets": "[[-Name] ] [-MinimumVersion ] [-RequiredVersion ] [-MaximumVersion ] [-AllVersions] [-AllowPrerelease] []" + }, + { + "Name": "Get-InstalledScript", + "CommandType": "Function", + "ParameterSets": "[[-Name] ] [-MinimumVersion ] [-RequiredVersion ] [-MaximumVersion ] [-AllowPrerelease] []" + }, + { + "Name": "Get-PSRepository", + "CommandType": "Function", + "ParameterSets": "[[-Name] ] []" + }, + { + "Name": "Install-Module", + "CommandType": "Function", + "ParameterSets": "[-Name] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-Repository ] [-Credential ] [-Scope ] [-Proxy ] [-ProxyCredential ] [-AllowClobber] [-SkipPublisherCheck] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-InputObject] [-Credential ] [-Scope ] [-Proxy ] [-ProxyCredential ] [-AllowClobber] [-SkipPublisherCheck] [-Force] [-AcceptLicense] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Install-Script", + "CommandType": "Function", + "ParameterSets": "[-Name] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-Repository ] [-Scope ] [-NoPathUpdate] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-InputObject] [-Scope ] [-NoPathUpdate] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AcceptLicense] [-WhatIf] [-Confirm] []" + }, + { + "Name": "New-ScriptFileInfo", + "CommandType": "Function", + "ParameterSets": "[[-Path] ] -Description [-Version ] [-Author ] [-Guid ] [-CompanyName ] [-Copyright ] [-RequiredModules ] [-ExternalModuleDependencies ] [-RequiredScripts ] [-ExternalScriptDependencies ] [-Tags ] [-ProjectUri ] [-LicenseUri ] [-IconUri ] [-ReleaseNotes ] [-PrivateData ] [-PassThru] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Publish-Module", + "CommandType": "Function", + "ParameterSets": "-Name [-RequiredVersion ] [-NuGetApiKey ] [-Repository ] [-Credential ] [-FormatVersion ] [-ReleaseNotes ] [-Tags ] [-LicenseUri ] [-IconUri ] [-ProjectUri ] [-Force] [-AllowPrerelease] [-WhatIf] [-Confirm] [] -Path [-NuGetApiKey ] [-Repository ] [-Credential ] [-FormatVersion ] [-ReleaseNotes ] [-Tags ] [-LicenseUri ] [-IconUri ] [-ProjectUri ] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Publish-Script", + "CommandType": "Function", + "ParameterSets": "-Path [-NuGetApiKey ] [-Repository ] [-Credential ] [-Force] [-WhatIf] [-Confirm] [] -LiteralPath [-NuGetApiKey ] [-Repository ] [-Credential ] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Register-PSRepository", + "CommandType": "Function", + "ParameterSets": "[-Name] [-SourceLocation] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Credential ] [-InstallationPolicy ] [-Proxy ] [-ProxyCredential ] [-PackageManagementProvider ] [] -Default [-InstallationPolicy ] [-Proxy ] [-ProxyCredential ] []" + }, + { + "Name": "Save-Module", + "CommandType": "Function", + "ParameterSets": "[-Name] [-Path] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-Repository ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-Name] -LiteralPath [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-Repository ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-InputObject] -LiteralPath [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-InputObject] [-Path] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AcceptLicense] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Save-Script", + "CommandType": "Function", + "ParameterSets": "[-Name] [-Path] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-Repository ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-Name] -LiteralPath [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-Repository ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-InputObject] -LiteralPath [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-InputObject] [-Path] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AcceptLicense] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Set-PSRepository", + "CommandType": "Function", + "ParameterSets": "[-Name] [[-SourceLocation] ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Credential ] [-InstallationPolicy ] [-Proxy ] [-ProxyCredential ] [-PackageManagementProvider ] []" + }, + { + "Name": "Test-ScriptFileInfo", + "CommandType": "Function", + "ParameterSets": "[-Path] [] -LiteralPath []" + }, + { + "Name": "Uninstall-Module", + "CommandType": "Function", + "ParameterSets": "[-Name] [-MinimumVersion ] [-RequiredVersion ] [-MaximumVersion ] [-AllVersions] [-Force] [-AllowPrerelease] [-WhatIf] [-Confirm] [] [-InputObject] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Uninstall-Script", + "CommandType": "Function", + "ParameterSets": "[-Name] [-MinimumVersion ] [-RequiredVersion ] [-MaximumVersion ] [-Force] [-AllowPrerelease] [-WhatIf] [-Confirm] [] [-InputObject] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Unregister-PSRepository", + "CommandType": "Function", + "ParameterSets": "[-Name] []" + }, + { + "Name": "Update-Module", + "CommandType": "Function", + "ParameterSets": "[[-Name] ] [-RequiredVersion ] [-MaximumVersion ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Update-ModuleManifest", + "CommandType": "Function", + "ParameterSets": "[-Path] [-NestedModules ] [-Guid ] [-Author ] [-CompanyName ] [-Copyright ] [-RootModule ] [-ModuleVersion ] [-Description ] [-ProcessorArchitecture ] [-CompatiblePSEditions ] [-PowerShellVersion ] [-ClrVersion ] [-DotNetFrameworkVersion ] [-PowerShellHostName ] [-PowerShellHostVersion ] [-RequiredModules ] [-TypesToProcess ] [-FormatsToProcess ] [-ScriptsToProcess ] [-RequiredAssemblies ] [-FileList ] [-ModuleList ] [-FunctionsToExport ] [-AliasesToExport ] [-VariablesToExport ] [-CmdletsToExport ] [-DscResourcesToExport ] [-PrivateData ] [-Tags ] [-ProjectUri ] [-LicenseUri ] [-IconUri ] [-ReleaseNotes ] [-Prerelease ] [-HelpInfoUri ] [-PassThru] [-DefaultCommandPrefix ] [-ExternalModuleDependencies ] [-PackageManagementProviders ] [-RequireLicenseAcceptance] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Update-Script", + "CommandType": "Function", + "ParameterSets": "[[-Name] ] [-RequiredVersion ] [-MaximumVersion ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Update-ScriptFileInfo", + "CommandType": "Function", + "ParameterSets": "[-Path] [-Version ] [-Author ] [-Guid ] [-Description ] [-CompanyName ] [-Copyright ] [-RequiredModules ] [-ExternalModuleDependencies ] [-RequiredScripts ] [-ExternalScriptDependencies ] [-Tags ] [-ProjectUri ] [-LicenseUri ] [-IconUri ] [-ReleaseNotes ] [-PrivateData ] [-PassThru] [-Force] [-WhatIf] [-Confirm] [] [-LiteralPath] [-Version ] [-Author ] [-Guid ] [-Description ] [-CompanyName ] [-Copyright ] [-RequiredModules ] [-ExternalModuleDependencies ] [-RequiredScripts ] [-ExternalScriptDependencies ] [-Tags ] [-ProjectUri ] [-LicenseUri ] [-IconUri ] [-ReleaseNotes ] [-PrivateData ] [-PassThru] [-Force] [-WhatIf] [-Confirm] []" + } + ], + "ExportedAliases": [ + "inmo", + "fimo", + "upmo", + "pumo" + ] + }, + { + "Name": "PSDesiredStateConfiguration", + "Version": "0.0", + "ExportedCommands": [ + { + "Name": "AddDscResourceProperty", + "CommandType": "Function", + "ParameterSets": null + }, + { + "Name": "AddDscResourcePropertyFromMetadata", + "CommandType": "Function", + "ParameterSets": null + }, + { + "Name": "Add-NodeKeys", + "CommandType": "Function", + "ParameterSets": "[-ResourceKey] [-keywordName] []" + }, + { + "Name": "CheckResourceFound", + "CommandType": "Function", + "ParameterSets": "[[-names] ] [[-Resources] ]" + }, + { + "Name": "Configuration", + "CommandType": "Function", + "ParameterSets": "[[-ResourceModuleTuplesToImport] ] [[-OutputPath] ] [[-Name] ] [[-Body] ] [[-ArgsToBody] ] [[-ConfigurationData] ] [[-InstanceName] ] []" + }, + { + "Name": "ConvertTo-MOFInstance", + "CommandType": "Function", + "ParameterSets": "[-Type] [-Properties] []" + }, + { + "Name": "Generate-VersionInfo", + "CommandType": "Function", + "ParameterSets": "[-KeywordData] [-Value] []" + }, + { + "Name": "Get-CompatibleVersionAddtionaPropertiesStr", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "Get-ComplexResourceQualifier", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "GetCompositeResource", + "CommandType": "Function", + "ParameterSets": "[[-patterns] ] [-configInfo] [[-ignoreParameters] ] [-modules] []" + }, + { + "Name": "Get-ConfigurationErrorCount", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "Get-DscResource", + "CommandType": "Function", + "ParameterSets": "[[-Name] ] [[-Module] ] [-Syntax] []" + }, + { + "Name": "Get-DSCResourceModules", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "Get-EncryptedPassword", + "CommandType": "Function", + "ParameterSets": "[[-Value] ] []" + }, + { + "Name": "GetImplementingModulePath", + "CommandType": "Function", + "ParameterSets": "[-schemaFileName] []" + }, + { + "Name": "Get-InnerMostErrorRecord", + "CommandType": "Function", + "ParameterSets": "[-ErrorRecord] []" + }, + { + "Name": "GetModule", + "CommandType": "Function", + "ParameterSets": "[-modules] [-schemaFileName] []" + }, + { + "Name": "Get-MofInstanceName", + "CommandType": "Function", + "ParameterSets": "[[-mofInstance] ]" + }, + { + "Name": "Get-MofInstanceText", + "CommandType": "Function", + "ParameterSets": "[-aliasId] []" + }, + { + "Name": "GetPatterns", + "CommandType": "Function", + "ParameterSets": "[[-names] ]" + }, + { + "Name": "Get-PositionInfo", + "CommandType": "Function", + "ParameterSets": "[[-sourceMetadata] ]" + }, + { + "Name": "Get-PSCurrentConfigurationNode", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "Get-PSDefaultConfigurationDocument", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "Get-PSMetaConfigDocumentInstVersionInfo", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "Get-PSMetaConfigurationProcessed", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "Get-PSTopConfigurationName", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "Get-PublicKeyFromFile", + "CommandType": "Function", + "ParameterSets": "[-certificatefile] []" + }, + { + "Name": "Get-PublicKeyFromStore", + "CommandType": "Function", + "ParameterSets": "[-certificateid] []" + }, + { + "Name": "GetResourceFromKeyword", + "CommandType": "Function", + "ParameterSets": "[-keyword] [[-patterns] ] [-modules] []" + }, + { + "Name": "GetSyntax", + "CommandType": "Function", + "ParameterSets": null + }, + { + "Name": "ImportCimAndScriptKeywordsFromModule", + "CommandType": "Function", + "ParameterSets": "[-Module] [-resource] [[-functionsToDefine] ] []" + }, + { + "Name": "ImportClassResourcesFromModule", + "CommandType": "Function", + "ParameterSets": "[-Module] [-Resources] [[-functionsToDefine] ] []" + }, + { + "Name": "Initialize-ConfigurationRuntimeState", + "CommandType": "Function", + "ParameterSets": "[[-ConfigurationName] ] []" + }, + { + "Name": "IsHiddenResource", + "CommandType": "Function", + "ParameterSets": "[-ResourceName] []" + }, + { + "Name": "IsPatternMatched", + "CommandType": "Function", + "ParameterSets": "[[-patterns] ] [-Name] []" + }, + { + "Name": "New-DscChecksum", + "CommandType": "Function", + "ParameterSets": "[-Path] [[-OutPath] ] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Node", + "CommandType": "Function", + "ParameterSets": "[-KeywordData] [[-Name] ] [-Value] [-sourceMetadata] []" + }, + { + "Name": "ReadEnvironmentFile", + "CommandType": "Function", + "ParameterSets": "[-FilePath] []" + }, + { + "Name": "Set-NodeExclusiveResources", + "CommandType": "Function", + "ParameterSets": "[-resourceId] [-exclusiveResource] []" + }, + { + "Name": "Set-NodeManager", + "CommandType": "Function", + "ParameterSets": "[-resourceId] [-referencedManagers] []" + }, + { + "Name": "Set-NodeResources", + "CommandType": "Function", + "ParameterSets": "[-resourceId] [-requiredResourceList] []" + }, + { + "Name": "Set-NodeResourceSource", + "CommandType": "Function", + "ParameterSets": "[-resourceId] [-referencedResourceSources] []" + }, + { + "Name": "Set-PSCurrentConfigurationNode", + "CommandType": "Function", + "ParameterSets": "[[-nodeName] ] []" + }, + { + "Name": "Set-PSDefaultConfigurationDocument", + "CommandType": "Function", + "ParameterSets": "[[-documentText] ] []" + }, + { + "Name": "Set-PSMetaConfigDocInsProcessedBeforeMeta", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "Set-PSMetaConfigVersionInfoV2", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "Set-PSTopConfigurationName", + "CommandType": "Function", + "ParameterSets": "[[-Name] ] []" + }, + { + "Name": "StrongConnect", + "CommandType": "Function", + "ParameterSets": "[[-resourceId] ]" + }, + { + "Name": "Test-ConflictingResources", + "CommandType": "Function", + "ParameterSets": "[[-keyword] ] [-properties] [-keywordData] []" + }, + { + "Name": "Test-ModuleReloadRequired", + "CommandType": "Function", + "ParameterSets": "[-SchemaFilePath] []" + }, + { + "Name": "Test-MofInstanceText", + "CommandType": "Function", + "ParameterSets": "[-instanceText] []" + }, + { + "Name": "Test-NodeManager", + "CommandType": "Function", + "ParameterSets": "[-resourceId] []" + }, + { + "Name": "Test-NodeResources", + "CommandType": "Function", + "ParameterSets": "[-resourceId] []" + }, + { + "Name": "Test-NodeResourceSource", + "CommandType": "Function", + "ParameterSets": "[-resourceId] []" + }, + { + "Name": "ThrowError", + "CommandType": "Function", + "ParameterSets": "[-ExceptionName] [-ExceptionMessage] [[-ExceptionObject] ] [-errorId] [-errorCategory] []" + }, + { + "Name": "Update-ConfigurationDocumentRef", + "CommandType": "Function", + "ParameterSets": "[-NodeResources] [-NodeInstanceAliases] [-NodeResourceIdAliases] [-ConfigurationName] []" + }, + { + "Name": "Update-ConfigurationErrorCount", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "Update-DependsOn", + "CommandType": "Function", + "ParameterSets": "[-NodeResources] [-NodeInstanceAliases] [-NodeResourceIdAliases] []" + }, + { + "Name": "Update-LocalConfigManager", + "CommandType": "Function", + "ParameterSets": "[[-localConfigManager] ] [[-resourceManagers] ] [[-reportManagers] ] [[-downloadManagers] ] [[-partialConfigurations] ]" + }, + { + "Name": "Update-ModuleVersion", + "CommandType": "Function", + "ParameterSets": "[-NodeResources] [-NodeInstanceAliases] [-NodeResourceIdAliases] []" + }, + { + "Name": "ValidateNoCircleInNodeResources", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "ValidateNodeExclusiveResources", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "ValidateNodeManager", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "ValidateNodeResources", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "ValidateNodeResourceSource", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "ValidateNoNameNodeResources", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "ValidateUpdate-ConfigurationData", + "CommandType": "Function", + "ParameterSets": "[[-ConfigurationData] ] []" + }, + { + "Name": "WriteFile", + "CommandType": "Function", + "ParameterSets": "[-Value] [-Path] []" + }, + { + "Name": "Write-Log", + "CommandType": "Function", + "ParameterSets": "[-message] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Write-MetaConfigFile", + "CommandType": "Function", + "ParameterSets": "[[-ConfigurationName] ] [[-mofNode] ] [[-mofNodeHash] ]" + }, + { + "Name": "Write-NodeMOFFile", + "CommandType": "Function", + "ParameterSets": "[[-ConfigurationName] ] [[-mofNode] ] [[-mofNodeHash] ]" + } + ], + "ExportedAliases": [ + "glcm", + "gcfgs", + "upcfg", + "sacfg", + "slcm", + "rtcfg", + "ulcm", + "tcfg", + "gcfg", + "pbcfg" + ] + }, + { + "Name": "PSDiagnostics", + "Version": "6.1.0.0", + "ExportedCommands": [ + { + "Name": "Disable-PSTrace", + "CommandType": "Function", + "ParameterSets": "[-AnalyticOnly]" + }, + { + "Name": "Enable-PSTrace", + "CommandType": "Function", + "ParameterSets": "[-Force] [-AnalyticOnly]" + }, + { + "Name": "Get-LogProperties", + "CommandType": "Function", + "ParameterSets": "[-Name] []" + }, + { + "Name": "Set-LogProperties", + "CommandType": "Function", + "ParameterSets": "[-LogDetails] [-Force] []" + } + ], + "ExportedAliases": [] + }, + { + "Name": "PSReadLine", + "Version": "2.0.0", + "ExportedCommands": [ + { + "Name": "PSConsoleHostReadLine", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "Get-PSReadLineKeyHandler", + "CommandType": "Cmdlet", + "ParameterSets": "[-Bound] [-Unbound] []" + }, + { + "Name": "Get-PSReadLineOption", + "CommandType": "Cmdlet", + "ParameterSets": "[]" + }, + { + "Name": "Remove-PSReadLineKeyHandler", + "CommandType": "Cmdlet", + "ParameterSets": "[-Chord] [-ViMode ] []" + }, + { + "Name": "Set-PSReadLineKeyHandler", + "CommandType": "Cmdlet", + "ParameterSets": "[-Chord] [-ScriptBlock] [-BriefDescription ] [-Description ] [-ViMode ] [] [-Chord] [-Function] [-ViMode ] []" + }, + { + "Name": "Set-PSReadLineOption", + "CommandType": "Cmdlet", + "ParameterSets": "[-EditMode ] [-ContinuationPrompt ] [-HistoryNoDuplicates] [-AddToHistoryHandler ] [-CommandValidationHandler ] [-HistorySearchCursorMovesToEnd] [-MaximumHistoryCount ] [-MaximumKillRingCount ] [-ShowToolTips] [-ExtraPromptLineCount ] [-DingTone ] [-DingDuration ] [-BellStyle ] [-CompletionQueryItems ] [-WordDelimiters ] [-HistorySearchCaseSensitive] [-HistorySaveStyle ] [-HistorySavePath ] [-AnsiEscapeTimeout ] [-PromptText ] [-ViModeIndicator ] [-Colors ] []" + } + ], + "ExportedAliases": [] + }, + { + "Name": "ThreadJob", + "Version": "1.1.2", + "ExportedCommands": { + "Name": "Start-ThreadJob", + "CommandType": "Cmdlet", + "ParameterSets": [ + "[-ScriptBlock] [-Name ] [-InitializationScript ] [-InputObject ] [-ArgumentList ] [-ThrottleLimit ] []", + "[-FilePath] [-Name ] [-InitializationScript ] [-InputObject ] [-ArgumentList ] [-ThrottleLimit ] []" + ] + }, + "ExportedAliases": [] + }, + { + "Name": "Microsoft.PowerShell.Core", + "Version": "6.1.0", + "ExportedCommands": [ + { + "Name": "Add-History", + "CommandType": "Cmdlet", + "ParameterSets": "[[-InputObject] ] [-Passthru] []" + }, + { + "Name": "Clear-History", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Id] ] [[-Count] ] [-Newest] [-WhatIf] [-Confirm] [] [[-Count] ] [-CommandLine ] [-Newest] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Connect-PSSession", + "CommandType": "Cmdlet", + "ParameterSets": "-Name [-ThrottleLimit ] [-WhatIf] [-Confirm] [] [-Session] [-ThrottleLimit ] [-WhatIf] [-Confirm] [] [-ComputerName] [-ApplicationName ] [-ConfigurationName ] [-Name ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-Port ] [-UseSSL] [-SessionOption ] [-ThrottleLimit ] [-WhatIf] [-Confirm] [] -ComputerName -InstanceId [-ApplicationName ] [-ConfigurationName ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-Port ] [-UseSSL] [-SessionOption ] [-ThrottleLimit ] [-WhatIf] [-Confirm] [] [-ConnectionUri] [-ConfigurationName ] [-AllowRedirection] [-Name ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-SessionOption ] [-ThrottleLimit ] [-WhatIf] [-Confirm] [] [-ConnectionUri] -InstanceId [-ConfigurationName ] [-AllowRedirection] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-SessionOption ] [-ThrottleLimit ] [-WhatIf] [-Confirm] [] -InstanceId [-ThrottleLimit ] [-WhatIf] [-Confirm] [] [-Id] [-ThrottleLimit ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Debug-Job", + "CommandType": "Cmdlet", + "ParameterSets": "[-Job] [-WhatIf] [-Confirm] [] [-Name] [-WhatIf] [-Confirm] [] [-Id] [-WhatIf] [-Confirm] [] [-InstanceId] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Disable-PSRemoting", + "CommandType": "Cmdlet", + "ParameterSets": "[-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Disable-PSSessionConfiguration", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-Force] [-NoServiceRestart] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Disconnect-PSSession", + "CommandType": "Cmdlet", + "ParameterSets": "[-Session] [-IdleTimeoutSec ] [-OutputBufferingMode ] [-ThrottleLimit ] [-WhatIf] [-Confirm] [] -InstanceId [-IdleTimeoutSec ] [-OutputBufferingMode ] [-ThrottleLimit ] [-WhatIf] [-Confirm] [] -Name [-IdleTimeoutSec ] [-OutputBufferingMode ] [-ThrottleLimit ] [-WhatIf] [-Confirm] [] [-Id] [-IdleTimeoutSec ] [-OutputBufferingMode ] [-ThrottleLimit ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Enable-PSRemoting", + "CommandType": "Cmdlet", + "ParameterSets": "[-Force] [-SkipNetworkProfileCheck] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Enable-PSSessionConfiguration", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-Force] [-SecurityDescriptorSddl ] [-SkipNetworkProfileCheck] [-NoServiceRestart] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Enter-PSHostProcess", + "CommandType": "Cmdlet", + "ParameterSets": "[-Id] [[-AppDomainName] ] [] [-Process] [[-AppDomainName] ] [] [-Name] [[-AppDomainName] ] [] [-HostProcessInfo] [[-AppDomainName] ] []" + }, + { + "Name": "Enter-PSSession", + "CommandType": "Cmdlet", + "ParameterSets": "[-ComputerName] [-EnableNetworkAccess] [-Credential ] [-ConfigurationName ] [-Port ] [-UseSSL] [-ApplicationName ] [-SessionOption ] [-Authentication ] [-CertificateThumbprint ] [] [-HostName] [-Port ] [-UserName ] [-KeyFilePath ] [-SSHTransport] [-Subsystem ] [] [[-Session] ] [] [[-ConnectionUri] ] [-EnableNetworkAccess] [-Credential ] [-ConfigurationName ] [-AllowRedirection] [-SessionOption ] [-Authentication ] [-CertificateThumbprint ] [] [-InstanceId ] [] [[-Id] ] [] [-Name ] [] [-VMId] [-Credential] [-ConfigurationName ] [] [-VMName] [-Credential] [-ConfigurationName ] [] [-ContainerId] [-ConfigurationName ] [-RunAsAdministrator] []" + }, + { + "Name": "Exit-PSHostProcess", + "CommandType": "Cmdlet", + "ParameterSets": "[]" + }, + { + "Name": "Exit-PSSession", + "CommandType": "Cmdlet", + "ParameterSets": "[]" + }, + { + "Name": "Export-ModuleMember", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Function] ] [-Cmdlet ] [-Variable ] [-Alias ] []" + }, + { + "Name": "ForEach-Object", + "CommandType": "Cmdlet", + "ParameterSets": "[-Process] [-InputObject ] [-Begin ] [-End ] [-RemainingScripts ] [-WhatIf] [-Confirm] [] [-MemberName] [-InputObject ] [-ArgumentList ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Get-Command", + "CommandType": "Cmdlet", + "ParameterSets": "[[-ArgumentList] ] [-Verb ] [-Noun ] [-Module ] [-FullyQualifiedModule ] [-TotalCount ] [-Syntax] [-ShowCommandInfo] [-All] [-ListImported] [-ParameterName ] [-ParameterType ] [] [[-Name] ] [[-ArgumentList] ] [-Module ] [-FullyQualifiedModule ] [-CommandType ] [-TotalCount ] [-Syntax] [-ShowCommandInfo] [-All] [-ListImported] [-ParameterName ] [-ParameterType ] []" + }, + { + "Name": "Get-ExperimentalFeature", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-ListAvailable] []" + }, + { + "Name": "Get-Help", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-Path ] [-Category ] [-Full] [-Component ] [-Functionality ] [-Role ] [] [[-Name] ] -Detailed [-Path ] [-Category ] [-Component ] [-Functionality ] [-Role ] [] [[-Name] ] -Examples [-Path ] [-Category ] [-Component ] [-Functionality ] [-Role ] [] [[-Name] ] -Parameter [-Path ] [-Category ] [-Component ] [-Functionality ] [-Role ] [] [[-Name] ] -Online [-Path ] [-Category ] [-Component ] [-Functionality ] [-Role ] []" + }, + { + "Name": "Get-History", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Id] ] [[-Count] ] []" + }, + { + "Name": "Get-Job", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Id] ] [-IncludeChildJob] [-ChildJobState ] [-HasMoreData ] [-Before ] [-After ] [-Newest ] [] [-InstanceId] [-IncludeChildJob] [-ChildJobState ] [-HasMoreData ] [-Before ] [-After ] [-Newest ] [] [-Name] [-IncludeChildJob] [-ChildJobState ] [-HasMoreData ] [-Before ] [-After ] [-Newest ] [] [-State] [-IncludeChildJob] [-ChildJobState ] [-HasMoreData ] [-Before ] [-After ] [-Newest ] [] [-IncludeChildJob] [-ChildJobState ] [-HasMoreData ] [-Before ] [-After ] [-Newest ] [-Command ] [] [-Filter] []" + }, + { + "Name": "Get-Module", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-FullyQualifiedName ] [-All] [] [[-Name] ] -CimSession [-FullyQualifiedName ] [-ListAvailable] [-SkipEditionCheck] [-Refresh] [-CimResourceUri ] [-CimNamespace ] [] [[-Name] ] -ListAvailable [-FullyQualifiedName ] [-All] [-PSEdition ] [-SkipEditionCheck] [-Refresh] [] [[-Name] ] -PSSession [-FullyQualifiedName ] [-ListAvailable] [-PSEdition ] [-SkipEditionCheck] [-Refresh] []" + }, + { + "Name": "Get-PSHostProcessInfo", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [] [-Process] [] [-Id] []" + }, + { + "Name": "Get-PSSession", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name ] [] [-ComputerName] -InstanceId [-ApplicationName ] [-ConfigurationName ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-Port ] [-UseSSL] [-ThrottleLimit ] [-State ] [-SessionOption ] [] [-ComputerName] [-ApplicationName ] [-ConfigurationName ] [-Name ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-Port ] [-UseSSL] [-ThrottleLimit ] [-State ] [-SessionOption ] [] [-ConnectionUri] -InstanceId [-ConfigurationName ] [-AllowRedirection] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-ThrottleLimit ] [-State ] [-SessionOption ] [] [-ConnectionUri] [-ConfigurationName ] [-AllowRedirection] [-Name ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-ThrottleLimit ] [-State ] [-SessionOption ] [] -InstanceId -VMName [-ConfigurationName ] [-State ] [] -ContainerId [-ConfigurationName ] [-Name ] [-State ] [] -InstanceId -ContainerId [-ConfigurationName ] [-State ] [] -VMId [-ConfigurationName ] [-Name ] [-State ] [] -InstanceId -VMId [-ConfigurationName ] [-State ] [] -VMName [-ConfigurationName ] [-Name ] [-State ] [] [-InstanceId ] [] [-Id] []" + }, + { + "Name": "Get-PSSessionCapability", + "CommandType": "Cmdlet", + "ParameterSets": "[-ConfigurationName] [-Username] [-Full] []" + }, + { + "Name": "Get-PSSessionConfiguration", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-Force] []" + }, + { + "Name": "Import-Module", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-SkipEditionCheck] [-PassThru] [-AsCustomObject] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] [] [-Name] -PSSession [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-SkipEditionCheck] [-PassThru] [-AsCustomObject] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] [] [-Name] -CimSession [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-SkipEditionCheck] [-PassThru] [-AsCustomObject] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] [-CimResourceUri ] [-CimNamespace ] [] [-FullyQualifiedName] [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-SkipEditionCheck] [-PassThru] [-AsCustomObject] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] [] [-FullyQualifiedName] -PSSession [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-SkipEditionCheck] [-PassThru] [-AsCustomObject] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] [] [-Assembly] [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-SkipEditionCheck] [-PassThru] [-AsCustomObject] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] [] [-ModuleInfo] [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-SkipEditionCheck] [-PassThru] [-AsCustomObject] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] []" + }, + { + "Name": "Invoke-Command", + "CommandType": "Cmdlet", + "ParameterSets": "[-ScriptBlock] [-NoNewScope] [-InputObject ] [-ArgumentList ] [] [[-Session] ] [-FilePath] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-JobName ] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [[-Session] ] [-ScriptBlock] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-JobName ] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [[-ComputerName] ] [-ScriptBlock] [-Credential ] [-Port ] [-UseSSL] [-ConfigurationName ] [-ApplicationName ] [-ThrottleLimit ] [-AsJob] [-InDisconnectedSession] [-SessionName ] [-HideComputerName] [-JobName ] [-SessionOption ] [-Authentication ] [-EnableNetworkAccess] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [-CertificateThumbprint ] [] [[-ComputerName] ] [-FilePath] [-Credential ] [-Port ] [-UseSSL] [-ConfigurationName ] [-ApplicationName ] [-ThrottleLimit ] [-AsJob] [-InDisconnectedSession] [-SessionName ] [-HideComputerName] [-JobName ] [-SessionOption ] [-Authentication ] [-EnableNetworkAccess] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [[-ConnectionUri] ] [-ScriptBlock] [-Credential ] [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-InDisconnectedSession] [-HideComputerName] [-JobName ] [-AllowRedirection] [-SessionOption ] [-Authentication ] [-EnableNetworkAccess] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [-CertificateThumbprint ] [] [[-ConnectionUri] ] [-FilePath] [-Credential ] [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-InDisconnectedSession] [-HideComputerName] [-JobName ] [-AllowRedirection] [-SessionOption ] [-Authentication ] [-EnableNetworkAccess] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [-VMId] [-ScriptBlock] -Credential [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [-ScriptBlock] -Credential -VMName [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [-VMId] [-FilePath] -Credential [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [-FilePath] -Credential -VMName [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] -ScriptBlock -HostName [-Port ] [-AsJob] [-HideComputerName] [-UserName ] [-KeyFilePath ] [-SSHTransport] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [-Subsystem ] [] [-ScriptBlock] -ContainerId [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-JobName ] [-RunAsAdministrator] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [-FilePath] -ContainerId [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-JobName ] [-RunAsAdministrator] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] -ScriptBlock -SSHConnection [-AsJob] [-HideComputerName] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] -FilePath -HostName [-AsJob] [-HideComputerName] [-UserName ] [-KeyFilePath ] [-SSHTransport] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] -FilePath -SSHConnection [-AsJob] [-HideComputerName] [-RemoteDebug] [-InputObject ] [-ArgumentList ] []" + }, + { + "Name": "Invoke-History", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Id] ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "New-Module", + "CommandType": "Cmdlet", + "ParameterSets": "[-ScriptBlock] [-Function ] [-Cmdlet ] [-ReturnResult] [-AsCustomObject] [-ArgumentList ] [] [-Name] [-ScriptBlock] [-Function ] [-Cmdlet ] [-ReturnResult] [-AsCustomObject] [-ArgumentList ] []" + }, + { + "Name": "New-ModuleManifest", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-NestedModules ] [-Guid ] [-Author ] [-CompanyName ] [-Copyright ] [-RootModule ] [-ModuleVersion ] [-Description ] [-ProcessorArchitecture ] [-PowerShellVersion ] [-ClrVersion ] [-DotNetFrameworkVersion ] [-PowerShellHostName ] [-PowerShellHostVersion ] [-RequiredModules ] [-TypesToProcess ] [-FormatsToProcess ] [-ScriptsToProcess ] [-RequiredAssemblies ] [-FileList ] [-ModuleList ] [-FunctionsToExport ] [-AliasesToExport ] [-VariablesToExport ] [-CmdletsToExport ] [-DscResourcesToExport ] [-CompatiblePSEditions ] [-PrivateData ] [-Tags ] [-ProjectUri ] [-LicenseUri ] [-IconUri ] [-ReleaseNotes ] [-HelpInfoUri ] [-PassThru] [-DefaultCommandPrefix ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "New-PSRoleCapabilityFile", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Guid ] [-Author ] [-Description ] [-CompanyName ] [-Copyright ] [-ModulesToImport ] [-VisibleAliases ] [-VisibleCmdlets ] [-VisibleFunctions ] [-VisibleExternalCommands ] [-VisibleProviders ] [-ScriptsToProcess ] [-AliasDefinitions ] [-FunctionDefinitions ] [-VariableDefinitions ] [-EnvironmentVariables ] [-TypesToProcess ] [-FormatsToProcess ] [-AssembliesToLoad ] []" + }, + { + "Name": "New-PSSession", + "CommandType": "Cmdlet", + "ParameterSets": "[[-ComputerName] ] [-Credential ] [-Name ] [-EnableNetworkAccess] [-ConfigurationName ] [-Port ] [-UseSSL] [-ApplicationName ] [-ThrottleLimit ] [-SessionOption ] [-Authentication ] [-CertificateThumbprint ] [] [-VMId] -Credential [-Name ] [-ConfigurationName ] [-ThrottleLimit ] [] [-ConnectionUri] [-Credential ] [-Name ] [-EnableNetworkAccess] [-ConfigurationName ] [-ThrottleLimit ] [-AllowRedirection] [-SessionOption ] [-Authentication ] [-CertificateThumbprint ] [] -Credential -VMName [-Name ] [-ConfigurationName ] [-ThrottleLimit ] [] [[-Session] ] [-Name ] [-EnableNetworkAccess] [-ThrottleLimit ] [] -ContainerId [-Name ] [-ConfigurationName ] [-RunAsAdministrator] [-ThrottleLimit ] [] [-HostName] [-Name ] [-Port ] [-UserName ] [-KeyFilePath ] [-SSHTransport] [-Subsystem ] [] -SSHConnection [-Name ] []" + }, + { + "Name": "New-PSSessionConfigurationFile", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-SchemaVersion ] [-Guid ] [-Author ] [-Description ] [-CompanyName ] [-Copyright ] [-SessionType ] [-TranscriptDirectory ] [-RunAsVirtualAccount] [-RunAsVirtualAccountGroups ] [-MountUserDrive] [-UserDriveMaximumSize ] [-GroupManagedServiceAccount ] [-ScriptsToProcess ] [-RoleDefinitions ] [-RequiredGroups ] [-LanguageMode ] [-ExecutionPolicy ] [-PowerShellVersion ] [-ModulesToImport ] [-VisibleAliases ] [-VisibleCmdlets ] [-VisibleFunctions ] [-VisibleExternalCommands ] [-VisibleProviders ] [-AliasDefinitions ] [-FunctionDefinitions ] [-VariableDefinitions ] [-EnvironmentVariables ] [-TypesToProcess ] [-FormatsToProcess ] [-AssembliesToLoad ] [-Full] []" + }, + { + "Name": "New-PSSessionOption", + "CommandType": "Cmdlet", + "ParameterSets": "[-MaximumRedirection ] [-NoCompression] [-NoMachineProfile] [-Culture ] [-UICulture ] [-MaximumReceivedDataSizePerCommand ] [-MaximumReceivedObjectSize ] [-OutputBufferingMode ] [-MaxConnectionRetryCount ] [-ApplicationArguments ] [-OpenTimeout ] [-CancelTimeout ] [-IdleTimeout ] [-ProxyAccessType ] [-ProxyAuthentication ] [-ProxyCredential ] [-SkipCACheck] [-SkipCNCheck] [-SkipRevocationCheck] [-OperationTimeout ] [-NoEncryption] [-UseUTF16] [-IncludePortInSPN] []" + }, + { + "Name": "New-PSTransportOption", + "CommandType": "Cmdlet", + "ParameterSets": "[-MaxIdleTimeoutSec ] [-ProcessIdleTimeoutSec ] [-MaxSessions ] [-MaxConcurrentCommandsPerSession ] [-MaxSessionsPerUser ] [-MaxMemoryPerSessionMB ] [-MaxProcessesPerSession ] [-MaxConcurrentUsers ] [-IdleTimeoutSec ] [-OutputBufferingMode ] []" + }, + { + "Name": "Out-Default", + "CommandType": "Cmdlet", + "ParameterSets": "[-Transcript] [-InputObject ] []" + }, + { + "Name": "Out-Host", + "CommandType": "Cmdlet", + "ParameterSets": "[-Paging] [-InputObject ] []" + }, + { + "Name": "Out-Null", + "CommandType": "Cmdlet", + "ParameterSets": "[-InputObject ] []" + }, + { + "Name": "Receive-Job", + "CommandType": "Cmdlet", + "ParameterSets": "[-Job] [[-Location] ] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] [] [-Job] [[-Session] ] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] [] [-Job] [[-ComputerName] ] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] [] [-Name] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] [] [-InstanceId] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] [] [-Id] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] []" + }, + { + "Name": "Receive-PSSession", + "CommandType": "Cmdlet", + "ParameterSets": "[-Session] [-OutTarget ] [-JobName ] [-WhatIf] [-Confirm] [] [-Id] [-OutTarget ] [-JobName ] [-WhatIf] [-Confirm] [] [-ComputerName] -InstanceId [-ApplicationName ] [-ConfigurationName ] [-OutTarget ] [-JobName ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-Port ] [-UseSSL] [-SessionOption ] [-WhatIf] [-Confirm] [] [-ComputerName] -Name [-ApplicationName ] [-ConfigurationName ] [-OutTarget ] [-JobName ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-Port ] [-UseSSL] [-SessionOption ] [-WhatIf] [-Confirm] [] [-ConnectionUri] -Name [-ConfigurationName ] [-AllowRedirection] [-OutTarget ] [-JobName ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-SessionOption ] [-WhatIf] [-Confirm] [] [-ConnectionUri] -InstanceId [-ConfigurationName ] [-AllowRedirection] [-OutTarget ] [-JobName ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-SessionOption ] [-WhatIf] [-Confirm] [] [-InstanceId] [-OutTarget ] [-JobName ] [-WhatIf] [-Confirm] [] [-Name] [-OutTarget ] [-JobName ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Register-ArgumentCompleter", + "CommandType": "Cmdlet", + "ParameterSets": "-CommandName -ScriptBlock [-Native] [] -ParameterName -ScriptBlock [-CommandName ] []" + }, + { + "Name": "Register-PSSessionConfiguration", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-ProcessorArchitecture ] [-SessionType ] [-ApplicationBase ] [-RunAsCredential ] [-ThreadOptions ] [-AccessMode ] [-UseSharedProcess] [-StartupScript ] [-MaximumReceivedDataSizePerCommandMB ] [-MaximumReceivedObjectSizeMB ] [-SecurityDescriptorSddl ] [-ShowSecurityDescriptorUI] [-Force] [-NoServiceRestart] [-PSVersion ] [-SessionTypeOption ] [-TransportOption ] [-ModulesToImport ] [-WhatIf] [-Confirm] [] [-Name] [-AssemblyName] [-ConfigurationTypeName] [-ProcessorArchitecture ] [-ApplicationBase ] [-RunAsCredential ] [-ThreadOptions ] [-AccessMode ] [-UseSharedProcess] [-StartupScript ] [-MaximumReceivedDataSizePerCommandMB ] [-MaximumReceivedObjectSizeMB ] [-SecurityDescriptorSddl ] [-ShowSecurityDescriptorUI] [-Force] [-NoServiceRestart] [-PSVersion ] [-SessionTypeOption ] [-TransportOption ] [-ModulesToImport ] [-WhatIf] [-Confirm] [] [-Name] -Path [-ProcessorArchitecture ] [-RunAsCredential ] [-ThreadOptions ] [-AccessMode ] [-UseSharedProcess] [-StartupScript ] [-MaximumReceivedDataSizePerCommandMB ] [-MaximumReceivedObjectSizeMB ] [-SecurityDescriptorSddl ] [-ShowSecurityDescriptorUI] [-Force] [-NoServiceRestart] [-TransportOption ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Remove-Job", + "CommandType": "Cmdlet", + "ParameterSets": "[-Id] [-Force] [-WhatIf] [-Confirm] [] [-Job] [-Force] [-WhatIf] [-Confirm] [] [-Name] [-Force] [-WhatIf] [-Confirm] [] [-InstanceId] [-Force] [-WhatIf] [-Confirm] [] [-Filter] [-Force] [-WhatIf] [-Confirm] [] [-State] [-WhatIf] [-Confirm] [] [-Command ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Remove-Module", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-Force] [-WhatIf] [-Confirm] [] [-FullyQualifiedName] [-Force] [-WhatIf] [-Confirm] [] [-ModuleInfo] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Remove-PSSession", + "CommandType": "Cmdlet", + "ParameterSets": "[-Id] [-WhatIf] [-Confirm] [] [-Session] [-WhatIf] [-Confirm] [] -ContainerId [-WhatIf] [-Confirm] [] -VMId [-WhatIf] [-Confirm] [] -VMName [-WhatIf] [-Confirm] [] -InstanceId [-WhatIf] [-Confirm] [] -Name [-WhatIf] [-Confirm] [] [-ComputerName] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Save-Help", + "CommandType": "Cmdlet", + "ParameterSets": "[-DestinationPath] [[-Module] ] [[-UICulture] ] [-FullyQualifiedModule ] [-Credential ] [-UseDefaultCredentials] [-Force] [-Scope ] [] [[-Module] ] [[-UICulture] ] -LiteralPath [-FullyQualifiedModule ] [-Credential ] [-UseDefaultCredentials] [-Force] [-Scope ] []" + }, + { + "Name": "Set-PSDebug", + "CommandType": "Cmdlet", + "ParameterSets": "[-Trace ] [-Step] [-Strict] [] [-Off] []" + }, + { + "Name": "Set-PSSessionConfiguration", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-ApplicationBase ] [-RunAsCredential ] [-ThreadOptions ] [-AccessMode ] [-UseSharedProcess] [-StartupScript ] [-MaximumReceivedDataSizePerCommandMB ] [-MaximumReceivedObjectSizeMB ] [-SecurityDescriptorSddl ] [-ShowSecurityDescriptorUI] [-Force] [-NoServiceRestart] [-PSVersion ] [-SessionTypeOption ] [-TransportOption ] [-ModulesToImport ] [-WhatIf] [-Confirm] [] [-Name] [-AssemblyName] [-ConfigurationTypeName] [-ApplicationBase ] [-RunAsCredential ] [-ThreadOptions ] [-AccessMode ] [-UseSharedProcess] [-StartupScript ] [-MaximumReceivedDataSizePerCommandMB ] [-MaximumReceivedObjectSizeMB ] [-SecurityDescriptorSddl ] [-ShowSecurityDescriptorUI] [-Force] [-NoServiceRestart] [-PSVersion ] [-SessionTypeOption ] [-TransportOption ] [-ModulesToImport ] [-WhatIf] [-Confirm] [] [-Name] -Path [-RunAsCredential ] [-ThreadOptions ] [-AccessMode ] [-UseSharedProcess] [-StartupScript ] [-MaximumReceivedDataSizePerCommandMB ] [-MaximumReceivedObjectSizeMB ] [-SecurityDescriptorSddl ] [-ShowSecurityDescriptorUI] [-Force] [-NoServiceRestart] [-TransportOption ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Set-StrictMode", + "CommandType": "Cmdlet", + "ParameterSets": "-Version [] -Off []" + }, + { + "Name": "Start-Job", + "CommandType": "Cmdlet", + "ParameterSets": "[-ScriptBlock] [[-InitializationScript] ] [-Name ] [-Credential ] [-Authentication ] [-RunAs32] [-PSVersion ] [-InputObject ] [-ArgumentList ] [] [-DefinitionName] [[-DefinitionPath] ] [[-Type] ] [] [-FilePath] [[-InitializationScript] ] [-Name ] [-Credential ] [-Authentication ] [-RunAs32] [-PSVersion ] [-InputObject ] [-ArgumentList ] [] [[-InitializationScript] ] -LiteralPath [-Name ] [-Credential ] [-Authentication ] [-RunAs32] [-PSVersion ] [-InputObject ] [-ArgumentList ] [] [-HostName] [-Subsystem ] []" + }, + { + "Name": "Stop-Job", + "CommandType": "Cmdlet", + "ParameterSets": "[-Id] [-PassThru] [-WhatIf] [-Confirm] [] [-Job] [-PassThru] [-WhatIf] [-Confirm] [] [-Name] [-PassThru] [-WhatIf] [-Confirm] [] [-InstanceId] [-PassThru] [-WhatIf] [-Confirm] [] [-State] [-PassThru] [-WhatIf] [-Confirm] [] [-Filter] [-PassThru] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Test-ModuleManifest", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] []" + }, + { + "Name": "Test-PSSessionConfigurationFile", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] []" + }, + { + "Name": "Unregister-PSSessionConfiguration", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-Force] [-NoServiceRestart] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Update-Help", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Module] ] [[-SourcePath] ] [[-UICulture] ] [-FullyQualifiedModule ] [-Recurse] [-Credential ] [-UseDefaultCredentials] [-Force] [-Scope ] [-WhatIf] [-Confirm] [] [[-Module] ] [[-UICulture] ] [-FullyQualifiedModule ] [-LiteralPath ] [-Recurse] [-Credential ] [-UseDefaultCredentials] [-Force] [-Scope ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Wait-Job", + "CommandType": "Cmdlet", + "ParameterSets": "[-Id] [-Any] [-Timeout ] [-Force] [] [-Job] [-Any] [-Timeout ] [-Force] [] [-Name] [-Any] [-Timeout ] [-Force] [] [-InstanceId] [-Any] [-Timeout ] [-Force] [] [-State] [-Any] [-Timeout ] [-Force] [] [-Filter] [-Any] [-Timeout ] [-Force] []" + }, + { + "Name": "Where-Object", + "CommandType": "Cmdlet", + "ParameterSets": "[-Property] [[-Value] ] [-InputObject ] [-EQ] [] [-FilterScript] [-InputObject ] [] [-Property] [[-Value] ] -CNotLike [-InputObject ] [] [-Property] [[-Value] ] -CEQ [-InputObject ] [] [-Property] [[-Value] ] -NE [-InputObject ] [] [-Property] [[-Value] ] -CNE [-InputObject ] [] [-Property] [[-Value] ] -GT [-InputObject ] [] [-Property] [[-Value] ] -CGT [-InputObject ] [] [-Property] [[-Value] ] -LT [-InputObject ] [] [-Property] [[-Value] ] -CLT [-InputObject ] [] [-Property] [[-Value] ] -GE [-InputObject ] [] [-Property] [[-Value] ] -CGE [-InputObject ] [] [-Property] [[-Value] ] -LE [-InputObject ] [] [-Property] [[-Value] ] -CLE [-InputObject ] [] [-Property] [[-Value] ] -Like [-InputObject ] [] [-Property] [[-Value] ] -CLike [-InputObject ] [] [-Property] [[-Value] ] -NotLike [-InputObject ] [] [-Property] [[-Value] ] -Match [-InputObject ] [] [-Property] [[-Value] ] -CMatch [-InputObject ] [] [-Property] [[-Value] ] -NotMatch [-InputObject ] [] [-Property] [[-Value] ] -CNotMatch [-InputObject ] [] [-Property] [[-Value] ] -Contains [-InputObject ] [] [-Property] [[-Value] ] -CContains [-InputObject ] [] [-Property] [[-Value] ] -NotContains [-InputObject ] [] [-Property] [[-Value] ] -CNotContains [-InputObject ] [] [-Property] [[-Value] ] -In [-InputObject ] [] [-Property] [[-Value] ] -CIn [-InputObject ] [] [-Property] [[-Value] ] -NotIn [-InputObject ] [] [-Property] [[-Value] ] -CNotIn [-InputObject ] [] [-Property] [[-Value] ] -Is [-InputObject ] [] [-Property] [[-Value] ] -IsNot [-InputObject ] [] [-Property] -Not [-InputObject ] []" + } + ], + "ExportedAliases": [ + "%", + "?", + "clhy", + "cnsn", + "dnsn", + "etsn", + "exsn", + "foreach", + "gcm", + "ghy", + "gjb", + "gmo", + "gsn", + "h", + "history", + "icm", + "ihy", + "ipmo", + "nmo", + "nsn", + "oh", + "r", + "rcjb", + "rcsn", + "rjb", + "rmo", + "rsn", + "sajb", + "spjb", + "where", + "wjb" + ] + } + ] +} diff --git a/RuleDocumentation/UseCompatibleCmdlets.md b/RuleDocumentation/UseCompatibleCmdlets.md index 62a2076a0..fe7b486bb 100644 --- a/RuleDocumentation/UseCompatibleCmdlets.md +++ b/RuleDocumentation/UseCompatibleCmdlets.md @@ -10,10 +10,10 @@ This rule flags cmdlets that are not available in a given Edition/Version of Pow @{ 'Rules' = @{ 'PSUseCompatibleCmdlets' = @{ - 'compatibility' = @("core-6.0.2-windows") + 'compatibility' = @("core-6.1.0-windows") } } } ``` -The parameter `compatibility` is a list that contain any of the following `{desktop-3.0-windows, desktop-4.0-windows, desktop-5.1.14393.206-windows, core-6.0.2-windows, core-6.0.2-linux, core-6.0.2-macos}`. +The parameter `compatibility` is a list that contain any of the following `{desktop-3.0-windows, desktop-4.0-windows, desktop-5.1.14393.206-windows, core-6.0.2-windows, core-6.0.2-linux, core-6.0.2-macos, core-6.1.0-windows}`. diff --git a/Rules/UseCompatibleCmdlets.cs b/Rules/UseCompatibleCmdlets.cs index c7df33764..ebe9f0e48 100644 --- a/Rules/UseCompatibleCmdlets.cs +++ b/Rules/UseCompatibleCmdlets.cs @@ -43,7 +43,7 @@ private struct RuleParameters private bool hasInitializationError; private string reference; private readonly string defaultReference = "desktop-5.1.14393.206-windows"; - private readonly string alternativeDefaultReference = "core-6.0.2-windows"; + private readonly string alternativeDefaultReference = "core-6.1.0-windows"; private RuleParameters ruleParameters; public UseCompatibleCmdlets() From a34a0cd5cbe9631b3d9d135c3a9fe3619811448d Mon Sep 17 00:00:00 2001 From: Christoph Bergmeister Date: Fri, 5 Oct 2018 19:00:11 +0100 Subject: [PATCH 2/8] add command date file using Ubuntu 18.04 --- Engine/Settings/core-6.1.0-linux.json | 1696 +++++++++++++++++++++++++ 1 file changed, 1696 insertions(+) create mode 100644 Engine/Settings/core-6.1.0-linux.json diff --git a/Engine/Settings/core-6.1.0-linux.json b/Engine/Settings/core-6.1.0-linux.json new file mode 100644 index 000000000..a07018167 --- /dev/null +++ b/Engine/Settings/core-6.1.0-linux.json @@ -0,0 +1,1696 @@ +{ + "SchemaVersion": "0.0.1", + "Modules": [ + { + "Name": "Microsoft.PowerShell.Archive", + "Version": "1.1.0.0", + "ExportedCommands": [ + { + "Name": "Compress-Archive", + "CommandType": "Function", + "ParameterSets": "[-Path] [-DestinationPath] [-CompressionLevel ] [-PassThru] [-WhatIf] [-Confirm] [] [-Path] [-DestinationPath] -Update [-CompressionLevel ] [-PassThru] [-WhatIf] [-Confirm] [] [-Path] [-DestinationPath] -Force [-CompressionLevel ] [-PassThru] [-WhatIf] [-Confirm] [] [-DestinationPath] -LiteralPath -Update [-CompressionLevel ] [-PassThru] [-WhatIf] [-Confirm] [] [-DestinationPath] -LiteralPath -Force [-CompressionLevel ] [-PassThru] [-WhatIf] [-Confirm] [] [-DestinationPath] -LiteralPath [-CompressionLevel ] [-PassThru] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Expand-Archive", + "CommandType": "Function", + "ParameterSets": "[-Path] [[-DestinationPath] ] [-Force] [-PassThru] [-WhatIf] [-Confirm] [] [[-DestinationPath] ] -LiteralPath [-Force] [-PassThru] [-WhatIf] [-Confirm] []" + } + ], + "ExportedAliases": [] + }, + { + "Name": "Microsoft.PowerShell.Host", + "Version": "6.1.0.0", + "ExportedCommands": [ + { + "Name": "Start-Transcript", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Path] ] [-Append] [-Force] [-NoClobber] [-IncludeInvocationHeader] [-WhatIf] [-Confirm] [] [[-LiteralPath] ] [-Append] [-Force] [-NoClobber] [-IncludeInvocationHeader] [-WhatIf] [-Confirm] [] [[-OutputDirectory] ] [-Append] [-Force] [-NoClobber] [-IncludeInvocationHeader] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Stop-Transcript", + "CommandType": "Cmdlet", + "ParameterSets": "[]" + } + ], + "ExportedAliases": [] + }, + { + "Name": "Microsoft.PowerShell.Management", + "Version": "6.1.0.0", + "ExportedCommands": [ + { + "Name": "Add-Content", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Value] [-PassThru] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [-NoNewline] [-Encoding ] [-AsByteStream] [] [-Value] -LiteralPath [-PassThru] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [-NoNewline] [-Encoding ] [-AsByteStream] []" + }, + { + "Name": "Clear-Content", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Clear-Item", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] -LiteralPath [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Clear-ItemProperty", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Name] [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Name] -LiteralPath [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Convert-Path", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [] -LiteralPath []" + }, + { + "Name": "Copy-Item", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [[-Destination] ] [-Container] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Recurse] [-PassThru] [-Credential ] [-WhatIf] [-Confirm] [-FromSession ] [-ToSession ] [] [[-Destination] ] -LiteralPath [-Container] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Recurse] [-PassThru] [-Credential ] [-WhatIf] [-Confirm] [-FromSession ] [-ToSession ] []" + }, + { + "Name": "Copy-ItemProperty", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Destination] [-Name] [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Destination] [-Name] -LiteralPath [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Debug-Process", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-WhatIf] [-Confirm] [] [-Id] [-WhatIf] [-Confirm] [] -InputObject [-WhatIf] [-Confirm] []" + }, + { + "Name": "Get-ChildItem", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Path] ] [[-Filter] ] [-Include ] [-Exclude ] [-Recurse] [-Depth ] [-Force] [-Name] [-Attributes ] [-FollowSymlink] [-Directory] [-File] [-Hidden] [-ReadOnly] [-System] [] [[-Filter] ] -LiteralPath [-Include ] [-Exclude ] [-Recurse] [-Depth ] [-Force] [-Name] [-Attributes ] [-FollowSymlink] [-Directory] [-File] [-Hidden] [-ReadOnly] [-System] []" + }, + { + "Name": "Get-Content", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-ReadCount ] [-TotalCount ] [-Tail ] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-Delimiter ] [-Wait] [-Raw] [-Encoding ] [-AsByteStream] [] -LiteralPath [-ReadCount ] [-TotalCount ] [-Tail ] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-Delimiter ] [-Wait] [-Raw] [-Encoding ] [-AsByteStream] []" + }, + { + "Name": "Get-Item", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] []" + }, + { + "Name": "Get-ItemProperty", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [[-Name] ] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [] [[-Name] ] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-Credential ] []" + }, + { + "Name": "Get-ItemPropertyValue", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Path] ] [-Name] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [] [-Name] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-Credential ] []" + }, + { + "Name": "Get-Location", + "CommandType": "Cmdlet", + "ParameterSets": "[-PSProvider ] [-PSDrive ] [] [-Stack] [-StackName ] []" + }, + { + "Name": "Get-Process", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-Module] [-FileVersionInfo] [] [[-Name] ] -IncludeUserName [] -Id [-Module] [-FileVersionInfo] [] -Id -IncludeUserName [] -InputObject -IncludeUserName [] -InputObject [-Module] [-FileVersionInfo] []" + }, + { + "Name": "Get-PSDrive", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-Scope ] [-PSProvider ] [] [-LiteralName] [-Scope ] [-PSProvider ] []" + }, + { + "Name": "Get-PSProvider", + "CommandType": "Cmdlet", + "ParameterSets": "[[-PSProvider] ] []" + }, + { + "Name": "Get-TimeZone", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [] -Id [] -ListAvailable []" + }, + { + "Name": "Invoke-Item", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Join-Path", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-ChildPath] [[-AdditionalChildPath] ] [-Resolve] [-Credential ] []" + }, + { + "Name": "Move-Item", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [[-Destination] ] [-Force] [-Filter ] [-Include ] [-Exclude ] [-PassThru] [-Credential ] [-WhatIf] [-Confirm] [] [[-Destination] ] -LiteralPath [-Force] [-Filter ] [-Include ] [-Exclude ] [-PassThru] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Move-ItemProperty", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Destination] [-Name] [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Destination] [-Name] -LiteralPath [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "New-Item", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-ItemType ] [-Value ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [] [[-Path] ] -Name [-ItemType ] [-Value ] [-Force] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "New-ItemProperty", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Name] [-PropertyType ] [-Value ] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Name] -LiteralPath [-PropertyType ] [-Value ] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "New-PSDrive", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-PSProvider] [-Root] [-Description ] [-Scope ] [-Persist] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Pop-Location", + "CommandType": "Cmdlet", + "ParameterSets": "[-PassThru] [-StackName ] []" + }, + { + "Name": "Push-Location", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Path] ] [-PassThru] [-StackName ] [] [-LiteralPath ] [-PassThru] [-StackName ] []" + }, + { + "Name": "Remove-Item", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Filter ] [-Include ] [-Exclude ] [-Recurse] [-Force] [-Credential ] [-WhatIf] [-Confirm] [] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-Recurse] [-Force] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Remove-ItemProperty", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Name] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Name] -LiteralPath [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Remove-PSDrive", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-PSProvider ] [-Scope ] [-Force] [-WhatIf] [-Confirm] [] [-LiteralName] [-PSProvider ] [-Scope ] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Rename-Item", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-NewName] [-Force] [-PassThru] [-Credential ] [-WhatIf] [-Confirm] [] [-NewName] -LiteralPath [-Force] [-PassThru] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Rename-ItemProperty", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Name] [-NewName] [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Name] [-NewName] -LiteralPath [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Resolve-Path", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Relative] [-Credential ] [] -LiteralPath [-Relative] [-Credential ] []" + }, + { + "Name": "Set-Content", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Value] [-PassThru] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [-NoNewline] [-Encoding ] [-AsByteStream] [] [-Value] -LiteralPath [-PassThru] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [-NoNewline] [-Encoding ] [-AsByteStream] []" + }, + { + "Name": "Set-Item", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [[-Value] ] [-Force] [-PassThru] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [[-Value] ] -LiteralPath [-Force] [-PassThru] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Set-ItemProperty", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Name] [-Value] [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Path] -InputObject [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] -LiteralPath -InputObject [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Name] [-Value] -LiteralPath [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Set-Location", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Path] ] [-PassThru] [] -LiteralPath [-PassThru] [] [-PassThru] [-StackName ] []" + }, + { + "Name": "Split-Path", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Parent] [-Resolve] [-Credential ] [] [-Path] [-Leaf] [-Resolve] [-Credential ] [] [-Path] [-LeafBase] [-Resolve] [-Credential ] [] [-Path] [-Extension] [-Resolve] [-Credential ] [] [-Path] [-Qualifier] [-Resolve] [-Credential ] [] [-Path] [-NoQualifier] [-Resolve] [-Credential ] [] [-Path] [-Resolve] [-IsAbsolute] [-Credential ] [] -LiteralPath [-Resolve] [-Credential ] []" + }, + { + "Name": "Start-Process", + "CommandType": "Cmdlet", + "ParameterSets": "[-FilePath] [[-ArgumentList] ] [-Credential ] [-WorkingDirectory ] [-LoadUserProfile] [-NoNewWindow] [-PassThru] [-RedirectStandardError ] [-RedirectStandardInput ] [-RedirectStandardOutput ] [-WindowStyle ] [-Wait] [-UseNewEnvironment] [-WhatIf] [-Confirm] [] [-FilePath] [[-ArgumentList] ] [-WorkingDirectory ] [-PassThru] [-Verb ] [-WindowStyle ] [-Wait] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Stop-Process", + "CommandType": "Cmdlet", + "ParameterSets": "[-Id] [-PassThru] [-Force] [-WhatIf] [-Confirm] [] -Name [-PassThru] [-Force] [-WhatIf] [-Confirm] [] [-InputObject] [-PassThru] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Test-Connection", + "CommandType": "Cmdlet", + "ParameterSets": "[-TargetName] [-Ping] [-IPv4] [-IPv6] [-ResolveDestination] [-Source ] [-MaxHops ] [-Count ] [-Delay ] [-BufferSize ] [-DontFragment] [-TimeoutSeconds ] [-Quiet] [] [-TargetName] [-Ping] [-IPv4] [-IPv6] [-ResolveDestination] [-Source ] [-MaxHops ] [-Delay ] [-BufferSize ] [-DontFragment] [-Continues] [-TimeoutSeconds ] [-Quiet] [] [-TargetName] -Traceroute [-IPv4] [-IPv6] [-ResolveDestination] [-Source ] [-MaxHops ] [-TimeoutSeconds ] [-Quiet] [] [-TargetName] -MTUSizeDetect [-IPv4] [-IPv6] [-ResolveDestination] [-TimeoutSeconds ] [-Quiet] [] [-TargetName] -TCPPort [-IPv4] [-IPv6] [-ResolveDestination] [-Source ] [-TimeoutSeconds ] [-Quiet] []" + }, + { + "Name": "Test-Path", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Filter ] [-Include ] [-Exclude ] [-PathType ] [-IsValid] [-Credential ] [-OlderThan ] [-NewerThan ] [] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-PathType ] [-IsValid] [-Credential ] [-OlderThan ] [-NewerThan ] []" + }, + { + "Name": "Wait-Process", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [[-Timeout] ] [] [-Id] [[-Timeout] ] [] [[-Timeout] ] -InputObject []" + } + ], + "ExportedAliases": [ + "gtz" + ] + }, + { + "Name": "Microsoft.PowerShell.Security", + "Version": "6.1.0.0", + "ExportedCommands": [ + { + "Name": "ConvertFrom-SecureString", + "CommandType": "Cmdlet", + "ParameterSets": "[-SecureString] [[-SecureKey] ] [] [-SecureString] [-Key ] []" + }, + { + "Name": "ConvertTo-SecureString", + "CommandType": "Cmdlet", + "ParameterSets": "[-String] [[-SecureKey] ] [] [-String] [-AsPlainText] [-Force] [] [-String] [-Key ] []" + }, + { + "Name": "Get-Credential", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Credential] ] [] [[-UserName] ] [-Message ] [-Title ] []" + }, + { + "Name": "Get-ExecutionPolicy", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Scope] ] [-List] []" + }, + { + "Name": "Get-PfxCertificate", + "CommandType": "Cmdlet", + "ParameterSets": "[-FilePath] [-Password ] [-NoPromptForPassword] [] -LiteralPath [-Password ] [-NoPromptForPassword] []" + }, + { + "Name": "Set-ExecutionPolicy", + "CommandType": "Cmdlet", + "ParameterSets": "[-ExecutionPolicy] [[-Scope] ] [-Force] [-WhatIf] [-Confirm] []" + } + ], + "ExportedAliases": [] + }, + { + "Name": "Microsoft.PowerShell.Utility", + "Version": "6.1.0.0", + "ExportedCommands": [ + { + "Name": "Add-Member", + "CommandType": "Cmdlet", + "ParameterSets": "-InputObject -TypeName [-PassThru] [] [-NotePropertyMembers] -InputObject [-TypeName ] [-Force] [-PassThru] [] [-NotePropertyName] [-NotePropertyValue] -InputObject [-TypeName ] [-Force] [-PassThru] [] [-MemberType] [-Name] [[-Value] ] [[-SecondValue] ] -InputObject [-TypeName ] [-Force] [-PassThru] []" + }, + { + "Name": "Add-Type", + "CommandType": "Cmdlet", + "ParameterSets": "[-TypeDefinition] [-Language ] [-ReferencedAssemblies ] [-OutputAssembly ] [-OutputType ] [-PassThru] [-IgnoreWarnings] [-CompilerOptions ] [] [-Name] [-MemberDefinition] [-Namespace ] [-UsingNamespace ] [-Language ] [-ReferencedAssemblies ] [-OutputAssembly ] [-OutputType ] [-PassThru] [-IgnoreWarnings] [-CompilerOptions ] [] [-Path] [-ReferencedAssemblies ] [-OutputAssembly ] [-OutputType ] [-PassThru] [-IgnoreWarnings] [-CompilerOptions ] [] -LiteralPath [-ReferencedAssemblies ] [-OutputAssembly ] [-OutputType ] [-PassThru] [-IgnoreWarnings] [-CompilerOptions ] [] -AssemblyName [-PassThru] []" + }, + { + "Name": "Clear-Variable", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-Include ] [-Exclude ] [-Force] [-PassThru] [-Scope ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Compare-Object", + "CommandType": "Cmdlet", + "ParameterSets": "[-ReferenceObject] [-DifferenceObject] [-SyncWindow ] [-Property ] [-ExcludeDifferent] [-IncludeEqual] [-PassThru] [-Culture ] [-CaseSensitive] []" + }, + { + "Name": "ConvertFrom-Csv", + "CommandType": "Cmdlet", + "ParameterSets": "[-InputObject] [[-Delimiter] ] [-Header ] [] [-InputObject] -UseCulture [-Header ] []" + }, + { + "Name": "ConvertFrom-Json", + "CommandType": "Cmdlet", + "ParameterSets": "[-InputObject] [-AsHashtable] []" + }, + { + "Name": "ConvertFrom-Markdown", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-AsVT100EncodedString] [] -LiteralPath [-AsVT100EncodedString] [] -InputObject [-AsVT100EncodedString] []" + }, + { + "Name": "ConvertFrom-StringData", + "CommandType": "Cmdlet", + "ParameterSets": "[-StringData] []" + }, + { + "Name": "ConvertTo-Csv", + "CommandType": "Cmdlet", + "ParameterSets": "[-InputObject] [[-Delimiter] ] [-IncludeTypeInformation] [-NoTypeInformation] [] [-InputObject] [-UseCulture] [-IncludeTypeInformation] [-NoTypeInformation] []" + }, + { + "Name": "ConvertTo-Html", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Property] ] [[-Head] ] [[-Title] ] [[-Body] ] [-InputObject ] [-As ] [-CssUri ] [-PostContent ] [-PreContent ] [-Meta ] [-Charset ] [-Transitional] [] [[-Property] ] [-InputObject ] [-As ] [-Fragment] [-PostContent ] [-PreContent ] []" + }, + { + "Name": "ConvertTo-Json", + "CommandType": "Cmdlet", + "ParameterSets": "[-InputObject] [-Depth ] [-Compress] [-EnumsAsStrings] [-AsArray] []" + }, + { + "Name": "ConvertTo-Xml", + "CommandType": "Cmdlet", + "ParameterSets": "[-InputObject] [-Depth ] [-NoTypeInformation] [-As ] []" + }, + { + "Name": "Debug-Runspace", + "CommandType": "Cmdlet", + "ParameterSets": "[-Runspace] [-WhatIf] [-Confirm] [] [-Name] [-WhatIf] [-Confirm] [] [-Id] [-WhatIf] [-Confirm] [] [-InstanceId] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Disable-PSBreakpoint", + "CommandType": "Cmdlet", + "ParameterSets": "[-Breakpoint] [-PassThru] [-WhatIf] [-Confirm] [] [-Id] [-PassThru] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Disable-RunspaceDebug", + "CommandType": "Cmdlet", + "ParameterSets": "[[-RunspaceName] ] [] [-Runspace] [] [-RunspaceId] [] [-RunspaceInstanceId] [] [[-ProcessName] ] [[-AppDomainName] ] []" + }, + { + "Name": "Enable-PSBreakpoint", + "CommandType": "Cmdlet", + "ParameterSets": "[-Id] [-PassThru] [-WhatIf] [-Confirm] [] [-Breakpoint] [-PassThru] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Enable-RunspaceDebug", + "CommandType": "Cmdlet", + "ParameterSets": "[[-RunspaceName] ] [-BreakAll] [] [-RunspaceId] [-BreakAll] [] [-Runspace] [-BreakAll] [] [-RunspaceInstanceId] [] [[-ProcessName] ] [[-AppDomainName] ] []" + }, + { + "Name": "Export-Alias", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [[-Name] ] [-PassThru] [-As ] [-Append] [-Force] [-NoClobber] [-Description ] [-Scope ] [-WhatIf] [-Confirm] [] [[-Name] ] -LiteralPath [-PassThru] [-As ] [-Append] [-Force] [-NoClobber] [-Description ] [-Scope ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Export-Clixml", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] -InputObject [-Depth ] [-Force] [-NoClobber] [-Encoding ] [-WhatIf] [-Confirm] [] -LiteralPath -InputObject [-Depth ] [-Force] [-NoClobber] [-Encoding ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Export-Csv", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Path] ] [[-Delimiter] ] -InputObject [-LiteralPath ] [-Force] [-NoClobber] [-Encoding ] [-Append] [-IncludeTypeInformation] [-NoTypeInformation] [-WhatIf] [-Confirm] [] [[-Path] ] -InputObject [-LiteralPath ] [-Force] [-NoClobber] [-Encoding ] [-Append] [-UseCulture] [-IncludeTypeInformation] [-NoTypeInformation] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Export-FormatData", + "CommandType": "Cmdlet", + "ParameterSets": "-InputObject -Path [-Force] [-NoClobber] [-IncludeScriptBlock] [] -InputObject -LiteralPath [-Force] [-NoClobber] [-IncludeScriptBlock] []" + }, + { + "Name": "Export-PSSession", + "CommandType": "Cmdlet", + "ParameterSets": "[-Session] [-OutputModule] [[-CommandName] ] [[-FormatTypeName] ] [-Force] [-Encoding ] [-AllowClobber] [-ArgumentList ] [-CommandType ] [-Module ] [-FullyQualifiedModule ] [-Certificate ] []" + }, + { + "Name": "Format-Custom", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Property] ] [-Depth ] [-GroupBy ] [-View ] [-ShowError] [-DisplayError] [-Force] [-Expand ] [-InputObject ] []" + }, + { + "Name": "Format-Hex", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-WhatIf] [-Confirm] [] -LiteralPath [-WhatIf] [-Confirm] [] -InputObject [-Encoding ] [-Raw] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Format-List", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Property] ] [-GroupBy ] [-View ] [-ShowError] [-DisplayError] [-Force] [-Expand ] [-InputObject ] []" + }, + { + "Name": "Format-Table", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Property] ] [-AutoSize] [-HideTableHeaders] [-Wrap] [-GroupBy ] [-View ] [-ShowError] [-DisplayError] [-Force] [-Expand ] [-InputObject ] []" + }, + { + "Name": "Format-Wide", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Property] ] [-AutoSize] [-Column ] [-GroupBy ] [-View ] [-ShowError] [-DisplayError] [-Force] [-Expand ] [-InputObject ] []" + }, + { + "Name": "Get-Alias", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-Exclude ] [-Scope ] [] [-Exclude ] [-Scope ] [-Definition ] []" + }, + { + "Name": "Get-Culture", + "CommandType": "Cmdlet", + "ParameterSets": "[]" + }, + { + "Name": "Get-Date", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Date] ] [-Year ] [-Month ] [-Day ] [-Hour ] [-Minute ] [-Second ] [-Millisecond ] [-DisplayHint ] [-Format ] [] [[-Date] ] [-Year ] [-Month ] [-Day ] [-Hour ] [-Minute ] [-Second ] [-Millisecond ] [-DisplayHint ] [-UFormat ] []" + }, + { + "Name": "Get-Event", + "CommandType": "Cmdlet", + "ParameterSets": "[[-SourceIdentifier] ] [] [-EventIdentifier] []" + }, + { + "Name": "Get-EventSubscriber", + "CommandType": "Cmdlet", + "ParameterSets": "[[-SourceIdentifier] ] [-Force] [] [-SubscriptionId] [-Force] []" + }, + { + "Name": "Get-FileHash", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [[-Algorithm] ] [] [-LiteralPath] [[-Algorithm] ] [] [-InputStream] [[-Algorithm] ] []" + }, + { + "Name": "Get-FormatData", + "CommandType": "Cmdlet", + "ParameterSets": "[[-TypeName] ] [-PowerShellVersion ] []" + }, + { + "Name": "Get-Host", + "CommandType": "Cmdlet", + "ParameterSets": "[]" + }, + { + "Name": "Get-MarkdownOption", + "CommandType": "Cmdlet", + "ParameterSets": "[]" + }, + { + "Name": "Get-Member", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-InputObject ] [-MemberType ] [-View ] [-Static] [-Force] []" + }, + { + "Name": "Get-PSBreakpoint", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Script] ] [] -Command [-Script ] [] -Variable [-Script ] [] [-Type] [-Script ] [] [-Id] []" + }, + { + "Name": "Get-PSCallStack", + "CommandType": "Cmdlet", + "ParameterSets": "[]" + }, + { + "Name": "Get-Random", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Maximum] ] [-SetSeed ] [-Minimum ] [] [-InputObject] [-SetSeed ] [-Count ] []" + }, + { + "Name": "Get-Runspace", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [] [-Id] [] [-InstanceId] []" + }, + { + "Name": "Get-RunspaceDebug", + "CommandType": "Cmdlet", + "ParameterSets": "[[-RunspaceName] ] [] [-Runspace] [] [-RunspaceId] [] [-RunspaceInstanceId] [] [[-ProcessName] ] [[-AppDomainName] ] []" + }, + { + "Name": "Get-TraceSource", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] []" + }, + { + "Name": "Get-TypeData", + "CommandType": "Cmdlet", + "ParameterSets": "[[-TypeName] ] []" + }, + { + "Name": "Get-UICulture", + "CommandType": "Cmdlet", + "ParameterSets": "[]" + }, + { + "Name": "Get-Unique", + "CommandType": "Cmdlet", + "ParameterSets": "[-InputObject ] [-AsString] [] [-InputObject ] [-OnType] []" + }, + { + "Name": "Get-Uptime", + "CommandType": "Cmdlet", + "ParameterSets": "[] [-Since] []" + }, + { + "Name": "Get-Variable", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-ValueOnly] [-Include ] [-Exclude ] [-Scope ] []" + }, + { + "Name": "Get-Verb", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Verb] ] [[-Group] ] []" + }, + { + "Name": "Group-Object", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Property] ] [-NoElement] [-AsHashTable] [-AsString] [-InputObject ] [-Culture ] [-CaseSensitive] []" + }, + { + "Name": "Import-Alias", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Scope ] [-PassThru] [-Force] [-WhatIf] [-Confirm] [] -LiteralPath [-Scope ] [-PassThru] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Import-Clixml", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-IncludeTotalCount] [-Skip ] [-First ] [] -LiteralPath [-IncludeTotalCount] [-Skip ] [-First ] []" + }, + { + "Name": "Import-Csv", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Path] ] [[-Delimiter] ] [-LiteralPath ] [-Header ] [-Encoding ] [] [[-Path] ] -UseCulture [-LiteralPath ] [-Header ] [-Encoding ] []" + }, + { + "Name": "Import-LocalizedData", + "CommandType": "Cmdlet", + "ParameterSets": "[[-BindingVariable] ] [[-UICulture] ] [-BaseDirectory ] [-FileName ] [-SupportedCommand ] []" + }, + { + "Name": "Import-PowerShellDataFile", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [] [-LiteralPath] []" + }, + { + "Name": "Import-PSSession", + "CommandType": "Cmdlet", + "ParameterSets": "[-Session] [[-CommandName] ] [[-FormatTypeName] ] [-Prefix ] [-DisableNameChecking] [-AllowClobber] [-ArgumentList ] [-CommandType ] [-Module ] [-FullyQualifiedModule ] [-Certificate ] []" + }, + { + "Name": "Invoke-Expression", + "CommandType": "Cmdlet", + "ParameterSets": "[-Command] []" + }, + { + "Name": "Invoke-RestMethod", + "CommandType": "Cmdlet", + "ParameterSets": "[-Uri] [-Method ] [-FollowRelLink] [-MaximumFollowRelLink ] [-ResponseHeadersVariable ] [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-MaximumRetryCount ] [-RetryIntervalSec ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-Body ] [-Form ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-Resume] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] [] [-Uri] -NoProxy [-Method ] [-FollowRelLink] [-MaximumFollowRelLink ] [-ResponseHeadersVariable ] [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-MaximumRetryCount ] [-RetryIntervalSec ] [-Body ] [-Form ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-Resume] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] [] [-Uri] -CustomMethod -NoProxy [-FollowRelLink] [-MaximumFollowRelLink ] [-ResponseHeadersVariable ] [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-MaximumRetryCount ] [-RetryIntervalSec ] [-Body ] [-Form ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-Resume] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] [] [-Uri] -CustomMethod [-FollowRelLink] [-MaximumFollowRelLink ] [-ResponseHeadersVariable ] [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-MaximumRetryCount ] [-RetryIntervalSec ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-Body ] [-Form ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-Resume] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] []" + }, + { + "Name": "Invoke-WebRequest", + "CommandType": "Cmdlet", + "ParameterSets": "[-Uri] [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-MaximumRetryCount ] [-RetryIntervalSec ] [-Method ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-Body ] [-Form ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-Resume] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] [] [-Uri] -NoProxy [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-MaximumRetryCount ] [-RetryIntervalSec ] [-Method ] [-Body ] [-Form ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-Resume] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] [] [-Uri] -CustomMethod -NoProxy [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-MaximumRetryCount ] [-RetryIntervalSec ] [-Body ] [-Form ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-Resume] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] [] [-Uri] -CustomMethod [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-MaximumRetryCount ] [-RetryIntervalSec ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-Body ] [-Form ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-Resume] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] []" + }, + { + "Name": "Measure-Command", + "CommandType": "Cmdlet", + "ParameterSets": "[-Expression] [-InputObject ] []" + }, + { + "Name": "Measure-Object", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Property] ] [-InputObject ] [-StandardDeviation] [-Sum] [-AllStats] [-Average] [-Maximum] [-Minimum] [] [[-Property] ] [-InputObject ] [-Line] [-Word] [-Character] [-IgnoreWhiteSpace] []" + }, + { + "Name": "New-Alias", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-Value] [-Description ] [-Option ] [-PassThru] [-Scope ] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "New-Event", + "CommandType": "Cmdlet", + "ParameterSets": "[-SourceIdentifier] [[-Sender] ] [[-EventArguments] ] [[-MessageData] ] []" + }, + { + "Name": "New-Guid", + "CommandType": "Cmdlet", + "ParameterSets": "[]" + }, + { + "Name": "New-Object", + "CommandType": "Cmdlet", + "ParameterSets": "[-TypeName] [[-ArgumentList] ] [-Property ] [] [-Strict] [-Property ] []" + }, + { + "Name": "New-TemporaryFile", + "CommandType": "Cmdlet", + "ParameterSets": "[-WhatIf] [-Confirm] []" + }, + { + "Name": "New-TimeSpan", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Start] ] [[-End] ] [] [-Days ] [-Hours ] [-Minutes ] [-Seconds ] []" + }, + { + "Name": "New-Variable", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [[-Value] ] [-Description ] [-Option ] [-Visibility ] [-Force] [-PassThru] [-Scope ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Out-File", + "CommandType": "Cmdlet", + "ParameterSets": "[-FilePath] [[-Encoding] ] [-Append] [-Force] [-NoClobber] [-Width ] [-NoNewline] [-InputObject ] [-WhatIf] [-Confirm] [] [[-Encoding] ] -LiteralPath [-Append] [-Force] [-NoClobber] [-Width ] [-NoNewline] [-InputObject ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Out-String", + "CommandType": "Cmdlet", + "ParameterSets": "[-Width ] [-NoNewline] [-InputObject ] [] [-Stream] [-Width ] [-InputObject ] []" + }, + { + "Name": "Read-Host", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Prompt] ] [-AsSecureString] []" + }, + { + "Name": "Register-EngineEvent", + "CommandType": "Cmdlet", + "ParameterSets": "[-SourceIdentifier] [[-Action] ] [-MessageData ] [-SupportEvent] [-Forward] [-MaxTriggerCount ] []" + }, + { + "Name": "Register-ObjectEvent", + "CommandType": "Cmdlet", + "ParameterSets": "[-InputObject] [-EventName] [[-SourceIdentifier] ] [[-Action] ] [-MessageData ] [-SupportEvent] [-Forward] [-MaxTriggerCount ] []" + }, + { + "Name": "Remove-Alias", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-Scope ] [-Force] []" + }, + { + "Name": "Remove-Event", + "CommandType": "Cmdlet", + "ParameterSets": "[-SourceIdentifier] [-WhatIf] [-Confirm] [] [-EventIdentifier] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Remove-PSBreakpoint", + "CommandType": "Cmdlet", + "ParameterSets": "[-Breakpoint] [-WhatIf] [-Confirm] [] [-Id] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Remove-TypeData", + "CommandType": "Cmdlet", + "ParameterSets": "-TypeData [-WhatIf] [-Confirm] [] [-TypeName] [-WhatIf] [-Confirm] [] -Path [-WhatIf] [-Confirm] []" + }, + { + "Name": "Remove-Variable", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-Include ] [-Exclude ] [-Force] [-Scope ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Select-Object", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Property] ] [-InputObject ] [-ExcludeProperty ] [-ExpandProperty ] [-Unique] [-Last ] [-First ] [-Skip ] [-Wait] [] [[-Property] ] [-InputObject ] [-ExcludeProperty ] [-ExpandProperty ] [-Unique] [-SkipLast ] [] [-InputObject ] [-Unique] [-Wait] [-Index ] [] [-InputObject ] [-Unique] [-SkipIndex ] []" + }, + { + "Name": "Select-String", + "CommandType": "Cmdlet", + "ParameterSets": "[-Pattern] [-Path] [-SimpleMatch] [-CaseSensitive] [-Quiet] [-List] [-Include ] [-Exclude ] [-NotMatch] [-AllMatches] [-Encoding ] [-Context ] [] [-Pattern] -InputObject [-SimpleMatch] [-CaseSensitive] [-Quiet] [-List] [-Include ] [-Exclude ] [-NotMatch] [-AllMatches] [-Encoding ] [-Context ] [] [-Pattern] -LiteralPath [-SimpleMatch] [-CaseSensitive] [-Quiet] [-List] [-Include ] [-Exclude ] [-NotMatch] [-AllMatches] [-Encoding ] [-Context ] []" + }, + { + "Name": "Select-Xml", + "CommandType": "Cmdlet", + "ParameterSets": "[-XPath] [-Xml] [-Namespace ] [] [-XPath] [-Path] [-Namespace ] [] [-XPath] -LiteralPath [-Namespace ] [] [-XPath] -Content [-Namespace ] []" + }, + { + "Name": "Send-MailMessage", + "CommandType": "Cmdlet", + "ParameterSets": "[-To] [-Subject] [[-Body] ] [[-SmtpServer] ] -From [-Attachments ] [-Bcc ] [-BodyAsHtml] [-Encoding ] [-Cc ] [-DeliveryNotificationOption ] [-Priority ] [-Credential ] [-UseSsl] [-Port ] []" + }, + { + "Name": "Set-Alias", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-Value] [-Description ] [-Option ] [-PassThru] [-Scope ] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Set-Date", + "CommandType": "Cmdlet", + "ParameterSets": "[-Date] [-DisplayHint ] [-WhatIf] [-Confirm] [] [-Adjust] [-DisplayHint ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Set-MarkdownOption", + "CommandType": "Cmdlet", + "ParameterSets": "[-Header1Color ] [-Header2Color ] [-Header3Color ] [-Header4Color ] [-Header5Color ] [-Header6Color ] [-Code ] [-ImageAltTextForegroundColor ] [-LinkForegroundColor ] [-ItalicsForegroundColor ] [-BoldForegroundColor ] [-PassThru] [] -Theme [-PassThru] [] [-InputObject] [-PassThru] []" + }, + { + "Name": "Set-PSBreakpoint", + "CommandType": "Cmdlet", + "ParameterSets": "[-Script] [-Line] [[-Column] ] [-Action ] [] [[-Script] ] -Command [-Action ] [] [[-Script] ] -Variable [-Action ] [-Mode ] []" + }, + { + "Name": "Set-TraceSource", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [[-Option] ] [-ListenerOption ] [-FilePath ] [-Force] [-Debugger] [-PSHost] [-PassThru] [] [-Name] [-RemoveListener ] [] [-Name] [-RemoveFileListener ] []" + }, + { + "Name": "Set-Variable", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [[-Value] ] [-Include ] [-Exclude ] [-Description ] [-Option ] [-Force] [-Visibility ] [-PassThru] [-Scope ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Show-Markdown", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-UseBrowser] [] -InputObject [-UseBrowser] [] -LiteralPath [-UseBrowser] []" + }, + { + "Name": "Sort-Object", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Property] ] [-Descending] [-Unique] [-Top ] [-InputObject ] [-Culture ] [-CaseSensitive] [] [[-Property] ] -Bottom [-Descending] [-Unique] [-InputObject ] [-Culture ] [-CaseSensitive] []" + }, + { + "Name": "Start-Sleep", + "CommandType": "Cmdlet", + "ParameterSets": "[-Seconds] [] -Milliseconds []" + }, + { + "Name": "Tee-Object", + "CommandType": "Cmdlet", + "ParameterSets": "[-FilePath] [-InputObject ] [-Append] [] -LiteralPath [-InputObject ] [] -Variable [-InputObject ] []" + }, + { + "Name": "Test-Json", + "CommandType": "Cmdlet", + "ParameterSets": "[-Json] [[-Schema] ] []" + }, + { + "Name": "Trace-Command", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-Expression] [[-Option] ] [-InputObject ] [-ListenerOption ] [-FilePath ] [-Force] [-Debugger] [-PSHost] [] [-Name] [-Command] [[-Option] ] [-InputObject ] [-ArgumentList ] [-ListenerOption ] [-FilePath ] [-Force] [-Debugger] [-PSHost] []" + }, + { + "Name": "Unregister-Event", + "CommandType": "Cmdlet", + "ParameterSets": "[-SourceIdentifier] [-Force] [-WhatIf] [-Confirm] [] [-SubscriptionId] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Update-FormatData", + "CommandType": "Cmdlet", + "ParameterSets": "[[-AppendPath] ] [-PrependPath ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Update-TypeData", + "CommandType": "Cmdlet", + "ParameterSets": "[[-AppendPath] ] [-PrependPath ] [-WhatIf] [-Confirm] [] -TypeName [-MemberType ] [-MemberName ] [-Value ] [-SecondValue ] [-TypeConverter ] [-TypeAdapter ] [-SerializationMethod ] [-TargetTypeForDeserialization ] [-SerializationDepth ] [-DefaultDisplayProperty ] [-InheritPropertySerializationSet ] [-StringSerializationSource ] [-DefaultDisplayPropertySet ] [-DefaultKeyPropertySet ] [-PropertySerializationSet ] [-Force] [-WhatIf] [-Confirm] [] [-TypeData] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Wait-Debugger", + "CommandType": "Cmdlet", + "ParameterSets": "[]" + }, + { + "Name": "Wait-Event", + "CommandType": "Cmdlet", + "ParameterSets": "[[-SourceIdentifier] ] [-Timeout ] []" + }, + { + "Name": "Write-Debug", + "CommandType": "Cmdlet", + "ParameterSets": "[-Message] []" + }, + { + "Name": "Write-Error", + "CommandType": "Cmdlet", + "ParameterSets": "[-Message] [-Category ] [-ErrorId ] [-TargetObject ] [-RecommendedAction ] [-CategoryActivity ] [-CategoryReason ] [-CategoryTargetName ] [-CategoryTargetType ] [] -Exception [-Message ] [-Category ] [-ErrorId ] [-TargetObject ] [-RecommendedAction ] [-CategoryActivity ] [-CategoryReason ] [-CategoryTargetName ] [-CategoryTargetType ] [] -ErrorRecord [-RecommendedAction ] [-CategoryActivity ] [-CategoryReason ] [-CategoryTargetName ] [-CategoryTargetType ] []" + }, + { + "Name": "Write-Host", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Object] ] [-NoNewline] [-Separator ] [-ForegroundColor ] [-BackgroundColor ] []" + }, + { + "Name": "Write-Information", + "CommandType": "Cmdlet", + "ParameterSets": "[-MessageData] [[-Tags] ] []" + }, + { + "Name": "Write-Output", + "CommandType": "Cmdlet", + "ParameterSets": "[-InputObject] [-NoEnumerate] []" + }, + { + "Name": "Write-Progress", + "CommandType": "Cmdlet", + "ParameterSets": "[-Activity] [[-Status] ] [[-Id] ] [-PercentComplete ] [-SecondsRemaining ] [-CurrentOperation ] [-ParentId ] [-Completed] [-SourceId ] []" + }, + { + "Name": "Write-Verbose", + "CommandType": "Cmdlet", + "ParameterSets": "[-Message] []" + }, + { + "Name": "Write-Warning", + "CommandType": "Cmdlet", + "ParameterSets": "[-Message] []" + } + ], + "ExportedAliases": [ + "fhx" + ] + }, + { + "Name": "PackageManagement", + "Version": "1.1.7.2", + "ExportedCommands": [ + { + "Name": "Find-Package", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-IncludeDependencies] [-AllVersions] [-Source ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Force] [-ForceBootstrap] [-ProviderName ] [-ConfigFile ] [-SkipValidate] [-Headers ] [-FilterOnTag ] [-Contains ] [-AllowPrereleaseVersions] [] [[-Name] ] [-IncludeDependencies] [-AllVersions] [-Source ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Force] [-ForceBootstrap] [-ProviderName ] [-AllowPrereleaseVersions] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Type ] [-Filter ] [-Tag ] [-Includes ] [-DscResource ] [-RoleCapability ] [-Command ] [-AcceptLicense] []" + }, + { + "Name": "Find-PackageProvider", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-AllVersions] [-Source ] [-IncludeDependencies] [-Credential ] [-Proxy ] [-ProxyCredential ] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Force] [-ForceBootstrap] []" + }, + { + "Name": "Get-Package", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-AllVersions] [-Force] [-ForceBootstrap] [-ProviderName ] [-Destination ] [-ExcludeVersion] [-Scope ] [-SkipDependencies] [] [[-Name] ] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-AllVersions] [-Force] [-ForceBootstrap] [-ProviderName ] [-Scope ] [-PackageManagementProvider ] [-Type ] [-AllowClobber] [-SkipPublisherCheck] [-InstallUpdate] [-NoPathUpdate] [-AllowPrereleaseVersions] []" + }, + { + "Name": "Get-PackageProvider", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-ListAvailable] [-Force] [-ForceBootstrap] []" + }, + { + "Name": "Get-PackageSource", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-Location ] [-Force] [-ForceBootstrap] [-ProviderName ] [-ConfigFile ] [-SkipValidate] [] [[-Name] ] [-Location ] [-Force] [-ForceBootstrap] [-ProviderName ] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] []" + }, + { + "Name": "Import-PackageProvider", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Force] [-ForceBootstrap] []" + }, + { + "Name": "Install-Package", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Source ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ProviderName ] [] [-InputObject] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [-Headers ] [-FilterOnTag ] [-Contains ] [-AllowPrereleaseVersions] [-Destination ] [-ExcludeVersion] [-Scope ] [-SkipDependencies] [] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [-Headers ] [-FilterOnTag ] [-Contains ] [-AllowPrereleaseVersions] [-Destination ] [-ExcludeVersion] [-Scope ] [-SkipDependencies] [] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-AllowPrereleaseVersions] [-Scope ] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Type ] [-Filter ] [-Tag ] [-Includes ] [-DscResource ] [-RoleCapability ] [-Command ] [-AcceptLicense] [-AllowClobber] [-SkipPublisherCheck] [-InstallUpdate] [-NoPathUpdate] [] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-AllowPrereleaseVersions] [-Scope ] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Type ] [-Filter ] [-Tag ] [-Includes ] [-DscResource ] [-RoleCapability ] [-Command ] [-AcceptLicense] [-AllowClobber] [-SkipPublisherCheck] [-InstallUpdate] [-NoPathUpdate] []" + }, + { + "Name": "Install-PackageProvider", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Credential ] [-Scope ] [-Source ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [] [-InputObject] [-Scope ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Register-PackageSource", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [[-Location] ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ProviderName ] [] [[-Name] ] [[-Location] ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [] [[-Name] ] [[-Location] ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] []" + }, + { + "Name": "Save-Package", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Source ] [-Path ] [-LiteralPath ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ProviderName ] [] -InputObject [-Path ] [-LiteralPath ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [] [-Path ] [-LiteralPath ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [-Headers ] [-FilterOnTag ] [-Contains ] [-AllowPrereleaseVersions] [] [-Path ] [-LiteralPath ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [-Headers ] [-FilterOnTag ] [-Contains ] [-AllowPrereleaseVersions] [] [-Path ] [-LiteralPath ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-AllowPrereleaseVersions] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Type ] [-Filter ] [-Tag ] [-Includes ] [-DscResource ] [-RoleCapability ] [-Command ] [-AcceptLicense] [] [-Path ] [-LiteralPath ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-AllowPrereleaseVersions] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Type ] [-Filter ] [-Tag ] [-Includes ] [-DscResource ] [-RoleCapability ] [-Command ] [-AcceptLicense] []" + }, + { + "Name": "Set-PackageSource", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Location ] [-NewLocation ] [-NewName ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ProviderName ] [] -InputObject [-Proxy ] [-ProxyCredential ] [-Credential ] [-NewLocation ] [-NewName ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [] [-Proxy ] [-ProxyCredential ] [-Credential ] [-NewLocation ] [-NewName ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [] [-Proxy ] [-ProxyCredential ] [-Credential ] [-NewLocation ] [-NewName ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [] [-Proxy ] [-ProxyCredential ] [-Credential ] [-NewLocation ] [-NewName ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [] [-Proxy ] [-ProxyCredential ] [-Credential ] [-NewLocation ] [-NewName ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] []" + }, + { + "Name": "Uninstall-Package", + "CommandType": "Cmdlet", + "ParameterSets": "[-InputObject] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [] [-Name] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ProviderName ] [] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-Destination ] [-ExcludeVersion] [-Scope ] [-SkipDependencies] [] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-Destination ] [-ExcludeVersion] [-Scope ] [-SkipDependencies] [] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-Scope ] [-PackageManagementProvider ] [-Type ] [-AllowClobber] [-SkipPublisherCheck] [-InstallUpdate] [-NoPathUpdate] [-AllowPrereleaseVersions] [] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-Scope ] [-PackageManagementProvider ] [-Type ] [-AllowClobber] [-SkipPublisherCheck] [-InstallUpdate] [-NoPathUpdate] [-AllowPrereleaseVersions] []" + }, + { + "Name": "Unregister-PackageSource", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Source] ] [-Location ] [-Credential ] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ProviderName ] [] -InputObject [-Credential ] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [] [-Credential ] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [] [-Credential ] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [] [-Credential ] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [] [-Credential ] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] []" + } + ], + "ExportedAliases": [] + }, + { + "Name": "PowerShellGet", + "Version": "1.6.7", + "ExportedCommands": [ + { + "Name": "Find-Command", + "CommandType": "Function", + "ParameterSets": "[[-Name] ] [-ModuleName ] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-AllVersions] [-AllowPrerelease] [-Tag ] [-Filter ] [-Proxy ] [-ProxyCredential ] [-Repository ] []" + }, + { + "Name": "Find-DscResource", + "CommandType": "Function", + "ParameterSets": "[[-Name] ] [-ModuleName ] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-AllVersions] [-AllowPrerelease] [-Tag ] [-Filter ] [-Proxy ] [-ProxyCredential ] [-Repository ] []" + }, + { + "Name": "Find-Module", + "CommandType": "Function", + "ParameterSets": "[[-Name] ] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-AllVersions] [-IncludeDependencies] [-Filter ] [-Tag ] [-Includes ] [-DscResource ] [-RoleCapability ] [-Command ] [-Proxy ] [-ProxyCredential ] [-Repository ] [-Credential ] [-AllowPrerelease] []" + }, + { + "Name": "Find-RoleCapability", + "CommandType": "Function", + "ParameterSets": "[[-Name] ] [-ModuleName ] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-AllVersions] [-AllowPrerelease] [-Tag ] [-Filter ] [-Proxy ] [-ProxyCredential ] [-Repository ] []" + }, + { + "Name": "Find-Script", + "CommandType": "Function", + "ParameterSets": "[[-Name] ] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-AllVersions] [-IncludeDependencies] [-Filter ] [-Tag ] [-Includes ] [-Command ] [-Proxy ] [-ProxyCredential ] [-Repository ] [-Credential ] [-AllowPrerelease] []" + }, + { + "Name": "Get-InstalledModule", + "CommandType": "Function", + "ParameterSets": "[[-Name] ] [-MinimumVersion ] [-RequiredVersion ] [-MaximumVersion ] [-AllVersions] [-AllowPrerelease] []" + }, + { + "Name": "Get-InstalledScript", + "CommandType": "Function", + "ParameterSets": "[[-Name] ] [-MinimumVersion ] [-RequiredVersion ] [-MaximumVersion ] [-AllowPrerelease] []" + }, + { + "Name": "Get-PSRepository", + "CommandType": "Function", + "ParameterSets": "[[-Name] ] []" + }, + { + "Name": "Install-Module", + "CommandType": "Function", + "ParameterSets": "[-Name] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-Repository ] [-Credential ] [-Scope ] [-Proxy ] [-ProxyCredential ] [-AllowClobber] [-SkipPublisherCheck] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-InputObject] [-Credential ] [-Scope ] [-Proxy ] [-ProxyCredential ] [-AllowClobber] [-SkipPublisherCheck] [-Force] [-AcceptLicense] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Install-Script", + "CommandType": "Function", + "ParameterSets": "[-Name] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-Repository ] [-Scope ] [-NoPathUpdate] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-InputObject] [-Scope ] [-NoPathUpdate] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AcceptLicense] [-WhatIf] [-Confirm] []" + }, + { + "Name": "New-ScriptFileInfo", + "CommandType": "Function", + "ParameterSets": "[[-Path] ] -Description [-Version ] [-Author ] [-Guid ] [-CompanyName ] [-Copyright ] [-RequiredModules ] [-ExternalModuleDependencies ] [-RequiredScripts ] [-ExternalScriptDependencies ] [-Tags ] [-ProjectUri ] [-LicenseUri ] [-IconUri ] [-ReleaseNotes ] [-PrivateData ] [-PassThru] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Publish-Module", + "CommandType": "Function", + "ParameterSets": "-Name [-RequiredVersion ] [-NuGetApiKey ] [-Repository ] [-Credential ] [-FormatVersion ] [-ReleaseNotes ] [-Tags ] [-LicenseUri ] [-IconUri ] [-ProjectUri ] [-Force] [-AllowPrerelease] [-WhatIf] [-Confirm] [] -Path [-NuGetApiKey ] [-Repository ] [-Credential ] [-FormatVersion ] [-ReleaseNotes ] [-Tags ] [-LicenseUri ] [-IconUri ] [-ProjectUri ] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Publish-Script", + "CommandType": "Function", + "ParameterSets": "-Path [-NuGetApiKey ] [-Repository ] [-Credential ] [-Force] [-WhatIf] [-Confirm] [] -LiteralPath [-NuGetApiKey ] [-Repository ] [-Credential ] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Register-PSRepository", + "CommandType": "Function", + "ParameterSets": "[-Name] [-SourceLocation] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Credential ] [-InstallationPolicy ] [-Proxy ] [-ProxyCredential ] [-PackageManagementProvider ] [] -Default [-InstallationPolicy ] [-Proxy ] [-ProxyCredential ] []" + }, + { + "Name": "Save-Module", + "CommandType": "Function", + "ParameterSets": "[-Name] [-Path] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-Repository ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-Name] -LiteralPath [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-Repository ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-InputObject] -LiteralPath [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-InputObject] [-Path] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AcceptLicense] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Save-Script", + "CommandType": "Function", + "ParameterSets": "[-Name] [-Path] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-Repository ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-Name] -LiteralPath [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-Repository ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-InputObject] -LiteralPath [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-InputObject] [-Path] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AcceptLicense] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Set-PSRepository", + "CommandType": "Function", + "ParameterSets": "[-Name] [[-SourceLocation] ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Credential ] [-InstallationPolicy ] [-Proxy ] [-ProxyCredential ] [-PackageManagementProvider ] []" + }, + { + "Name": "Test-ScriptFileInfo", + "CommandType": "Function", + "ParameterSets": "[-Path] [] -LiteralPath []" + }, + { + "Name": "Uninstall-Module", + "CommandType": "Function", + "ParameterSets": "[-Name] [-MinimumVersion ] [-RequiredVersion ] [-MaximumVersion ] [-AllVersions] [-Force] [-AllowPrerelease] [-WhatIf] [-Confirm] [] [-InputObject] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Uninstall-Script", + "CommandType": "Function", + "ParameterSets": "[-Name] [-MinimumVersion ] [-RequiredVersion ] [-MaximumVersion ] [-Force] [-AllowPrerelease] [-WhatIf] [-Confirm] [] [-InputObject] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Unregister-PSRepository", + "CommandType": "Function", + "ParameterSets": "[-Name] []" + }, + { + "Name": "Update-Module", + "CommandType": "Function", + "ParameterSets": "[[-Name] ] [-RequiredVersion ] [-MaximumVersion ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Update-ModuleManifest", + "CommandType": "Function", + "ParameterSets": "[-Path] [-NestedModules ] [-Guid ] [-Author ] [-CompanyName ] [-Copyright ] [-RootModule ] [-ModuleVersion ] [-Description ] [-ProcessorArchitecture ] [-CompatiblePSEditions ] [-PowerShellVersion ] [-ClrVersion ] [-DotNetFrameworkVersion ] [-PowerShellHostName ] [-PowerShellHostVersion ] [-RequiredModules ] [-TypesToProcess ] [-FormatsToProcess ] [-ScriptsToProcess ] [-RequiredAssemblies ] [-FileList ] [-ModuleList ] [-FunctionsToExport ] [-AliasesToExport ] [-VariablesToExport ] [-CmdletsToExport ] [-DscResourcesToExport ] [-PrivateData ] [-Tags ] [-ProjectUri ] [-LicenseUri ] [-IconUri ] [-ReleaseNotes ] [-Prerelease ] [-HelpInfoUri ] [-PassThru] [-DefaultCommandPrefix ] [-ExternalModuleDependencies ] [-PackageManagementProviders ] [-RequireLicenseAcceptance] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Update-Script", + "CommandType": "Function", + "ParameterSets": "[[-Name] ] [-RequiredVersion ] [-MaximumVersion ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Update-ScriptFileInfo", + "CommandType": "Function", + "ParameterSets": "[-Path] [-Version ] [-Author ] [-Guid ] [-Description ] [-CompanyName ] [-Copyright ] [-RequiredModules ] [-ExternalModuleDependencies ] [-RequiredScripts ] [-ExternalScriptDependencies ] [-Tags ] [-ProjectUri ] [-LicenseUri ] [-IconUri ] [-ReleaseNotes ] [-PrivateData ] [-PassThru] [-Force] [-WhatIf] [-Confirm] [] [-LiteralPath] [-Version ] [-Author ] [-Guid ] [-Description ] [-CompanyName ] [-Copyright ] [-RequiredModules ] [-ExternalModuleDependencies ] [-RequiredScripts ] [-ExternalScriptDependencies ] [-Tags ] [-ProjectUri ] [-LicenseUri ] [-IconUri ] [-ReleaseNotes ] [-PrivateData ] [-PassThru] [-Force] [-WhatIf] [-Confirm] []" + } + ], + "ExportedAliases": [ + "inmo", + "fimo", + "upmo", + "pumo" + ] + }, + { + "Name": "PSDesiredStateConfiguration", + "Version": "0.0", + "ExportedCommands": [ + { + "Name": "Add-NodeKeys", + "CommandType": "Function", + "ParameterSets": "[-ResourceKey] [-keywordName] []" + }, + { + "Name": "AddDscResourceProperty", + "CommandType": "Function", + "ParameterSets": null + }, + { + "Name": "AddDscResourcePropertyFromMetadata", + "CommandType": "Function", + "ParameterSets": null + }, + { + "Name": "CheckResourceFound", + "CommandType": "Function", + "ParameterSets": "[[-names] ] [[-Resources] ]" + }, + { + "Name": "Configuration", + "CommandType": "Function", + "ParameterSets": "[[-ResourceModuleTuplesToImport] ] [[-OutputPath] ] [[-Name] ] [[-Body] ] [[-ArgsToBody] ] [[-ConfigurationData] ] [[-InstanceName] ] []" + }, + { + "Name": "ConvertTo-MOFInstance", + "CommandType": "Function", + "ParameterSets": "[-Type] [-Properties] []" + }, + { + "Name": "Generate-VersionInfo", + "CommandType": "Function", + "ParameterSets": "[-KeywordData] [-Value] []" + }, + { + "Name": "Get-CompatibleVersionAddtionaPropertiesStr", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "Get-ComplexResourceQualifier", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "Get-ConfigurationErrorCount", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "Get-DscResource", + "CommandType": "Function", + "ParameterSets": "[[-Name] ] [[-Module] ] [-Syntax] []" + }, + { + "Name": "Get-DSCResourceModules", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "Get-EncryptedPassword", + "CommandType": "Function", + "ParameterSets": "[[-Value] ] []" + }, + { + "Name": "Get-InnerMostErrorRecord", + "CommandType": "Function", + "ParameterSets": "[-ErrorRecord] []" + }, + { + "Name": "Get-MofInstanceName", + "CommandType": "Function", + "ParameterSets": "[[-mofInstance] ]" + }, + { + "Name": "Get-MofInstanceText", + "CommandType": "Function", + "ParameterSets": "[-aliasId] []" + }, + { + "Name": "Get-PositionInfo", + "CommandType": "Function", + "ParameterSets": "[[-sourceMetadata] ]" + }, + { + "Name": "Get-PSCurrentConfigurationNode", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "Get-PSDefaultConfigurationDocument", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "Get-PSMetaConfigDocumentInstVersionInfo", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "Get-PSMetaConfigurationProcessed", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "Get-PSTopConfigurationName", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "Get-PublicKeyFromFile", + "CommandType": "Function", + "ParameterSets": "[-certificatefile] []" + }, + { + "Name": "Get-PublicKeyFromStore", + "CommandType": "Function", + "ParameterSets": "[-certificateid] []" + }, + { + "Name": "GetCompositeResource", + "CommandType": "Function", + "ParameterSets": "[[-patterns] ] [-configInfo] [[-ignoreParameters] ] [-modules] []" + }, + { + "Name": "GetImplementingModulePath", + "CommandType": "Function", + "ParameterSets": "[-schemaFileName] []" + }, + { + "Name": "GetModule", + "CommandType": "Function", + "ParameterSets": "[-modules] [-schemaFileName] []" + }, + { + "Name": "GetPatterns", + "CommandType": "Function", + "ParameterSets": "[[-names] ]" + }, + { + "Name": "GetResourceFromKeyword", + "CommandType": "Function", + "ParameterSets": "[-keyword] [[-patterns] ] [-modules] []" + }, + { + "Name": "GetSyntax", + "CommandType": "Function", + "ParameterSets": null + }, + { + "Name": "ImportCimAndScriptKeywordsFromModule", + "CommandType": "Function", + "ParameterSets": "[-Module] [-resource] [[-functionsToDefine] ] []" + }, + { + "Name": "ImportClassResourcesFromModule", + "CommandType": "Function", + "ParameterSets": "[-Module] [-Resources] [[-functionsToDefine] ] []" + }, + { + "Name": "Initialize-ConfigurationRuntimeState", + "CommandType": "Function", + "ParameterSets": "[[-ConfigurationName] ] []" + }, + { + "Name": "IsHiddenResource", + "CommandType": "Function", + "ParameterSets": "[-ResourceName] []" + }, + { + "Name": "IsPatternMatched", + "CommandType": "Function", + "ParameterSets": "[[-patterns] ] [-Name] []" + }, + { + "Name": "New-DscChecksum", + "CommandType": "Function", + "ParameterSets": "[-Path] [[-OutPath] ] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Node", + "CommandType": "Function", + "ParameterSets": "[-KeywordData] [[-Name] ] [-Value] [-sourceMetadata] []" + }, + { + "Name": "ReadEnvironmentFile", + "CommandType": "Function", + "ParameterSets": "[-FilePath] []" + }, + { + "Name": "Set-NodeExclusiveResources", + "CommandType": "Function", + "ParameterSets": "[-resourceId] [-exclusiveResource] []" + }, + { + "Name": "Set-NodeManager", + "CommandType": "Function", + "ParameterSets": "[-resourceId] [-referencedManagers] []" + }, + { + "Name": "Set-NodeResources", + "CommandType": "Function", + "ParameterSets": "[-resourceId] [-requiredResourceList] []" + }, + { + "Name": "Set-NodeResourceSource", + "CommandType": "Function", + "ParameterSets": "[-resourceId] [-referencedResourceSources] []" + }, + { + "Name": "Set-PSCurrentConfigurationNode", + "CommandType": "Function", + "ParameterSets": "[[-nodeName] ] []" + }, + { + "Name": "Set-PSDefaultConfigurationDocument", + "CommandType": "Function", + "ParameterSets": "[[-documentText] ] []" + }, + { + "Name": "Set-PSMetaConfigDocInsProcessedBeforeMeta", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "Set-PSMetaConfigVersionInfoV2", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "Set-PSTopConfigurationName", + "CommandType": "Function", + "ParameterSets": "[[-Name] ] []" + }, + { + "Name": "StrongConnect", + "CommandType": "Function", + "ParameterSets": "[[-resourceId] ]" + }, + { + "Name": "Test-ConflictingResources", + "CommandType": "Function", + "ParameterSets": "[[-keyword] ] [-properties] [-keywordData] []" + }, + { + "Name": "Test-ModuleReloadRequired", + "CommandType": "Function", + "ParameterSets": "[-SchemaFilePath] []" + }, + { + "Name": "Test-MofInstanceText", + "CommandType": "Function", + "ParameterSets": "[-instanceText] []" + }, + { + "Name": "Test-NodeManager", + "CommandType": "Function", + "ParameterSets": "[-resourceId] []" + }, + { + "Name": "Test-NodeResources", + "CommandType": "Function", + "ParameterSets": "[-resourceId] []" + }, + { + "Name": "Test-NodeResourceSource", + "CommandType": "Function", + "ParameterSets": "[-resourceId] []" + }, + { + "Name": "ThrowError", + "CommandType": "Function", + "ParameterSets": "[-ExceptionName] [-ExceptionMessage] [[-ExceptionObject] ] [-errorId] [-errorCategory] []" + }, + { + "Name": "Update-ConfigurationDocumentRef", + "CommandType": "Function", + "ParameterSets": "[-NodeResources] [-NodeInstanceAliases] [-NodeResourceIdAliases] [-ConfigurationName] []" + }, + { + "Name": "Update-ConfigurationErrorCount", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "Update-DependsOn", + "CommandType": "Function", + "ParameterSets": "[-NodeResources] [-NodeInstanceAliases] [-NodeResourceIdAliases] []" + }, + { + "Name": "Update-LocalConfigManager", + "CommandType": "Function", + "ParameterSets": "[[-localConfigManager] ] [[-resourceManagers] ] [[-reportManagers] ] [[-downloadManagers] ] [[-partialConfigurations] ]" + }, + { + "Name": "Update-ModuleVersion", + "CommandType": "Function", + "ParameterSets": "[-NodeResources] [-NodeInstanceAliases] [-NodeResourceIdAliases] []" + }, + { + "Name": "ValidateNoCircleInNodeResources", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "ValidateNodeExclusiveResources", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "ValidateNodeManager", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "ValidateNodeResources", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "ValidateNodeResourceSource", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "ValidateNoNameNodeResources", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "ValidateUpdate-ConfigurationData", + "CommandType": "Function", + "ParameterSets": "[[-ConfigurationData] ] []" + }, + { + "Name": "Write-Log", + "CommandType": "Function", + "ParameterSets": "[-message] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Write-MetaConfigFile", + "CommandType": "Function", + "ParameterSets": "[[-ConfigurationName] ] [[-mofNode] ] [[-mofNodeHash] ]" + }, + { + "Name": "Write-NodeMOFFile", + "CommandType": "Function", + "ParameterSets": "[[-ConfigurationName] ] [[-mofNode] ] [[-mofNodeHash] ]" + }, + { + "Name": "WriteFile", + "CommandType": "Function", + "ParameterSets": "[-Value] [-Path] []" + } + ], + "ExportedAliases": [] + }, + { + "Name": "PSReadLine", + "Version": "2.0.0", + "ExportedCommands": [ + { + "Name": "PSConsoleHostReadLine", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "Get-PSReadLineKeyHandler", + "CommandType": "Cmdlet", + "ParameterSets": "[-Bound] [-Unbound] []" + }, + { + "Name": "Get-PSReadLineOption", + "CommandType": "Cmdlet", + "ParameterSets": "[]" + }, + { + "Name": "Remove-PSReadLineKeyHandler", + "CommandType": "Cmdlet", + "ParameterSets": "[-Chord] [-ViMode ] []" + }, + { + "Name": "Set-PSReadLineKeyHandler", + "CommandType": "Cmdlet", + "ParameterSets": "[-Chord] [-ScriptBlock] [-BriefDescription ] [-Description ] [-ViMode ] [] [-Chord] [-Function] [-ViMode ] []" + }, + { + "Name": "Set-PSReadLineOption", + "CommandType": "Cmdlet", + "ParameterSets": "[-EditMode ] [-ContinuationPrompt ] [-HistoryNoDuplicates] [-AddToHistoryHandler ] [-CommandValidationHandler ] [-HistorySearchCursorMovesToEnd] [-MaximumHistoryCount ] [-MaximumKillRingCount ] [-ShowToolTips] [-ExtraPromptLineCount ] [-DingTone ] [-DingDuration ] [-BellStyle ] [-CompletionQueryItems ] [-WordDelimiters ] [-HistorySearchCaseSensitive] [-HistorySaveStyle ] [-HistorySavePath ] [-AnsiEscapeTimeout ] [-PromptText ] [-ViModeIndicator ] [-Colors ] []" + } + ], + "ExportedAliases": [] + }, + { + "Name": "ThreadJob", + "Version": "1.1.2", + "ExportedCommands": { + "Name": "Start-ThreadJob", + "CommandType": "Cmdlet", + "ParameterSets": [ + "[-ScriptBlock] [-Name ] [-InitializationScript ] [-InputObject ] [-ArgumentList ] [-ThrottleLimit ] []", + "[-FilePath] [-Name ] [-InitializationScript ] [-InputObject ] [-ArgumentList ] [-ThrottleLimit ] []" + ] + }, + "ExportedAliases": [] + }, + { + "Name": "Microsoft.PowerShell.Core", + "Version": "6.1.0", + "ExportedCommands": [ + { + "Name": "Add-History", + "CommandType": "Cmdlet", + "ParameterSets": "[[-InputObject] ] [-Passthru] []" + }, + { + "Name": "Clear-History", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Id] ] [[-Count] ] [-Newest] [-WhatIf] [-Confirm] [] [[-Count] ] [-CommandLine ] [-Newest] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Debug-Job", + "CommandType": "Cmdlet", + "ParameterSets": "[-Job] [-WhatIf] [-Confirm] [] [-Name] [-WhatIf] [-Confirm] [] [-Id] [-WhatIf] [-Confirm] [] [-InstanceId] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Enter-PSSession", + "CommandType": "Cmdlet", + "ParameterSets": "[-ComputerName] [-EnableNetworkAccess] [-Credential ] [-ConfigurationName ] [-Port ] [-UseSSL] [-ApplicationName ] [-SessionOption ] [-Authentication ] [-CertificateThumbprint ] [] [-HostName] [-Port ] [-UserName ] [-KeyFilePath ] [-SSHTransport] [-Subsystem ] [] [[-Session] ] [] [[-ConnectionUri] ] [-EnableNetworkAccess] [-Credential ] [-ConfigurationName ] [-AllowRedirection] [-SessionOption ] [-Authentication ] [-CertificateThumbprint ] [] [-InstanceId ] [] [[-Id] ] [] [-Name ] [] [-VMId] [-Credential] [-ConfigurationName ] [] [-VMName] [-Credential] [-ConfigurationName ] [] [-ContainerId] [-ConfigurationName ] [-RunAsAdministrator] []" + }, + { + "Name": "Exit-PSSession", + "CommandType": "Cmdlet", + "ParameterSets": "[]" + }, + { + "Name": "Export-ModuleMember", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Function] ] [-Cmdlet ] [-Variable ] [-Alias ] []" + }, + { + "Name": "ForEach-Object", + "CommandType": "Cmdlet", + "ParameterSets": "[-Process] [-InputObject ] [-Begin ] [-End ] [-RemainingScripts ] [-WhatIf] [-Confirm] [] [-MemberName] [-InputObject ] [-ArgumentList ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Get-Command", + "CommandType": "Cmdlet", + "ParameterSets": "[[-ArgumentList] ] [-Verb ] [-Noun ] [-Module ] [-FullyQualifiedModule ] [-TotalCount ] [-Syntax] [-ShowCommandInfo] [-All] [-ListImported] [-ParameterName ] [-ParameterType ] [] [[-Name] ] [[-ArgumentList] ] [-Module ] [-FullyQualifiedModule ] [-CommandType ] [-TotalCount ] [-Syntax] [-ShowCommandInfo] [-All] [-ListImported] [-ParameterName ] [-ParameterType ] []" + }, + { + "Name": "Get-ExperimentalFeature", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-ListAvailable] []" + }, + { + "Name": "Get-Help", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-Path ] [-Category ] [-Full] [-Component ] [-Functionality ] [-Role ] [] [[-Name] ] -Detailed [-Path ] [-Category ] [-Component ] [-Functionality ] [-Role ] [] [[-Name] ] -Examples [-Path ] [-Category ] [-Component ] [-Functionality ] [-Role ] [] [[-Name] ] -Parameter [-Path ] [-Category ] [-Component ] [-Functionality ] [-Role ] [] [[-Name] ] -Online [-Path ] [-Category ] [-Component ] [-Functionality ] [-Role ] []" + }, + { + "Name": "Get-History", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Id] ] [[-Count] ] []" + }, + { + "Name": "Get-Job", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Id] ] [-IncludeChildJob] [-ChildJobState ] [-HasMoreData ] [-Before ] [-After ] [-Newest ] [] [-Name] [-IncludeChildJob] [-ChildJobState ] [-HasMoreData ] [-Before ] [-After ] [-Newest ] [] [-InstanceId] [-IncludeChildJob] [-ChildJobState ] [-HasMoreData ] [-Before ] [-After ] [-Newest ] [] [-State] [-IncludeChildJob] [-ChildJobState ] [-HasMoreData ] [-Before ] [-After ] [-Newest ] [] [-IncludeChildJob] [-ChildJobState ] [-HasMoreData ] [-Before ] [-After ] [-Newest ] [-Command ] [] [-Filter] []" + }, + { + "Name": "Get-Module", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-FullyQualifiedName ] [-All] [] [[-Name] ] -ListAvailable [-FullyQualifiedName ] [-All] [-PSEdition ] [-SkipEditionCheck] [-Refresh] [] [[-Name] ] -PSSession [-FullyQualifiedName ] [-ListAvailable] [-PSEdition ] [-SkipEditionCheck] [-Refresh] [] [[-Name] ] -CimSession [-FullyQualifiedName ] [-ListAvailable] [-SkipEditionCheck] [-Refresh] [-CimResourceUri ] [-CimNamespace ] []" + }, + { + "Name": "Get-PSSession", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name ] [] [-ComputerName] [-ApplicationName ] [-ConfigurationName ] [-Name ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-Port ] [-UseSSL] [-ThrottleLimit ] [-State ] [-SessionOption ] [] [-ComputerName] -InstanceId [-ApplicationName ] [-ConfigurationName ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-Port ] [-UseSSL] [-ThrottleLimit ] [-State ] [-SessionOption ] [] [-ConnectionUri] -InstanceId [-ConfigurationName ] [-AllowRedirection] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-ThrottleLimit ] [-State ] [-SessionOption ] [] [-ConnectionUri] [-ConfigurationName ] [-AllowRedirection] [-Name ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-ThrottleLimit ] [-State ] [-SessionOption ] [] -InstanceId -VMName [-ConfigurationName ] [-State ] [] -ContainerId [-ConfigurationName ] [-Name ] [-State ] [] -InstanceId -ContainerId [-ConfigurationName ] [-State ] [] -VMId [-ConfigurationName ] [-Name ] [-State ] [] -InstanceId -VMId [-ConfigurationName ] [-State ] [] -VMName [-ConfigurationName ] [-Name ] [-State ] [] [-InstanceId ] [] [-Id] []" + }, + { + "Name": "Import-Module", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-SkipEditionCheck] [-PassThru] [-AsCustomObject] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] [] [-Name] -PSSession [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-SkipEditionCheck] [-PassThru] [-AsCustomObject] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] [] [-Name] -CimSession [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-SkipEditionCheck] [-PassThru] [-AsCustomObject] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] [-CimResourceUri ] [-CimNamespace ] [] [-FullyQualifiedName] [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-SkipEditionCheck] [-PassThru] [-AsCustomObject] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] [] [-FullyQualifiedName] -PSSession [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-SkipEditionCheck] [-PassThru] [-AsCustomObject] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] [] [-Assembly] [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-SkipEditionCheck] [-PassThru] [-AsCustomObject] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] [] [-ModuleInfo] [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-SkipEditionCheck] [-PassThru] [-AsCustomObject] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] []" + }, + { + "Name": "Invoke-Command", + "CommandType": "Cmdlet", + "ParameterSets": "[-ScriptBlock] [-NoNewScope] [-InputObject ] [-ArgumentList ] [] [[-Session] ] [-FilePath] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-JobName ] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [[-Session] ] [-ScriptBlock] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-JobName ] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [[-ComputerName] ] [-FilePath] [-Credential ] [-Port ] [-UseSSL] [-ConfigurationName ] [-ApplicationName ] [-ThrottleLimit ] [-AsJob] [-InDisconnectedSession] [-SessionName ] [-HideComputerName] [-JobName ] [-SessionOption ] [-Authentication ] [-EnableNetworkAccess] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [[-ComputerName] ] [-ScriptBlock] [-Credential ] [-Port ] [-UseSSL] [-ConfigurationName ] [-ApplicationName ] [-ThrottleLimit ] [-AsJob] [-InDisconnectedSession] [-SessionName ] [-HideComputerName] [-JobName ] [-SessionOption ] [-Authentication ] [-EnableNetworkAccess] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [-CertificateThumbprint ] [] [[-ConnectionUri] ] [-ScriptBlock] [-Credential ] [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-InDisconnectedSession] [-HideComputerName] [-JobName ] [-AllowRedirection] [-SessionOption ] [-Authentication ] [-EnableNetworkAccess] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [-CertificateThumbprint ] [] [[-ConnectionUri] ] [-FilePath] [-Credential ] [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-InDisconnectedSession] [-HideComputerName] [-JobName ] [-AllowRedirection] [-SessionOption ] [-Authentication ] [-EnableNetworkAccess] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [-VMId] [-ScriptBlock] -Credential [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [-ScriptBlock] -Credential -VMName [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [-VMId] [-FilePath] -Credential [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [-FilePath] -Credential -VMName [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] -ScriptBlock -HostName [-Port ] [-AsJob] [-HideComputerName] [-UserName ] [-KeyFilePath ] [-SSHTransport] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [-Subsystem ] [] [-ScriptBlock] -ContainerId [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-JobName ] [-RunAsAdministrator] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [-FilePath] -ContainerId [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-JobName ] [-RunAsAdministrator] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] -FilePath -HostName [-AsJob] [-HideComputerName] [-UserName ] [-KeyFilePath ] [-SSHTransport] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] -ScriptBlock -SSHConnection [-AsJob] [-HideComputerName] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] -FilePath -SSHConnection [-AsJob] [-HideComputerName] [-RemoteDebug] [-InputObject ] [-ArgumentList ] []" + }, + { + "Name": "Invoke-History", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Id] ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "New-Module", + "CommandType": "Cmdlet", + "ParameterSets": "[-ScriptBlock] [-Function ] [-Cmdlet ] [-ReturnResult] [-AsCustomObject] [-ArgumentList ] [] [-Name] [-ScriptBlock] [-Function ] [-Cmdlet ] [-ReturnResult] [-AsCustomObject] [-ArgumentList ] []" + }, + { + "Name": "New-ModuleManifest", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-NestedModules ] [-Guid ] [-Author ] [-CompanyName ] [-Copyright ] [-RootModule ] [-ModuleVersion ] [-Description ] [-ProcessorArchitecture ] [-PowerShellVersion ] [-ClrVersion ] [-DotNetFrameworkVersion ] [-PowerShellHostName ] [-PowerShellHostVersion ] [-RequiredModules ] [-TypesToProcess ] [-FormatsToProcess ] [-ScriptsToProcess ] [-RequiredAssemblies ] [-FileList ] [-ModuleList ] [-FunctionsToExport ] [-AliasesToExport ] [-VariablesToExport ] [-CmdletsToExport ] [-DscResourcesToExport ] [-CompatiblePSEditions ] [-PrivateData ] [-Tags ] [-ProjectUri ] [-LicenseUri ] [-IconUri ] [-ReleaseNotes ] [-HelpInfoUri ] [-PassThru] [-DefaultCommandPrefix ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "New-PSRoleCapabilityFile", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Guid ] [-Author ] [-Description ] [-CompanyName ] [-Copyright ] [-ModulesToImport ] [-VisibleAliases ] [-VisibleCmdlets ] [-VisibleFunctions ] [-VisibleExternalCommands ] [-VisibleProviders ] [-ScriptsToProcess ] [-AliasDefinitions ] [-FunctionDefinitions ] [-VariableDefinitions ] [-EnvironmentVariables ] [-TypesToProcess ] [-FormatsToProcess ] [-AssembliesToLoad ] []" + }, + { + "Name": "New-PSSession", + "CommandType": "Cmdlet", + "ParameterSets": "[[-ComputerName] ] [-Credential ] [-Name ] [-EnableNetworkAccess] [-ConfigurationName ] [-Port ] [-UseSSL] [-ApplicationName ] [-ThrottleLimit ] [-SessionOption ] [-Authentication ] [-CertificateThumbprint ] [] [-ConnectionUri] [-Credential ] [-Name ] [-EnableNetworkAccess] [-ConfigurationName ] [-ThrottleLimit ] [-AllowRedirection] [-SessionOption ] [-Authentication ] [-CertificateThumbprint ] [] [-VMId] -Credential [-Name ] [-ConfigurationName ] [-ThrottleLimit ] [] -Credential -VMName [-Name ] [-ConfigurationName ] [-ThrottleLimit ] [] [[-Session] ] [-Name ] [-EnableNetworkAccess] [-ThrottleLimit ] [] -ContainerId [-Name ] [-ConfigurationName ] [-RunAsAdministrator] [-ThrottleLimit ] [] [-HostName] [-Name ] [-Port ] [-UserName ] [-KeyFilePath ] [-SSHTransport] [-Subsystem ] [] -SSHConnection [-Name ] []" + }, + { + "Name": "New-PSTransportOption", + "CommandType": "Cmdlet", + "ParameterSets": "[-MaxIdleTimeoutSec ] [-ProcessIdleTimeoutSec ] [-MaxSessions ] [-MaxConcurrentCommandsPerSession ] [-MaxSessionsPerUser ] [-MaxMemoryPerSessionMB ] [-MaxProcessesPerSession ] [-MaxConcurrentUsers ] [-IdleTimeoutSec ] [-OutputBufferingMode ] []" + }, + { + "Name": "Out-Default", + "CommandType": "Cmdlet", + "ParameterSets": "[-Transcript] [-InputObject ] []" + }, + { + "Name": "Out-Host", + "CommandType": "Cmdlet", + "ParameterSets": "[-Paging] [-InputObject ] []" + }, + { + "Name": "Out-Null", + "CommandType": "Cmdlet", + "ParameterSets": "[-InputObject ] []" + }, + { + "Name": "Receive-Job", + "CommandType": "Cmdlet", + "ParameterSets": "[-Job] [[-Location] ] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] [] [-Job] [[-ComputerName] ] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] [] [-Job] [[-Session] ] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] [] [-Name] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] [] [-InstanceId] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] [] [-Id] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] []" + }, + { + "Name": "Register-ArgumentCompleter", + "CommandType": "Cmdlet", + "ParameterSets": "-ParameterName -ScriptBlock [-CommandName ] [] -CommandName -ScriptBlock [-Native] []" + }, + { + "Name": "Remove-Job", + "CommandType": "Cmdlet", + "ParameterSets": "[-Id] [-Force] [-WhatIf] [-Confirm] [] [-Job] [-Force] [-WhatIf] [-Confirm] [] [-Filter] [-Force] [-WhatIf] [-Confirm] [] [-Name] [-Force] [-WhatIf] [-Confirm] [] [-InstanceId] [-Force] [-WhatIf] [-Confirm] [] [-State] [-WhatIf] [-Confirm] [] [-Command ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Remove-Module", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-Force] [-WhatIf] [-Confirm] [] [-FullyQualifiedName] [-Force] [-WhatIf] [-Confirm] [] [-ModuleInfo] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Remove-PSSession", + "CommandType": "Cmdlet", + "ParameterSets": "[-Id] [-WhatIf] [-Confirm] [] [-Session] [-WhatIf] [-Confirm] [] -ContainerId [-WhatIf] [-Confirm] [] -VMId [-WhatIf] [-Confirm] [] -VMName [-WhatIf] [-Confirm] [] -InstanceId [-WhatIf] [-Confirm] [] -Name [-WhatIf] [-Confirm] [] [-ComputerName] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Save-Help", + "CommandType": "Cmdlet", + "ParameterSets": "[-DestinationPath] [[-Module] ] [[-UICulture] ] [-FullyQualifiedModule ] [-Credential ] [-UseDefaultCredentials] [-Force] [-Scope ] [] [[-Module] ] [[-UICulture] ] -LiteralPath [-FullyQualifiedModule ] [-Credential ] [-UseDefaultCredentials] [-Force] [-Scope ] []" + }, + { + "Name": "Set-PSDebug", + "CommandType": "Cmdlet", + "ParameterSets": "[-Trace ] [-Step] [-Strict] [] [-Off] []" + }, + { + "Name": "Set-StrictMode", + "CommandType": "Cmdlet", + "ParameterSets": "-Version [] -Off []" + }, + { + "Name": "Start-Job", + "CommandType": "Cmdlet", + "ParameterSets": "[-ScriptBlock] [[-InitializationScript] ] [-Name ] [-Credential ] [-Authentication ] [-RunAs32] [-PSVersion ] [-InputObject ] [-ArgumentList ] [] [-DefinitionName] [[-DefinitionPath] ] [[-Type] ] [] [-FilePath] [[-InitializationScript] ] [-Name ] [-Credential ] [-Authentication ] [-RunAs32] [-PSVersion ] [-InputObject ] [-ArgumentList ] [] [[-InitializationScript] ] -LiteralPath [-Name ] [-Credential ] [-Authentication ] [-RunAs32] [-PSVersion ] [-InputObject ] [-ArgumentList ] [] [-HostName] [-Subsystem ] []" + }, + { + "Name": "Stop-Job", + "CommandType": "Cmdlet", + "ParameterSets": "[-Id] [-PassThru] [-WhatIf] [-Confirm] [] [-Job] [-PassThru] [-WhatIf] [-Confirm] [] [-Name] [-PassThru] [-WhatIf] [-Confirm] [] [-InstanceId] [-PassThru] [-WhatIf] [-Confirm] [] [-State] [-PassThru] [-WhatIf] [-Confirm] [] [-Filter] [-PassThru] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Test-ModuleManifest", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] []" + }, + { + "Name": "Update-Help", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Module] ] [[-SourcePath] ] [[-UICulture] ] [-FullyQualifiedModule ] [-Recurse] [-Credential ] [-UseDefaultCredentials] [-Force] [-Scope ] [-WhatIf] [-Confirm] [] [[-Module] ] [[-UICulture] ] [-FullyQualifiedModule ] [-LiteralPath ] [-Recurse] [-Credential ] [-UseDefaultCredentials] [-Force] [-Scope ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Wait-Job", + "CommandType": "Cmdlet", + "ParameterSets": "[-Id] [-Any] [-Timeout ] [-Force] [] [-Job] [-Any] [-Timeout ] [-Force] [] [-Name] [-Any] [-Timeout ] [-Force] [] [-InstanceId] [-Any] [-Timeout ] [-Force] [] [-State] [-Any] [-Timeout ] [-Force] [] [-Filter] [-Any] [-Timeout ] [-Force] []" + }, + { + "Name": "Where-Object", + "CommandType": "Cmdlet", + "ParameterSets": "[-Property] [[-Value] ] [-InputObject ] [-EQ] [] [-FilterScript] [-InputObject ] [] [-Property] [[-Value] ] -Like [-InputObject ] [] [-Property] [[-Value] ] -CEQ [-InputObject ] [] [-Property] [[-Value] ] -NE [-InputObject ] [] [-Property] [[-Value] ] -CNE [-InputObject ] [] [-Property] [[-Value] ] -GT [-InputObject ] [] [-Property] [[-Value] ] -CGT [-InputObject ] [] [-Property] [[-Value] ] -LT [-InputObject ] [] [-Property] [[-Value] ] -CLT [-InputObject ] [] [-Property] [[-Value] ] -GE [-InputObject ] [] [-Property] [[-Value] ] -CGE [-InputObject ] [] [-Property] [[-Value] ] -LE [-InputObject ] [] [-Property] [[-Value] ] -CLE [-InputObject ] [] [-Property] [[-Value] ] -CLike [-InputObject ] [] [-Property] [[-Value] ] -NotLike [-InputObject ] [] [-Property] [[-Value] ] -CNotLike [-InputObject ] [] [-Property] [[-Value] ] -Match [-InputObject ] [] [-Property] [[-Value] ] -CMatch [-InputObject ] [] [-Property] [[-Value] ] -NotMatch [-InputObject ] [] [-Property] [[-Value] ] -CNotMatch [-InputObject ] [] [-Property] [[-Value] ] -Contains [-InputObject ] [] [-Property] [[-Value] ] -CContains [-InputObject ] [] [-Property] [[-Value] ] -NotContains [-InputObject ] [] [-Property] [[-Value] ] -CNotContains [-InputObject ] [] [-Property] [[-Value] ] -In [-InputObject ] [] [-Property] [[-Value] ] -CIn [-InputObject ] [] [-Property] [[-Value] ] -NotIn [-InputObject ] [] [-Property] [[-Value] ] -CNotIn [-InputObject ] [] [-Property] [[-Value] ] -Is [-InputObject ] [] [-Property] [[-Value] ] -IsNot [-InputObject ] [] [-Property] -Not [-InputObject ] []" + } + ], + "ExportedAliases": [ + "?", + "%", + "clhy", + "etsn", + "exsn", + "foreach", + "gcm", + "ghy", + "gjb", + "gmo", + "gsn", + "h", + "history", + "icm", + "ihy", + "ipmo", + "nmo", + "nsn", + "oh", + "r", + "rcjb", + "rjb", + "rmo", + "rsn", + "sajb", + "spjb", + "where", + "wjb" + ] + } + ] +} From 3e7caad7f327865f14c003f1ddcdcd95c523becb Mon Sep 17 00:00:00 2001 From: Christoph Bergmeister Date: Fri, 5 Oct 2018 19:08:01 +0100 Subject: [PATCH 3/8] update documentation --- RuleDocumentation/UseCompatibleCmdlets.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/RuleDocumentation/UseCompatibleCmdlets.md b/RuleDocumentation/UseCompatibleCmdlets.md index fe7b486bb..f744440d1 100644 --- a/RuleDocumentation/UseCompatibleCmdlets.md +++ b/RuleDocumentation/UseCompatibleCmdlets.md @@ -16,4 +16,13 @@ This rule flags cmdlets that are not available in a given Edition/Version of Pow } ``` -The parameter `compatibility` is a list that contain any of the following `{desktop-3.0-windows, desktop-4.0-windows, desktop-5.1.14393.206-windows, core-6.0.2-windows, core-6.0.2-linux, core-6.0.2-macos, core-6.1.0-windows}`. +The parameter `compatibility` is a list that contain any of the following + +- desktop-3.0-windows +- desktop-4.0-windows +- desktop-5.1.14393.206-windows +- core-6.0.2-windows +- core-6.0.2-linux +- core-6.0.2-macos +- core-6.1.0-windows +- core-6.1.0-linux From 0255211200ccde626b0fb37b5a05c0d628f13bba Mon Sep 17 00:00:00 2001 From: Christoph Bergmeister Date: Fri, 5 Oct 2018 21:39:46 +0100 Subject: [PATCH 4/8] add os details about command data files --- RuleDocumentation/UseCompatibleCmdlets.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/RuleDocumentation/UseCompatibleCmdlets.md b/RuleDocumentation/UseCompatibleCmdlets.md index f744440d1..7e99006c4 100644 --- a/RuleDocumentation/UseCompatibleCmdlets.md +++ b/RuleDocumentation/UseCompatibleCmdlets.md @@ -19,10 +19,10 @@ This rule flags cmdlets that are not available in a given Edition/Version of Pow The parameter `compatibility` is a list that contain any of the following - desktop-3.0-windows -- desktop-4.0-windows +- desktop-4.0-windows (taken from Windows Server 2012R2) - desktop-5.1.14393.206-windows -- core-6.0.2-windows -- core-6.0.2-linux +- core-6.0.2-windows (taken from Windows 10 - 1709) +- core-6.0.2-linux (taken from Ubuntu 16.04) - core-6.0.2-macos -- core-6.1.0-windows -- core-6.1.0-linux +- core-6.1.0-windows (taken from Windows 10 - 1803) +- core-6.1.0-linux (taken from Ubuntu 18.04) From 4875262f350f2d74d0984de108ecae44f4f1e3c2 Mon Sep 17 00:00:00 2001 From: Christoph Bergmeister Date: Fri, 5 Oct 2018 22:45:50 +0100 Subject: [PATCH 5/8] Add macOS file from SteveL-MSFT and add to documentation --- Engine/Settings/core-6.1.0-macos.json | 1696 +++++++++++++++++++++ RuleDocumentation/UseCompatibleCmdlets.md | 1 + 2 files changed, 1697 insertions(+) create mode 100644 Engine/Settings/core-6.1.0-macos.json diff --git a/Engine/Settings/core-6.1.0-macos.json b/Engine/Settings/core-6.1.0-macos.json new file mode 100644 index 000000000..6b95f2588 --- /dev/null +++ b/Engine/Settings/core-6.1.0-macos.json @@ -0,0 +1,1696 @@ +{ + "SchemaVersion": "0.0.1", + "Modules": [ + { + "Name": "Microsoft.PowerShell.Archive", + "Version": "1.1.0.0", + "ExportedCommands": [ + { + "Name": "Compress-Archive", + "CommandType": "Function", + "ParameterSets": "[-Path] [-DestinationPath] [-CompressionLevel ] [-PassThru] [-WhatIf] [-Confirm] [] [-Path] [-DestinationPath] -Update [-CompressionLevel ] [-PassThru] [-WhatIf] [-Confirm] [] [-Path] [-DestinationPath] -Force [-CompressionLevel ] [-PassThru] [-WhatIf] [-Confirm] [] [-DestinationPath] -LiteralPath -Update [-CompressionLevel ] [-PassThru] [-WhatIf] [-Confirm] [] [-DestinationPath] -LiteralPath -Force [-CompressionLevel ] [-PassThru] [-WhatIf] [-Confirm] [] [-DestinationPath] -LiteralPath [-CompressionLevel ] [-PassThru] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Expand-Archive", + "CommandType": "Function", + "ParameterSets": "[-Path] [[-DestinationPath] ] [-Force] [-PassThru] [-WhatIf] [-Confirm] [] [[-DestinationPath] ] -LiteralPath [-Force] [-PassThru] [-WhatIf] [-Confirm] []" + } + ], + "ExportedAliases": [] + }, + { + "Name": "Microsoft.PowerShell.Host", + "Version": "6.1.0.0", + "ExportedCommands": [ + { + "Name": "Start-Transcript", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Path] ] [-Append] [-Force] [-NoClobber] [-IncludeInvocationHeader] [-WhatIf] [-Confirm] [] [[-LiteralPath] ] [-Append] [-Force] [-NoClobber] [-IncludeInvocationHeader] [-WhatIf] [-Confirm] [] [[-OutputDirectory] ] [-Append] [-Force] [-NoClobber] [-IncludeInvocationHeader] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Stop-Transcript", + "CommandType": "Cmdlet", + "ParameterSets": "[]" + } + ], + "ExportedAliases": [] + }, + { + "Name": "Microsoft.PowerShell.Management", + "Version": "6.1.0.0", + "ExportedCommands": [ + { + "Name": "Add-Content", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Value] [-PassThru] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [-NoNewline] [-Encoding ] [-AsByteStream] [] [-Value] -LiteralPath [-PassThru] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [-NoNewline] [-Encoding ] [-AsByteStream] []" + }, + { + "Name": "Clear-Content", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Clear-Item", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] -LiteralPath [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Clear-ItemProperty", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Name] [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Name] -LiteralPath [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Convert-Path", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [] -LiteralPath []" + }, + { + "Name": "Copy-Item", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [[-Destination] ] [-Container] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Recurse] [-PassThru] [-Credential ] [-WhatIf] [-Confirm] [-FromSession ] [-ToSession ] [] [[-Destination] ] -LiteralPath [-Container] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Recurse] [-PassThru] [-Credential ] [-WhatIf] [-Confirm] [-FromSession ] [-ToSession ] []" + }, + { + "Name": "Copy-ItemProperty", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Destination] [-Name] [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Destination] [-Name] -LiteralPath [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Debug-Process", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-WhatIf] [-Confirm] [] [-Id] [-WhatIf] [-Confirm] [] -InputObject [-WhatIf] [-Confirm] []" + }, + { + "Name": "Get-ChildItem", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Path] ] [[-Filter] ] [-Include ] [-Exclude ] [-Recurse] [-Depth ] [-Force] [-Name] [-Attributes ] [-FollowSymlink] [-Directory] [-File] [-Hidden] [-ReadOnly] [-System] [] [[-Filter] ] -LiteralPath [-Include ] [-Exclude ] [-Recurse] [-Depth ] [-Force] [-Name] [-Attributes ] [-FollowSymlink] [-Directory] [-File] [-Hidden] [-ReadOnly] [-System] []" + }, + { + "Name": "Get-Content", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-ReadCount ] [-TotalCount ] [-Tail ] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-Delimiter ] [-Wait] [-Raw] [-Encoding ] [-AsByteStream] [] -LiteralPath [-ReadCount ] [-TotalCount ] [-Tail ] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-Delimiter ] [-Wait] [-Raw] [-Encoding ] [-AsByteStream] []" + }, + { + "Name": "Get-Item", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] []" + }, + { + "Name": "Get-ItemProperty", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [[-Name] ] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [] [[-Name] ] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-Credential ] []" + }, + { + "Name": "Get-ItemPropertyValue", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Path] ] [-Name] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [] [-Name] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-Credential ] []" + }, + { + "Name": "Get-Location", + "CommandType": "Cmdlet", + "ParameterSets": "[-PSProvider ] [-PSDrive ] [] [-Stack] [-StackName ] []" + }, + { + "Name": "Get-Process", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-Module] [-FileVersionInfo] [] [[-Name] ] -IncludeUserName [] -Id [-Module] [-FileVersionInfo] [] -Id -IncludeUserName [] -InputObject -IncludeUserName [] -InputObject [-Module] [-FileVersionInfo] []" + }, + { + "Name": "Get-PSDrive", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-Scope ] [-PSProvider ] [] [-LiteralName] [-Scope ] [-PSProvider ] []" + }, + { + "Name": "Get-PSProvider", + "CommandType": "Cmdlet", + "ParameterSets": "[[-PSProvider] ] []" + }, + { + "Name": "Get-TimeZone", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [] -Id [] -ListAvailable []" + }, + { + "Name": "Invoke-Item", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Join-Path", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-ChildPath] [[-AdditionalChildPath] ] [-Resolve] [-Credential ] []" + }, + { + "Name": "Move-Item", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [[-Destination] ] [-Force] [-Filter ] [-Include ] [-Exclude ] [-PassThru] [-Credential ] [-WhatIf] [-Confirm] [] [[-Destination] ] -LiteralPath [-Force] [-Filter ] [-Include ] [-Exclude ] [-PassThru] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Move-ItemProperty", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Destination] [-Name] [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Destination] [-Name] -LiteralPath [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "New-Item", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-ItemType ] [-Value ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [] [[-Path] ] -Name [-ItemType ] [-Value ] [-Force] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "New-ItemProperty", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Name] [-PropertyType ] [-Value ] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Name] -LiteralPath [-PropertyType ] [-Value ] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "New-PSDrive", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-PSProvider] [-Root] [-Description ] [-Scope ] [-Persist] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Pop-Location", + "CommandType": "Cmdlet", + "ParameterSets": "[-PassThru] [-StackName ] []" + }, + { + "Name": "Push-Location", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Path] ] [-PassThru] [-StackName ] [] [-LiteralPath ] [-PassThru] [-StackName ] []" + }, + { + "Name": "Remove-Item", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Filter ] [-Include ] [-Exclude ] [-Recurse] [-Force] [-Credential ] [-WhatIf] [-Confirm] [] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-Recurse] [-Force] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Remove-ItemProperty", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Name] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Name] -LiteralPath [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Remove-PSDrive", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-PSProvider ] [-Scope ] [-Force] [-WhatIf] [-Confirm] [] [-LiteralName] [-PSProvider ] [-Scope ] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Rename-Item", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-NewName] [-Force] [-PassThru] [-Credential ] [-WhatIf] [-Confirm] [] [-NewName] -LiteralPath [-Force] [-PassThru] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Rename-ItemProperty", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Name] [-NewName] [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Name] [-NewName] -LiteralPath [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Resolve-Path", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Relative] [-Credential ] [] -LiteralPath [-Relative] [-Credential ] []" + }, + { + "Name": "Set-Content", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Value] [-PassThru] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [-NoNewline] [-Encoding ] [-AsByteStream] [] [-Value] -LiteralPath [-PassThru] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [-NoNewline] [-Encoding ] [-AsByteStream] []" + }, + { + "Name": "Set-Item", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [[-Value] ] [-Force] [-PassThru] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [[-Value] ] -LiteralPath [-Force] [-PassThru] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Set-ItemProperty", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Name] [-Value] [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Path] -InputObject [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] -LiteralPath -InputObject [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Name] [-Value] -LiteralPath [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Set-Location", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Path] ] [-PassThru] [] -LiteralPath [-PassThru] [] [-PassThru] [-StackName ] []" + }, + { + "Name": "Split-Path", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Parent] [-Resolve] [-Credential ] [] [-Path] [-Leaf] [-Resolve] [-Credential ] [] [-Path] [-LeafBase] [-Resolve] [-Credential ] [] [-Path] [-Extension] [-Resolve] [-Credential ] [] [-Path] [-Qualifier] [-Resolve] [-Credential ] [] [-Path] [-NoQualifier] [-Resolve] [-Credential ] [] [-Path] [-Resolve] [-IsAbsolute] [-Credential ] [] -LiteralPath [-Resolve] [-Credential ] []" + }, + { + "Name": "Start-Process", + "CommandType": "Cmdlet", + "ParameterSets": "[-FilePath] [[-ArgumentList] ] [-Credential ] [-WorkingDirectory ] [-LoadUserProfile] [-NoNewWindow] [-PassThru] [-RedirectStandardError ] [-RedirectStandardInput ] [-RedirectStandardOutput ] [-WindowStyle ] [-Wait] [-UseNewEnvironment] [-WhatIf] [-Confirm] [] [-FilePath] [[-ArgumentList] ] [-WorkingDirectory ] [-PassThru] [-Verb ] [-WindowStyle ] [-Wait] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Stop-Process", + "CommandType": "Cmdlet", + "ParameterSets": "[-Id] [-PassThru] [-Force] [-WhatIf] [-Confirm] [] -Name [-PassThru] [-Force] [-WhatIf] [-Confirm] [] [-InputObject] [-PassThru] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Test-Connection", + "CommandType": "Cmdlet", + "ParameterSets": "[-TargetName] [-Ping] [-IPv4] [-IPv6] [-ResolveDestination] [-Source ] [-MaxHops ] [-Count ] [-Delay ] [-BufferSize ] [-DontFragment] [-TimeoutSeconds ] [-Quiet] [] [-TargetName] [-Ping] [-IPv4] [-IPv6] [-ResolveDestination] [-Source ] [-MaxHops ] [-Delay ] [-BufferSize ] [-DontFragment] [-Continues] [-TimeoutSeconds ] [-Quiet] [] [-TargetName] -Traceroute [-IPv4] [-IPv6] [-ResolveDestination] [-Source ] [-MaxHops ] [-TimeoutSeconds ] [-Quiet] [] [-TargetName] -MTUSizeDetect [-IPv4] [-IPv6] [-ResolveDestination] [-TimeoutSeconds ] [-Quiet] [] [-TargetName] -TCPPort [-IPv4] [-IPv6] [-ResolveDestination] [-Source ] [-TimeoutSeconds ] [-Quiet] []" + }, + { + "Name": "Test-Path", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Filter ] [-Include ] [-Exclude ] [-PathType ] [-IsValid] [-Credential ] [-OlderThan ] [-NewerThan ] [] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-PathType ] [-IsValid] [-Credential ] [-OlderThan ] [-NewerThan ] []" + }, + { + "Name": "Wait-Process", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [[-Timeout] ] [] [-Id] [[-Timeout] ] [] [[-Timeout] ] -InputObject []" + } + ], + "ExportedAliases": [ + "gtz" + ] + }, + { + "Name": "Microsoft.PowerShell.Security", + "Version": "6.1.0.0", + "ExportedCommands": [ + { + "Name": "ConvertFrom-SecureString", + "CommandType": "Cmdlet", + "ParameterSets": "[-SecureString] [[-SecureKey] ] [] [-SecureString] [-Key ] []" + }, + { + "Name": "ConvertTo-SecureString", + "CommandType": "Cmdlet", + "ParameterSets": "[-String] [[-SecureKey] ] [] [-String] [-AsPlainText] [-Force] [] [-String] [-Key ] []" + }, + { + "Name": "Get-Credential", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Credential] ] [] [[-UserName] ] [-Message ] [-Title ] []" + }, + { + "Name": "Get-ExecutionPolicy", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Scope] ] [-List] []" + }, + { + "Name": "Get-PfxCertificate", + "CommandType": "Cmdlet", + "ParameterSets": "[-FilePath] [-Password ] [-NoPromptForPassword] [] -LiteralPath [-Password ] [-NoPromptForPassword] []" + }, + { + "Name": "Set-ExecutionPolicy", + "CommandType": "Cmdlet", + "ParameterSets": "[-ExecutionPolicy] [[-Scope] ] [-Force] [-WhatIf] [-Confirm] []" + } + ], + "ExportedAliases": [] + }, + { + "Name": "Microsoft.PowerShell.Utility", + "Version": "6.1.0.0", + "ExportedCommands": [ + { + "Name": "Add-Member", + "CommandType": "Cmdlet", + "ParameterSets": "-InputObject -TypeName [-PassThru] [] [-NotePropertyMembers] -InputObject [-TypeName ] [-Force] [-PassThru] [] [-NotePropertyName] [-NotePropertyValue] -InputObject [-TypeName ] [-Force] [-PassThru] [] [-MemberType] [-Name] [[-Value] ] [[-SecondValue] ] -InputObject [-TypeName ] [-Force] [-PassThru] []" + }, + { + "Name": "Add-Type", + "CommandType": "Cmdlet", + "ParameterSets": "[-TypeDefinition] [-Language ] [-ReferencedAssemblies ] [-OutputAssembly ] [-OutputType ] [-PassThru] [-IgnoreWarnings] [-CompilerOptions ] [] [-Name] [-MemberDefinition] [-Namespace ] [-UsingNamespace ] [-Language ] [-ReferencedAssemblies ] [-OutputAssembly ] [-OutputType ] [-PassThru] [-IgnoreWarnings] [-CompilerOptions ] [] [-Path] [-ReferencedAssemblies ] [-OutputAssembly ] [-OutputType ] [-PassThru] [-IgnoreWarnings] [-CompilerOptions ] [] -LiteralPath [-ReferencedAssemblies ] [-OutputAssembly ] [-OutputType ] [-PassThru] [-IgnoreWarnings] [-CompilerOptions ] [] -AssemblyName [-PassThru] []" + }, + { + "Name": "Clear-Variable", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-Include ] [-Exclude ] [-Force] [-PassThru] [-Scope ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Compare-Object", + "CommandType": "Cmdlet", + "ParameterSets": "[-ReferenceObject] [-DifferenceObject] [-SyncWindow ] [-Property ] [-ExcludeDifferent] [-IncludeEqual] [-PassThru] [-Culture ] [-CaseSensitive] []" + }, + { + "Name": "ConvertFrom-Csv", + "CommandType": "Cmdlet", + "ParameterSets": "[-InputObject] [[-Delimiter] ] [-Header ] [] [-InputObject] -UseCulture [-Header ] []" + }, + { + "Name": "ConvertFrom-Json", + "CommandType": "Cmdlet", + "ParameterSets": "[-InputObject] [-AsHashtable] []" + }, + { + "Name": "ConvertFrom-Markdown", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-AsVT100EncodedString] [] -LiteralPath [-AsVT100EncodedString] [] -InputObject [-AsVT100EncodedString] []" + }, + { + "Name": "ConvertFrom-StringData", + "CommandType": "Cmdlet", + "ParameterSets": "[-StringData] []" + }, + { + "Name": "ConvertTo-Csv", + "CommandType": "Cmdlet", + "ParameterSets": "[-InputObject] [[-Delimiter] ] [-IncludeTypeInformation] [-NoTypeInformation] [] [-InputObject] [-UseCulture] [-IncludeTypeInformation] [-NoTypeInformation] []" + }, + { + "Name": "ConvertTo-Html", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Property] ] [[-Head] ] [[-Title] ] [[-Body] ] [-InputObject ] [-As ] [-CssUri ] [-PostContent ] [-PreContent ] [-Meta ] [-Charset ] [-Transitional] [] [[-Property] ] [-InputObject ] [-As ] [-Fragment] [-PostContent ] [-PreContent ] []" + }, + { + "Name": "ConvertTo-Json", + "CommandType": "Cmdlet", + "ParameterSets": "[-InputObject] [-Depth ] [-Compress] [-EnumsAsStrings] [-AsArray] []" + }, + { + "Name": "ConvertTo-Xml", + "CommandType": "Cmdlet", + "ParameterSets": "[-InputObject] [-Depth ] [-NoTypeInformation] [-As ] []" + }, + { + "Name": "Debug-Runspace", + "CommandType": "Cmdlet", + "ParameterSets": "[-Runspace] [-WhatIf] [-Confirm] [] [-Name] [-WhatIf] [-Confirm] [] [-Id] [-WhatIf] [-Confirm] [] [-InstanceId] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Disable-PSBreakpoint", + "CommandType": "Cmdlet", + "ParameterSets": "[-Breakpoint] [-PassThru] [-WhatIf] [-Confirm] [] [-Id] [-PassThru] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Disable-RunspaceDebug", + "CommandType": "Cmdlet", + "ParameterSets": "[[-RunspaceName] ] [] [-Runspace] [] [-RunspaceId] [] [-RunspaceInstanceId] [] [[-ProcessName] ] [[-AppDomainName] ] []" + }, + { + "Name": "Enable-PSBreakpoint", + "CommandType": "Cmdlet", + "ParameterSets": "[-Id] [-PassThru] [-WhatIf] [-Confirm] [] [-Breakpoint] [-PassThru] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Enable-RunspaceDebug", + "CommandType": "Cmdlet", + "ParameterSets": "[[-RunspaceName] ] [-BreakAll] [] [-RunspaceId] [-BreakAll] [] [-Runspace] [-BreakAll] [] [-RunspaceInstanceId] [] [[-ProcessName] ] [[-AppDomainName] ] []" + }, + { + "Name": "Export-Alias", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [[-Name] ] [-PassThru] [-As ] [-Append] [-Force] [-NoClobber] [-Description ] [-Scope ] [-WhatIf] [-Confirm] [] [[-Name] ] -LiteralPath [-PassThru] [-As ] [-Append] [-Force] [-NoClobber] [-Description ] [-Scope ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Export-Clixml", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] -InputObject [-Depth ] [-Force] [-NoClobber] [-Encoding ] [-WhatIf] [-Confirm] [] -LiteralPath -InputObject [-Depth ] [-Force] [-NoClobber] [-Encoding ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Export-Csv", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Path] ] [[-Delimiter] ] -InputObject [-LiteralPath ] [-Force] [-NoClobber] [-Encoding ] [-Append] [-IncludeTypeInformation] [-NoTypeInformation] [-WhatIf] [-Confirm] [] [[-Path] ] -InputObject [-LiteralPath ] [-Force] [-NoClobber] [-Encoding ] [-Append] [-UseCulture] [-IncludeTypeInformation] [-NoTypeInformation] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Export-FormatData", + "CommandType": "Cmdlet", + "ParameterSets": "-InputObject -Path [-Force] [-NoClobber] [-IncludeScriptBlock] [] -InputObject -LiteralPath [-Force] [-NoClobber] [-IncludeScriptBlock] []" + }, + { + "Name": "Export-PSSession", + "CommandType": "Cmdlet", + "ParameterSets": "[-Session] [-OutputModule] [[-CommandName] ] [[-FormatTypeName] ] [-Force] [-Encoding ] [-AllowClobber] [-ArgumentList ] [-CommandType ] [-Module ] [-FullyQualifiedModule ] [-Certificate ] []" + }, + { + "Name": "Format-Custom", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Property] ] [-Depth ] [-GroupBy ] [-View ] [-ShowError] [-DisplayError] [-Force] [-Expand ] [-InputObject ] []" + }, + { + "Name": "Format-Hex", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-WhatIf] [-Confirm] [] -LiteralPath [-WhatIf] [-Confirm] [] -InputObject [-Encoding ] [-Raw] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Format-List", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Property] ] [-GroupBy ] [-View ] [-ShowError] [-DisplayError] [-Force] [-Expand ] [-InputObject ] []" + }, + { + "Name": "Format-Table", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Property] ] [-AutoSize] [-HideTableHeaders] [-Wrap] [-GroupBy ] [-View ] [-ShowError] [-DisplayError] [-Force] [-Expand ] [-InputObject ] []" + }, + { + "Name": "Format-Wide", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Property] ] [-AutoSize] [-Column ] [-GroupBy ] [-View ] [-ShowError] [-DisplayError] [-Force] [-Expand ] [-InputObject ] []" + }, + { + "Name": "Get-Alias", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-Exclude ] [-Scope ] [] [-Exclude ] [-Scope ] [-Definition ] []" + }, + { + "Name": "Get-Culture", + "CommandType": "Cmdlet", + "ParameterSets": "[]" + }, + { + "Name": "Get-Date", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Date] ] [-Year ] [-Month ] [-Day ] [-Hour ] [-Minute ] [-Second ] [-Millisecond ] [-DisplayHint ] [-Format ] [] [[-Date] ] [-Year ] [-Month ] [-Day ] [-Hour ] [-Minute ] [-Second ] [-Millisecond ] [-DisplayHint ] [-UFormat ] []" + }, + { + "Name": "Get-Event", + "CommandType": "Cmdlet", + "ParameterSets": "[[-SourceIdentifier] ] [] [-EventIdentifier] []" + }, + { + "Name": "Get-EventSubscriber", + "CommandType": "Cmdlet", + "ParameterSets": "[[-SourceIdentifier] ] [-Force] [] [-SubscriptionId] [-Force] []" + }, + { + "Name": "Get-FileHash", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [[-Algorithm] ] [] [-LiteralPath] [[-Algorithm] ] [] [-InputStream] [[-Algorithm] ] []" + }, + { + "Name": "Get-FormatData", + "CommandType": "Cmdlet", + "ParameterSets": "[[-TypeName] ] [-PowerShellVersion ] []" + }, + { + "Name": "Get-Host", + "CommandType": "Cmdlet", + "ParameterSets": "[]" + }, + { + "Name": "Get-MarkdownOption", + "CommandType": "Cmdlet", + "ParameterSets": "[]" + }, + { + "Name": "Get-Member", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-InputObject ] [-MemberType ] [-View ] [-Static] [-Force] []" + }, + { + "Name": "Get-PSBreakpoint", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Script] ] [] -Command [-Script ] [] -Variable [-Script ] [] [-Type] [-Script ] [] [-Id] []" + }, + { + "Name": "Get-PSCallStack", + "CommandType": "Cmdlet", + "ParameterSets": "[]" + }, + { + "Name": "Get-Random", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Maximum] ] [-SetSeed ] [-Minimum ] [] [-InputObject] [-SetSeed ] [-Count ] []" + }, + { + "Name": "Get-Runspace", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [] [-Id] [] [-InstanceId] []" + }, + { + "Name": "Get-RunspaceDebug", + "CommandType": "Cmdlet", + "ParameterSets": "[[-RunspaceName] ] [] [-Runspace] [] [-RunspaceId] [] [-RunspaceInstanceId] [] [[-ProcessName] ] [[-AppDomainName] ] []" + }, + { + "Name": "Get-TraceSource", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] []" + }, + { + "Name": "Get-TypeData", + "CommandType": "Cmdlet", + "ParameterSets": "[[-TypeName] ] []" + }, + { + "Name": "Get-UICulture", + "CommandType": "Cmdlet", + "ParameterSets": "[]" + }, + { + "Name": "Get-Unique", + "CommandType": "Cmdlet", + "ParameterSets": "[-InputObject ] [-AsString] [] [-InputObject ] [-OnType] []" + }, + { + "Name": "Get-Uptime", + "CommandType": "Cmdlet", + "ParameterSets": "[] [-Since] []" + }, + { + "Name": "Get-Variable", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-ValueOnly] [-Include ] [-Exclude ] [-Scope ] []" + }, + { + "Name": "Get-Verb", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Verb] ] [[-Group] ] []" + }, + { + "Name": "Group-Object", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Property] ] [-NoElement] [-AsHashTable] [-AsString] [-InputObject ] [-Culture ] [-CaseSensitive] []" + }, + { + "Name": "Import-Alias", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Scope ] [-PassThru] [-Force] [-WhatIf] [-Confirm] [] -LiteralPath [-Scope ] [-PassThru] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Import-Clixml", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-IncludeTotalCount] [-Skip ] [-First ] [] -LiteralPath [-IncludeTotalCount] [-Skip ] [-First ] []" + }, + { + "Name": "Import-Csv", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Path] ] [[-Delimiter] ] [-LiteralPath ] [-Header ] [-Encoding ] [] [[-Path] ] -UseCulture [-LiteralPath ] [-Header ] [-Encoding ] []" + }, + { + "Name": "Import-LocalizedData", + "CommandType": "Cmdlet", + "ParameterSets": "[[-BindingVariable] ] [[-UICulture] ] [-BaseDirectory ] [-FileName ] [-SupportedCommand ] []" + }, + { + "Name": "Import-PowerShellDataFile", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [] [-LiteralPath] []" + }, + { + "Name": "Import-PSSession", + "CommandType": "Cmdlet", + "ParameterSets": "[-Session] [[-CommandName] ] [[-FormatTypeName] ] [-Prefix ] [-DisableNameChecking] [-AllowClobber] [-ArgumentList ] [-CommandType ] [-Module ] [-FullyQualifiedModule ] [-Certificate ] []" + }, + { + "Name": "Invoke-Expression", + "CommandType": "Cmdlet", + "ParameterSets": "[-Command] []" + }, + { + "Name": "Invoke-RestMethod", + "CommandType": "Cmdlet", + "ParameterSets": "[-Uri] [-Method ] [-FollowRelLink] [-MaximumFollowRelLink ] [-ResponseHeadersVariable ] [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-MaximumRetryCount ] [-RetryIntervalSec ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-Body ] [-Form ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-Resume] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] [] [-Uri] -NoProxy [-Method ] [-FollowRelLink] [-MaximumFollowRelLink ] [-ResponseHeadersVariable ] [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-MaximumRetryCount ] [-RetryIntervalSec ] [-Body ] [-Form ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-Resume] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] [] [-Uri] -CustomMethod -NoProxy [-FollowRelLink] [-MaximumFollowRelLink ] [-ResponseHeadersVariable ] [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-MaximumRetryCount ] [-RetryIntervalSec ] [-Body ] [-Form ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-Resume] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] [] [-Uri] -CustomMethod [-FollowRelLink] [-MaximumFollowRelLink ] [-ResponseHeadersVariable ] [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-MaximumRetryCount ] [-RetryIntervalSec ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-Body ] [-Form ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-Resume] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] []" + }, + { + "Name": "Invoke-WebRequest", + "CommandType": "Cmdlet", + "ParameterSets": "[-Uri] [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-MaximumRetryCount ] [-RetryIntervalSec ] [-Method ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-Body ] [-Form ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-Resume] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] [] [-Uri] -NoProxy [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-MaximumRetryCount ] [-RetryIntervalSec ] [-Method ] [-Body ] [-Form ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-Resume] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] [] [-Uri] -CustomMethod -NoProxy [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-MaximumRetryCount ] [-RetryIntervalSec ] [-Body ] [-Form ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-Resume] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] [] [-Uri] -CustomMethod [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-MaximumRetryCount ] [-RetryIntervalSec ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-Body ] [-Form ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-Resume] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] []" + }, + { + "Name": "Measure-Command", + "CommandType": "Cmdlet", + "ParameterSets": "[-Expression] [-InputObject ] []" + }, + { + "Name": "Measure-Object", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Property] ] [-InputObject ] [-StandardDeviation] [-Sum] [-AllStats] [-Average] [-Maximum] [-Minimum] [] [[-Property] ] [-InputObject ] [-Line] [-Word] [-Character] [-IgnoreWhiteSpace] []" + }, + { + "Name": "New-Alias", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-Value] [-Description ] [-Option ] [-PassThru] [-Scope ] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "New-Event", + "CommandType": "Cmdlet", + "ParameterSets": "[-SourceIdentifier] [[-Sender] ] [[-EventArguments] ] [[-MessageData] ] []" + }, + { + "Name": "New-Guid", + "CommandType": "Cmdlet", + "ParameterSets": "[]" + }, + { + "Name": "New-Object", + "CommandType": "Cmdlet", + "ParameterSets": "[-TypeName] [[-ArgumentList] ] [-Property ] [] [-Strict] [-Property ] []" + }, + { + "Name": "New-TemporaryFile", + "CommandType": "Cmdlet", + "ParameterSets": "[-WhatIf] [-Confirm] []" + }, + { + "Name": "New-TimeSpan", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Start] ] [[-End] ] [] [-Days ] [-Hours ] [-Minutes ] [-Seconds ] []" + }, + { + "Name": "New-Variable", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [[-Value] ] [-Description ] [-Option ] [-Visibility ] [-Force] [-PassThru] [-Scope ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Out-File", + "CommandType": "Cmdlet", + "ParameterSets": "[-FilePath] [[-Encoding] ] [-Append] [-Force] [-NoClobber] [-Width ] [-NoNewline] [-InputObject ] [-WhatIf] [-Confirm] [] [[-Encoding] ] -LiteralPath [-Append] [-Force] [-NoClobber] [-Width ] [-NoNewline] [-InputObject ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Out-String", + "CommandType": "Cmdlet", + "ParameterSets": "[-Width ] [-NoNewline] [-InputObject ] [] [-Stream] [-Width ] [-InputObject ] []" + }, + { + "Name": "Read-Host", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Prompt] ] [-AsSecureString] []" + }, + { + "Name": "Register-EngineEvent", + "CommandType": "Cmdlet", + "ParameterSets": "[-SourceIdentifier] [[-Action] ] [-MessageData ] [-SupportEvent] [-Forward] [-MaxTriggerCount ] []" + }, + { + "Name": "Register-ObjectEvent", + "CommandType": "Cmdlet", + "ParameterSets": "[-InputObject] [-EventName] [[-SourceIdentifier] ] [[-Action] ] [-MessageData ] [-SupportEvent] [-Forward] [-MaxTriggerCount ] []" + }, + { + "Name": "Remove-Alias", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-Scope ] [-Force] []" + }, + { + "Name": "Remove-Event", + "CommandType": "Cmdlet", + "ParameterSets": "[-SourceIdentifier] [-WhatIf] [-Confirm] [] [-EventIdentifier] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Remove-PSBreakpoint", + "CommandType": "Cmdlet", + "ParameterSets": "[-Breakpoint] [-WhatIf] [-Confirm] [] [-Id] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Remove-TypeData", + "CommandType": "Cmdlet", + "ParameterSets": "-TypeData [-WhatIf] [-Confirm] [] [-TypeName] [-WhatIf] [-Confirm] [] -Path [-WhatIf] [-Confirm] []" + }, + { + "Name": "Remove-Variable", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-Include ] [-Exclude ] [-Force] [-Scope ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Select-Object", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Property] ] [-InputObject ] [-ExcludeProperty ] [-ExpandProperty ] [-Unique] [-Last ] [-First ] [-Skip ] [-Wait] [] [[-Property] ] [-InputObject ] [-ExcludeProperty ] [-ExpandProperty ] [-Unique] [-SkipLast ] [] [-InputObject ] [-Unique] [-Wait] [-Index ] [] [-InputObject ] [-Unique] [-SkipIndex ] []" + }, + { + "Name": "Select-String", + "CommandType": "Cmdlet", + "ParameterSets": "[-Pattern] [-Path] [-SimpleMatch] [-CaseSensitive] [-Quiet] [-List] [-Include ] [-Exclude ] [-NotMatch] [-AllMatches] [-Encoding ] [-Context ] [] [-Pattern] -InputObject [-SimpleMatch] [-CaseSensitive] [-Quiet] [-List] [-Include ] [-Exclude ] [-NotMatch] [-AllMatches] [-Encoding ] [-Context ] [] [-Pattern] -LiteralPath [-SimpleMatch] [-CaseSensitive] [-Quiet] [-List] [-Include ] [-Exclude ] [-NotMatch] [-AllMatches] [-Encoding ] [-Context ] []" + }, + { + "Name": "Select-Xml", + "CommandType": "Cmdlet", + "ParameterSets": "[-XPath] [-Xml] [-Namespace ] [] [-XPath] [-Path] [-Namespace ] [] [-XPath] -LiteralPath [-Namespace ] [] [-XPath] -Content [-Namespace ] []" + }, + { + "Name": "Send-MailMessage", + "CommandType": "Cmdlet", + "ParameterSets": "[-To] [-Subject] [[-Body] ] [[-SmtpServer] ] -From [-Attachments ] [-Bcc ] [-BodyAsHtml] [-Encoding ] [-Cc ] [-DeliveryNotificationOption ] [-Priority ] [-Credential ] [-UseSsl] [-Port ] []" + }, + { + "Name": "Set-Alias", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-Value] [-Description ] [-Option ] [-PassThru] [-Scope ] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Set-Date", + "CommandType": "Cmdlet", + "ParameterSets": "[-Date] [-DisplayHint ] [-WhatIf] [-Confirm] [] [-Adjust] [-DisplayHint ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Set-MarkdownOption", + "CommandType": "Cmdlet", + "ParameterSets": "[-Header1Color ] [-Header2Color ] [-Header3Color ] [-Header4Color ] [-Header5Color ] [-Header6Color ] [-Code ] [-ImageAltTextForegroundColor ] [-LinkForegroundColor ] [-ItalicsForegroundColor ] [-BoldForegroundColor ] [-PassThru] [] -Theme [-PassThru] [] [-InputObject] [-PassThru] []" + }, + { + "Name": "Set-PSBreakpoint", + "CommandType": "Cmdlet", + "ParameterSets": "[-Script] [-Line] [[-Column] ] [-Action ] [] [[-Script] ] -Command [-Action ] [] [[-Script] ] -Variable [-Action ] [-Mode ] []" + }, + { + "Name": "Set-TraceSource", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [[-Option] ] [-ListenerOption ] [-FilePath ] [-Force] [-Debugger] [-PSHost] [-PassThru] [] [-Name] [-RemoveListener ] [] [-Name] [-RemoveFileListener ] []" + }, + { + "Name": "Set-Variable", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [[-Value] ] [-Include ] [-Exclude ] [-Description ] [-Option ] [-Force] [-Visibility ] [-PassThru] [-Scope ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Show-Markdown", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-UseBrowser] [] -InputObject [-UseBrowser] [] -LiteralPath [-UseBrowser] []" + }, + { + "Name": "Sort-Object", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Property] ] [-Descending] [-Unique] [-Top ] [-InputObject ] [-Culture ] [-CaseSensitive] [] [[-Property] ] -Bottom [-Descending] [-Unique] [-InputObject ] [-Culture ] [-CaseSensitive] []" + }, + { + "Name": "Start-Sleep", + "CommandType": "Cmdlet", + "ParameterSets": "[-Seconds] [] -Milliseconds []" + }, + { + "Name": "Tee-Object", + "CommandType": "Cmdlet", + "ParameterSets": "[-FilePath] [-InputObject ] [-Append] [] -LiteralPath [-InputObject ] [] -Variable [-InputObject ] []" + }, + { + "Name": "Test-Json", + "CommandType": "Cmdlet", + "ParameterSets": "[-Json] [[-Schema] ] []" + }, + { + "Name": "Trace-Command", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-Expression] [[-Option] ] [-InputObject ] [-ListenerOption ] [-FilePath ] [-Force] [-Debugger] [-PSHost] [] [-Name] [-Command] [[-Option] ] [-InputObject ] [-ArgumentList ] [-ListenerOption ] [-FilePath ] [-Force] [-Debugger] [-PSHost] []" + }, + { + "Name": "Unregister-Event", + "CommandType": "Cmdlet", + "ParameterSets": "[-SourceIdentifier] [-Force] [-WhatIf] [-Confirm] [] [-SubscriptionId] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Update-FormatData", + "CommandType": "Cmdlet", + "ParameterSets": "[[-AppendPath] ] [-PrependPath ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Update-TypeData", + "CommandType": "Cmdlet", + "ParameterSets": "[[-AppendPath] ] [-PrependPath ] [-WhatIf] [-Confirm] [] -TypeName [-MemberType ] [-MemberName ] [-Value ] [-SecondValue ] [-TypeConverter ] [-TypeAdapter ] [-SerializationMethod ] [-TargetTypeForDeserialization ] [-SerializationDepth ] [-DefaultDisplayProperty ] [-InheritPropertySerializationSet ] [-StringSerializationSource ] [-DefaultDisplayPropertySet ] [-DefaultKeyPropertySet ] [-PropertySerializationSet ] [-Force] [-WhatIf] [-Confirm] [] [-TypeData] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Wait-Debugger", + "CommandType": "Cmdlet", + "ParameterSets": "[]" + }, + { + "Name": "Wait-Event", + "CommandType": "Cmdlet", + "ParameterSets": "[[-SourceIdentifier] ] [-Timeout ] []" + }, + { + "Name": "Write-Debug", + "CommandType": "Cmdlet", + "ParameterSets": "[-Message] []" + }, + { + "Name": "Write-Error", + "CommandType": "Cmdlet", + "ParameterSets": "[-Message] [-Category ] [-ErrorId ] [-TargetObject ] [-RecommendedAction ] [-CategoryActivity ] [-CategoryReason ] [-CategoryTargetName ] [-CategoryTargetType ] [] -Exception [-Message ] [-Category ] [-ErrorId ] [-TargetObject ] [-RecommendedAction ] [-CategoryActivity ] [-CategoryReason ] [-CategoryTargetName ] [-CategoryTargetType ] [] -ErrorRecord [-RecommendedAction ] [-CategoryActivity ] [-CategoryReason ] [-CategoryTargetName ] [-CategoryTargetType ] []" + }, + { + "Name": "Write-Host", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Object] ] [-NoNewline] [-Separator ] [-ForegroundColor ] [-BackgroundColor ] []" + }, + { + "Name": "Write-Information", + "CommandType": "Cmdlet", + "ParameterSets": "[-MessageData] [[-Tags] ] []" + }, + { + "Name": "Write-Output", + "CommandType": "Cmdlet", + "ParameterSets": "[-InputObject] [-NoEnumerate] []" + }, + { + "Name": "Write-Progress", + "CommandType": "Cmdlet", + "ParameterSets": "[-Activity] [[-Status] ] [[-Id] ] [-PercentComplete ] [-SecondsRemaining ] [-CurrentOperation ] [-ParentId ] [-Completed] [-SourceId ] []" + }, + { + "Name": "Write-Verbose", + "CommandType": "Cmdlet", + "ParameterSets": "[-Message] []" + }, + { + "Name": "Write-Warning", + "CommandType": "Cmdlet", + "ParameterSets": "[-Message] []" + } + ], + "ExportedAliases": [ + "fhx" + ] + }, + { + "Name": "PackageManagement", + "Version": "1.1.7.2", + "ExportedCommands": [ + { + "Name": "Find-Package", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-IncludeDependencies] [-AllVersions] [-Source ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Force] [-ForceBootstrap] [-ProviderName ] [-ConfigFile ] [-SkipValidate] [-Headers ] [-FilterOnTag ] [-Contains ] [-AllowPrereleaseVersions] [] [[-Name] ] [-IncludeDependencies] [-AllVersions] [-Source ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Force] [-ForceBootstrap] [-ProviderName ] [-AllowPrereleaseVersions] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Type ] [-Filter ] [-Tag ] [-Includes ] [-DscResource ] [-RoleCapability ] [-Command ] [-AcceptLicense] []" + }, + { + "Name": "Find-PackageProvider", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-AllVersions] [-Source ] [-IncludeDependencies] [-Credential ] [-Proxy ] [-ProxyCredential ] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Force] [-ForceBootstrap] []" + }, + { + "Name": "Get-Package", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-AllVersions] [-Force] [-ForceBootstrap] [-ProviderName ] [-Destination ] [-ExcludeVersion] [-Scope ] [-SkipDependencies] [] [[-Name] ] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-AllVersions] [-Force] [-ForceBootstrap] [-ProviderName ] [-Scope ] [-PackageManagementProvider ] [-Type ] [-AllowClobber] [-SkipPublisherCheck] [-InstallUpdate] [-NoPathUpdate] [-AllowPrereleaseVersions] []" + }, + { + "Name": "Get-PackageProvider", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-ListAvailable] [-Force] [-ForceBootstrap] []" + }, + { + "Name": "Get-PackageSource", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-Location ] [-Force] [-ForceBootstrap] [-ProviderName ] [-ConfigFile ] [-SkipValidate] [] [[-Name] ] [-Location ] [-Force] [-ForceBootstrap] [-ProviderName ] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] []" + }, + { + "Name": "Import-PackageProvider", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Force] [-ForceBootstrap] []" + }, + { + "Name": "Install-Package", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Source ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ProviderName ] [] [-InputObject] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [-Headers ] [-FilterOnTag ] [-Contains ] [-AllowPrereleaseVersions] [-Destination ] [-ExcludeVersion] [-Scope ] [-SkipDependencies] [] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [-Headers ] [-FilterOnTag ] [-Contains ] [-AllowPrereleaseVersions] [-Destination ] [-ExcludeVersion] [-Scope ] [-SkipDependencies] [] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-AllowPrereleaseVersions] [-Scope ] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Type ] [-Filter ] [-Tag ] [-Includes ] [-DscResource ] [-RoleCapability ] [-Command ] [-AcceptLicense] [-AllowClobber] [-SkipPublisherCheck] [-InstallUpdate] [-NoPathUpdate] [] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-AllowPrereleaseVersions] [-Scope ] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Type ] [-Filter ] [-Tag ] [-Includes ] [-DscResource ] [-RoleCapability ] [-Command ] [-AcceptLicense] [-AllowClobber] [-SkipPublisherCheck] [-InstallUpdate] [-NoPathUpdate] []" + }, + { + "Name": "Install-PackageProvider", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Credential ] [-Scope ] [-Source ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [] [-InputObject] [-Scope ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Register-PackageSource", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [[-Location] ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ProviderName ] [] [[-Name] ] [[-Location] ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [] [[-Name] ] [[-Location] ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] []" + }, + { + "Name": "Save-Package", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Source ] [-Path ] [-LiteralPath ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ProviderName ] [] -InputObject [-Path ] [-LiteralPath ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [] [-Path ] [-LiteralPath ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [-Headers ] [-FilterOnTag ] [-Contains ] [-AllowPrereleaseVersions] [] [-Path ] [-LiteralPath ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [-Headers ] [-FilterOnTag ] [-Contains ] [-AllowPrereleaseVersions] [] [-Path ] [-LiteralPath ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-AllowPrereleaseVersions] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Type ] [-Filter ] [-Tag ] [-Includes ] [-DscResource ] [-RoleCapability ] [-Command ] [-AcceptLicense] [] [-Path ] [-LiteralPath ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-AllowPrereleaseVersions] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Type ] [-Filter ] [-Tag ] [-Includes ] [-DscResource ] [-RoleCapability ] [-Command ] [-AcceptLicense] []" + }, + { + "Name": "Set-PackageSource", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Location ] [-NewLocation ] [-NewName ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ProviderName ] [] -InputObject [-Proxy ] [-ProxyCredential ] [-Credential ] [-NewLocation ] [-NewName ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [] [-Proxy ] [-ProxyCredential ] [-Credential ] [-NewLocation ] [-NewName ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [] [-Proxy ] [-ProxyCredential ] [-Credential ] [-NewLocation ] [-NewName ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [] [-Proxy ] [-ProxyCredential ] [-Credential ] [-NewLocation ] [-NewName ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [] [-Proxy ] [-ProxyCredential ] [-Credential ] [-NewLocation ] [-NewName ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] []" + }, + { + "Name": "Uninstall-Package", + "CommandType": "Cmdlet", + "ParameterSets": "[-InputObject] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [] [-Name] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ProviderName ] [] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-Destination ] [-ExcludeVersion] [-Scope ] [-SkipDependencies] [] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-Destination ] [-ExcludeVersion] [-Scope ] [-SkipDependencies] [] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-Scope ] [-PackageManagementProvider ] [-Type ] [-AllowClobber] [-SkipPublisherCheck] [-InstallUpdate] [-NoPathUpdate] [-AllowPrereleaseVersions] [] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-Scope ] [-PackageManagementProvider ] [-Type ] [-AllowClobber] [-SkipPublisherCheck] [-InstallUpdate] [-NoPathUpdate] [-AllowPrereleaseVersions] []" + }, + { + "Name": "Unregister-PackageSource", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Source] ] [-Location ] [-Credential ] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ProviderName ] [] -InputObject [-Credential ] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [] [-Credential ] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [] [-Credential ] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [] [-Credential ] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [] [-Credential ] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] []" + } + ], + "ExportedAliases": [] + }, + { + "Name": "PowerShellGet", + "Version": "1.6.7", + "ExportedCommands": [ + { + "Name": "Find-Command", + "CommandType": "Function", + "ParameterSets": "[[-Name] ] [-ModuleName ] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-AllVersions] [-AllowPrerelease] [-Tag ] [-Filter ] [-Proxy ] [-ProxyCredential ] [-Repository ] []" + }, + { + "Name": "Find-DscResource", + "CommandType": "Function", + "ParameterSets": "[[-Name] ] [-ModuleName ] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-AllVersions] [-AllowPrerelease] [-Tag ] [-Filter ] [-Proxy ] [-ProxyCredential ] [-Repository ] []" + }, + { + "Name": "Find-Module", + "CommandType": "Function", + "ParameterSets": "[[-Name] ] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-AllVersions] [-IncludeDependencies] [-Filter ] [-Tag ] [-Includes ] [-DscResource ] [-RoleCapability ] [-Command ] [-Proxy ] [-ProxyCredential ] [-Repository ] [-Credential ] [-AllowPrerelease] []" + }, + { + "Name": "Find-RoleCapability", + "CommandType": "Function", + "ParameterSets": "[[-Name] ] [-ModuleName ] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-AllVersions] [-AllowPrerelease] [-Tag ] [-Filter ] [-Proxy ] [-ProxyCredential ] [-Repository ] []" + }, + { + "Name": "Find-Script", + "CommandType": "Function", + "ParameterSets": "[[-Name] ] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-AllVersions] [-IncludeDependencies] [-Filter ] [-Tag ] [-Includes ] [-Command ] [-Proxy ] [-ProxyCredential ] [-Repository ] [-Credential ] [-AllowPrerelease] []" + }, + { + "Name": "Get-InstalledModule", + "CommandType": "Function", + "ParameterSets": "[[-Name] ] [-MinimumVersion ] [-RequiredVersion ] [-MaximumVersion ] [-AllVersions] [-AllowPrerelease] []" + }, + { + "Name": "Get-InstalledScript", + "CommandType": "Function", + "ParameterSets": "[[-Name] ] [-MinimumVersion ] [-RequiredVersion ] [-MaximumVersion ] [-AllowPrerelease] []" + }, + { + "Name": "Get-PSRepository", + "CommandType": "Function", + "ParameterSets": "[[-Name] ] []" + }, + { + "Name": "Install-Module", + "CommandType": "Function", + "ParameterSets": "[-Name] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-Repository ] [-Credential ] [-Scope ] [-Proxy ] [-ProxyCredential ] [-AllowClobber] [-SkipPublisherCheck] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-InputObject] [-Credential ] [-Scope ] [-Proxy ] [-ProxyCredential ] [-AllowClobber] [-SkipPublisherCheck] [-Force] [-AcceptLicense] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Install-Script", + "CommandType": "Function", + "ParameterSets": "[-Name] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-Repository ] [-Scope ] [-NoPathUpdate] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-InputObject] [-Scope ] [-NoPathUpdate] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AcceptLicense] [-WhatIf] [-Confirm] []" + }, + { + "Name": "New-ScriptFileInfo", + "CommandType": "Function", + "ParameterSets": "[[-Path] ] -Description [-Version ] [-Author ] [-Guid ] [-CompanyName ] [-Copyright ] [-RequiredModules ] [-ExternalModuleDependencies ] [-RequiredScripts ] [-ExternalScriptDependencies ] [-Tags ] [-ProjectUri ] [-LicenseUri ] [-IconUri ] [-ReleaseNotes ] [-PrivateData ] [-PassThru] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Publish-Module", + "CommandType": "Function", + "ParameterSets": "-Name [-RequiredVersion ] [-NuGetApiKey ] [-Repository ] [-Credential ] [-FormatVersion ] [-ReleaseNotes ] [-Tags ] [-LicenseUri ] [-IconUri ] [-ProjectUri ] [-Force] [-AllowPrerelease] [-WhatIf] [-Confirm] [] -Path [-NuGetApiKey ] [-Repository ] [-Credential ] [-FormatVersion ] [-ReleaseNotes ] [-Tags ] [-LicenseUri ] [-IconUri ] [-ProjectUri ] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Publish-Script", + "CommandType": "Function", + "ParameterSets": "-Path [-NuGetApiKey ] [-Repository ] [-Credential ] [-Force] [-WhatIf] [-Confirm] [] -LiteralPath [-NuGetApiKey ] [-Repository ] [-Credential ] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Register-PSRepository", + "CommandType": "Function", + "ParameterSets": "[-Name] [-SourceLocation] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Credential ] [-InstallationPolicy ] [-Proxy ] [-ProxyCredential ] [-PackageManagementProvider ] [] -Default [-InstallationPolicy ] [-Proxy ] [-ProxyCredential ] []" + }, + { + "Name": "Save-Module", + "CommandType": "Function", + "ParameterSets": "[-Name] [-Path] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-Repository ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-Name] -LiteralPath [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-Repository ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-InputObject] -LiteralPath [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-InputObject] [-Path] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AcceptLicense] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Save-Script", + "CommandType": "Function", + "ParameterSets": "[-Name] [-Path] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-Repository ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-Name] -LiteralPath [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-Repository ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-InputObject] -LiteralPath [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-InputObject] [-Path] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AcceptLicense] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Set-PSRepository", + "CommandType": "Function", + "ParameterSets": "[-Name] [[-SourceLocation] ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Credential ] [-InstallationPolicy ] [-Proxy ] [-ProxyCredential ] [-PackageManagementProvider ] []" + }, + { + "Name": "Test-ScriptFileInfo", + "CommandType": "Function", + "ParameterSets": "[-Path] [] -LiteralPath []" + }, + { + "Name": "Uninstall-Module", + "CommandType": "Function", + "ParameterSets": "[-Name] [-MinimumVersion ] [-RequiredVersion ] [-MaximumVersion ] [-AllVersions] [-Force] [-AllowPrerelease] [-WhatIf] [-Confirm] [] [-InputObject] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Uninstall-Script", + "CommandType": "Function", + "ParameterSets": "[-Name] [-MinimumVersion ] [-RequiredVersion ] [-MaximumVersion ] [-Force] [-AllowPrerelease] [-WhatIf] [-Confirm] [] [-InputObject] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Unregister-PSRepository", + "CommandType": "Function", + "ParameterSets": "[-Name] []" + }, + { + "Name": "Update-Module", + "CommandType": "Function", + "ParameterSets": "[[-Name] ] [-RequiredVersion ] [-MaximumVersion ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Update-ModuleManifest", + "CommandType": "Function", + "ParameterSets": "[-Path] [-NestedModules ] [-Guid ] [-Author ] [-CompanyName ] [-Copyright ] [-RootModule ] [-ModuleVersion ] [-Description ] [-ProcessorArchitecture ] [-CompatiblePSEditions ] [-PowerShellVersion ] [-ClrVersion ] [-DotNetFrameworkVersion ] [-PowerShellHostName ] [-PowerShellHostVersion ] [-RequiredModules ] [-TypesToProcess ] [-FormatsToProcess ] [-ScriptsToProcess ] [-RequiredAssemblies ] [-FileList ] [-ModuleList ] [-FunctionsToExport ] [-AliasesToExport ] [-VariablesToExport ] [-CmdletsToExport ] [-DscResourcesToExport ] [-PrivateData ] [-Tags ] [-ProjectUri ] [-LicenseUri ] [-IconUri ] [-ReleaseNotes ] [-Prerelease ] [-HelpInfoUri ] [-PassThru] [-DefaultCommandPrefix ] [-ExternalModuleDependencies ] [-PackageManagementProviders ] [-RequireLicenseAcceptance] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Update-Script", + "CommandType": "Function", + "ParameterSets": "[[-Name] ] [-RequiredVersion ] [-MaximumVersion ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Update-ScriptFileInfo", + "CommandType": "Function", + "ParameterSets": "[-Path] [-Version ] [-Author ] [-Guid ] [-Description ] [-CompanyName ] [-Copyright ] [-RequiredModules ] [-ExternalModuleDependencies ] [-RequiredScripts ] [-ExternalScriptDependencies ] [-Tags ] [-ProjectUri ] [-LicenseUri ] [-IconUri ] [-ReleaseNotes ] [-PrivateData ] [-PassThru] [-Force] [-WhatIf] [-Confirm] [] [-LiteralPath] [-Version ] [-Author ] [-Guid ] [-Description ] [-CompanyName ] [-Copyright ] [-RequiredModules ] [-ExternalModuleDependencies ] [-RequiredScripts ] [-ExternalScriptDependencies ] [-Tags ] [-ProjectUri ] [-LicenseUri ] [-IconUri ] [-ReleaseNotes ] [-PrivateData ] [-PassThru] [-Force] [-WhatIf] [-Confirm] []" + } + ], + "ExportedAliases": [ + "inmo", + "fimo", + "upmo", + "pumo" + ] + }, + { + "Name": "PSDesiredStateConfiguration", + "Version": "0.0", + "ExportedCommands": [ + { + "Name": "Add-NodeKeys", + "CommandType": "Function", + "ParameterSets": "[-ResourceKey] [-keywordName] []" + }, + { + "Name": "AddDscResourceProperty", + "CommandType": "Function", + "ParameterSets": null + }, + { + "Name": "AddDscResourcePropertyFromMetadata", + "CommandType": "Function", + "ParameterSets": null + }, + { + "Name": "CheckResourceFound", + "CommandType": "Function", + "ParameterSets": "[[-names] ] [[-Resources] ]" + }, + { + "Name": "Configuration", + "CommandType": "Function", + "ParameterSets": "[[-ResourceModuleTuplesToImport] ] [[-OutputPath] ] [[-Name] ] [[-Body] ] [[-ArgsToBody] ] [[-ConfigurationData] ] [[-InstanceName] ] []" + }, + { + "Name": "ConvertTo-MOFInstance", + "CommandType": "Function", + "ParameterSets": "[-Type] [-Properties] []" + }, + { + "Name": "Generate-VersionInfo", + "CommandType": "Function", + "ParameterSets": "[-KeywordData] [-Value] []" + }, + { + "Name": "Get-CompatibleVersionAddtionaPropertiesStr", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "Get-ComplexResourceQualifier", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "Get-ConfigurationErrorCount", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "Get-DscResource", + "CommandType": "Function", + "ParameterSets": "[[-Name] ] [[-Module] ] [-Syntax] []" + }, + { + "Name": "Get-DSCResourceModules", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "Get-EncryptedPassword", + "CommandType": "Function", + "ParameterSets": "[[-Value] ] []" + }, + { + "Name": "Get-InnerMostErrorRecord", + "CommandType": "Function", + "ParameterSets": "[-ErrorRecord] []" + }, + { + "Name": "Get-MofInstanceName", + "CommandType": "Function", + "ParameterSets": "[[-mofInstance] ]" + }, + { + "Name": "Get-MofInstanceText", + "CommandType": "Function", + "ParameterSets": "[-aliasId] []" + }, + { + "Name": "Get-PositionInfo", + "CommandType": "Function", + "ParameterSets": "[[-sourceMetadata] ]" + }, + { + "Name": "Get-PSCurrentConfigurationNode", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "Get-PSDefaultConfigurationDocument", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "Get-PSMetaConfigDocumentInstVersionInfo", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "Get-PSMetaConfigurationProcessed", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "Get-PSTopConfigurationName", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "Get-PublicKeyFromFile", + "CommandType": "Function", + "ParameterSets": "[-certificatefile] []" + }, + { + "Name": "Get-PublicKeyFromStore", + "CommandType": "Function", + "ParameterSets": "[-certificateid] []" + }, + { + "Name": "GetCompositeResource", + "CommandType": "Function", + "ParameterSets": "[[-patterns] ] [-configInfo] [[-ignoreParameters] ] [-modules] []" + }, + { + "Name": "GetImplementingModulePath", + "CommandType": "Function", + "ParameterSets": "[-schemaFileName] []" + }, + { + "Name": "GetModule", + "CommandType": "Function", + "ParameterSets": "[-modules] [-schemaFileName] []" + }, + { + "Name": "GetPatterns", + "CommandType": "Function", + "ParameterSets": "[[-names] ]" + }, + { + "Name": "GetResourceFromKeyword", + "CommandType": "Function", + "ParameterSets": "[-keyword] [[-patterns] ] [-modules] []" + }, + { + "Name": "GetSyntax", + "CommandType": "Function", + "ParameterSets": null + }, + { + "Name": "ImportCimAndScriptKeywordsFromModule", + "CommandType": "Function", + "ParameterSets": "[-Module] [-resource] [[-functionsToDefine] ] []" + }, + { + "Name": "ImportClassResourcesFromModule", + "CommandType": "Function", + "ParameterSets": "[-Module] [-Resources] [[-functionsToDefine] ] []" + }, + { + "Name": "Initialize-ConfigurationRuntimeState", + "CommandType": "Function", + "ParameterSets": "[[-ConfigurationName] ] []" + }, + { + "Name": "IsHiddenResource", + "CommandType": "Function", + "ParameterSets": "[-ResourceName] []" + }, + { + "Name": "IsPatternMatched", + "CommandType": "Function", + "ParameterSets": "[[-patterns] ] [-Name] []" + }, + { + "Name": "New-DscChecksum", + "CommandType": "Function", + "ParameterSets": "[-Path] [[-OutPath] ] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Node", + "CommandType": "Function", + "ParameterSets": "[-KeywordData] [[-Name] ] [-Value] [-sourceMetadata] []" + }, + { + "Name": "ReadEnvironmentFile", + "CommandType": "Function", + "ParameterSets": "[-FilePath] []" + }, + { + "Name": "Set-NodeExclusiveResources", + "CommandType": "Function", + "ParameterSets": "[-resourceId] [-exclusiveResource] []" + }, + { + "Name": "Set-NodeManager", + "CommandType": "Function", + "ParameterSets": "[-resourceId] [-referencedManagers] []" + }, + { + "Name": "Set-NodeResources", + "CommandType": "Function", + "ParameterSets": "[-resourceId] [-requiredResourceList] []" + }, + { + "Name": "Set-NodeResourceSource", + "CommandType": "Function", + "ParameterSets": "[-resourceId] [-referencedResourceSources] []" + }, + { + "Name": "Set-PSCurrentConfigurationNode", + "CommandType": "Function", + "ParameterSets": "[[-nodeName] ] []" + }, + { + "Name": "Set-PSDefaultConfigurationDocument", + "CommandType": "Function", + "ParameterSets": "[[-documentText] ] []" + }, + { + "Name": "Set-PSMetaConfigDocInsProcessedBeforeMeta", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "Set-PSMetaConfigVersionInfoV2", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "Set-PSTopConfigurationName", + "CommandType": "Function", + "ParameterSets": "[[-Name] ] []" + }, + { + "Name": "StrongConnect", + "CommandType": "Function", + "ParameterSets": "[[-resourceId] ]" + }, + { + "Name": "Test-ConflictingResources", + "CommandType": "Function", + "ParameterSets": "[[-keyword] ] [-properties] [-keywordData] []" + }, + { + "Name": "Test-ModuleReloadRequired", + "CommandType": "Function", + "ParameterSets": "[-SchemaFilePath] []" + }, + { + "Name": "Test-MofInstanceText", + "CommandType": "Function", + "ParameterSets": "[-instanceText] []" + }, + { + "Name": "Test-NodeManager", + "CommandType": "Function", + "ParameterSets": "[-resourceId] []" + }, + { + "Name": "Test-NodeResources", + "CommandType": "Function", + "ParameterSets": "[-resourceId] []" + }, + { + "Name": "Test-NodeResourceSource", + "CommandType": "Function", + "ParameterSets": "[-resourceId] []" + }, + { + "Name": "ThrowError", + "CommandType": "Function", + "ParameterSets": "[-ExceptionName] [-ExceptionMessage] [[-ExceptionObject] ] [-errorId] [-errorCategory] []" + }, + { + "Name": "Update-ConfigurationDocumentRef", + "CommandType": "Function", + "ParameterSets": "[-NodeResources] [-NodeInstanceAliases] [-NodeResourceIdAliases] [-ConfigurationName] []" + }, + { + "Name": "Update-ConfigurationErrorCount", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "Update-DependsOn", + "CommandType": "Function", + "ParameterSets": "[-NodeResources] [-NodeInstanceAliases] [-NodeResourceIdAliases] []" + }, + { + "Name": "Update-LocalConfigManager", + "CommandType": "Function", + "ParameterSets": "[[-localConfigManager] ] [[-resourceManagers] ] [[-reportManagers] ] [[-downloadManagers] ] [[-partialConfigurations] ]" + }, + { + "Name": "Update-ModuleVersion", + "CommandType": "Function", + "ParameterSets": "[-NodeResources] [-NodeInstanceAliases] [-NodeResourceIdAliases] []" + }, + { + "Name": "ValidateNoCircleInNodeResources", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "ValidateNodeExclusiveResources", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "ValidateNodeManager", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "ValidateNodeResources", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "ValidateNodeResourceSource", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "ValidateNoNameNodeResources", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "ValidateUpdate-ConfigurationData", + "CommandType": "Function", + "ParameterSets": "[[-ConfigurationData] ] []" + }, + { + "Name": "Write-Log", + "CommandType": "Function", + "ParameterSets": "[-message] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Write-MetaConfigFile", + "CommandType": "Function", + "ParameterSets": "[[-ConfigurationName] ] [[-mofNode] ] [[-mofNodeHash] ]" + }, + { + "Name": "Write-NodeMOFFile", + "CommandType": "Function", + "ParameterSets": "[[-ConfigurationName] ] [[-mofNode] ] [[-mofNodeHash] ]" + }, + { + "Name": "WriteFile", + "CommandType": "Function", + "ParameterSets": "[-Value] [-Path] []" + } + ], + "ExportedAliases": [] + }, + { + "Name": "PSReadLine", + "Version": "2.0.0", + "ExportedCommands": [ + { + "Name": "PSConsoleHostReadLine", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "Get-PSReadLineKeyHandler", + "CommandType": "Cmdlet", + "ParameterSets": "[-Bound] [-Unbound] []" + }, + { + "Name": "Get-PSReadLineOption", + "CommandType": "Cmdlet", + "ParameterSets": "[]" + }, + { + "Name": "Remove-PSReadLineKeyHandler", + "CommandType": "Cmdlet", + "ParameterSets": "[-Chord] [-ViMode ] []" + }, + { + "Name": "Set-PSReadLineKeyHandler", + "CommandType": "Cmdlet", + "ParameterSets": "[-Chord] [-ScriptBlock] [-BriefDescription ] [-Description ] [-ViMode ] [] [-Chord] [-Function] [-ViMode ] []" + }, + { + "Name": "Set-PSReadLineOption", + "CommandType": "Cmdlet", + "ParameterSets": "[-EditMode ] [-ContinuationPrompt ] [-HistoryNoDuplicates] [-AddToHistoryHandler ] [-CommandValidationHandler ] [-HistorySearchCursorMovesToEnd] [-MaximumHistoryCount ] [-MaximumKillRingCount ] [-ShowToolTips] [-ExtraPromptLineCount ] [-DingTone ] [-DingDuration ] [-BellStyle ] [-CompletionQueryItems ] [-WordDelimiters ] [-HistorySearchCaseSensitive] [-HistorySaveStyle ] [-HistorySavePath ] [-AnsiEscapeTimeout ] [-PromptText ] [-ViModeIndicator ] [-Colors ] []" + } + ], + "ExportedAliases": [] + }, + { + "Name": "ThreadJob", + "Version": "1.1.2", + "ExportedCommands": { + "Name": "Start-ThreadJob", + "CommandType": "Cmdlet", + "ParameterSets": [ + "[-ScriptBlock] [-Name ] [-InitializationScript ] [-InputObject ] [-ArgumentList ] [-ThrottleLimit ] []", + "[-FilePath] [-Name ] [-InitializationScript ] [-InputObject ] [-ArgumentList ] [-ThrottleLimit ] []" + ] + }, + "ExportedAliases": [] + }, + { + "Version": "6.1.0", + "Name": "Microsoft.PowerShell.Core", + "ExportedCommands": [ + { + "Name": "Add-History", + "CommandType": "Cmdlet", + "ParameterSets": "[[-InputObject] ] [-Passthru] []" + }, + { + "Name": "Clear-History", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Id] ] [[-Count] ] [-Newest] [-WhatIf] [-Confirm] [] [[-Count] ] [-CommandLine ] [-Newest] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Debug-Job", + "CommandType": "Cmdlet", + "ParameterSets": "[-Job] [-WhatIf] [-Confirm] [] [-Name] [-WhatIf] [-Confirm] [] [-Id] [-WhatIf] [-Confirm] [] [-InstanceId] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Enter-PSSession", + "CommandType": "Cmdlet", + "ParameterSets": "[-ComputerName] [-EnableNetworkAccess] [-Credential ] [-ConfigurationName ] [-Port ] [-UseSSL] [-ApplicationName ] [-SessionOption ] [-Authentication ] [-CertificateThumbprint ] [] [-HostName] [-Port ] [-UserName ] [-KeyFilePath ] [-SSHTransport] [-Subsystem ] [] [[-Session] ] [] [[-ConnectionUri] ] [-EnableNetworkAccess] [-Credential ] [-ConfigurationName ] [-AllowRedirection] [-SessionOption ] [-Authentication ] [-CertificateThumbprint ] [] [-InstanceId ] [] [[-Id] ] [] [-Name ] [] [-VMId] [-Credential] [-ConfigurationName ] [] [-VMName] [-Credential] [-ConfigurationName ] [] [-ContainerId] [-ConfigurationName ] [-RunAsAdministrator] []" + }, + { + "Name": "Exit-PSSession", + "CommandType": "Cmdlet", + "ParameterSets": "[]" + }, + { + "Name": "Export-ModuleMember", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Function] ] [-Cmdlet ] [-Variable ] [-Alias ] []" + }, + { + "Name": "ForEach-Object", + "CommandType": "Cmdlet", + "ParameterSets": "[-Process] [-InputObject ] [-Begin ] [-End ] [-RemainingScripts ] [-WhatIf] [-Confirm] [] [-MemberName] [-InputObject ] [-ArgumentList ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Get-Command", + "CommandType": "Cmdlet", + "ParameterSets": "[[-ArgumentList] ] [-Verb ] [-Noun ] [-Module ] [-FullyQualifiedModule ] [-TotalCount ] [-Syntax] [-ShowCommandInfo] [-All] [-ListImported] [-ParameterName ] [-ParameterType ] [] [[-Name] ] [[-ArgumentList] ] [-Module ] [-FullyQualifiedModule ] [-CommandType ] [-TotalCount ] [-Syntax] [-ShowCommandInfo] [-All] [-ListImported] [-ParameterName ] [-ParameterType ] []" + }, + { + "Name": "Get-ExperimentalFeature", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-ListAvailable] []" + }, + { + "Name": "Get-Help", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-Path ] [-Category ] [-Full] [-Component ] [-Functionality ] [-Role ] [] [[-Name] ] -Detailed [-Path ] [-Category ] [-Component ] [-Functionality ] [-Role ] [] [[-Name] ] -Examples [-Path ] [-Category ] [-Component ] [-Functionality ] [-Role ] [] [[-Name] ] -Parameter [-Path ] [-Category ] [-Component ] [-Functionality ] [-Role ] [] [[-Name] ] -Online [-Path ] [-Category ] [-Component ] [-Functionality ] [-Role ] []" + }, + { + "Name": "Get-History", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Id] ] [[-Count] ] []" + }, + { + "Name": "Get-Job", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Id] ] [-IncludeChildJob] [-ChildJobState ] [-HasMoreData ] [-Before ] [-After ] [-Newest ] [] [-Name] [-IncludeChildJob] [-ChildJobState ] [-HasMoreData ] [-Before ] [-After ] [-Newest ] [] [-InstanceId] [-IncludeChildJob] [-ChildJobState ] [-HasMoreData ] [-Before ] [-After ] [-Newest ] [] [-State] [-IncludeChildJob] [-ChildJobState ] [-HasMoreData ] [-Before ] [-After ] [-Newest ] [] [-IncludeChildJob] [-ChildJobState ] [-HasMoreData ] [-Before ] [-After ] [-Newest ] [-Command ] [] [-Filter] []" + }, + { + "Name": "Get-Module", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-FullyQualifiedName ] [-All] [] [[-Name] ] -ListAvailable [-FullyQualifiedName ] [-All] [-PSEdition ] [-SkipEditionCheck] [-Refresh] [] [[-Name] ] -PSSession [-FullyQualifiedName ] [-ListAvailable] [-PSEdition ] [-SkipEditionCheck] [-Refresh] [] [[-Name] ] -CimSession [-FullyQualifiedName ] [-ListAvailable] [-SkipEditionCheck] [-Refresh] [-CimResourceUri ] [-CimNamespace ] []" + }, + { + "Name": "Get-PSSession", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name ] [] [-ComputerName] [-ApplicationName ] [-ConfigurationName ] [-Name ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-Port ] [-UseSSL] [-ThrottleLimit ] [-State ] [-SessionOption ] [] [-ComputerName] -InstanceId [-ApplicationName ] [-ConfigurationName ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-Port ] [-UseSSL] [-ThrottleLimit ] [-State ] [-SessionOption ] [] [-ConnectionUri] -InstanceId [-ConfigurationName ] [-AllowRedirection] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-ThrottleLimit ] [-State ] [-SessionOption ] [] [-ConnectionUri] [-ConfigurationName ] [-AllowRedirection] [-Name ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-ThrottleLimit ] [-State ] [-SessionOption ] [] -InstanceId -VMName [-ConfigurationName ] [-State ] [] -ContainerId [-ConfigurationName ] [-Name ] [-State ] [] -InstanceId -ContainerId [-ConfigurationName ] [-State ] [] -VMId [-ConfigurationName ] [-Name ] [-State ] [] -InstanceId -VMId [-ConfigurationName ] [-State ] [] -VMName [-ConfigurationName ] [-Name ] [-State ] [] [-InstanceId ] [] [-Id] []" + }, + { + "Name": "Import-Module", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-SkipEditionCheck] [-PassThru] [-AsCustomObject] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] [] [-Name] -PSSession [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-SkipEditionCheck] [-PassThru] [-AsCustomObject] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] [] [-Name] -CimSession [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-SkipEditionCheck] [-PassThru] [-AsCustomObject] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] [-CimResourceUri ] [-CimNamespace ] [] [-FullyQualifiedName] [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-SkipEditionCheck] [-PassThru] [-AsCustomObject] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] [] [-FullyQualifiedName] -PSSession [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-SkipEditionCheck] [-PassThru] [-AsCustomObject] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] [] [-Assembly] [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-SkipEditionCheck] [-PassThru] [-AsCustomObject] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] [] [-ModuleInfo] [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-SkipEditionCheck] [-PassThru] [-AsCustomObject] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] []" + }, + { + "Name": "Invoke-Command", + "CommandType": "Cmdlet", + "ParameterSets": "[-ScriptBlock] [-NoNewScope] [-InputObject ] [-ArgumentList ] [] [[-Session] ] [-FilePath] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-JobName ] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [[-Session] ] [-ScriptBlock] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-JobName ] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [[-ComputerName] ] [-FilePath] [-Credential ] [-Port ] [-UseSSL] [-ConfigurationName ] [-ApplicationName ] [-ThrottleLimit ] [-AsJob] [-InDisconnectedSession] [-SessionName ] [-HideComputerName] [-JobName ] [-SessionOption ] [-Authentication ] [-EnableNetworkAccess] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [[-ComputerName] ] [-ScriptBlock] [-Credential ] [-Port ] [-UseSSL] [-ConfigurationName ] [-ApplicationName ] [-ThrottleLimit ] [-AsJob] [-InDisconnectedSession] [-SessionName ] [-HideComputerName] [-JobName ] [-SessionOption ] [-Authentication ] [-EnableNetworkAccess] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [-CertificateThumbprint ] [] [[-ConnectionUri] ] [-ScriptBlock] [-Credential ] [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-InDisconnectedSession] [-HideComputerName] [-JobName ] [-AllowRedirection] [-SessionOption ] [-Authentication ] [-EnableNetworkAccess] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [-CertificateThumbprint ] [] [[-ConnectionUri] ] [-FilePath] [-Credential ] [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-InDisconnectedSession] [-HideComputerName] [-JobName ] [-AllowRedirection] [-SessionOption ] [-Authentication ] [-EnableNetworkAccess] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [-VMId] [-ScriptBlock] -Credential [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [-ScriptBlock] -Credential -VMName [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [-VMId] [-FilePath] -Credential [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [-FilePath] -Credential -VMName [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] -ScriptBlock -HostName [-Port ] [-AsJob] [-HideComputerName] [-UserName ] [-KeyFilePath ] [-SSHTransport] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [-Subsystem ] [] [-ScriptBlock] -ContainerId [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-JobName ] [-RunAsAdministrator] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [-FilePath] -ContainerId [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-JobName ] [-RunAsAdministrator] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] -FilePath -HostName [-AsJob] [-HideComputerName] [-UserName ] [-KeyFilePath ] [-SSHTransport] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] -ScriptBlock -SSHConnection [-AsJob] [-HideComputerName] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] -FilePath -SSHConnection [-AsJob] [-HideComputerName] [-RemoteDebug] [-InputObject ] [-ArgumentList ] []" + }, + { + "Name": "Invoke-History", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Id] ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "New-Module", + "CommandType": "Cmdlet", + "ParameterSets": "[-ScriptBlock] [-Function ] [-Cmdlet ] [-ReturnResult] [-AsCustomObject] [-ArgumentList ] [] [-Name] [-ScriptBlock] [-Function ] [-Cmdlet ] [-ReturnResult] [-AsCustomObject] [-ArgumentList ] []" + }, + { + "Name": "New-ModuleManifest", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-NestedModules ] [-Guid ] [-Author ] [-CompanyName ] [-Copyright ] [-RootModule ] [-ModuleVersion ] [-Description ] [-ProcessorArchitecture ] [-PowerShellVersion ] [-ClrVersion ] [-DotNetFrameworkVersion ] [-PowerShellHostName ] [-PowerShellHostVersion ] [-RequiredModules ] [-TypesToProcess ] [-FormatsToProcess ] [-ScriptsToProcess ] [-RequiredAssemblies ] [-FileList ] [-ModuleList ] [-FunctionsToExport ] [-AliasesToExport ] [-VariablesToExport ] [-CmdletsToExport ] [-DscResourcesToExport ] [-CompatiblePSEditions ] [-PrivateData ] [-Tags ] [-ProjectUri ] [-LicenseUri ] [-IconUri ] [-ReleaseNotes ] [-HelpInfoUri ] [-PassThru] [-DefaultCommandPrefix ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "New-PSRoleCapabilityFile", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Guid ] [-Author ] [-Description ] [-CompanyName ] [-Copyright ] [-ModulesToImport ] [-VisibleAliases ] [-VisibleCmdlets ] [-VisibleFunctions ] [-VisibleExternalCommands ] [-VisibleProviders ] [-ScriptsToProcess ] [-AliasDefinitions ] [-FunctionDefinitions ] [-VariableDefinitions ] [-EnvironmentVariables ] [-TypesToProcess ] [-FormatsToProcess ] [-AssembliesToLoad ] []" + }, + { + "Name": "New-PSSession", + "CommandType": "Cmdlet", + "ParameterSets": "[[-ComputerName] ] [-Credential ] [-Name ] [-EnableNetworkAccess] [-ConfigurationName ] [-Port ] [-UseSSL] [-ApplicationName ] [-ThrottleLimit ] [-SessionOption ] [-Authentication ] [-CertificateThumbprint ] [] [-ConnectionUri] [-Credential ] [-Name ] [-EnableNetworkAccess] [-ConfigurationName ] [-ThrottleLimit ] [-AllowRedirection] [-SessionOption ] [-Authentication ] [-CertificateThumbprint ] [] [-VMId] -Credential [-Name ] [-ConfigurationName ] [-ThrottleLimit ] [] -Credential -VMName [-Name ] [-ConfigurationName ] [-ThrottleLimit ] [] [[-Session] ] [-Name ] [-EnableNetworkAccess] [-ThrottleLimit ] [] -ContainerId [-Name ] [-ConfigurationName ] [-RunAsAdministrator] [-ThrottleLimit ] [] [-HostName] [-Name ] [-Port ] [-UserName ] [-KeyFilePath ] [-SSHTransport] [-Subsystem ] [] -SSHConnection [-Name ] []" + }, + { + "Name": "New-PSTransportOption", + "CommandType": "Cmdlet", + "ParameterSets": "[-MaxIdleTimeoutSec ] [-ProcessIdleTimeoutSec ] [-MaxSessions ] [-MaxConcurrentCommandsPerSession ] [-MaxSessionsPerUser ] [-MaxMemoryPerSessionMB ] [-MaxProcessesPerSession ] [-MaxConcurrentUsers ] [-IdleTimeoutSec ] [-OutputBufferingMode ] []" + }, + { + "Name": "Out-Default", + "CommandType": "Cmdlet", + "ParameterSets": "[-Transcript] [-InputObject ] []" + }, + { + "Name": "Out-Host", + "CommandType": "Cmdlet", + "ParameterSets": "[-Paging] [-InputObject ] []" + }, + { + "Name": "Out-Null", + "CommandType": "Cmdlet", + "ParameterSets": "[-InputObject ] []" + }, + { + "Name": "Receive-Job", + "CommandType": "Cmdlet", + "ParameterSets": "[-Job] [[-Location] ] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] [] [-Job] [[-ComputerName] ] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] [] [-Job] [[-Session] ] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] [] [-Name] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] [] [-InstanceId] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] [] [-Id] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] []" + }, + { + "Name": "Register-ArgumentCompleter", + "CommandType": "Cmdlet", + "ParameterSets": "-ParameterName -ScriptBlock [-CommandName ] [] -CommandName -ScriptBlock [-Native] []" + }, + { + "Name": "Remove-Job", + "CommandType": "Cmdlet", + "ParameterSets": "[-Id] [-Force] [-WhatIf] [-Confirm] [] [-Job] [-Force] [-WhatIf] [-Confirm] [] [-Filter] [-Force] [-WhatIf] [-Confirm] [] [-Name] [-Force] [-WhatIf] [-Confirm] [] [-InstanceId] [-Force] [-WhatIf] [-Confirm] [] [-State] [-WhatIf] [-Confirm] [] [-Command ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Remove-Module", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-Force] [-WhatIf] [-Confirm] [] [-FullyQualifiedName] [-Force] [-WhatIf] [-Confirm] [] [-ModuleInfo] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Remove-PSSession", + "CommandType": "Cmdlet", + "ParameterSets": "[-Id] [-WhatIf] [-Confirm] [] [-Session] [-WhatIf] [-Confirm] [] -ContainerId [-WhatIf] [-Confirm] [] -VMId [-WhatIf] [-Confirm] [] -VMName [-WhatIf] [-Confirm] [] -InstanceId [-WhatIf] [-Confirm] [] -Name [-WhatIf] [-Confirm] [] [-ComputerName] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Save-Help", + "CommandType": "Cmdlet", + "ParameterSets": "[-DestinationPath] [[-Module] ] [[-UICulture] ] [-FullyQualifiedModule ] [-Credential ] [-UseDefaultCredentials] [-Force] [-Scope ] [] [[-Module] ] [[-UICulture] ] -LiteralPath [-FullyQualifiedModule ] [-Credential ] [-UseDefaultCredentials] [-Force] [-Scope ] []" + }, + { + "Name": "Set-PSDebug", + "CommandType": "Cmdlet", + "ParameterSets": "[-Trace ] [-Step] [-Strict] [] [-Off] []" + }, + { + "Name": "Set-StrictMode", + "CommandType": "Cmdlet", + "ParameterSets": "-Version [] -Off []" + }, + { + "Name": "Start-Job", + "CommandType": "Cmdlet", + "ParameterSets": "[-ScriptBlock] [[-InitializationScript] ] [-Name ] [-Credential ] [-Authentication ] [-RunAs32] [-PSVersion ] [-InputObject ] [-ArgumentList ] [] [-DefinitionName] [[-DefinitionPath] ] [[-Type] ] [] [-FilePath] [[-InitializationScript] ] [-Name ] [-Credential ] [-Authentication ] [-RunAs32] [-PSVersion ] [-InputObject ] [-ArgumentList ] [] [[-InitializationScript] ] -LiteralPath [-Name ] [-Credential ] [-Authentication ] [-RunAs32] [-PSVersion ] [-InputObject ] [-ArgumentList ] [] [-HostName] [-Subsystem ] []" + }, + { + "Name": "Stop-Job", + "CommandType": "Cmdlet", + "ParameterSets": "[-Id] [-PassThru] [-WhatIf] [-Confirm] [] [-Job] [-PassThru] [-WhatIf] [-Confirm] [] [-Name] [-PassThru] [-WhatIf] [-Confirm] [] [-InstanceId] [-PassThru] [-WhatIf] [-Confirm] [] [-State] [-PassThru] [-WhatIf] [-Confirm] [] [-Filter] [-PassThru] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Test-ModuleManifest", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] []" + }, + { + "Name": "Update-Help", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Module] ] [[-SourcePath] ] [[-UICulture] ] [-FullyQualifiedModule ] [-Recurse] [-Credential ] [-UseDefaultCredentials] [-Force] [-Scope ] [-WhatIf] [-Confirm] [] [[-Module] ] [[-UICulture] ] [-FullyQualifiedModule ] [-LiteralPath ] [-Recurse] [-Credential ] [-UseDefaultCredentials] [-Force] [-Scope ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Wait-Job", + "CommandType": "Cmdlet", + "ParameterSets": "[-Id] [-Any] [-Timeout ] [-Force] [] [-Job] [-Any] [-Timeout ] [-Force] [] [-Name] [-Any] [-Timeout ] [-Force] [] [-InstanceId] [-Any] [-Timeout ] [-Force] [] [-State] [-Any] [-Timeout ] [-Force] [] [-Filter] [-Any] [-Timeout ] [-Force] []" + }, + { + "Name": "Where-Object", + "CommandType": "Cmdlet", + "ParameterSets": "[-Property] [[-Value] ] [-InputObject ] [-EQ] [] [-FilterScript] [-InputObject ] [] [-Property] [[-Value] ] -Like [-InputObject ] [] [-Property] [[-Value] ] -CEQ [-InputObject ] [] [-Property] [[-Value] ] -NE [-InputObject ] [] [-Property] [[-Value] ] -CNE [-InputObject ] [] [-Property] [[-Value] ] -GT [-InputObject ] [] [-Property] [[-Value] ] -CGT [-InputObject ] [] [-Property] [[-Value] ] -LT [-InputObject ] [] [-Property] [[-Value] ] -CLT [-InputObject ] [] [-Property] [[-Value] ] -GE [-InputObject ] [] [-Property] [[-Value] ] -CGE [-InputObject ] [] [-Property] [[-Value] ] -LE [-InputObject ] [] [-Property] [[-Value] ] -CLE [-InputObject ] [] [-Property] [[-Value] ] -CLike [-InputObject ] [] [-Property] [[-Value] ] -NotLike [-InputObject ] [] [-Property] [[-Value] ] -CNotLike [-InputObject ] [] [-Property] [[-Value] ] -Match [-InputObject ] [] [-Property] [[-Value] ] -CMatch [-InputObject ] [] [-Property] [[-Value] ] -NotMatch [-InputObject ] [] [-Property] [[-Value] ] -CNotMatch [-InputObject ] [] [-Property] [[-Value] ] -Contains [-InputObject ] [] [-Property] [[-Value] ] -CContains [-InputObject ] [] [-Property] [[-Value] ] -NotContains [-InputObject ] [] [-Property] [[-Value] ] -CNotContains [-InputObject ] [] [-Property] [[-Value] ] -In [-InputObject ] [] [-Property] [[-Value] ] -CIn [-InputObject ] [] [-Property] [[-Value] ] -NotIn [-InputObject ] [] [-Property] [[-Value] ] -CNotIn [-InputObject ] [] [-Property] [[-Value] ] -Is [-InputObject ] [] [-Property] [[-Value] ] -IsNot [-InputObject ] [] [-Property] -Not [-InputObject ] []" + } + ], + "ExportedAliases": [ + "?", + "%", + "clhy", + "etsn", + "exsn", + "foreach", + "gcm", + "ghy", + "gjb", + "gmo", + "gsn", + "h", + "history", + "icm", + "ihy", + "ipmo", + "nmo", + "nsn", + "oh", + "r", + "rcjb", + "rjb", + "rmo", + "rsn", + "sajb", + "spjb", + "where", + "wjb" + ] + } + ] +} diff --git a/RuleDocumentation/UseCompatibleCmdlets.md b/RuleDocumentation/UseCompatibleCmdlets.md index 7e99006c4..c89bdb469 100644 --- a/RuleDocumentation/UseCompatibleCmdlets.md +++ b/RuleDocumentation/UseCompatibleCmdlets.md @@ -26,3 +26,4 @@ The parameter `compatibility` is a list that contain any of the following - core-6.0.2-macos - core-6.1.0-windows (taken from Windows 10 - 1803) - core-6.1.0-linux (taken from Ubuntu 18.04) +- core-6.1.0-macos From db3bf1d95a491a2c65dda36cab0946698bb2b18a Mon Sep 17 00:00:00 2001 From: Christoph Bergmeister Date: Tue, 30 Oct 2018 20:58:45 +0000 Subject: [PATCH 6/8] Add command data file for raspbian and add to docs. Thanks @tylerl0706 --- Engine/Settings/core-6.1.0-linux-arm.json | 1696 +++++++++++++++++++++ RuleDocumentation/UseCompatibleCmdlets.md | 1 + 2 files changed, 1697 insertions(+) create mode 100644 Engine/Settings/core-6.1.0-linux-arm.json diff --git a/Engine/Settings/core-6.1.0-linux-arm.json b/Engine/Settings/core-6.1.0-linux-arm.json new file mode 100644 index 000000000..9a43e97d0 --- /dev/null +++ b/Engine/Settings/core-6.1.0-linux-arm.json @@ -0,0 +1,1696 @@ +{ + "SchemaVersion": "0.0.1", + "Modules": [ + { + "Name": "Microsoft.PowerShell.Archive", + "Version": "1.1.0.0", + "ExportedCommands": [ + { + "Name": "Compress-Archive", + "CommandType": "Function", + "ParameterSets": "[-Path] [-DestinationPath] [-CompressionLevel ] [-PassThru] [-WhatIf] [-Confirm] [] [-Path] [-DestinationPath] -Update [-CompressionLevel ] [-PassThru] [-WhatIf] [-Confirm] [] [-Path] [-DestinationPath] -Force [-CompressionLevel ] [-PassThru] [-WhatIf] [-Confirm] [] [-DestinationPath] -LiteralPath -Update [-CompressionLevel ] [-PassThru] [-WhatIf] [-Confirm] [] [-DestinationPath] -LiteralPath -Force [-CompressionLevel ] [-PassThru] [-WhatIf] [-Confirm] [] [-DestinationPath] -LiteralPath [-CompressionLevel ] [-PassThru] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Expand-Archive", + "CommandType": "Function", + "ParameterSets": "[-Path] [[-DestinationPath] ] [-Force] [-PassThru] [-WhatIf] [-Confirm] [] [[-DestinationPath] ] -LiteralPath [-Force] [-PassThru] [-WhatIf] [-Confirm] []" + } + ], + "ExportedAliases": [] + }, + { + "Name": "Microsoft.PowerShell.Host", + "Version": "6.1.0.0", + "ExportedCommands": [ + { + "Name": "Start-Transcript", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Path] ] [-Append] [-Force] [-NoClobber] [-IncludeInvocationHeader] [-WhatIf] [-Confirm] [] [[-LiteralPath] ] [-Append] [-Force] [-NoClobber] [-IncludeInvocationHeader] [-WhatIf] [-Confirm] [] [[-OutputDirectory] ] [-Append] [-Force] [-NoClobber] [-IncludeInvocationHeader] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Stop-Transcript", + "CommandType": "Cmdlet", + "ParameterSets": "[]" + } + ], + "ExportedAliases": [] + }, + { + "Name": "Microsoft.PowerShell.Management", + "Version": "6.1.0.0", + "ExportedCommands": [ + { + "Name": "Add-Content", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Value] [-PassThru] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [-NoNewline] [-Encoding ] [-AsByteStream] [] [-Value] -LiteralPath [-PassThru] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [-NoNewline] [-Encoding ] [-AsByteStream] []" + }, + { + "Name": "Clear-Content", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Clear-Item", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] -LiteralPath [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Clear-ItemProperty", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Name] [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Name] -LiteralPath [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Convert-Path", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [] -LiteralPath []" + }, + { + "Name": "Copy-Item", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [[-Destination] ] [-Container] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Recurse] [-PassThru] [-Credential ] [-WhatIf] [-Confirm] [-FromSession ] [-ToSession ] [] [[-Destination] ] -LiteralPath [-Container] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Recurse] [-PassThru] [-Credential ] [-WhatIf] [-Confirm] [-FromSession ] [-ToSession ] []" + }, + { + "Name": "Copy-ItemProperty", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Destination] [-Name] [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Destination] [-Name] -LiteralPath [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Debug-Process", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-WhatIf] [-Confirm] [] [-Id] [-WhatIf] [-Confirm] [] -InputObject [-WhatIf] [-Confirm] []" + }, + { + "Name": "Get-ChildItem", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Path] ] [[-Filter] ] [-Include ] [-Exclude ] [-Recurse] [-Depth ] [-Force] [-Name] [-Attributes ] [-FollowSymlink] [-Directory] [-File] [-Hidden] [-ReadOnly] [-System] [] [[-Filter] ] -LiteralPath [-Include ] [-Exclude ] [-Recurse] [-Depth ] [-Force] [-Name] [-Attributes ] [-FollowSymlink] [-Directory] [-File] [-Hidden] [-ReadOnly] [-System] []" + }, + { + "Name": "Get-Content", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-ReadCount ] [-TotalCount ] [-Tail ] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-Delimiter ] [-Wait] [-Raw] [-Encoding ] [-AsByteStream] [] -LiteralPath [-ReadCount ] [-TotalCount ] [-Tail ] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-Delimiter ] [-Wait] [-Raw] [-Encoding ] [-AsByteStream] []" + }, + { + "Name": "Get-Item", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] []" + }, + { + "Name": "Get-ItemProperty", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [[-Name] ] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [] [[-Name] ] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-Credential ] []" + }, + { + "Name": "Get-ItemPropertyValue", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Path] ] [-Name] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [] [-Name] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-Credential ] []" + }, + { + "Name": "Get-Location", + "CommandType": "Cmdlet", + "ParameterSets": "[-PSProvider ] [-PSDrive ] [] [-Stack] [-StackName ] []" + }, + { + "Name": "Get-Process", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-Module] [-FileVersionInfo] [] [[-Name] ] -IncludeUserName [] -Id [-Module] [-FileVersionInfo] [] -Id -IncludeUserName [] -InputObject [-Module] [-FileVersionInfo] [] -InputObject -IncludeUserName []" + }, + { + "Name": "Get-PSDrive", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-Scope ] [-PSProvider ] [] [-LiteralName] [-Scope ] [-PSProvider ] []" + }, + { + "Name": "Get-PSProvider", + "CommandType": "Cmdlet", + "ParameterSets": "[[-PSProvider] ] []" + }, + { + "Name": "Get-TimeZone", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [] -Id [] -ListAvailable []" + }, + { + "Name": "Invoke-Item", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Join-Path", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-ChildPath] [[-AdditionalChildPath] ] [-Resolve] [-Credential ] []" + }, + { + "Name": "Move-Item", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [[-Destination] ] [-Force] [-Filter ] [-Include ] [-Exclude ] [-PassThru] [-Credential ] [-WhatIf] [-Confirm] [] [[-Destination] ] -LiteralPath [-Force] [-Filter ] [-Include ] [-Exclude ] [-PassThru] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Move-ItemProperty", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Destination] [-Name] [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Destination] [-Name] -LiteralPath [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "New-Item", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-ItemType ] [-Value ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [] [[-Path] ] -Name [-ItemType ] [-Value ] [-Force] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "New-ItemProperty", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Name] [-PropertyType ] [-Value ] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Name] -LiteralPath [-PropertyType ] [-Value ] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "New-PSDrive", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-PSProvider] [-Root] [-Description ] [-Scope ] [-Persist] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Pop-Location", + "CommandType": "Cmdlet", + "ParameterSets": "[-PassThru] [-StackName ] []" + }, + { + "Name": "Push-Location", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Path] ] [-PassThru] [-StackName ] [] [-LiteralPath ] [-PassThru] [-StackName ] []" + }, + { + "Name": "Remove-Item", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Filter ] [-Include ] [-Exclude ] [-Recurse] [-Force] [-Credential ] [-WhatIf] [-Confirm] [] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-Recurse] [-Force] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Remove-ItemProperty", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Name] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Name] -LiteralPath [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Remove-PSDrive", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-PSProvider ] [-Scope ] [-Force] [-WhatIf] [-Confirm] [] [-LiteralName] [-PSProvider ] [-Scope ] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Rename-Item", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-NewName] [-Force] [-PassThru] [-Credential ] [-WhatIf] [-Confirm] [] [-NewName] -LiteralPath [-Force] [-PassThru] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Rename-ItemProperty", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Name] [-NewName] [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Name] [-NewName] -LiteralPath [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Resolve-Path", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Relative] [-Credential ] [] -LiteralPath [-Relative] [-Credential ] []" + }, + { + "Name": "Set-Content", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Value] [-PassThru] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [-NoNewline] [-Encoding ] [-AsByteStream] [] [-Value] -LiteralPath [-PassThru] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [-NoNewline] [-Encoding ] [-AsByteStream] []" + }, + { + "Name": "Set-Item", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [[-Value] ] [-Force] [-PassThru] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [[-Value] ] -LiteralPath [-Force] [-PassThru] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Set-ItemProperty", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Name] [-Value] [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Path] -InputObject [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Name] [-Value] -LiteralPath [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] -LiteralPath -InputObject [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Set-Location", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Path] ] [-PassThru] [] -LiteralPath [-PassThru] [] [-PassThru] [-StackName ] []" + }, + { + "Name": "Split-Path", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Parent] [-Resolve] [-Credential ] [] [-Path] [-Leaf] [-Resolve] [-Credential ] [] [-Path] [-LeafBase] [-Resolve] [-Credential ] [] [-Path] [-Extension] [-Resolve] [-Credential ] [] [-Path] [-Qualifier] [-Resolve] [-Credential ] [] [-Path] [-NoQualifier] [-Resolve] [-Credential ] [] [-Path] [-Resolve] [-IsAbsolute] [-Credential ] [] -LiteralPath [-Resolve] [-Credential ] []" + }, + { + "Name": "Start-Process", + "CommandType": "Cmdlet", + "ParameterSets": "[-FilePath] [[-ArgumentList] ] [-Credential ] [-WorkingDirectory ] [-LoadUserProfile] [-NoNewWindow] [-PassThru] [-RedirectStandardError ] [-RedirectStandardInput ] [-RedirectStandardOutput ] [-WindowStyle ] [-Wait] [-UseNewEnvironment] [-WhatIf] [-Confirm] [] [-FilePath] [[-ArgumentList] ] [-WorkingDirectory ] [-PassThru] [-Verb ] [-WindowStyle ] [-Wait] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Stop-Process", + "CommandType": "Cmdlet", + "ParameterSets": "[-Id] [-PassThru] [-Force] [-WhatIf] [-Confirm] [] -Name [-PassThru] [-Force] [-WhatIf] [-Confirm] [] [-InputObject] [-PassThru] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Test-Connection", + "CommandType": "Cmdlet", + "ParameterSets": "[-TargetName] [-Ping] [-IPv4] [-IPv6] [-ResolveDestination] [-Source ] [-MaxHops ] [-Count ] [-Delay ] [-BufferSize ] [-DontFragment] [-TimeoutSeconds ] [-Quiet] [] [-TargetName] [-Ping] [-IPv4] [-IPv6] [-ResolveDestination] [-Source ] [-MaxHops ] [-Delay ] [-BufferSize ] [-DontFragment] [-Continues] [-TimeoutSeconds ] [-Quiet] [] [-TargetName] -Traceroute [-IPv4] [-IPv6] [-ResolveDestination] [-Source ] [-MaxHops ] [-TimeoutSeconds ] [-Quiet] [] [-TargetName] -MTUSizeDetect [-IPv4] [-IPv6] [-ResolveDestination] [-TimeoutSeconds ] [-Quiet] [] [-TargetName] -TCPPort [-IPv4] [-IPv6] [-ResolveDestination] [-Source ] [-TimeoutSeconds ] [-Quiet] []" + }, + { + "Name": "Test-Path", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Filter ] [-Include ] [-Exclude ] [-PathType ] [-IsValid] [-Credential ] [-OlderThan ] [-NewerThan ] [] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-PathType ] [-IsValid] [-Credential ] [-OlderThan ] [-NewerThan ] []" + }, + { + "Name": "Wait-Process", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [[-Timeout] ] [] [-Id] [[-Timeout] ] [] [[-Timeout] ] -InputObject []" + } + ], + "ExportedAliases": [ + "gtz" + ] + }, + { + "Name": "Microsoft.PowerShell.Security", + "Version": "6.1.0.0", + "ExportedCommands": [ + { + "Name": "ConvertFrom-SecureString", + "CommandType": "Cmdlet", + "ParameterSets": "[-SecureString] [[-SecureKey] ] [] [-SecureString] [-Key ] []" + }, + { + "Name": "ConvertTo-SecureString", + "CommandType": "Cmdlet", + "ParameterSets": "[-String] [[-SecureKey] ] [] [-String] [-AsPlainText] [-Force] [] [-String] [-Key ] []" + }, + { + "Name": "Get-Credential", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Credential] ] [] [[-UserName] ] [-Message ] [-Title ] []" + }, + { + "Name": "Get-ExecutionPolicy", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Scope] ] [-List] []" + }, + { + "Name": "Get-PfxCertificate", + "CommandType": "Cmdlet", + "ParameterSets": "[-FilePath] [-Password ] [-NoPromptForPassword] [] -LiteralPath [-Password ] [-NoPromptForPassword] []" + }, + { + "Name": "Set-ExecutionPolicy", + "CommandType": "Cmdlet", + "ParameterSets": "[-ExecutionPolicy] [[-Scope] ] [-Force] [-WhatIf] [-Confirm] []" + } + ], + "ExportedAliases": [] + }, + { + "Name": "Microsoft.PowerShell.Utility", + "Version": "6.1.0.0", + "ExportedCommands": [ + { + "Name": "Add-Member", + "CommandType": "Cmdlet", + "ParameterSets": "-InputObject -TypeName [-PassThru] [] [-MemberType] [-Name] [[-Value] ] [[-SecondValue] ] -InputObject [-TypeName ] [-Force] [-PassThru] [] [-NotePropertyName] [-NotePropertyValue] -InputObject [-TypeName ] [-Force] [-PassThru] [] [-NotePropertyMembers] -InputObject [-TypeName ] [-Force] [-PassThru] []" + }, + { + "Name": "Add-Type", + "CommandType": "Cmdlet", + "ParameterSets": "[-TypeDefinition] [-Language ] [-ReferencedAssemblies ] [-OutputAssembly ] [-OutputType ] [-PassThru] [-IgnoreWarnings] [-CompilerOptions ] [] [-Name] [-MemberDefinition] [-Namespace ] [-UsingNamespace ] [-Language ] [-ReferencedAssemblies ] [-OutputAssembly ] [-OutputType ] [-PassThru] [-IgnoreWarnings] [-CompilerOptions ] [] [-Path] [-ReferencedAssemblies ] [-OutputAssembly ] [-OutputType ] [-PassThru] [-IgnoreWarnings] [-CompilerOptions ] [] -LiteralPath [-ReferencedAssemblies ] [-OutputAssembly ] [-OutputType ] [-PassThru] [-IgnoreWarnings] [-CompilerOptions ] [] -AssemblyName [-PassThru] []" + }, + { + "Name": "Clear-Variable", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-Include ] [-Exclude ] [-Force] [-PassThru] [-Scope ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Compare-Object", + "CommandType": "Cmdlet", + "ParameterSets": "[-ReferenceObject] [-DifferenceObject] [-SyncWindow ] [-Property ] [-ExcludeDifferent] [-IncludeEqual] [-PassThru] [-Culture ] [-CaseSensitive] []" + }, + { + "Name": "ConvertFrom-Csv", + "CommandType": "Cmdlet", + "ParameterSets": "[-InputObject] [[-Delimiter] ] [-Header ] [] [-InputObject] -UseCulture [-Header ] []" + }, + { + "Name": "ConvertFrom-Json", + "CommandType": "Cmdlet", + "ParameterSets": "[-InputObject] [-AsHashtable] []" + }, + { + "Name": "ConvertFrom-Markdown", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-AsVT100EncodedString] [] -LiteralPath [-AsVT100EncodedString] [] -InputObject [-AsVT100EncodedString] []" + }, + { + "Name": "ConvertFrom-StringData", + "CommandType": "Cmdlet", + "ParameterSets": "[-StringData] []" + }, + { + "Name": "ConvertTo-Csv", + "CommandType": "Cmdlet", + "ParameterSets": "[-InputObject] [[-Delimiter] ] [-IncludeTypeInformation] [-NoTypeInformation] [] [-InputObject] [-UseCulture] [-IncludeTypeInformation] [-NoTypeInformation] []" + }, + { + "Name": "ConvertTo-Html", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Property] ] [[-Head] ] [[-Title] ] [[-Body] ] [-InputObject ] [-As ] [-CssUri ] [-PostContent ] [-PreContent ] [-Meta ] [-Charset ] [-Transitional] [] [[-Property] ] [-InputObject ] [-As ] [-Fragment] [-PostContent ] [-PreContent ] []" + }, + { + "Name": "ConvertTo-Json", + "CommandType": "Cmdlet", + "ParameterSets": "[-InputObject] [-Depth ] [-Compress] [-EnumsAsStrings] [-AsArray] []" + }, + { + "Name": "ConvertTo-Xml", + "CommandType": "Cmdlet", + "ParameterSets": "[-InputObject] [-Depth ] [-NoTypeInformation] [-As ] []" + }, + { + "Name": "Debug-Runspace", + "CommandType": "Cmdlet", + "ParameterSets": "[-Runspace] [-WhatIf] [-Confirm] [] [-Name] [-WhatIf] [-Confirm] [] [-Id] [-WhatIf] [-Confirm] [] [-InstanceId] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Disable-PSBreakpoint", + "CommandType": "Cmdlet", + "ParameterSets": "[-Breakpoint] [-PassThru] [-WhatIf] [-Confirm] [] [-Id] [-PassThru] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Disable-RunspaceDebug", + "CommandType": "Cmdlet", + "ParameterSets": "[[-RunspaceName] ] [] [-Runspace] [] [-RunspaceId] [] [-RunspaceInstanceId] [] [[-ProcessName] ] [[-AppDomainName] ] []" + }, + { + "Name": "Enable-PSBreakpoint", + "CommandType": "Cmdlet", + "ParameterSets": "[-Id] [-PassThru] [-WhatIf] [-Confirm] [] [-Breakpoint] [-PassThru] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Enable-RunspaceDebug", + "CommandType": "Cmdlet", + "ParameterSets": "[[-RunspaceName] ] [-BreakAll] [] [-Runspace] [-BreakAll] [] [-RunspaceId] [-BreakAll] [] [-RunspaceInstanceId] [] [[-ProcessName] ] [[-AppDomainName] ] []" + }, + { + "Name": "Export-Alias", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [[-Name] ] [-PassThru] [-As ] [-Append] [-Force] [-NoClobber] [-Description ] [-Scope ] [-WhatIf] [-Confirm] [] [[-Name] ] -LiteralPath [-PassThru] [-As ] [-Append] [-Force] [-NoClobber] [-Description ] [-Scope ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Export-Clixml", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] -InputObject [-Depth ] [-Force] [-NoClobber] [-Encoding ] [-WhatIf] [-Confirm] [] -LiteralPath -InputObject [-Depth ] [-Force] [-NoClobber] [-Encoding ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Export-Csv", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Path] ] [[-Delimiter] ] -InputObject [-LiteralPath ] [-Force] [-NoClobber] [-Encoding ] [-Append] [-IncludeTypeInformation] [-NoTypeInformation] [-WhatIf] [-Confirm] [] [[-Path] ] -InputObject [-LiteralPath ] [-Force] [-NoClobber] [-Encoding ] [-Append] [-UseCulture] [-IncludeTypeInformation] [-NoTypeInformation] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Export-FormatData", + "CommandType": "Cmdlet", + "ParameterSets": "-InputObject -Path [-Force] [-NoClobber] [-IncludeScriptBlock] [] -InputObject -LiteralPath [-Force] [-NoClobber] [-IncludeScriptBlock] []" + }, + { + "Name": "Export-PSSession", + "CommandType": "Cmdlet", + "ParameterSets": "[-Session] [-OutputModule] [[-CommandName] ] [[-FormatTypeName] ] [-Force] [-Encoding ] [-AllowClobber] [-ArgumentList ] [-CommandType ] [-Module ] [-FullyQualifiedModule ] [-Certificate ] []" + }, + { + "Name": "Format-Custom", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Property] ] [-Depth ] [-GroupBy ] [-View ] [-ShowError] [-DisplayError] [-Force] [-Expand ] [-InputObject ] []" + }, + { + "Name": "Format-Hex", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-WhatIf] [-Confirm] [] -LiteralPath [-WhatIf] [-Confirm] [] -InputObject [-Encoding ] [-Raw] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Format-List", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Property] ] [-GroupBy ] [-View ] [-ShowError] [-DisplayError] [-Force] [-Expand ] [-InputObject ] []" + }, + { + "Name": "Format-Table", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Property] ] [-AutoSize] [-HideTableHeaders] [-Wrap] [-GroupBy ] [-View ] [-ShowError] [-DisplayError] [-Force] [-Expand ] [-InputObject ] []" + }, + { + "Name": "Format-Wide", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Property] ] [-AutoSize] [-Column ] [-GroupBy ] [-View ] [-ShowError] [-DisplayError] [-Force] [-Expand ] [-InputObject ] []" + }, + { + "Name": "Get-Alias", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-Exclude ] [-Scope ] [] [-Exclude ] [-Scope ] [-Definition ] []" + }, + { + "Name": "Get-Culture", + "CommandType": "Cmdlet", + "ParameterSets": "[]" + }, + { + "Name": "Get-Date", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Date] ] [-Year ] [-Month ] [-Day ] [-Hour ] [-Minute ] [-Second ] [-Millisecond ] [-DisplayHint ] [-Format ] [] [[-Date] ] [-Year ] [-Month ] [-Day ] [-Hour ] [-Minute ] [-Second ] [-Millisecond ] [-DisplayHint ] [-UFormat ] []" + }, + { + "Name": "Get-Event", + "CommandType": "Cmdlet", + "ParameterSets": "[[-SourceIdentifier] ] [] [-EventIdentifier] []" + }, + { + "Name": "Get-EventSubscriber", + "CommandType": "Cmdlet", + "ParameterSets": "[[-SourceIdentifier] ] [-Force] [] [-SubscriptionId] [-Force] []" + }, + { + "Name": "Get-FileHash", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [[-Algorithm] ] [] [-LiteralPath] [[-Algorithm] ] [] [-InputStream] [[-Algorithm] ] []" + }, + { + "Name": "Get-FormatData", + "CommandType": "Cmdlet", + "ParameterSets": "[[-TypeName] ] [-PowerShellVersion ] []" + }, + { + "Name": "Get-Host", + "CommandType": "Cmdlet", + "ParameterSets": "[]" + }, + { + "Name": "Get-MarkdownOption", + "CommandType": "Cmdlet", + "ParameterSets": "[]" + }, + { + "Name": "Get-Member", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-InputObject ] [-MemberType ] [-View ] [-Static] [-Force] []" + }, + { + "Name": "Get-PSBreakpoint", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Script] ] [] -Variable [-Script ] [] -Command [-Script ] [] [-Type] [-Script ] [] [-Id] []" + }, + { + "Name": "Get-PSCallStack", + "CommandType": "Cmdlet", + "ParameterSets": "[]" + }, + { + "Name": "Get-Random", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Maximum] ] [-SetSeed ] [-Minimum ] [] [-InputObject] [-SetSeed ] [-Count ] []" + }, + { + "Name": "Get-Runspace", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [] [-Id] [] [-InstanceId] []" + }, + { + "Name": "Get-RunspaceDebug", + "CommandType": "Cmdlet", + "ParameterSets": "[[-RunspaceName] ] [] [-Runspace] [] [-RunspaceId] [] [-RunspaceInstanceId] [] [[-ProcessName] ] [[-AppDomainName] ] []" + }, + { + "Name": "Get-TraceSource", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] []" + }, + { + "Name": "Get-TypeData", + "CommandType": "Cmdlet", + "ParameterSets": "[[-TypeName] ] []" + }, + { + "Name": "Get-UICulture", + "CommandType": "Cmdlet", + "ParameterSets": "[]" + }, + { + "Name": "Get-Unique", + "CommandType": "Cmdlet", + "ParameterSets": "[-InputObject ] [-AsString] [] [-InputObject ] [-OnType] []" + }, + { + "Name": "Get-Uptime", + "CommandType": "Cmdlet", + "ParameterSets": "[] [-Since] []" + }, + { + "Name": "Get-Variable", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-ValueOnly] [-Include ] [-Exclude ] [-Scope ] []" + }, + { + "Name": "Get-Verb", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Verb] ] [[-Group] ] []" + }, + { + "Name": "Group-Object", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Property] ] [-NoElement] [-AsHashTable] [-AsString] [-InputObject ] [-Culture ] [-CaseSensitive] []" + }, + { + "Name": "Import-Alias", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Scope ] [-PassThru] [-Force] [-WhatIf] [-Confirm] [] -LiteralPath [-Scope ] [-PassThru] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Import-Clixml", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-IncludeTotalCount] [-Skip ] [-First ] [] -LiteralPath [-IncludeTotalCount] [-Skip ] [-First ] []" + }, + { + "Name": "Import-Csv", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Path] ] [[-Delimiter] ] [-LiteralPath ] [-Header ] [-Encoding ] [] [[-Path] ] -UseCulture [-LiteralPath ] [-Header ] [-Encoding ] []" + }, + { + "Name": "Import-LocalizedData", + "CommandType": "Cmdlet", + "ParameterSets": "[[-BindingVariable] ] [[-UICulture] ] [-BaseDirectory ] [-FileName ] [-SupportedCommand ] []" + }, + { + "Name": "Import-PowerShellDataFile", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [] [-LiteralPath] []" + }, + { + "Name": "Import-PSSession", + "CommandType": "Cmdlet", + "ParameterSets": "[-Session] [[-CommandName] ] [[-FormatTypeName] ] [-Prefix ] [-DisableNameChecking] [-AllowClobber] [-ArgumentList ] [-CommandType ] [-Module ] [-FullyQualifiedModule ] [-Certificate ] []" + }, + { + "Name": "Invoke-Expression", + "CommandType": "Cmdlet", + "ParameterSets": "[-Command] []" + }, + { + "Name": "Invoke-RestMethod", + "CommandType": "Cmdlet", + "ParameterSets": "[-Uri] [-Method ] [-FollowRelLink] [-MaximumFollowRelLink ] [-ResponseHeadersVariable ] [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-MaximumRetryCount ] [-RetryIntervalSec ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-Body ] [-Form ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-Resume] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] [] [-Uri] -NoProxy [-Method ] [-FollowRelLink] [-MaximumFollowRelLink ] [-ResponseHeadersVariable ] [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-MaximumRetryCount ] [-RetryIntervalSec ] [-Body ] [-Form ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-Resume] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] [] [-Uri] -CustomMethod [-FollowRelLink] [-MaximumFollowRelLink ] [-ResponseHeadersVariable ] [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-MaximumRetryCount ] [-RetryIntervalSec ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-Body ] [-Form ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-Resume] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] [] [-Uri] -CustomMethod -NoProxy [-FollowRelLink] [-MaximumFollowRelLink ] [-ResponseHeadersVariable ] [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-MaximumRetryCount ] [-RetryIntervalSec ] [-Body ] [-Form ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-Resume] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] []" + }, + { + "Name": "Invoke-WebRequest", + "CommandType": "Cmdlet", + "ParameterSets": "[-Uri] [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-MaximumRetryCount ] [-RetryIntervalSec ] [-Method ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-Body ] [-Form ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-Resume] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] [] [-Uri] -NoProxy [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-MaximumRetryCount ] [-RetryIntervalSec ] [-Method ] [-Body ] [-Form ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-Resume] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] [] [-Uri] -CustomMethod [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-MaximumRetryCount ] [-RetryIntervalSec ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-Body ] [-Form ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-Resume] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] [] [-Uri] -CustomMethod -NoProxy [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-MaximumRetryCount ] [-RetryIntervalSec ] [-Body ] [-Form ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-Resume] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] []" + }, + { + "Name": "Measure-Command", + "CommandType": "Cmdlet", + "ParameterSets": "[-Expression] [-InputObject ] []" + }, + { + "Name": "Measure-Object", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Property] ] [-InputObject ] [-StandardDeviation] [-Sum] [-AllStats] [-Average] [-Maximum] [-Minimum] [] [[-Property] ] [-InputObject ] [-Line] [-Word] [-Character] [-IgnoreWhiteSpace] []" + }, + { + "Name": "New-Alias", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-Value] [-Description ] [-Option ] [-PassThru] [-Scope ] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "New-Event", + "CommandType": "Cmdlet", + "ParameterSets": "[-SourceIdentifier] [[-Sender] ] [[-EventArguments] ] [[-MessageData] ] []" + }, + { + "Name": "New-Guid", + "CommandType": "Cmdlet", + "ParameterSets": "[]" + }, + { + "Name": "New-Object", + "CommandType": "Cmdlet", + "ParameterSets": "[-TypeName] [[-ArgumentList] ] [-Property ] [] [-Strict] [-Property ] []" + }, + { + "Name": "New-TemporaryFile", + "CommandType": "Cmdlet", + "ParameterSets": "[-WhatIf] [-Confirm] []" + }, + { + "Name": "New-TimeSpan", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Start] ] [[-End] ] [] [-Days ] [-Hours ] [-Minutes ] [-Seconds ] []" + }, + { + "Name": "New-Variable", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [[-Value] ] [-Description ] [-Option ] [-Visibility ] [-Force] [-PassThru] [-Scope ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Out-File", + "CommandType": "Cmdlet", + "ParameterSets": "[-FilePath] [[-Encoding] ] [-Append] [-Force] [-NoClobber] [-Width ] [-NoNewline] [-InputObject ] [-WhatIf] [-Confirm] [] [[-Encoding] ] -LiteralPath [-Append] [-Force] [-NoClobber] [-Width ] [-NoNewline] [-InputObject ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Out-String", + "CommandType": "Cmdlet", + "ParameterSets": "[-Width ] [-NoNewline] [-InputObject ] [] [-Stream] [-Width ] [-InputObject ] []" + }, + { + "Name": "Read-Host", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Prompt] ] [-AsSecureString] []" + }, + { + "Name": "Register-EngineEvent", + "CommandType": "Cmdlet", + "ParameterSets": "[-SourceIdentifier] [[-Action] ] [-MessageData ] [-SupportEvent] [-Forward] [-MaxTriggerCount ] []" + }, + { + "Name": "Register-ObjectEvent", + "CommandType": "Cmdlet", + "ParameterSets": "[-InputObject] [-EventName] [[-SourceIdentifier] ] [[-Action] ] [-MessageData ] [-SupportEvent] [-Forward] [-MaxTriggerCount ] []" + }, + { + "Name": "Remove-Alias", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-Scope ] [-Force] []" + }, + { + "Name": "Remove-Event", + "CommandType": "Cmdlet", + "ParameterSets": "[-SourceIdentifier] [-WhatIf] [-Confirm] [] [-EventIdentifier] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Remove-PSBreakpoint", + "CommandType": "Cmdlet", + "ParameterSets": "[-Breakpoint] [-WhatIf] [-Confirm] [] [-Id] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Remove-TypeData", + "CommandType": "Cmdlet", + "ParameterSets": "-TypeData [-WhatIf] [-Confirm] [] [-TypeName] [-WhatIf] [-Confirm] [] -Path [-WhatIf] [-Confirm] []" + }, + { + "Name": "Remove-Variable", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-Include ] [-Exclude ] [-Force] [-Scope ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Select-Object", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Property] ] [-InputObject ] [-ExcludeProperty ] [-ExpandProperty ] [-Unique] [-Last ] [-First ] [-Skip ] [-Wait] [] [[-Property] ] [-InputObject ] [-ExcludeProperty ] [-ExpandProperty ] [-Unique] [-SkipLast ] [] [-InputObject ] [-Unique] [-Wait] [-Index ] [] [-InputObject ] [-Unique] [-SkipIndex ] []" + }, + { + "Name": "Select-String", + "CommandType": "Cmdlet", + "ParameterSets": "[-Pattern] [-Path] [-SimpleMatch] [-CaseSensitive] [-Quiet] [-List] [-Include ] [-Exclude ] [-NotMatch] [-AllMatches] [-Encoding ] [-Context ] [] [-Pattern] -InputObject [-SimpleMatch] [-CaseSensitive] [-Quiet] [-List] [-Include ] [-Exclude ] [-NotMatch] [-AllMatches] [-Encoding ] [-Context ] [] [-Pattern] -LiteralPath [-SimpleMatch] [-CaseSensitive] [-Quiet] [-List] [-Include ] [-Exclude ] [-NotMatch] [-AllMatches] [-Encoding ] [-Context ] []" + }, + { + "Name": "Select-Xml", + "CommandType": "Cmdlet", + "ParameterSets": "[-XPath] [-Xml] [-Namespace ] [] [-XPath] [-Path] [-Namespace ] [] [-XPath] -LiteralPath [-Namespace ] [] [-XPath] -Content [-Namespace ] []" + }, + { + "Name": "Send-MailMessage", + "CommandType": "Cmdlet", + "ParameterSets": "[-To] [-Subject] [[-Body] ] [[-SmtpServer] ] -From [-Attachments ] [-Bcc ] [-BodyAsHtml] [-Encoding ] [-Cc ] [-DeliveryNotificationOption ] [-Priority ] [-Credential ] [-UseSsl] [-Port ] []" + }, + { + "Name": "Set-Alias", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-Value] [-Description ] [-Option ] [-PassThru] [-Scope ] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Set-Date", + "CommandType": "Cmdlet", + "ParameterSets": "[-Date] [-DisplayHint ] [-WhatIf] [-Confirm] [] [-Adjust] [-DisplayHint ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Set-MarkdownOption", + "CommandType": "Cmdlet", + "ParameterSets": "[-Header1Color ] [-Header2Color ] [-Header3Color ] [-Header4Color ] [-Header5Color ] [-Header6Color ] [-Code ] [-ImageAltTextForegroundColor ] [-LinkForegroundColor ] [-ItalicsForegroundColor ] [-BoldForegroundColor ] [-PassThru] [] -Theme [-PassThru] [] [-InputObject] [-PassThru] []" + }, + { + "Name": "Set-PSBreakpoint", + "CommandType": "Cmdlet", + "ParameterSets": "[-Script] [-Line] [[-Column] ] [-Action ] [] [[-Script] ] -Command [-Action ] [] [[-Script] ] -Variable [-Action ] [-Mode ] []" + }, + { + "Name": "Set-TraceSource", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [[-Option] ] [-ListenerOption ] [-FilePath ] [-Force] [-Debugger] [-PSHost] [-PassThru] [] [-Name] [-RemoveListener ] [] [-Name] [-RemoveFileListener ] []" + }, + { + "Name": "Set-Variable", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [[-Value] ] [-Include ] [-Exclude ] [-Description ] [-Option ] [-Force] [-Visibility ] [-PassThru] [-Scope ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Show-Markdown", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-UseBrowser] [] -InputObject [-UseBrowser] [] -LiteralPath [-UseBrowser] []" + }, + { + "Name": "Sort-Object", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Property] ] [-Descending] [-Unique] [-Top ] [-InputObject ] [-Culture ] [-CaseSensitive] [] [[-Property] ] -Bottom [-Descending] [-Unique] [-InputObject ] [-Culture ] [-CaseSensitive] []" + }, + { + "Name": "Start-Sleep", + "CommandType": "Cmdlet", + "ParameterSets": "[-Seconds] [] -Milliseconds []" + }, + { + "Name": "Tee-Object", + "CommandType": "Cmdlet", + "ParameterSets": "[-FilePath] [-InputObject ] [-Append] [] -LiteralPath [-InputObject ] [] -Variable [-InputObject ] []" + }, + { + "Name": "Test-Json", + "CommandType": "Cmdlet", + "ParameterSets": "[-Json] [[-Schema] ] []" + }, + { + "Name": "Trace-Command", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-Expression] [[-Option] ] [-InputObject ] [-ListenerOption ] [-FilePath ] [-Force] [-Debugger] [-PSHost] [] [-Name] [-Command] [[-Option] ] [-InputObject ] [-ArgumentList ] [-ListenerOption ] [-FilePath ] [-Force] [-Debugger] [-PSHost] []" + }, + { + "Name": "Unregister-Event", + "CommandType": "Cmdlet", + "ParameterSets": "[-SourceIdentifier] [-Force] [-WhatIf] [-Confirm] [] [-SubscriptionId] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Update-FormatData", + "CommandType": "Cmdlet", + "ParameterSets": "[[-AppendPath] ] [-PrependPath ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Update-TypeData", + "CommandType": "Cmdlet", + "ParameterSets": "[[-AppendPath] ] [-PrependPath ] [-WhatIf] [-Confirm] [] -TypeName [-MemberType ] [-MemberName ] [-Value ] [-SecondValue ] [-TypeConverter ] [-TypeAdapter ] [-SerializationMethod ] [-TargetTypeForDeserialization ] [-SerializationDepth ] [-DefaultDisplayProperty ] [-InheritPropertySerializationSet ] [-StringSerializationSource ] [-DefaultDisplayPropertySet ] [-DefaultKeyPropertySet ] [-PropertySerializationSet ] [-Force] [-WhatIf] [-Confirm] [] [-TypeData] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Wait-Debugger", + "CommandType": "Cmdlet", + "ParameterSets": "[]" + }, + { + "Name": "Wait-Event", + "CommandType": "Cmdlet", + "ParameterSets": "[[-SourceIdentifier] ] [-Timeout ] []" + }, + { + "Name": "Write-Debug", + "CommandType": "Cmdlet", + "ParameterSets": "[-Message] []" + }, + { + "Name": "Write-Error", + "CommandType": "Cmdlet", + "ParameterSets": "[-Message] [-Category ] [-ErrorId ] [-TargetObject ] [-RecommendedAction ] [-CategoryActivity ] [-CategoryReason ] [-CategoryTargetName ] [-CategoryTargetType ] [] -Exception [-Message ] [-Category ] [-ErrorId ] [-TargetObject ] [-RecommendedAction ] [-CategoryActivity ] [-CategoryReason ] [-CategoryTargetName ] [-CategoryTargetType ] [] -ErrorRecord [-RecommendedAction ] [-CategoryActivity ] [-CategoryReason ] [-CategoryTargetName ] [-CategoryTargetType ] []" + }, + { + "Name": "Write-Host", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Object] ] [-NoNewline] [-Separator ] [-ForegroundColor ] [-BackgroundColor ] []" + }, + { + "Name": "Write-Information", + "CommandType": "Cmdlet", + "ParameterSets": "[-MessageData] [[-Tags] ] []" + }, + { + "Name": "Write-Output", + "CommandType": "Cmdlet", + "ParameterSets": "[-InputObject] [-NoEnumerate] []" + }, + { + "Name": "Write-Progress", + "CommandType": "Cmdlet", + "ParameterSets": "[-Activity] [[-Status] ] [[-Id] ] [-PercentComplete ] [-SecondsRemaining ] [-CurrentOperation ] [-ParentId ] [-Completed] [-SourceId ] []" + }, + { + "Name": "Write-Verbose", + "CommandType": "Cmdlet", + "ParameterSets": "[-Message] []" + }, + { + "Name": "Write-Warning", + "CommandType": "Cmdlet", + "ParameterSets": "[-Message] []" + } + ], + "ExportedAliases": [ + "fhx" + ] + }, + { + "Name": "PackageManagement", + "Version": "1.1.7.2", + "ExportedCommands": [ + { + "Name": "Find-Package", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-IncludeDependencies] [-AllVersions] [-Source ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Force] [-ForceBootstrap] [-ProviderName ] [-ConfigFile ] [-SkipValidate] [-Headers ] [-FilterOnTag ] [-Contains ] [-AllowPrereleaseVersions] [] [[-Name] ] [-IncludeDependencies] [-AllVersions] [-Source ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Force] [-ForceBootstrap] [-ProviderName ] [-AllowPrereleaseVersions] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Type ] [-Filter ] [-Tag ] [-Includes ] [-DscResource ] [-RoleCapability ] [-Command ] [-AcceptLicense] []" + }, + { + "Name": "Find-PackageProvider", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-AllVersions] [-Source ] [-IncludeDependencies] [-Credential ] [-Proxy ] [-ProxyCredential ] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Force] [-ForceBootstrap] []" + }, + { + "Name": "Get-Package", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-AllVersions] [-Force] [-ForceBootstrap] [-ProviderName ] [-Destination ] [-ExcludeVersion] [-Scope ] [-SkipDependencies] [] [[-Name] ] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-AllVersions] [-Force] [-ForceBootstrap] [-ProviderName ] [-Scope ] [-PackageManagementProvider ] [-Type ] [-AllowClobber] [-SkipPublisherCheck] [-InstallUpdate] [-NoPathUpdate] [-AllowPrereleaseVersions] []" + }, + { + "Name": "Get-PackageProvider", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-ListAvailable] [-Force] [-ForceBootstrap] []" + }, + { + "Name": "Get-PackageSource", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-Location ] [-Force] [-ForceBootstrap] [-ProviderName ] [-ConfigFile ] [-SkipValidate] [] [[-Name] ] [-Location ] [-Force] [-ForceBootstrap] [-ProviderName ] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] []" + }, + { + "Name": "Import-PackageProvider", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Force] [-ForceBootstrap] []" + }, + { + "Name": "Install-Package", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Source ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ProviderName ] [] [-InputObject] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [-Headers ] [-FilterOnTag ] [-Contains ] [-AllowPrereleaseVersions] [-Destination ] [-ExcludeVersion] [-Scope ] [-SkipDependencies] [] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [-Headers ] [-FilterOnTag ] [-Contains ] [-AllowPrereleaseVersions] [-Destination ] [-ExcludeVersion] [-Scope ] [-SkipDependencies] [] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-AllowPrereleaseVersions] [-Scope ] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Type ] [-Filter ] [-Tag ] [-Includes ] [-DscResource ] [-RoleCapability ] [-Command ] [-AcceptLicense] [-AllowClobber] [-SkipPublisherCheck] [-InstallUpdate] [-NoPathUpdate] [] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-AllowPrereleaseVersions] [-Scope ] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Type ] [-Filter ] [-Tag ] [-Includes ] [-DscResource ] [-RoleCapability ] [-Command ] [-AcceptLicense] [-AllowClobber] [-SkipPublisherCheck] [-InstallUpdate] [-NoPathUpdate] []" + }, + { + "Name": "Install-PackageProvider", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Credential ] [-Scope ] [-Source ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [] [-InputObject] [-Scope ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Register-PackageSource", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [[-Location] ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ProviderName ] [] [[-Name] ] [[-Location] ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [] [[-Name] ] [[-Location] ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] []" + }, + { + "Name": "Save-Package", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Source ] [-Path ] [-LiteralPath ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ProviderName ] [] -InputObject [-Path ] [-LiteralPath ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [] [-Path ] [-LiteralPath ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [-Headers ] [-FilterOnTag ] [-Contains ] [-AllowPrereleaseVersions] [] [-Path ] [-LiteralPath ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [-Headers ] [-FilterOnTag ] [-Contains ] [-AllowPrereleaseVersions] [] [-Path ] [-LiteralPath ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-AllowPrereleaseVersions] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Type ] [-Filter ] [-Tag ] [-Includes ] [-DscResource ] [-RoleCapability ] [-Command ] [-AcceptLicense] [] [-Path ] [-LiteralPath ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-AllowPrereleaseVersions] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Type ] [-Filter ] [-Tag ] [-Includes ] [-DscResource ] [-RoleCapability ] [-Command ] [-AcceptLicense] []" + }, + { + "Name": "Set-PackageSource", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Location ] [-NewLocation ] [-NewName ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ProviderName ] [] -InputObject [-Proxy ] [-ProxyCredential ] [-Credential ] [-NewLocation ] [-NewName ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [] [-Proxy ] [-ProxyCredential ] [-Credential ] [-NewLocation ] [-NewName ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [] [-Proxy ] [-ProxyCredential ] [-Credential ] [-NewLocation ] [-NewName ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [] [-Proxy ] [-ProxyCredential ] [-Credential ] [-NewLocation ] [-NewName ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [] [-Proxy ] [-ProxyCredential ] [-Credential ] [-NewLocation ] [-NewName ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] []" + }, + { + "Name": "Uninstall-Package", + "CommandType": "Cmdlet", + "ParameterSets": "[-InputObject] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [] [-Name] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ProviderName ] [] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-Destination ] [-ExcludeVersion] [-Scope ] [-SkipDependencies] [] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-Destination ] [-ExcludeVersion] [-Scope ] [-SkipDependencies] [] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-Scope ] [-PackageManagementProvider ] [-Type ] [-AllowClobber] [-SkipPublisherCheck] [-InstallUpdate] [-NoPathUpdate] [-AllowPrereleaseVersions] [] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-Scope ] [-PackageManagementProvider ] [-Type ] [-AllowClobber] [-SkipPublisherCheck] [-InstallUpdate] [-NoPathUpdate] [-AllowPrereleaseVersions] []" + }, + { + "Name": "Unregister-PackageSource", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Source] ] [-Location ] [-Credential ] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ProviderName ] [] -InputObject [-Credential ] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [] [-Credential ] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [] [-Credential ] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [] [-Credential ] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [] [-Credential ] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] []" + } + ], + "ExportedAliases": [] + }, + { + "Name": "PowerShellGet", + "Version": "1.6.7", + "ExportedCommands": [ + { + "Name": "Find-Command", + "CommandType": "Function", + "ParameterSets": "[[-Name] ] [-ModuleName ] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-AllVersions] [-AllowPrerelease] [-Tag ] [-Filter ] [-Proxy ] [-ProxyCredential ] [-Repository ] []" + }, + { + "Name": "Find-DscResource", + "CommandType": "Function", + "ParameterSets": "[[-Name] ] [-ModuleName ] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-AllVersions] [-AllowPrerelease] [-Tag ] [-Filter ] [-Proxy ] [-ProxyCredential ] [-Repository ] []" + }, + { + "Name": "Find-Module", + "CommandType": "Function", + "ParameterSets": "[[-Name] ] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-AllVersions] [-IncludeDependencies] [-Filter ] [-Tag ] [-Includes ] [-DscResource ] [-RoleCapability ] [-Command ] [-Proxy ] [-ProxyCredential ] [-Repository ] [-Credential ] [-AllowPrerelease] []" + }, + { + "Name": "Find-RoleCapability", + "CommandType": "Function", + "ParameterSets": "[[-Name] ] [-ModuleName ] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-AllVersions] [-AllowPrerelease] [-Tag ] [-Filter ] [-Proxy ] [-ProxyCredential ] [-Repository ] []" + }, + { + "Name": "Find-Script", + "CommandType": "Function", + "ParameterSets": "[[-Name] ] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-AllVersions] [-IncludeDependencies] [-Filter ] [-Tag ] [-Includes ] [-Command ] [-Proxy ] [-ProxyCredential ] [-Repository ] [-Credential ] [-AllowPrerelease] []" + }, + { + "Name": "Get-InstalledModule", + "CommandType": "Function", + "ParameterSets": "[[-Name] ] [-MinimumVersion ] [-RequiredVersion ] [-MaximumVersion ] [-AllVersions] [-AllowPrerelease] []" + }, + { + "Name": "Get-InstalledScript", + "CommandType": "Function", + "ParameterSets": "[[-Name] ] [-MinimumVersion ] [-RequiredVersion ] [-MaximumVersion ] [-AllowPrerelease] []" + }, + { + "Name": "Get-PSRepository", + "CommandType": "Function", + "ParameterSets": "[[-Name] ] []" + }, + { + "Name": "Install-Module", + "CommandType": "Function", + "ParameterSets": "[-Name] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-Repository ] [-Credential ] [-Scope ] [-Proxy ] [-ProxyCredential ] [-AllowClobber] [-SkipPublisherCheck] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-InputObject] [-Credential ] [-Scope ] [-Proxy ] [-ProxyCredential ] [-AllowClobber] [-SkipPublisherCheck] [-Force] [-AcceptLicense] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Install-Script", + "CommandType": "Function", + "ParameterSets": "[-Name] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-Repository ] [-Scope ] [-NoPathUpdate] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-InputObject] [-Scope ] [-NoPathUpdate] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AcceptLicense] [-WhatIf] [-Confirm] []" + }, + { + "Name": "New-ScriptFileInfo", + "CommandType": "Function", + "ParameterSets": "[[-Path] ] -Description [-Version ] [-Author ] [-Guid ] [-CompanyName ] [-Copyright ] [-RequiredModules ] [-ExternalModuleDependencies ] [-RequiredScripts ] [-ExternalScriptDependencies ] [-Tags ] [-ProjectUri ] [-LicenseUri ] [-IconUri ] [-ReleaseNotes ] [-PrivateData ] [-PassThru] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Publish-Module", + "CommandType": "Function", + "ParameterSets": "-Name [-RequiredVersion ] [-NuGetApiKey ] [-Repository ] [-Credential ] [-FormatVersion ] [-ReleaseNotes ] [-Tags ] [-LicenseUri ] [-IconUri ] [-ProjectUri ] [-Force] [-AllowPrerelease] [-WhatIf] [-Confirm] [] -Path [-NuGetApiKey ] [-Repository ] [-Credential ] [-FormatVersion ] [-ReleaseNotes ] [-Tags ] [-LicenseUri ] [-IconUri ] [-ProjectUri ] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Publish-Script", + "CommandType": "Function", + "ParameterSets": "-Path [-NuGetApiKey ] [-Repository ] [-Credential ] [-Force] [-WhatIf] [-Confirm] [] -LiteralPath [-NuGetApiKey ] [-Repository ] [-Credential ] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Register-PSRepository", + "CommandType": "Function", + "ParameterSets": "[-Name] [-SourceLocation] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Credential ] [-InstallationPolicy ] [-Proxy ] [-ProxyCredential ] [-PackageManagementProvider ] [] -Default [-InstallationPolicy ] [-Proxy ] [-ProxyCredential ] []" + }, + { + "Name": "Save-Module", + "CommandType": "Function", + "ParameterSets": "[-Name] [-Path] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-Repository ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-Name] -LiteralPath [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-Repository ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-InputObject] -LiteralPath [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-InputObject] [-Path] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AcceptLicense] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Save-Script", + "CommandType": "Function", + "ParameterSets": "[-Name] [-Path] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-Repository ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-Name] -LiteralPath [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-Repository ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-InputObject] -LiteralPath [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-InputObject] [-Path] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AcceptLicense] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Set-PSRepository", + "CommandType": "Function", + "ParameterSets": "[-Name] [[-SourceLocation] ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Credential ] [-InstallationPolicy ] [-Proxy ] [-ProxyCredential ] [-PackageManagementProvider ] []" + }, + { + "Name": "Test-ScriptFileInfo", + "CommandType": "Function", + "ParameterSets": "[-Path] [] -LiteralPath []" + }, + { + "Name": "Uninstall-Module", + "CommandType": "Function", + "ParameterSets": "[-Name] [-MinimumVersion ] [-RequiredVersion ] [-MaximumVersion ] [-AllVersions] [-Force] [-AllowPrerelease] [-WhatIf] [-Confirm] [] [-InputObject] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Uninstall-Script", + "CommandType": "Function", + "ParameterSets": "[-Name] [-MinimumVersion ] [-RequiredVersion ] [-MaximumVersion ] [-Force] [-AllowPrerelease] [-WhatIf] [-Confirm] [] [-InputObject] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Unregister-PSRepository", + "CommandType": "Function", + "ParameterSets": "[-Name] []" + }, + { + "Name": "Update-Module", + "CommandType": "Function", + "ParameterSets": "[[-Name] ] [-RequiredVersion ] [-MaximumVersion ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Update-ModuleManifest", + "CommandType": "Function", + "ParameterSets": "[-Path] [-NestedModules ] [-Guid ] [-Author ] [-CompanyName ] [-Copyright ] [-RootModule ] [-ModuleVersion ] [-Description ] [-ProcessorArchitecture ] [-CompatiblePSEditions ] [-PowerShellVersion ] [-ClrVersion ] [-DotNetFrameworkVersion ] [-PowerShellHostName ] [-PowerShellHostVersion ] [-RequiredModules ] [-TypesToProcess ] [-FormatsToProcess ] [-ScriptsToProcess ] [-RequiredAssemblies ] [-FileList ] [-ModuleList ] [-FunctionsToExport ] [-AliasesToExport ] [-VariablesToExport ] [-CmdletsToExport ] [-DscResourcesToExport ] [-PrivateData ] [-Tags ] [-ProjectUri ] [-LicenseUri ] [-IconUri ] [-ReleaseNotes ] [-Prerelease ] [-HelpInfoUri ] [-PassThru] [-DefaultCommandPrefix ] [-ExternalModuleDependencies ] [-PackageManagementProviders ] [-RequireLicenseAcceptance] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Update-Script", + "CommandType": "Function", + "ParameterSets": "[[-Name] ] [-RequiredVersion ] [-MaximumVersion ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Update-ScriptFileInfo", + "CommandType": "Function", + "ParameterSets": "[-Path] [-Version ] [-Author ] [-Guid ] [-Description ] [-CompanyName ] [-Copyright ] [-RequiredModules ] [-ExternalModuleDependencies ] [-RequiredScripts ] [-ExternalScriptDependencies ] [-Tags ] [-ProjectUri ] [-LicenseUri ] [-IconUri ] [-ReleaseNotes ] [-PrivateData ] [-PassThru] [-Force] [-WhatIf] [-Confirm] [] [-LiteralPath] [-Version ] [-Author ] [-Guid ] [-Description ] [-CompanyName ] [-Copyright ] [-RequiredModules ] [-ExternalModuleDependencies ] [-RequiredScripts ] [-ExternalScriptDependencies ] [-Tags ] [-ProjectUri ] [-LicenseUri ] [-IconUri ] [-ReleaseNotes ] [-PrivateData ] [-PassThru] [-Force] [-WhatIf] [-Confirm] []" + } + ], + "ExportedAliases": [ + "inmo", + "fimo", + "upmo", + "pumo" + ] + }, + { + "Name": "PSDesiredStateConfiguration", + "Version": "0.0", + "ExportedCommands": [ + { + "Name": "Add-NodeKeys", + "CommandType": "Function", + "ParameterSets": "[-ResourceKey] [-keywordName] []" + }, + { + "Name": "AddDscResourceProperty", + "CommandType": "Function", + "ParameterSets": null + }, + { + "Name": "AddDscResourcePropertyFromMetadata", + "CommandType": "Function", + "ParameterSets": null + }, + { + "Name": "CheckResourceFound", + "CommandType": "Function", + "ParameterSets": "[[-names] ] [[-Resources] ]" + }, + { + "Name": "Configuration", + "CommandType": "Function", + "ParameterSets": "[[-ResourceModuleTuplesToImport] ] [[-OutputPath] ] [[-Name] ] [[-Body] ] [[-ArgsToBody] ] [[-ConfigurationData] ] [[-InstanceName] ] []" + }, + { + "Name": "ConvertTo-MOFInstance", + "CommandType": "Function", + "ParameterSets": "[-Type] [-Properties] []" + }, + { + "Name": "Generate-VersionInfo", + "CommandType": "Function", + "ParameterSets": "[-KeywordData] [-Value] []" + }, + { + "Name": "Get-CompatibleVersionAddtionaPropertiesStr", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "Get-ComplexResourceQualifier", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "Get-ConfigurationErrorCount", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "Get-DscResource", + "CommandType": "Function", + "ParameterSets": "[[-Name] ] [[-Module] ] [-Syntax] []" + }, + { + "Name": "Get-DSCResourceModules", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "Get-EncryptedPassword", + "CommandType": "Function", + "ParameterSets": "[[-Value] ] []" + }, + { + "Name": "Get-InnerMostErrorRecord", + "CommandType": "Function", + "ParameterSets": "[-ErrorRecord] []" + }, + { + "Name": "Get-MofInstanceName", + "CommandType": "Function", + "ParameterSets": "[[-mofInstance] ]" + }, + { + "Name": "Get-MofInstanceText", + "CommandType": "Function", + "ParameterSets": "[-aliasId] []" + }, + { + "Name": "Get-PositionInfo", + "CommandType": "Function", + "ParameterSets": "[[-sourceMetadata] ]" + }, + { + "Name": "Get-PSCurrentConfigurationNode", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "Get-PSDefaultConfigurationDocument", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "Get-PSMetaConfigDocumentInstVersionInfo", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "Get-PSMetaConfigurationProcessed", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "Get-PSTopConfigurationName", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "Get-PublicKeyFromFile", + "CommandType": "Function", + "ParameterSets": "[-certificatefile] []" + }, + { + "Name": "Get-PublicKeyFromStore", + "CommandType": "Function", + "ParameterSets": "[-certificateid] []" + }, + { + "Name": "GetCompositeResource", + "CommandType": "Function", + "ParameterSets": "[[-patterns] ] [-configInfo] [[-ignoreParameters] ] [-modules] []" + }, + { + "Name": "GetImplementingModulePath", + "CommandType": "Function", + "ParameterSets": "[-schemaFileName] []" + }, + { + "Name": "GetModule", + "CommandType": "Function", + "ParameterSets": "[-modules] [-schemaFileName] []" + }, + { + "Name": "GetPatterns", + "CommandType": "Function", + "ParameterSets": "[[-names] ]" + }, + { + "Name": "GetResourceFromKeyword", + "CommandType": "Function", + "ParameterSets": "[-keyword] [[-patterns] ] [-modules] []" + }, + { + "Name": "GetSyntax", + "CommandType": "Function", + "ParameterSets": null + }, + { + "Name": "ImportCimAndScriptKeywordsFromModule", + "CommandType": "Function", + "ParameterSets": "[-Module] [-resource] [[-functionsToDefine] ] []" + }, + { + "Name": "ImportClassResourcesFromModule", + "CommandType": "Function", + "ParameterSets": "[-Module] [-Resources] [[-functionsToDefine] ] []" + }, + { + "Name": "Initialize-ConfigurationRuntimeState", + "CommandType": "Function", + "ParameterSets": "[[-ConfigurationName] ] []" + }, + { + "Name": "IsHiddenResource", + "CommandType": "Function", + "ParameterSets": "[-ResourceName] []" + }, + { + "Name": "IsPatternMatched", + "CommandType": "Function", + "ParameterSets": "[[-patterns] ] [-Name] []" + }, + { + "Name": "New-DscChecksum", + "CommandType": "Function", + "ParameterSets": "[-Path] [[-OutPath] ] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Node", + "CommandType": "Function", + "ParameterSets": "[-KeywordData] [[-Name] ] [-Value] [-sourceMetadata] []" + }, + { + "Name": "ReadEnvironmentFile", + "CommandType": "Function", + "ParameterSets": "[-FilePath] []" + }, + { + "Name": "Set-NodeExclusiveResources", + "CommandType": "Function", + "ParameterSets": "[-resourceId] [-exclusiveResource] []" + }, + { + "Name": "Set-NodeManager", + "CommandType": "Function", + "ParameterSets": "[-resourceId] [-referencedManagers] []" + }, + { + "Name": "Set-NodeResources", + "CommandType": "Function", + "ParameterSets": "[-resourceId] [-requiredResourceList] []" + }, + { + "Name": "Set-NodeResourceSource", + "CommandType": "Function", + "ParameterSets": "[-resourceId] [-referencedResourceSources] []" + }, + { + "Name": "Set-PSCurrentConfigurationNode", + "CommandType": "Function", + "ParameterSets": "[[-nodeName] ] []" + }, + { + "Name": "Set-PSDefaultConfigurationDocument", + "CommandType": "Function", + "ParameterSets": "[[-documentText] ] []" + }, + { + "Name": "Set-PSMetaConfigDocInsProcessedBeforeMeta", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "Set-PSMetaConfigVersionInfoV2", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "Set-PSTopConfigurationName", + "CommandType": "Function", + "ParameterSets": "[[-Name] ] []" + }, + { + "Name": "StrongConnect", + "CommandType": "Function", + "ParameterSets": "[[-resourceId] ]" + }, + { + "Name": "Test-ConflictingResources", + "CommandType": "Function", + "ParameterSets": "[[-keyword] ] [-properties] [-keywordData] []" + }, + { + "Name": "Test-ModuleReloadRequired", + "CommandType": "Function", + "ParameterSets": "[-SchemaFilePath] []" + }, + { + "Name": "Test-MofInstanceText", + "CommandType": "Function", + "ParameterSets": "[-instanceText] []" + }, + { + "Name": "Test-NodeManager", + "CommandType": "Function", + "ParameterSets": "[-resourceId] []" + }, + { + "Name": "Test-NodeResources", + "CommandType": "Function", + "ParameterSets": "[-resourceId] []" + }, + { + "Name": "Test-NodeResourceSource", + "CommandType": "Function", + "ParameterSets": "[-resourceId] []" + }, + { + "Name": "ThrowError", + "CommandType": "Function", + "ParameterSets": "[-ExceptionName] [-ExceptionMessage] [[-ExceptionObject] ] [-errorId] [-errorCategory] []" + }, + { + "Name": "Update-ConfigurationDocumentRef", + "CommandType": "Function", + "ParameterSets": "[-NodeResources] [-NodeInstanceAliases] [-NodeResourceIdAliases] [-ConfigurationName] []" + }, + { + "Name": "Update-ConfigurationErrorCount", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "Update-DependsOn", + "CommandType": "Function", + "ParameterSets": "[-NodeResources] [-NodeInstanceAliases] [-NodeResourceIdAliases] []" + }, + { + "Name": "Update-LocalConfigManager", + "CommandType": "Function", + "ParameterSets": "[[-localConfigManager] ] [[-resourceManagers] ] [[-reportManagers] ] [[-downloadManagers] ] [[-partialConfigurations] ]" + }, + { + "Name": "Update-ModuleVersion", + "CommandType": "Function", + "ParameterSets": "[-NodeResources] [-NodeInstanceAliases] [-NodeResourceIdAliases] []" + }, + { + "Name": "ValidateNoCircleInNodeResources", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "ValidateNodeExclusiveResources", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "ValidateNodeManager", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "ValidateNodeResources", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "ValidateNodeResourceSource", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "ValidateNoNameNodeResources", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "ValidateUpdate-ConfigurationData", + "CommandType": "Function", + "ParameterSets": "[[-ConfigurationData] ] []" + }, + { + "Name": "Write-Log", + "CommandType": "Function", + "ParameterSets": "[-message] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Write-MetaConfigFile", + "CommandType": "Function", + "ParameterSets": "[[-ConfigurationName] ] [[-mofNode] ] [[-mofNodeHash] ]" + }, + { + "Name": "Write-NodeMOFFile", + "CommandType": "Function", + "ParameterSets": "[[-ConfigurationName] ] [[-mofNode] ] [[-mofNodeHash] ]" + }, + { + "Name": "WriteFile", + "CommandType": "Function", + "ParameterSets": "[-Value] [-Path] []" + } + ], + "ExportedAliases": [] + }, + { + "Name": "PSReadLine", + "Version": "2.0.0", + "ExportedCommands": [ + { + "Name": "PSConsoleHostReadLine", + "CommandType": "Function", + "ParameterSets": "" + }, + { + "Name": "Get-PSReadLineKeyHandler", + "CommandType": "Cmdlet", + "ParameterSets": "[-Bound] [-Unbound] []" + }, + { + "Name": "Get-PSReadLineOption", + "CommandType": "Cmdlet", + "ParameterSets": "[]" + }, + { + "Name": "Remove-PSReadLineKeyHandler", + "CommandType": "Cmdlet", + "ParameterSets": "[-Chord] [-ViMode ] []" + }, + { + "Name": "Set-PSReadLineKeyHandler", + "CommandType": "Cmdlet", + "ParameterSets": "[-Chord] [-ScriptBlock] [-BriefDescription ] [-Description ] [-ViMode ] [] [-Chord] [-Function] [-ViMode ] []" + }, + { + "Name": "Set-PSReadLineOption", + "CommandType": "Cmdlet", + "ParameterSets": "[-EditMode ] [-ContinuationPrompt ] [-HistoryNoDuplicates] [-AddToHistoryHandler ] [-CommandValidationHandler ] [-HistorySearchCursorMovesToEnd] [-MaximumHistoryCount ] [-MaximumKillRingCount ] [-ShowToolTips] [-ExtraPromptLineCount ] [-DingTone ] [-DingDuration ] [-BellStyle ] [-CompletionQueryItems ] [-WordDelimiters ] [-HistorySearchCaseSensitive] [-HistorySaveStyle ] [-HistorySavePath ] [-AnsiEscapeTimeout ] [-PromptText ] [-ViModeIndicator ] [-Colors ] []" + } + ], + "ExportedAliases": [] + }, + { + "Name": "ThreadJob", + "Version": "1.1.2", + "ExportedCommands": { + "Name": "Start-ThreadJob", + "CommandType": "Cmdlet", + "ParameterSets": [ + "[-ScriptBlock] [-Name ] [-InitializationScript ] [-InputObject ] [-ArgumentList ] [-ThrottleLimit ] []", + "[-FilePath] [-Name ] [-InitializationScript ] [-InputObject ] [-ArgumentList ] [-ThrottleLimit ] []" + ] + }, + "ExportedAliases": [] + }, + { + "Name": "Microsoft.PowerShell.Core", + "Version": "6.1.0", + "ExportedCommands": [ + { + "Name": "Add-History", + "CommandType": "Cmdlet", + "ParameterSets": "[[-InputObject] ] [-Passthru] []" + }, + { + "Name": "Clear-History", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Id] ] [[-Count] ] [-Newest] [-WhatIf] [-Confirm] [] [[-Count] ] [-CommandLine ] [-Newest] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Debug-Job", + "CommandType": "Cmdlet", + "ParameterSets": "[-Job] [-WhatIf] [-Confirm] [] [-Name] [-WhatIf] [-Confirm] [] [-Id] [-WhatIf] [-Confirm] [] [-InstanceId] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Enter-PSSession", + "CommandType": "Cmdlet", + "ParameterSets": "[-ComputerName] [-EnableNetworkAccess] [-Credential ] [-ConfigurationName ] [-Port ] [-UseSSL] [-ApplicationName ] [-SessionOption ] [-Authentication ] [-CertificateThumbprint ] [] [-HostName] [-Port ] [-UserName ] [-KeyFilePath ] [-SSHTransport] [-Subsystem ] [] [[-Session] ] [] [[-ConnectionUri] ] [-EnableNetworkAccess] [-Credential ] [-ConfigurationName ] [-AllowRedirection] [-SessionOption ] [-Authentication ] [-CertificateThumbprint ] [] [-InstanceId ] [] [[-Id] ] [] [-Name ] [] [-VMId] [-Credential] [-ConfigurationName ] [] [-VMName] [-Credential] [-ConfigurationName ] [] [-ContainerId] [-ConfigurationName ] [-RunAsAdministrator] []" + }, + { + "Name": "Exit-PSSession", + "CommandType": "Cmdlet", + "ParameterSets": "[]" + }, + { + "Name": "Export-ModuleMember", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Function] ] [-Cmdlet ] [-Variable ] [-Alias ] []" + }, + { + "Name": "ForEach-Object", + "CommandType": "Cmdlet", + "ParameterSets": "[-Process] [-InputObject ] [-Begin ] [-End ] [-RemainingScripts ] [-WhatIf] [-Confirm] [] [-MemberName] [-InputObject ] [-ArgumentList ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Get-Command", + "CommandType": "Cmdlet", + "ParameterSets": "[[-ArgumentList] ] [-Verb ] [-Noun ] [-Module ] [-FullyQualifiedModule ] [-TotalCount ] [-Syntax] [-ShowCommandInfo] [-All] [-ListImported] [-ParameterName ] [-ParameterType ] [] [[-Name] ] [[-ArgumentList] ] [-Module ] [-FullyQualifiedModule ] [-CommandType ] [-TotalCount ] [-Syntax] [-ShowCommandInfo] [-All] [-ListImported] [-ParameterName ] [-ParameterType ] []" + }, + { + "Name": "Get-ExperimentalFeature", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-ListAvailable] []" + }, + { + "Name": "Get-Help", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-Path ] [-Category ] [-Full] [-Component ] [-Functionality ] [-Role ] [] [[-Name] ] -Detailed [-Path ] [-Category ] [-Component ] [-Functionality ] [-Role ] [] [[-Name] ] -Examples [-Path ] [-Category ] [-Component ] [-Functionality ] [-Role ] [] [[-Name] ] -Parameter [-Path ] [-Category ] [-Component ] [-Functionality ] [-Role ] [] [[-Name] ] -Online [-Path ] [-Category ] [-Component ] [-Functionality ] [-Role ] []" + }, + { + "Name": "Get-History", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Id] ] [[-Count] ] []" + }, + { + "Name": "Get-Job", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Id] ] [-IncludeChildJob] [-ChildJobState ] [-HasMoreData ] [-Before ] [-After ] [-Newest ] [] [-InstanceId] [-IncludeChildJob] [-ChildJobState ] [-HasMoreData ] [-Before ] [-After ] [-Newest ] [] [-Name] [-IncludeChildJob] [-ChildJobState ] [-HasMoreData ] [-Before ] [-After ] [-Newest ] [] [-State] [-IncludeChildJob] [-ChildJobState ] [-HasMoreData ] [-Before ] [-After ] [-Newest ] [] [-IncludeChildJob] [-ChildJobState ] [-HasMoreData ] [-Before ] [-After ] [-Newest ] [-Command ] [] [-Filter] []" + }, + { + "Name": "Get-Module", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Name] ] [-FullyQualifiedName ] [-All] [] [[-Name] ] -ListAvailable [-FullyQualifiedName ] [-All] [-PSEdition ] [-SkipEditionCheck] [-Refresh] [] [[-Name] ] -PSSession [-FullyQualifiedName ] [-ListAvailable] [-PSEdition ] [-SkipEditionCheck] [-Refresh] [] [[-Name] ] -CimSession [-FullyQualifiedName ] [-ListAvailable] [-SkipEditionCheck] [-Refresh] [-CimResourceUri ] [-CimNamespace ] []" + }, + { + "Name": "Get-PSSession", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name ] [] [-ComputerName] [-ApplicationName ] [-ConfigurationName ] [-Name ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-Port ] [-UseSSL] [-ThrottleLimit ] [-State ] [-SessionOption ] [] [-ComputerName] -InstanceId [-ApplicationName ] [-ConfigurationName ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-Port ] [-UseSSL] [-ThrottleLimit ] [-State ] [-SessionOption ] [] [-ConnectionUri] [-ConfigurationName ] [-AllowRedirection] [-Name ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-ThrottleLimit ] [-State ] [-SessionOption ] [] [-ConnectionUri] -InstanceId [-ConfigurationName ] [-AllowRedirection] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-ThrottleLimit ] [-State ] [-SessionOption ] [] -ContainerId [-ConfigurationName ] [-Name ] [-State ] [] -InstanceId -ContainerId [-ConfigurationName ] [-State ] [] -VMId [-ConfigurationName ] [-Name ] [-State ] [] -InstanceId -VMId [-ConfigurationName ] [-State ] [] -VMName [-ConfigurationName ] [-Name ] [-State ] [] -InstanceId -VMName [-ConfigurationName ] [-State ] [] [-InstanceId ] [] [-Id] []" + }, + { + "Name": "Import-Module", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-SkipEditionCheck] [-PassThru] [-AsCustomObject] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] [] [-Name] -PSSession [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-SkipEditionCheck] [-PassThru] [-AsCustomObject] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] [] [-Name] -CimSession [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-SkipEditionCheck] [-PassThru] [-AsCustomObject] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] [-CimResourceUri ] [-CimNamespace ] [] [-FullyQualifiedName] [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-SkipEditionCheck] [-PassThru] [-AsCustomObject] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] [] [-FullyQualifiedName] -PSSession [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-SkipEditionCheck] [-PassThru] [-AsCustomObject] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] [] [-Assembly] [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-SkipEditionCheck] [-PassThru] [-AsCustomObject] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] [] [-ModuleInfo] [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-SkipEditionCheck] [-PassThru] [-AsCustomObject] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] []" + }, + { + "Name": "Invoke-Command", + "CommandType": "Cmdlet", + "ParameterSets": "[-ScriptBlock] [-NoNewScope] [-InputObject ] [-ArgumentList ] [] [[-Session] ] [-ScriptBlock] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-JobName ] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [[-Session] ] [-FilePath] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-JobName ] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [[-ComputerName] ] [-ScriptBlock] [-Credential ] [-Port ] [-UseSSL] [-ConfigurationName ] [-ApplicationName ] [-ThrottleLimit ] [-AsJob] [-InDisconnectedSession] [-SessionName ] [-HideComputerName] [-JobName ] [-SessionOption ] [-Authentication ] [-EnableNetworkAccess] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [-CertificateThumbprint ] [] [[-ComputerName] ] [-FilePath] [-Credential ] [-Port ] [-UseSSL] [-ConfigurationName ] [-ApplicationName ] [-ThrottleLimit ] [-AsJob] [-InDisconnectedSession] [-SessionName ] [-HideComputerName] [-JobName ] [-SessionOption ] [-Authentication ] [-EnableNetworkAccess] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [[-ConnectionUri] ] [-ScriptBlock] [-Credential ] [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-InDisconnectedSession] [-HideComputerName] [-JobName ] [-AllowRedirection] [-SessionOption ] [-Authentication ] [-EnableNetworkAccess] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [-CertificateThumbprint ] [] [[-ConnectionUri] ] [-FilePath] [-Credential ] [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-InDisconnectedSession] [-HideComputerName] [-JobName ] [-AllowRedirection] [-SessionOption ] [-Authentication ] [-EnableNetworkAccess] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [-VMId] [-ScriptBlock] -Credential [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [-ScriptBlock] -Credential -VMName [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [-VMId] [-FilePath] -Credential [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [-FilePath] -Credential -VMName [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] -ScriptBlock -HostName [-Port ] [-AsJob] [-HideComputerName] [-UserName ] [-KeyFilePath ] [-SSHTransport] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [-Subsystem ] [] [-ScriptBlock] -ContainerId [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-JobName ] [-RunAsAdministrator] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [-FilePath] -ContainerId [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-JobName ] [-RunAsAdministrator] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] -ScriptBlock -SSHConnection [-AsJob] [-HideComputerName] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] -FilePath -HostName [-AsJob] [-HideComputerName] [-UserName ] [-KeyFilePath ] [-SSHTransport] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] -FilePath -SSHConnection [-AsJob] [-HideComputerName] [-RemoteDebug] [-InputObject ] [-ArgumentList ] []" + }, + { + "Name": "Invoke-History", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Id] ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "New-Module", + "CommandType": "Cmdlet", + "ParameterSets": "[-ScriptBlock] [-Function ] [-Cmdlet ] [-ReturnResult] [-AsCustomObject] [-ArgumentList ] [] [-Name] [-ScriptBlock] [-Function ] [-Cmdlet ] [-ReturnResult] [-AsCustomObject] [-ArgumentList ] []" + }, + { + "Name": "New-ModuleManifest", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-NestedModules ] [-Guid ] [-Author ] [-CompanyName ] [-Copyright ] [-RootModule ] [-ModuleVersion ] [-Description ] [-ProcessorArchitecture ] [-PowerShellVersion ] [-ClrVersion ] [-DotNetFrameworkVersion ] [-PowerShellHostName ] [-PowerShellHostVersion ] [-RequiredModules ] [-TypesToProcess ] [-FormatsToProcess ] [-ScriptsToProcess ] [-RequiredAssemblies ] [-FileList ] [-ModuleList ] [-FunctionsToExport ] [-AliasesToExport ] [-VariablesToExport ] [-CmdletsToExport ] [-DscResourcesToExport ] [-CompatiblePSEditions ] [-PrivateData ] [-Tags ] [-ProjectUri ] [-LicenseUri ] [-IconUri ] [-ReleaseNotes ] [-HelpInfoUri ] [-PassThru] [-DefaultCommandPrefix ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "New-PSRoleCapabilityFile", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] [-Guid ] [-Author ] [-Description ] [-CompanyName ] [-Copyright ] [-ModulesToImport ] [-VisibleAliases ] [-VisibleCmdlets ] [-VisibleFunctions ] [-VisibleExternalCommands ] [-VisibleProviders ] [-ScriptsToProcess ] [-AliasDefinitions ] [-FunctionDefinitions ] [-VariableDefinitions ] [-EnvironmentVariables ] [-TypesToProcess ] [-FormatsToProcess ] [-AssembliesToLoad ] []" + }, + { + "Name": "New-PSSession", + "CommandType": "Cmdlet", + "ParameterSets": "[[-ComputerName] ] [-Credential ] [-Name ] [-EnableNetworkAccess] [-ConfigurationName ] [-Port ] [-UseSSL] [-ApplicationName ] [-ThrottleLimit ] [-SessionOption ] [-Authentication ] [-CertificateThumbprint ] [] [-ConnectionUri] [-Credential ] [-Name ] [-EnableNetworkAccess] [-ConfigurationName ] [-ThrottleLimit ] [-AllowRedirection] [-SessionOption ] [-Authentication ] [-CertificateThumbprint ] [] [-VMId] -Credential [-Name ] [-ConfigurationName ] [-ThrottleLimit ] [] -Credential -VMName [-Name ] [-ConfigurationName ] [-ThrottleLimit ] [] [[-Session] ] [-Name ] [-EnableNetworkAccess] [-ThrottleLimit ] [] -ContainerId [-Name ] [-ConfigurationName ] [-RunAsAdministrator] [-ThrottleLimit ] [] [-HostName] [-Name ] [-Port ] [-UserName ] [-KeyFilePath ] [-SSHTransport] [-Subsystem ] [] -SSHConnection [-Name ] []" + }, + { + "Name": "New-PSTransportOption", + "CommandType": "Cmdlet", + "ParameterSets": "[-MaxIdleTimeoutSec ] [-ProcessIdleTimeoutSec ] [-MaxSessions ] [-MaxConcurrentCommandsPerSession ] [-MaxSessionsPerUser ] [-MaxMemoryPerSessionMB ] [-MaxProcessesPerSession ] [-MaxConcurrentUsers ] [-IdleTimeoutSec ] [-OutputBufferingMode ] []" + }, + { + "Name": "Out-Default", + "CommandType": "Cmdlet", + "ParameterSets": "[-Transcript] [-InputObject ] []" + }, + { + "Name": "Out-Host", + "CommandType": "Cmdlet", + "ParameterSets": "[-Paging] [-InputObject ] []" + }, + { + "Name": "Out-Null", + "CommandType": "Cmdlet", + "ParameterSets": "[-InputObject ] []" + }, + { + "Name": "Receive-Job", + "CommandType": "Cmdlet", + "ParameterSets": "[-Job] [[-Location] ] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] [] [-Job] [[-ComputerName] ] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] [] [-Job] [[-Session] ] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] [] [-Name] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] [] [-InstanceId] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] [] [-Id] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] []" + }, + { + "Name": "Register-ArgumentCompleter", + "CommandType": "Cmdlet", + "ParameterSets": "-CommandName -ScriptBlock [-Native] [] -ParameterName -ScriptBlock [-CommandName ] []" + }, + { + "Name": "Remove-Job", + "CommandType": "Cmdlet", + "ParameterSets": "[-Id] [-Force] [-WhatIf] [-Confirm] [] [-Job] [-Force] [-WhatIf] [-Confirm] [] [-InstanceId] [-Force] [-WhatIf] [-Confirm] [] [-Name] [-Force] [-WhatIf] [-Confirm] [] [-Filter] [-Force] [-WhatIf] [-Confirm] [] [-State] [-WhatIf] [-Confirm] [] [-Command ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Remove-Module", + "CommandType": "Cmdlet", + "ParameterSets": "[-Name] [-Force] [-WhatIf] [-Confirm] [] [-FullyQualifiedName] [-Force] [-WhatIf] [-Confirm] [] [-ModuleInfo] [-Force] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Remove-PSSession", + "CommandType": "Cmdlet", + "ParameterSets": "[-Id] [-WhatIf] [-Confirm] [] [-Session] [-WhatIf] [-Confirm] [] -ContainerId [-WhatIf] [-Confirm] [] -VMId [-WhatIf] [-Confirm] [] -VMName [-WhatIf] [-Confirm] [] -InstanceId [-WhatIf] [-Confirm] [] -Name [-WhatIf] [-Confirm] [] [-ComputerName] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Save-Help", + "CommandType": "Cmdlet", + "ParameterSets": "[-DestinationPath] [[-Module] ] [[-UICulture] ] [-FullyQualifiedModule ] [-Credential ] [-UseDefaultCredentials] [-Force] [-Scope ] [] [[-Module] ] [[-UICulture] ] -LiteralPath [-FullyQualifiedModule ] [-Credential ] [-UseDefaultCredentials] [-Force] [-Scope ] []" + }, + { + "Name": "Set-PSDebug", + "CommandType": "Cmdlet", + "ParameterSets": "[-Trace ] [-Step] [-Strict] [] [-Off] []" + }, + { + "Name": "Set-StrictMode", + "CommandType": "Cmdlet", + "ParameterSets": "-Version [] -Off []" + }, + { + "Name": "Start-Job", + "CommandType": "Cmdlet", + "ParameterSets": "[-ScriptBlock] [[-InitializationScript] ] [-Name ] [-Credential ] [-Authentication ] [-RunAs32] [-PSVersion ] [-InputObject ] [-ArgumentList ] [] [-DefinitionName] [[-DefinitionPath] ] [[-Type] ] [] [-FilePath] [[-InitializationScript] ] [-Name ] [-Credential ] [-Authentication ] [-RunAs32] [-PSVersion ] [-InputObject ] [-ArgumentList ] [] [[-InitializationScript] ] -LiteralPath [-Name ] [-Credential ] [-Authentication ] [-RunAs32] [-PSVersion ] [-InputObject ] [-ArgumentList ] [] [-HostName] [-Subsystem ] []" + }, + { + "Name": "Stop-Job", + "CommandType": "Cmdlet", + "ParameterSets": "[-Id] [-PassThru] [-WhatIf] [-Confirm] [] [-Job] [-PassThru] [-WhatIf] [-Confirm] [] [-Name] [-PassThru] [-WhatIf] [-Confirm] [] [-InstanceId] [-PassThru] [-WhatIf] [-Confirm] [] [-State] [-PassThru] [-WhatIf] [-Confirm] [] [-Filter] [-PassThru] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Test-ModuleManifest", + "CommandType": "Cmdlet", + "ParameterSets": "[-Path] []" + }, + { + "Name": "Update-Help", + "CommandType": "Cmdlet", + "ParameterSets": "[[-Module] ] [[-SourcePath] ] [[-UICulture] ] [-FullyQualifiedModule ] [-Recurse] [-Credential ] [-UseDefaultCredentials] [-Force] [-Scope ] [-WhatIf] [-Confirm] [] [[-Module] ] [[-UICulture] ] [-FullyQualifiedModule ] [-LiteralPath ] [-Recurse] [-Credential ] [-UseDefaultCredentials] [-Force] [-Scope ] [-WhatIf] [-Confirm] []" + }, + { + "Name": "Wait-Job", + "CommandType": "Cmdlet", + "ParameterSets": "[-Id] [-Any] [-Timeout ] [-Force] [] [-Job] [-Any] [-Timeout ] [-Force] [] [-Name] [-Any] [-Timeout ] [-Force] [] [-InstanceId] [-Any] [-Timeout ] [-Force] [] [-State] [-Any] [-Timeout ] [-Force] [] [-Filter] [-Any] [-Timeout ] [-Force] []" + }, + { + "Name": "Where-Object", + "CommandType": "Cmdlet", + "ParameterSets": "[-Property] [[-Value] ] [-InputObject ] [-EQ] [] [-FilterScript] [-InputObject ] [] [-Property] [[-Value] ] -CEQ [-InputObject ] [] [-Property] [[-Value] ] -NE [-InputObject ] [] [-Property] [[-Value] ] -CNE [-InputObject ] [] [-Property] [[-Value] ] -GT [-InputObject ] [] [-Property] [[-Value] ] -CGT [-InputObject ] [] [-Property] [[-Value] ] -LT [-InputObject ] [] [-Property] [[-Value] ] -CLT [-InputObject ] [] [-Property] [[-Value] ] -GE [-InputObject ] [] [-Property] [[-Value] ] -CGE [-InputObject ] [] [-Property] [[-Value] ] -LE [-InputObject ] [] [-Property] [[-Value] ] -CLE [-InputObject ] [] [-Property] [[-Value] ] -Like [-InputObject ] [] [-Property] [[-Value] ] -CLike [-InputObject ] [] [-Property] [[-Value] ] -NotLike [-InputObject ] [] [-Property] [[-Value] ] -CNotLike [-InputObject ] [] [-Property] [[-Value] ] -Match [-InputObject ] [] [-Property] [[-Value] ] -CMatch [-InputObject ] [] [-Property] [[-Value] ] -NotMatch [-InputObject ] [] [-Property] [[-Value] ] -CNotMatch [-InputObject ] [] [-Property] [[-Value] ] -Contains [-InputObject ] [] [-Property] [[-Value] ] -CContains [-InputObject ] [] [-Property] [[-Value] ] -NotContains [-InputObject ] [] [-Property] [[-Value] ] -CNotContains [-InputObject ] [] [-Property] [[-Value] ] -In [-InputObject ] [] [-Property] [[-Value] ] -CIn [-InputObject ] [] [-Property] [[-Value] ] -NotIn [-InputObject ] [] [-Property] [[-Value] ] -CNotIn [-InputObject ] [] [-Property] [[-Value] ] -Is [-InputObject ] [] [-Property] [[-Value] ] -IsNot [-InputObject ] [] [-Property] -Not [-InputObject ] []" + } + ], + "ExportedAliases": [ + "?", + "%", + "clhy", + "etsn", + "exsn", + "foreach", + "gcm", + "ghy", + "gjb", + "gmo", + "gsn", + "h", + "history", + "icm", + "ihy", + "ipmo", + "nmo", + "nsn", + "oh", + "r", + "rcjb", + "rjb", + "rmo", + "rsn", + "sajb", + "spjb", + "where", + "wjb" + ] + } + ] +} diff --git a/RuleDocumentation/UseCompatibleCmdlets.md b/RuleDocumentation/UseCompatibleCmdlets.md index c89bdb469..91604acf3 100644 --- a/RuleDocumentation/UseCompatibleCmdlets.md +++ b/RuleDocumentation/UseCompatibleCmdlets.md @@ -26,4 +26,5 @@ The parameter `compatibility` is a list that contain any of the following - core-6.0.2-macos - core-6.1.0-windows (taken from Windows 10 - 1803) - core-6.1.0-linux (taken from Ubuntu 18.04) +- core-6.1.0-linux-arm (taken from Raspbian) - core-6.1.0-macos From f380dbe2d942ef28d60340261c4feab187329e48 Mon Sep 17 00:00:00 2001 From: Christoph Bergmeister Date: Fri, 1 Mar 2019 08:02:18 +0000 Subject: [PATCH 7/8] Remove 6.0.2 files since we have 6.1 files and 6.0 is out of support already --- Engine/Settings/core-6.0.2-linux.json | 1648 ---------------- Engine/Settings/core-6.0.2-macos.json | 1648 ---------------- Engine/Settings/core-6.0.2-windows.json | 2075 -------------------- RuleDocumentation/UseCompatibleCmdlets.md | 5 +- Tests/Rules/UseCompatibleCmdlets.tests.ps1 | 2 +- Utils/New-CommandDataFile.ps1 | 2 +- 6 files changed, 4 insertions(+), 5376 deletions(-) delete mode 100644 Engine/Settings/core-6.0.2-linux.json delete mode 100644 Engine/Settings/core-6.0.2-macos.json delete mode 100644 Engine/Settings/core-6.0.2-windows.json diff --git a/Engine/Settings/core-6.0.2-linux.json b/Engine/Settings/core-6.0.2-linux.json deleted file mode 100644 index 4c7962dd2..000000000 --- a/Engine/Settings/core-6.0.2-linux.json +++ /dev/null @@ -1,1648 +0,0 @@ -{ - "Modules": [ - { - "Name": "Microsoft.PowerShell.Archive", - "Version": "1.1.0.0", - "ExportedCommands": [ - { - "Name": "Compress-Archive", - "CommandType": "Function", - "ParameterSets": "[-Path] [-DestinationPath] [-CompressionLevel ] [-PassThru] [-WhatIf] [-Confirm] [] [-Path] [-DestinationPath] -Update [-CompressionLevel ] [-PassThru] [-WhatIf] [-Confirm] [] [-Path] [-DestinationPath] -Force [-CompressionLevel ] [-PassThru] [-WhatIf] [-Confirm] [] [-DestinationPath] -LiteralPath -Update [-CompressionLevel ] [-PassThru] [-WhatIf] [-Confirm] [] [-DestinationPath] -LiteralPath -Force [-CompressionLevel ] [-PassThru] [-WhatIf] [-Confirm] [] [-DestinationPath] -LiteralPath [-CompressionLevel ] [-PassThru] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Expand-Archive", - "CommandType": "Function", - "ParameterSets": "[-Path] [[-DestinationPath] ] [-Force] [-PassThru] [-WhatIf] [-Confirm] [] [[-DestinationPath] ] -LiteralPath [-Force] [-PassThru] [-WhatIf] [-Confirm] []" - } - ], - "ExportedAliases": [] - }, - { - "Name": "Microsoft.PowerShell.Host", - "Version": "3.0.0.0", - "ExportedCommands": [ - { - "Name": "Start-Transcript", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Path] ] [-Append] [-Force] [-NoClobber] [-IncludeInvocationHeader] [-WhatIf] [-Confirm] [] [[-LiteralPath] ] [-Append] [-Force] [-NoClobber] [-IncludeInvocationHeader] [-WhatIf] [-Confirm] [] [[-OutputDirectory] ] [-Append] [-Force] [-NoClobber] [-IncludeInvocationHeader] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Stop-Transcript", - "CommandType": "Cmdlet", - "ParameterSets": "[]" - } - ], - "ExportedAliases": [] - }, - { - "Name": "Microsoft.PowerShell.Management", - "Version": "3.1.0.0", - "ExportedCommands": [ - { - "Name": "Add-Content", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Value] [-PassThru] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [-NoNewline] [-Encoding ] [-AsByteStream] [] [-Value] -LiteralPath [-PassThru] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [-NoNewline] [-Encoding ] [-AsByteStream] []" - }, - { - "Name": "Clear-Content", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Clear-Item", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] -LiteralPath [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Clear-ItemProperty", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Name] [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Name] -LiteralPath [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Convert-Path", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [] -LiteralPath []" - }, - { - "Name": "Copy-Item", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [[-Destination] ] [-Container] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Recurse] [-PassThru] [-Credential ] [-WhatIf] [-Confirm] [-FromSession ] [-ToSession ] [] [[-Destination] ] -LiteralPath [-Container] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Recurse] [-PassThru] [-Credential ] [-WhatIf] [-Confirm] [-FromSession ] [-ToSession ] []" - }, - { - "Name": "Copy-ItemProperty", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Destination] [-Name] [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Destination] [-Name] -LiteralPath [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Debug-Process", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-WhatIf] [-Confirm] [] [-Id] [-WhatIf] [-Confirm] [] -InputObject [-WhatIf] [-Confirm] []" - }, - { - "Name": "Get-ChildItem", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Path] ] [[-Filter] ] [-Include ] [-Exclude ] [-Recurse] [-Depth ] [-Force] [-Name] [-Attributes ] [-FollowSymlink] [-Directory] [-File] [-Hidden] [-ReadOnly] [-System] [] [[-Filter] ] -LiteralPath [-Include ] [-Exclude ] [-Recurse] [-Depth ] [-Force] [-Name] [-Attributes ] [-FollowSymlink] [-Directory] [-File] [-Hidden] [-ReadOnly] [-System] []" - }, - { - "Name": "Get-Content", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-ReadCount ] [-TotalCount ] [-Tail ] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-Delimiter ] [-Wait] [-Raw] [-Encoding ] [-AsByteStream] [] -LiteralPath [-ReadCount ] [-TotalCount ] [-Tail ] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-Delimiter ] [-Wait] [-Raw] [-Encoding ] [-AsByteStream] []" - }, - { - "Name": "Get-Item", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] []" - }, - { - "Name": "Get-ItemProperty", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [[-Name] ] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [] [[-Name] ] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-Credential ] []" - }, - { - "Name": "Get-ItemPropertyValue", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Path] ] [-Name] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [] [-Name] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-Credential ] []" - }, - { - "Name": "Get-Location", - "CommandType": "Cmdlet", - "ParameterSets": "[-PSProvider ] [-PSDrive ] [] [-Stack] [-StackName ] []" - }, - { - "Name": "Get-Process", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-Module] [-FileVersionInfo] [] [[-Name] ] -IncludeUserName [] -Id [-Module] [-FileVersionInfo] [] -Id -IncludeUserName [] -InputObject -IncludeUserName [] -InputObject [-Module] [-FileVersionInfo] []" - }, - { - "Name": "Get-PSDrive", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-Scope ] [-PSProvider ] [] [-LiteralName] [-Scope ] [-PSProvider ] []" - }, - { - "Name": "Get-PSProvider", - "CommandType": "Cmdlet", - "ParameterSets": "[[-PSProvider] ] []" - }, - { - "Name": "Get-TimeZone", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [] -Id [] -ListAvailable []" - }, - { - "Name": "Invoke-Item", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Join-Path", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-ChildPath] [[-AdditionalChildPath] ] [-Resolve] [-Credential ] []" - }, - { - "Name": "Move-Item", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [[-Destination] ] [-Force] [-Filter ] [-Include ] [-Exclude ] [-PassThru] [-Credential ] [-WhatIf] [-Confirm] [] [[-Destination] ] -LiteralPath [-Force] [-Filter ] [-Include ] [-Exclude ] [-PassThru] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Move-ItemProperty", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Destination] [-Name] [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Destination] [-Name] -LiteralPath [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "New-Item", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-ItemType ] [-Value ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [] [[-Path] ] -Name [-ItemType ] [-Value ] [-Force] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "New-ItemProperty", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Name] [-PropertyType ] [-Value ] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Name] -LiteralPath [-PropertyType ] [-Value ] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "New-PSDrive", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-PSProvider] [-Root] [-Description ] [-Scope ] [-Persist] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Pop-Location", - "CommandType": "Cmdlet", - "ParameterSets": "[-PassThru] [-StackName ] []" - }, - { - "Name": "Push-Location", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Path] ] [-PassThru] [-StackName ] [] [-LiteralPath ] [-PassThru] [-StackName ] []" - }, - { - "Name": "Remove-Item", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Filter ] [-Include ] [-Exclude ] [-Recurse] [-Force] [-Credential ] [-WhatIf] [-Confirm] [] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-Recurse] [-Force] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Remove-ItemProperty", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Name] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Name] -LiteralPath [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Remove-PSDrive", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-PSProvider ] [-Scope ] [-Force] [-WhatIf] [-Confirm] [] [-LiteralName] [-PSProvider ] [-Scope ] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Rename-Item", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-NewName] [-Force] [-PassThru] [-Credential ] [-WhatIf] [-Confirm] [] [-NewName] -LiteralPath [-Force] [-PassThru] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Rename-ItemProperty", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Name] [-NewName] [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Name] [-NewName] -LiteralPath [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Resolve-Path", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Relative] [-Credential ] [] -LiteralPath [-Relative] [-Credential ] []" - }, - { - "Name": "Set-Content", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Value] [-PassThru] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [-NoNewline] [-Encoding ] [-AsByteStream] [] [-Value] -LiteralPath [-PassThru] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [-NoNewline] [-Encoding ] [-AsByteStream] []" - }, - { - "Name": "Set-Item", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [[-Value] ] [-Force] [-PassThru] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [[-Value] ] -LiteralPath [-Force] [-PassThru] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Set-ItemProperty", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Name] [-Value] [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Path] -InputObject [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] -LiteralPath -InputObject [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Name] [-Value] -LiteralPath [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Set-Location", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Path] ] [-PassThru] [] -LiteralPath [-PassThru] [] [-PassThru] [-StackName ] []" - }, - { - "Name": "Split-Path", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Parent] [-Resolve] [-Credential ] [] [-Path] [-LeafBase] [-Resolve] [-Credential ] [] [-Path] [-Leaf] [-Resolve] [-Credential ] [] [-Path] [-Extension] [-Resolve] [-Credential ] [] [-Path] [-Qualifier] [-Resolve] [-Credential ] [] [-Path] [-NoQualifier] [-Resolve] [-Credential ] [] [-Path] [-Resolve] [-IsAbsolute] [-Credential ] [] -LiteralPath [-Resolve] [-Credential ] []" - }, - { - "Name": "Start-Process", - "CommandType": "Cmdlet", - "ParameterSets": "[-FilePath] [[-ArgumentList] ] [-Credential ] [-WorkingDirectory ] [-LoadUserProfile] [-NoNewWindow] [-PassThru] [-RedirectStandardError ] [-RedirectStandardInput ] [-RedirectStandardOutput ] [-WindowStyle ] [-Wait] [-UseNewEnvironment] [-WhatIf] [-Confirm] [] [-FilePath] [[-ArgumentList] ] [-WorkingDirectory ] [-PassThru] [-Verb ] [-WindowStyle ] [-Wait] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Stop-Process", - "CommandType": "Cmdlet", - "ParameterSets": "[-Id] [-PassThru] [-Force] [-WhatIf] [-Confirm] [] -Name [-PassThru] [-Force] [-WhatIf] [-Confirm] [] [-InputObject] [-PassThru] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Test-Path", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Filter ] [-Include ] [-Exclude ] [-PathType ] [-IsValid] [-Credential ] [-OlderThan ] [-NewerThan ] [] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-PathType ] [-IsValid] [-Credential ] [-OlderThan ] [-NewerThan ] []" - }, - { - "Name": "Wait-Process", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [[-Timeout] ] [] [-Id] [[-Timeout] ] [] [[-Timeout] ] -InputObject []" - } - ], - "ExportedAliases": [ - "gtz" - ] - }, - { - "Name": "Microsoft.PowerShell.Security", - "Version": "3.0.0.0", - "ExportedCommands": [ - { - "Name": "ConvertFrom-SecureString", - "CommandType": "Cmdlet", - "ParameterSets": "[-SecureString] [[-SecureKey] ] [] [-SecureString] [-Key ] []" - }, - { - "Name": "ConvertTo-SecureString", - "CommandType": "Cmdlet", - "ParameterSets": "[-String] [[-SecureKey] ] [] [-String] [-AsPlainText] [-Force] [] [-String] [-Key ] []" - }, - { - "Name": "Get-Credential", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Credential] ] [] [[-UserName] ] [-Message ] [-Title ] []" - }, - { - "Name": "Get-ExecutionPolicy", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Scope] ] [-List] []" - }, - { - "Name": "Get-PfxCertificate", - "CommandType": "Cmdlet", - "ParameterSets": "[-FilePath] [] -LiteralPath []" - }, - { - "Name": "Set-ExecutionPolicy", - "CommandType": "Cmdlet", - "ParameterSets": "[-ExecutionPolicy] [[-Scope] ] [-Force] [-WhatIf] [-Confirm] []" - } - ], - "ExportedAliases": [] - }, - { - "Name": "Microsoft.PowerShell.Utility", - "Version": "3.1.0.0", - "ExportedCommands": [ - { - "Name": "Add-Member", - "CommandType": "Cmdlet", - "ParameterSets": "-InputObject -TypeName [-PassThru] [] [-MemberType] [-Name] [[-Value] ] [[-SecondValue] ] -InputObject [-TypeName ] [-Force] [-PassThru] [] [-NotePropertyName] [-NotePropertyValue] -InputObject [-TypeName ] [-Force] [-PassThru] [] [-NotePropertyMembers] -InputObject [-TypeName ] [-Force] [-PassThru] []" - }, - { - "Name": "Add-Type", - "CommandType": "Cmdlet", - "ParameterSets": "[-TypeDefinition] [-Language ] [-ReferencedAssemblies ] [-OutputAssembly ] [-OutputType ] [-PassThru] [-IgnoreWarnings] [] [-Name] [-MemberDefinition] [-Namespace ] [-UsingNamespace ] [-Language ] [-ReferencedAssemblies ] [-OutputAssembly ] [-OutputType ] [-PassThru] [-IgnoreWarnings] [] [-Path] [-ReferencedAssemblies ] [-OutputAssembly ] [-OutputType ] [-PassThru] [-IgnoreWarnings] [] -LiteralPath [-ReferencedAssemblies ] [-OutputAssembly ] [-OutputType ] [-PassThru] [-IgnoreWarnings] [] -AssemblyName [-PassThru] [-IgnoreWarnings] []" - }, - { - "Name": "Clear-Variable", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-Include ] [-Exclude ] [-Force] [-PassThru] [-Scope ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Compare-Object", - "CommandType": "Cmdlet", - "ParameterSets": "[-ReferenceObject] [-DifferenceObject] [-SyncWindow ] [-Property ] [-ExcludeDifferent] [-IncludeEqual] [-PassThru] [-Culture ] [-CaseSensitive] []" - }, - { - "Name": "ConvertFrom-Csv", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [[-Delimiter] ] [-Header ] [] [-InputObject] -UseCulture [-Header ] []" - }, - { - "Name": "ConvertFrom-Json", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [-AsHashtable] []" - }, - { - "Name": "ConvertFrom-StringData", - "CommandType": "Cmdlet", - "ParameterSets": "[-StringData] []" - }, - { - "Name": "ConvertTo-Csv", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [[-Delimiter] ] [-IncludeTypeInformation] [-NoTypeInformation] [] [-InputObject] [-UseCulture] [-IncludeTypeInformation] [-NoTypeInformation] []" - }, - { - "Name": "ConvertTo-Html", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] ] [[-Head] ] [[-Title] ] [[-Body] ] [-InputObject ] [-As ] [-CssUri ] [-PostContent ] [-PreContent ] [-Meta ] [-Charset ] [-Transitional] [] [[-Property] ] [-InputObject ] [-As ] [-Fragment] [-PostContent ] [-PreContent ] []" - }, - { - "Name": "ConvertTo-Json", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [-Depth ] [-Compress] [-EnumsAsStrings] []" - }, - { - "Name": "ConvertTo-Xml", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [-Depth ] [-NoTypeInformation] [-As ] []" - }, - { - "Name": "Debug-Runspace", - "CommandType": "Cmdlet", - "ParameterSets": "[-Runspace] [-WhatIf] [-Confirm] [] [-Name] [-WhatIf] [-Confirm] [] [-Id] [-WhatIf] [-Confirm] [] [-InstanceId] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Disable-PSBreakpoint", - "CommandType": "Cmdlet", - "ParameterSets": "[-Breakpoint] [-PassThru] [-WhatIf] [-Confirm] [] [-Id] [-PassThru] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Disable-RunspaceDebug", - "CommandType": "Cmdlet", - "ParameterSets": "[[-RunspaceName] ] [] [-Runspace] [] [-RunspaceId] [] [-RunspaceInstanceId] [] [[-ProcessName] ] [[-AppDomainName] ] []" - }, - { - "Name": "Enable-PSBreakpoint", - "CommandType": "Cmdlet", - "ParameterSets": "[-Id] [-PassThru] [-WhatIf] [-Confirm] [] [-Breakpoint] [-PassThru] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Enable-RunspaceDebug", - "CommandType": "Cmdlet", - "ParameterSets": "[[-RunspaceName] ] [-BreakAll] [] [-RunspaceId] [-BreakAll] [] [-Runspace] [-BreakAll] [] [-RunspaceInstanceId] [] [[-ProcessName] ] [[-AppDomainName] ] []" - }, - { - "Name": "Export-Alias", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [[-Name] ] [-PassThru] [-As ] [-Append] [-Force] [-NoClobber] [-Description ] [-Scope ] [-WhatIf] [-Confirm] [] [[-Name] ] -LiteralPath [-PassThru] [-As ] [-Append] [-Force] [-NoClobber] [-Description ] [-Scope ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Export-Clixml", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] -InputObject [-Depth ] [-Force] [-NoClobber] [-Encoding ] [-WhatIf] [-Confirm] [] -LiteralPath -InputObject [-Depth ] [-Force] [-NoClobber] [-Encoding ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Export-Csv", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Path] ] [[-Delimiter] ] -InputObject [-LiteralPath ] [-Force] [-NoClobber] [-Encoding ] [-Append] [-IncludeTypeInformation] [-NoTypeInformation] [-WhatIf] [-Confirm] [] [[-Path] ] -InputObject [-LiteralPath ] [-Force] [-NoClobber] [-Encoding ] [-Append] [-UseCulture] [-IncludeTypeInformation] [-NoTypeInformation] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Export-FormatData", - "CommandType": "Cmdlet", - "ParameterSets": "-InputObject -Path [-Force] [-NoClobber] [-IncludeScriptBlock] [] -InputObject -LiteralPath [-Force] [-NoClobber] [-IncludeScriptBlock] []" - }, - { - "Name": "Export-PSSession", - "CommandType": "Cmdlet", - "ParameterSets": "[-Session] [-OutputModule] [[-CommandName] ] [[-FormatTypeName] ] [-Force] [-Encoding ] [-AllowClobber] [-ArgumentList ] [-CommandType ] [-Module ] [-FullyQualifiedModule ] [-Certificate ] []" - }, - { - "Name": "Format-Custom", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] ] [-Depth ] [-GroupBy ] [-View ] [-ShowError] [-DisplayError] [-Force] [-Expand ] [-InputObject ] []" - }, - { - "Name": "Format-Hex", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-WhatIf] [-Confirm] [] -LiteralPath [-WhatIf] [-Confirm] [] -InputObject [-Encoding ] [-Raw] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Format-List", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] ] [-GroupBy ] [-View ] [-ShowError] [-DisplayError] [-Force] [-Expand ] [-InputObject ] []" - }, - { - "Name": "Format-Table", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] ] [-AutoSize] [-HideTableHeaders] [-Wrap] [-GroupBy ] [-View ] [-ShowError] [-DisplayError] [-Force] [-Expand ] [-InputObject ] []" - }, - { - "Name": "Format-Wide", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] ] [-AutoSize] [-Column ] [-GroupBy ] [-View ] [-ShowError] [-DisplayError] [-Force] [-Expand ] [-InputObject ] []" - }, - { - "Name": "Get-Alias", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-Exclude ] [-Scope ] [] [-Exclude ] [-Scope ] [-Definition ] []" - }, - { - "Name": "Get-Culture", - "CommandType": "Cmdlet", - "ParameterSets": "[]" - }, - { - "Name": "Get-Date", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Date] ] [-Year ] [-Month ] [-Day ] [-Hour ] [-Minute ] [-Second ] [-Millisecond ] [-DisplayHint ] [-Format ] [] [[-Date] ] [-Year ] [-Month ] [-Day ] [-Hour ] [-Minute ] [-Second ] [-Millisecond ] [-DisplayHint ] [-UFormat ] []" - }, - { - "Name": "Get-Event", - "CommandType": "Cmdlet", - "ParameterSets": "[[-SourceIdentifier] ] [] [-EventIdentifier] []" - }, - { - "Name": "Get-EventSubscriber", - "CommandType": "Cmdlet", - "ParameterSets": "[[-SourceIdentifier] ] [-Force] [] [-SubscriptionId] [-Force] []" - }, - { - "Name": "Get-FileHash", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [[-Algorithm] ] [] [-LiteralPath] [[-Algorithm] ] [] [-InputStream] [[-Algorithm] ] []" - }, - { - "Name": "Get-FormatData", - "CommandType": "Cmdlet", - "ParameterSets": "[[-TypeName] ] [-PowerShellVersion ] []" - }, - { - "Name": "Get-Host", - "CommandType": "Cmdlet", - "ParameterSets": "[]" - }, - { - "Name": "Get-Member", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-InputObject ] [-MemberType ] [-View ] [-Static] [-Force] []" - }, - { - "Name": "Get-PSBreakpoint", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Script] ] [] -Variable [-Script ] [] -Command [-Script ] [] [-Type] [-Script ] [] [-Id] []" - }, - { - "Name": "Get-PSCallStack", - "CommandType": "Cmdlet", - "ParameterSets": "[]" - }, - { - "Name": "Get-Random", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Maximum] ] [-SetSeed ] [-Minimum ] [] [-InputObject] [-SetSeed ] [-Count ] []" - }, - { - "Name": "Get-Runspace", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [] [-Id] [] [-InstanceId] []" - }, - { - "Name": "Get-RunspaceDebug", - "CommandType": "Cmdlet", - "ParameterSets": "[[-RunspaceName] ] [] [-Runspace] [] [-RunspaceId] [] [-RunspaceInstanceId] [] [[-ProcessName] ] [[-AppDomainName] ] []" - }, - { - "Name": "Get-TraceSource", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] []" - }, - { - "Name": "Get-TypeData", - "CommandType": "Cmdlet", - "ParameterSets": "[[-TypeName] ] []" - }, - { - "Name": "Get-UICulture", - "CommandType": "Cmdlet", - "ParameterSets": "[]" - }, - { - "Name": "Get-Unique", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject ] [-AsString] [] [-InputObject ] [-OnType] []" - }, - { - "Name": "Get-Uptime", - "CommandType": "Cmdlet", - "ParameterSets": "[] [-Since] []" - }, - { - "Name": "Get-Variable", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-ValueOnly] [-Include ] [-Exclude ] [-Scope ] []" - }, - { - "Name": "Get-Verb", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Verb] ] [[-Group] ] []" - }, - { - "Name": "Group-Object", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] ] [-NoElement] [-AsHashTable] [-AsString] [-InputObject ] [-Culture ] [-CaseSensitive] []" - }, - { - "Name": "Import-Alias", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Scope ] [-PassThru] [-Force] [-WhatIf] [-Confirm] [] -LiteralPath [-Scope ] [-PassThru] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Import-Clixml", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-IncludeTotalCount] [-Skip ] [-First ] [] -LiteralPath [-IncludeTotalCount] [-Skip ] [-First ] []" - }, - { - "Name": "Import-Csv", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Path] ] [[-Delimiter] ] [-LiteralPath ] [-Header ] [-Encoding ] [] [[-Path] ] -UseCulture [-LiteralPath ] [-Header ] [-Encoding ] []" - }, - { - "Name": "Import-LocalizedData", - "CommandType": "Cmdlet", - "ParameterSets": "[[-BindingVariable] ] [[-UICulture] ] [-BaseDirectory ] [-FileName ] [-SupportedCommand ] []" - }, - { - "Name": "Import-PowerShellDataFile", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [] [-LiteralPath] []" - }, - { - "Name": "Import-PSSession", - "CommandType": "Cmdlet", - "ParameterSets": "[-Session] [[-CommandName] ] [[-FormatTypeName] ] [-Prefix ] [-DisableNameChecking] [-AllowClobber] [-ArgumentList ] [-CommandType ] [-Module ] [-FullyQualifiedModule ] [-Certificate ] []" - }, - { - "Name": "Invoke-Expression", - "CommandType": "Cmdlet", - "ParameterSets": "[-Command] []" - }, - { - "Name": "Invoke-RestMethod", - "CommandType": "Cmdlet", - "ParameterSets": "[-Uri] [-Method ] [-FollowRelLink] [-MaximumFollowRelLink ] [-ResponseHeadersVariable ] [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-Body ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] [] [-Uri] -NoProxy [-Method ] [-FollowRelLink] [-MaximumFollowRelLink ] [-ResponseHeadersVariable ] [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-Body ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] [] [-Uri] -CustomMethod -NoProxy [-FollowRelLink] [-MaximumFollowRelLink ] [-ResponseHeadersVariable ] [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-Body ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] [] [-Uri] -CustomMethod [-FollowRelLink] [-MaximumFollowRelLink ] [-ResponseHeadersVariable ] [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-Body ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] []" - }, - { - "Name": "Invoke-WebRequest", - "CommandType": "Cmdlet", - "ParameterSets": "[-Uri] [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-Method ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-Body ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] [] [-Uri] -NoProxy [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-Method ] [-Body ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] [] [-Uri] -CustomMethod [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-Body ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] [] [-Uri] -CustomMethod -NoProxy [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-Body ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] []" - }, - { - "Name": "Measure-Command", - "CommandType": "Cmdlet", - "ParameterSets": "[-Expression] [-InputObject ] []" - }, - { - "Name": "Measure-Object", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] ] [-InputObject ] [-Sum] [-Average] [-Maximum] [-Minimum] [] [[-Property] ] [-InputObject ] [-Line] [-Word] [-Character] [-IgnoreWhiteSpace] []" - }, - { - "Name": "New-Alias", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-Value] [-Description ] [-Option ] [-PassThru] [-Scope ] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "New-Event", - "CommandType": "Cmdlet", - "ParameterSets": "[-SourceIdentifier] [[-Sender] ] [[-EventArguments] ] [[-MessageData] ] []" - }, - { - "Name": "New-Guid", - "CommandType": "Cmdlet", - "ParameterSets": "[]" - }, - { - "Name": "New-Object", - "CommandType": "Cmdlet", - "ParameterSets": "[-TypeName] [[-ArgumentList] ] [-Property ] [] [-Strict] [-Property ] []" - }, - { - "Name": "New-TemporaryFile", - "CommandType": "Cmdlet", - "ParameterSets": "[-WhatIf] [-Confirm] []" - }, - { - "Name": "New-TimeSpan", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Start] ] [[-End] ] [] [-Days ] [-Hours ] [-Minutes ] [-Seconds ] []" - }, - { - "Name": "New-Variable", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [[-Value] ] [-Description ] [-Option ] [-Visibility ] [-Force] [-PassThru] [-Scope ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Out-File", - "CommandType": "Cmdlet", - "ParameterSets": "[-FilePath] [[-Encoding] ] [-Append] [-Force] [-NoClobber] [-Width ] [-NoNewline] [-InputObject ] [-WhatIf] [-Confirm] [] [[-Encoding] ] -LiteralPath [-Append] [-Force] [-NoClobber] [-Width ] [-NoNewline] [-InputObject ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Out-String", - "CommandType": "Cmdlet", - "ParameterSets": "[-Width ] [-NoNewline] [-InputObject ] [] [-Stream] [-Width ] [-InputObject ] []" - }, - { - "Name": "Read-Host", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Prompt] ] [-AsSecureString] []" - }, - { - "Name": "Register-EngineEvent", - "CommandType": "Cmdlet", - "ParameterSets": "[-SourceIdentifier] [[-Action] ] [-MessageData ] [-SupportEvent] [-Forward] [-MaxTriggerCount ] []" - }, - { - "Name": "Register-ObjectEvent", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [-EventName] [[-SourceIdentifier] ] [[-Action] ] [-MessageData ] [-SupportEvent] [-Forward] [-MaxTriggerCount ] []" - }, - { - "Name": "Remove-Alias", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-Scope ] [-Force] []" - }, - { - "Name": "Remove-Event", - "CommandType": "Cmdlet", - "ParameterSets": "[-SourceIdentifier] [-WhatIf] [-Confirm] [] [-EventIdentifier] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Remove-PSBreakpoint", - "CommandType": "Cmdlet", - "ParameterSets": "[-Breakpoint] [-WhatIf] [-Confirm] [] [-Id] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Remove-TypeData", - "CommandType": "Cmdlet", - "ParameterSets": "-TypeData [-WhatIf] [-Confirm] [] [-TypeName] [-WhatIf] [-Confirm] [] -Path [-WhatIf] [-Confirm] []" - }, - { - "Name": "Remove-Variable", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-Include ] [-Exclude ] [-Force] [-Scope ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Select-Object", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] ] [-InputObject ] [-ExcludeProperty ] [-ExpandProperty ] [-Unique] [-Last ] [-First ] [-Skip ] [-Wait] [] [[-Property] ] [-InputObject ] [-ExcludeProperty ] [-ExpandProperty ] [-Unique] [-SkipLast ] [] [-InputObject ] [-Unique] [-Wait] [-Index ] []" - }, - { - "Name": "Select-String", - "CommandType": "Cmdlet", - "ParameterSets": "[-Pattern] [-Path] [-SimpleMatch] [-CaseSensitive] [-Quiet] [-List] [-Include ] [-Exclude ] [-NotMatch] [-AllMatches] [-Encoding ] [-Context ] [] [-Pattern] -InputObject [-SimpleMatch] [-CaseSensitive] [-Quiet] [-List] [-Include ] [-Exclude ] [-NotMatch] [-AllMatches] [-Encoding ] [-Context ] [] [-Pattern] -LiteralPath [-SimpleMatch] [-CaseSensitive] [-Quiet] [-List] [-Include ] [-Exclude ] [-NotMatch] [-AllMatches] [-Encoding ] [-Context ] []" - }, - { - "Name": "Select-Xml", - "CommandType": "Cmdlet", - "ParameterSets": "[-XPath] [-Xml] [-Namespace ] [] [-XPath] [-Path] [-Namespace ] [] [-XPath] -LiteralPath [-Namespace ] [] [-XPath] -Content [-Namespace ] []" - }, - { - "Name": "Send-MailMessage", - "CommandType": "Cmdlet", - "ParameterSets": "[-To] [-Subject] [[-Body] ] [[-SmtpServer] ] -From [-Attachments ] [-Bcc ] [-BodyAsHtml] [-Encoding ] [-Cc ] [-DeliveryNotificationOption ] [-Priority ] [-Credential ] [-UseSsl] [-Port ] []" - }, - { - "Name": "Set-Alias", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-Value] [-Description ] [-Option ] [-PassThru] [-Scope ] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Set-Date", - "CommandType": "Cmdlet", - "ParameterSets": "[-Date] [-DisplayHint ] [-WhatIf] [-Confirm] [] [-Adjust] [-DisplayHint ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Set-PSBreakpoint", - "CommandType": "Cmdlet", - "ParameterSets": "[-Script] [-Line] [[-Column] ] [-Action ] [] [[-Script] ] -Command [-Action ] [] [[-Script] ] -Variable [-Action ] [-Mode ] []" - }, - { - "Name": "Set-TraceSource", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [[-Option] ] [-ListenerOption ] [-FilePath ] [-Force] [-Debugger] [-PSHost] [-PassThru] [] [-Name] [-RemoveListener ] [] [-Name] [-RemoveFileListener ] []" - }, - { - "Name": "Set-Variable", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [[-Value] ] [-Include ] [-Exclude ] [-Description ] [-Option ] [-Force] [-Visibility ] [-PassThru] [-Scope ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Sort-Object", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] ] [-Descending] [-Unique] [-Top ] [-InputObject ] [-Culture ] [-CaseSensitive] [] [[-Property] ] -Bottom [-Descending] [-Unique] [-InputObject ] [-Culture ] [-CaseSensitive] []" - }, - { - "Name": "Start-Sleep", - "CommandType": "Cmdlet", - "ParameterSets": "[-Seconds] [] -Milliseconds []" - }, - { - "Name": "Tee-Object", - "CommandType": "Cmdlet", - "ParameterSets": "[-FilePath] [-InputObject ] [-Append] [] -LiteralPath [-InputObject ] [] -Variable [-InputObject ] []" - }, - { - "Name": "Trace-Command", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-Expression] [[-Option] ] [-InputObject ] [-ListenerOption ] [-FilePath ] [-Force] [-Debugger] [-PSHost] [] [-Name] [-Command] [[-Option] ] [-InputObject ] [-ArgumentList ] [-ListenerOption ] [-FilePath ] [-Force] [-Debugger] [-PSHost] []" - }, - { - "Name": "Unregister-Event", - "CommandType": "Cmdlet", - "ParameterSets": "[-SourceIdentifier] [-Force] [-WhatIf] [-Confirm] [] [-SubscriptionId] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Update-FormatData", - "CommandType": "Cmdlet", - "ParameterSets": "[[-AppendPath] ] [-PrependPath ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Update-TypeData", - "CommandType": "Cmdlet", - "ParameterSets": "[[-AppendPath] ] [-PrependPath ] [-WhatIf] [-Confirm] [] -TypeName [-MemberType ] [-MemberName ] [-Value ] [-SecondValue ] [-TypeConverter ] [-TypeAdapter ] [-SerializationMethod ] [-TargetTypeForDeserialization ] [-SerializationDepth ] [-DefaultDisplayProperty ] [-InheritPropertySerializationSet ] [-StringSerializationSource ] [-DefaultDisplayPropertySet ] [-DefaultKeyPropertySet ] [-PropertySerializationSet ] [-Force] [-WhatIf] [-Confirm] [] [-TypeData] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Wait-Debugger", - "CommandType": "Cmdlet", - "ParameterSets": "[]" - }, - { - "Name": "Wait-Event", - "CommandType": "Cmdlet", - "ParameterSets": "[[-SourceIdentifier] ] [-Timeout ] []" - }, - { - "Name": "Write-Debug", - "CommandType": "Cmdlet", - "ParameterSets": "[-Message] []" - }, - { - "Name": "Write-Error", - "CommandType": "Cmdlet", - "ParameterSets": "[-Message] [-Category ] [-ErrorId ] [-TargetObject ] [-RecommendedAction ] [-CategoryActivity ] [-CategoryReason ] [-CategoryTargetName ] [-CategoryTargetType ] [] -Exception [-Message ] [-Category ] [-ErrorId ] [-TargetObject ] [-RecommendedAction ] [-CategoryActivity ] [-CategoryReason ] [-CategoryTargetName ] [-CategoryTargetType ] [] -ErrorRecord [-RecommendedAction ] [-CategoryActivity ] [-CategoryReason ] [-CategoryTargetName ] [-CategoryTargetType ] []" - }, - { - "Name": "Write-Host", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Object] ] [-NoNewline] [-Separator ] [-ForegroundColor ] [-BackgroundColor ] []" - }, - { - "Name": "Write-Information", - "CommandType": "Cmdlet", - "ParameterSets": "[-MessageData] [[-Tags] ] []" - }, - { - "Name": "Write-Output", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [-NoEnumerate] []" - }, - { - "Name": "Write-Progress", - "CommandType": "Cmdlet", - "ParameterSets": "[-Activity] [[-Status] ] [[-Id] ] [-PercentComplete ] [-SecondsRemaining ] [-CurrentOperation ] [-ParentId ] [-Completed] [-SourceId ] []" - }, - { - "Name": "Write-Verbose", - "CommandType": "Cmdlet", - "ParameterSets": "[-Message] []" - }, - { - "Name": "Write-Warning", - "CommandType": "Cmdlet", - "ParameterSets": "[-Message] []" - } - ], - "ExportedAliases": [ - "fhx" - ] - }, - { - "Name": "PackageManagement", - "Version": "1.1.7.0", - "ExportedCommands": [ - { - "Name": "Find-Package", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-IncludeDependencies] [-AllVersions] [-Source ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Force] [-ForceBootstrap] [-ProviderName ] [-ConfigFile ] [-SkipValidate] [-Headers ] [-FilterOnTag ] [-Contains ] [-AllowPrereleaseVersions] [] [[-Name] ] [-IncludeDependencies] [-AllVersions] [-Source ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Force] [-ForceBootstrap] [-ProviderName ] [-AllowPrereleaseVersions] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Type ] [-Filter ] [-Tag ] [-Includes ] [-DscResource ] [-RoleCapability ] [-Command ] [-AcceptLicense] []" - }, - { - "Name": "Find-PackageProvider", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-AllVersions] [-Source ] [-IncludeDependencies] [-Credential ] [-Proxy ] [-ProxyCredential ] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Force] [-ForceBootstrap] []" - }, - { - "Name": "Get-Package", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-AllVersions] [-Force] [-ForceBootstrap] [-ProviderName ] [-Destination ] [-ExcludeVersion] [-Scope ] [-SkipDependencies] [] [[-Name] ] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-AllVersions] [-Force] [-ForceBootstrap] [-ProviderName ] [-Scope ] [-PackageManagementProvider ] [-Type ] [-AllowClobber] [-SkipPublisherCheck] [-InstallUpdate] [-NoPathUpdate] [-AllowPrereleaseVersions] []" - }, - { - "Name": "Get-PackageProvider", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-ListAvailable] [-Force] [-ForceBootstrap] []" - }, - { - "Name": "Get-PackageSource", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-Location ] [-Force] [-ForceBootstrap] [-ProviderName ] [-ConfigFile ] [-SkipValidate] [] [[-Name] ] [-Location ] [-Force] [-ForceBootstrap] [-ProviderName ] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] []" - }, - { - "Name": "Import-PackageProvider", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Force] [-ForceBootstrap] []" - }, - { - "Name": "Install-Package", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Source ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ProviderName ] [] [-InputObject] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [-Headers ] [-FilterOnTag ] [-Contains ] [-AllowPrereleaseVersions] [-Destination ] [-ExcludeVersion] [-Scope ] [-SkipDependencies] [] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [-Headers ] [-FilterOnTag ] [-Contains ] [-AllowPrereleaseVersions] [-Destination ] [-ExcludeVersion] [-Scope ] [-SkipDependencies] [] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-AllowPrereleaseVersions] [-Scope ] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Type ] [-Filter ] [-Tag ] [-Includes ] [-DscResource ] [-RoleCapability ] [-Command ] [-AcceptLicense] [-AllowClobber] [-SkipPublisherCheck] [-InstallUpdate] [-NoPathUpdate] [] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-AllowPrereleaseVersions] [-Scope ] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Type ] [-Filter ] [-Tag ] [-Includes ] [-DscResource ] [-RoleCapability ] [-Command ] [-AcceptLicense] [-AllowClobber] [-SkipPublisherCheck] [-InstallUpdate] [-NoPathUpdate] []" - }, - { - "Name": "Install-PackageProvider", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Credential ] [-Scope ] [-Source ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [] [-InputObject] [-Scope ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Register-PackageSource", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [[-Location] ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ProviderName ] [] [[-Name] ] [[-Location] ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [] [[-Name] ] [[-Location] ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] []" - }, - { - "Name": "Save-Package", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Source ] [-Path ] [-LiteralPath ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ProviderName ] [] -InputObject [-Path ] [-LiteralPath ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [] [-Path ] [-LiteralPath ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [-Headers ] [-FilterOnTag ] [-Contains ] [-AllowPrereleaseVersions] [] [-Path ] [-LiteralPath ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [-Headers ] [-FilterOnTag ] [-Contains ] [-AllowPrereleaseVersions] [] [-Path ] [-LiteralPath ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-AllowPrereleaseVersions] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Type ] [-Filter ] [-Tag ] [-Includes ] [-DscResource ] [-RoleCapability ] [-Command ] [-AcceptLicense] [] [-Path ] [-LiteralPath ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-AllowPrereleaseVersions] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Type ] [-Filter ] [-Tag ] [-Includes ] [-DscResource ] [-RoleCapability ] [-Command ] [-AcceptLicense] []" - }, - { - "Name": "Set-PackageSource", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Location ] [-NewLocation ] [-NewName ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ProviderName ] [] -InputObject [-Proxy ] [-ProxyCredential ] [-Credential ] [-NewLocation ] [-NewName ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [] [-Proxy ] [-ProxyCredential ] [-Credential ] [-NewLocation ] [-NewName ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [] [-Proxy ] [-ProxyCredential ] [-Credential ] [-NewLocation ] [-NewName ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [] [-Proxy ] [-ProxyCredential ] [-Credential ] [-NewLocation ] [-NewName ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [] [-Proxy ] [-ProxyCredential ] [-Credential ] [-NewLocation ] [-NewName ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] []" - }, - { - "Name": "Uninstall-Package", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [] [-Name] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ProviderName ] [] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-Destination ] [-ExcludeVersion] [-Scope ] [-SkipDependencies] [] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-Destination ] [-ExcludeVersion] [-Scope ] [-SkipDependencies] [] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-Scope ] [-PackageManagementProvider ] [-Type ] [-AllowClobber] [-SkipPublisherCheck] [-InstallUpdate] [-NoPathUpdate] [-AllowPrereleaseVersions] [] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-Scope ] [-PackageManagementProvider ] [-Type ] [-AllowClobber] [-SkipPublisherCheck] [-InstallUpdate] [-NoPathUpdate] [-AllowPrereleaseVersions] []" - }, - { - "Name": "Unregister-PackageSource", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Source] ] [-Location ] [-Credential ] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ProviderName ] [] -InputObject [-Credential ] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [] [-Credential ] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [] [-Credential ] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [] [-Credential ] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [] [-Credential ] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] []" - } - ], - "ExportedAliases": [] - }, - { - "Name": "PowerShellGet", - "Version": "1.6.0", - "ExportedCommands": [ - { - "Name": "Find-Command", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] [-ModuleName ] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-AllVersions] [-AllowPrerelease] [-Tag ] [-Filter ] [-Proxy ] [-ProxyCredential ] [-Repository ] []" - }, - { - "Name": "Find-DscResource", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] [-ModuleName ] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-AllVersions] [-AllowPrerelease] [-Tag ] [-Filter ] [-Proxy ] [-ProxyCredential ] [-Repository ] []" - }, - { - "Name": "Find-Module", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-AllVersions] [-IncludeDependencies] [-Filter ] [-Tag ] [-Includes ] [-DscResource ] [-RoleCapability ] [-Command ] [-Proxy ] [-ProxyCredential ] [-Repository ] [-Credential ] [-AllowPrerelease] []" - }, - { - "Name": "Find-RoleCapability", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] [-ModuleName ] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-AllVersions] [-AllowPrerelease] [-Tag ] [-Filter ] [-Proxy ] [-ProxyCredential ] [-Repository ] []" - }, - { - "Name": "Find-Script", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-AllVersions] [-IncludeDependencies] [-Filter ] [-Tag ] [-Includes ] [-Command ] [-Proxy ] [-ProxyCredential ] [-Repository ] [-Credential ] [-AllowPrerelease] []" - }, - { - "Name": "Get-InstalledModule", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] [-MinimumVersion ] [-RequiredVersion ] [-MaximumVersion ] [-AllVersions] [-AllowPrerelease] []" - }, - { - "Name": "Get-InstalledScript", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] [-MinimumVersion ] [-RequiredVersion ] [-MaximumVersion ] [-AllowPrerelease] []" - }, - { - "Name": "Get-PSRepository", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] []" - }, - { - "Name": "Install-Module", - "CommandType": "Function", - "ParameterSets": "[-Name] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-Repository ] [-Credential ] [-Scope ] [-Proxy ] [-ProxyCredential ] [-AllowClobber] [-SkipPublisherCheck] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-InputObject] [-Credential ] [-Scope ] [-Proxy ] [-ProxyCredential ] [-AllowClobber] [-SkipPublisherCheck] [-Force] [-AcceptLicense] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Install-Script", - "CommandType": "Function", - "ParameterSets": "[-Name] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-Repository ] [-Scope ] [-NoPathUpdate] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-InputObject] [-Scope ] [-NoPathUpdate] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AcceptLicense] [-WhatIf] [-Confirm] []" - }, - { - "Name": "New-ScriptFileInfo", - "CommandType": "Function", - "ParameterSets": "[[-Path] ] -Description [-Version ] [-Author ] [-Guid ] [-CompanyName ] [-Copyright ] [-RequiredModules ] [-ExternalModuleDependencies ] [-RequiredScripts ] [-ExternalScriptDependencies ] [-Tags ] [-ProjectUri ] [-LicenseUri ] [-IconUri ] [-ReleaseNotes ] [-PrivateData ] [-PassThru] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Publish-Module", - "CommandType": "Function", - "ParameterSets": "-Name [-RequiredVersion ] [-NuGetApiKey ] [-Repository ] [-Credential ] [-FormatVersion ] [-ReleaseNotes ] [-Tags ] [-LicenseUri ] [-IconUri ] [-ProjectUri ] [-Force] [-AllowPrerelease] [-WhatIf] [-Confirm] [] -Path [-NuGetApiKey ] [-Repository ] [-Credential ] [-FormatVersion ] [-ReleaseNotes ] [-Tags ] [-LicenseUri ] [-IconUri ] [-ProjectUri ] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Publish-Script", - "CommandType": "Function", - "ParameterSets": "-Path [-NuGetApiKey ] [-Repository ] [-Credential ] [-Force] [-WhatIf] [-Confirm] [] -LiteralPath [-NuGetApiKey ] [-Repository ] [-Credential ] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Register-PSRepository", - "CommandType": "Function", - "ParameterSets": "[-Name] [-SourceLocation] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Credential ] [-InstallationPolicy ] [-Proxy ] [-ProxyCredential ] [-PackageManagementProvider ] [] -Default [-InstallationPolicy ] [-Proxy ] [-ProxyCredential ] []" - }, - { - "Name": "Save-Module", - "CommandType": "Function", - "ParameterSets": "[-Name] -Path [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-Repository ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-Name] -LiteralPath [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-Repository ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-InputObject] -LiteralPath [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-InputObject] -Path [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AcceptLicense] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Save-Script", - "CommandType": "Function", - "ParameterSets": "[-Name] -Path [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-Repository ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-Name] -LiteralPath [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-Repository ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-InputObject] -LiteralPath [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-InputObject] -Path [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AcceptLicense] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Set-PSRepository", - "CommandType": "Function", - "ParameterSets": "[-Name] [[-SourceLocation] ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Credential ] [-InstallationPolicy ] [-Proxy ] [-ProxyCredential ] [-PackageManagementProvider ] []" - }, - { - "Name": "Test-ScriptFileInfo", - "CommandType": "Function", - "ParameterSets": "[-Path] [] -LiteralPath []" - }, - { - "Name": "Uninstall-Module", - "CommandType": "Function", - "ParameterSets": "[-Name] [-MinimumVersion ] [-RequiredVersion ] [-MaximumVersion ] [-AllVersions] [-Force] [-AllowPrerelease] [-WhatIf] [-Confirm] [] [-InputObject] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Uninstall-Script", - "CommandType": "Function", - "ParameterSets": "[-Name] [-MinimumVersion ] [-RequiredVersion ] [-MaximumVersion ] [-Force] [-AllowPrerelease] [-WhatIf] [-Confirm] [] [-InputObject] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Unregister-PSRepository", - "CommandType": "Function", - "ParameterSets": "[-Name] []" - }, - { - "Name": "Update-Module", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] [-RequiredVersion ] [-MaximumVersion ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Update-ModuleManifest", - "CommandType": "Function", - "ParameterSets": "[-Path] [-NestedModules ] [-Guid ] [-Author ] [-CompanyName ] [-Copyright ] [-RootModule ] [-ModuleVersion ] [-Description ] [-ProcessorArchitecture ] [-CompatiblePSEditions ] [-PowerShellVersion ] [-ClrVersion ] [-DotNetFrameworkVersion ] [-PowerShellHostName ] [-PowerShellHostVersion ] [-RequiredModules ] [-TypesToProcess ] [-FormatsToProcess ] [-ScriptsToProcess ] [-RequiredAssemblies ] [-FileList ] [-ModuleList ] [-FunctionsToExport ] [-AliasesToExport ] [-VariablesToExport ] [-CmdletsToExport ] [-DscResourcesToExport ] [-PrivateData ] [-Tags ] [-ProjectUri ] [-LicenseUri ] [-IconUri ] [-ReleaseNotes ] [-Prerelease ] [-HelpInfoUri ] [-PassThru] [-DefaultCommandPrefix ] [-ExternalModuleDependencies ] [-PackageManagementProviders ] [-RequireLicenseAcceptance] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Update-Script", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] [-RequiredVersion ] [-MaximumVersion ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Update-ScriptFileInfo", - "CommandType": "Function", - "ParameterSets": "[-Path] [-Version ] [-Author ] [-Guid ] [-Description ] [-CompanyName ] [-Copyright ] [-RequiredModules ] [-ExternalModuleDependencies ] [-RequiredScripts ] [-ExternalScriptDependencies ] [-Tags ] [-ProjectUri ] [-LicenseUri ] [-IconUri ] [-ReleaseNotes ] [-PrivateData ] [-PassThru] [-Force] [-WhatIf] [-Confirm] [] [-LiteralPath] [-Version ] [-Author ] [-Guid ] [-Description ] [-CompanyName ] [-Copyright ] [-RequiredModules ] [-ExternalModuleDependencies ] [-RequiredScripts ] [-ExternalScriptDependencies ] [-Tags ] [-ProjectUri ] [-LicenseUri ] [-IconUri ] [-ReleaseNotes ] [-PrivateData ] [-PassThru] [-Force] [-WhatIf] [-Confirm] []" - } - ], - "ExportedAliases": [ - "inmo", - "fimo", - "upmo", - "pumo" - ] - }, - { - "Name": "PSDesiredStateConfiguration", - "Version": "0.0", - "ExportedCommands": [ - { - "Name": "Add-NodeKeys", - "CommandType": "Function", - "ParameterSets": "[-ResourceKey] [-keywordName] []" - }, - { - "Name": "AddDscResourceProperty", - "CommandType": "Function", - "ParameterSets": null - }, - { - "Name": "AddDscResourcePropertyFromMetadata", - "CommandType": "Function", - "ParameterSets": null - }, - { - "Name": "CheckResourceFound", - "CommandType": "Function", - "ParameterSets": "[[-names] ] [[-Resources] ]" - }, - { - "Name": "Configuration", - "CommandType": "Function", - "ParameterSets": "[[-ResourceModuleTuplesToImport] ] [[-OutputPath] ] [[-Name] ] [[-Body] ] [[-ArgsToBody] ] [[-ConfigurationData] ] [[-InstanceName] ] []" - }, - { - "Name": "ConvertTo-MOFInstance", - "CommandType": "Function", - "ParameterSets": "[-Type] [-Properties] []" - }, - { - "Name": "Generate-VersionInfo", - "CommandType": "Function", - "ParameterSets": "[-KeywordData] [-Value] []" - }, - { - "Name": "Get-CompatibleVersionAddtionaPropertiesStr", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Get-ComplexResourceQualifier", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Get-ConfigurationErrorCount", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Get-DscResource", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] [[-Module] ] [-Syntax] []" - }, - { - "Name": "Get-DSCResourceModules", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Get-EncryptedPassword", - "CommandType": "Function", - "ParameterSets": "[[-Value] ] []" - }, - { - "Name": "Get-InnerMostErrorRecord", - "CommandType": "Function", - "ParameterSets": "[-ErrorRecord] []" - }, - { - "Name": "Get-MofInstanceName", - "CommandType": "Function", - "ParameterSets": "[[-mofInstance] ]" - }, - { - "Name": "Get-MofInstanceText", - "CommandType": "Function", - "ParameterSets": "[-aliasId] []" - }, - { - "Name": "Get-PositionInfo", - "CommandType": "Function", - "ParameterSets": "[[-sourceMetadata] ]" - }, - { - "Name": "Get-PSCurrentConfigurationNode", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Get-PSDefaultConfigurationDocument", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Get-PSMetaConfigDocumentInstVersionInfo", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Get-PSMetaConfigurationProcessed", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Get-PSTopConfigurationName", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Get-PublicKeyFromFile", - "CommandType": "Function", - "ParameterSets": "[-certificatefile] []" - }, - { - "Name": "Get-PublicKeyFromStore", - "CommandType": "Function", - "ParameterSets": "[-certificateid] []" - }, - { - "Name": "GetCompositeResource", - "CommandType": "Function", - "ParameterSets": "[[-patterns] ] [-configInfo] [[-ignoreParameters] ] [-modules] []" - }, - { - "Name": "GetImplementingModulePath", - "CommandType": "Function", - "ParameterSets": "[-schemaFileName] []" - }, - { - "Name": "GetModule", - "CommandType": "Function", - "ParameterSets": "[-modules] [-schemaFileName] []" - }, - { - "Name": "GetPatterns", - "CommandType": "Function", - "ParameterSets": "[[-names] ]" - }, - { - "Name": "GetResourceFromKeyword", - "CommandType": "Function", - "ParameterSets": "[-keyword] [[-patterns] ] [-modules] []" - }, - { - "Name": "GetSyntax", - "CommandType": "Function", - "ParameterSets": null - }, - { - "Name": "ImportCimAndScriptKeywordsFromModule", - "CommandType": "Function", - "ParameterSets": "[-Module] [-resource] [[-functionsToDefine] ] []" - }, - { - "Name": "ImportClassResourcesFromModule", - "CommandType": "Function", - "ParameterSets": "[-Module] [-Resources] [[-functionsToDefine] ] []" - }, - { - "Name": "Initialize-ConfigurationRuntimeState", - "CommandType": "Function", - "ParameterSets": "[[-ConfigurationName] ] []" - }, - { - "Name": "IsHiddenResource", - "CommandType": "Function", - "ParameterSets": "[-ResourceName] []" - }, - { - "Name": "IsPatternMatched", - "CommandType": "Function", - "ParameterSets": "[[-patterns] ] [-Name] []" - }, - { - "Name": "New-DscChecksum", - "CommandType": "Function", - "ParameterSets": "[-Path] [[-OutPath] ] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Node", - "CommandType": "Function", - "ParameterSets": "[-KeywordData] [[-Name] ] [-Value] [-sourceMetadata] []" - }, - { - "Name": "ReadEnvironmentFile", - "CommandType": "Function", - "ParameterSets": "[-FilePath] []" - }, - { - "Name": "Set-NodeExclusiveResources", - "CommandType": "Function", - "ParameterSets": "[-resourceId] [-exclusiveResource] []" - }, - { - "Name": "Set-NodeManager", - "CommandType": "Function", - "ParameterSets": "[-resourceId] [-referencedManagers] []" - }, - { - "Name": "Set-NodeResources", - "CommandType": "Function", - "ParameterSets": "[-resourceId] [-requiredResourceList] []" - }, - { - "Name": "Set-NodeResourceSource", - "CommandType": "Function", - "ParameterSets": "[-resourceId] [-referencedResourceSources] []" - }, - { - "Name": "Set-PSCurrentConfigurationNode", - "CommandType": "Function", - "ParameterSets": "[[-nodeName] ] []" - }, - { - "Name": "Set-PSDefaultConfigurationDocument", - "CommandType": "Function", - "ParameterSets": "[[-documentText] ] []" - }, - { - "Name": "Set-PSMetaConfigDocInsProcessedBeforeMeta", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Set-PSMetaConfigVersionInfoV2", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Set-PSTopConfigurationName", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] []" - }, - { - "Name": "StrongConnect", - "CommandType": "Function", - "ParameterSets": "[[-resourceId] ]" - }, - { - "Name": "Test-ConflictingResources", - "CommandType": "Function", - "ParameterSets": "[[-keyword] ] [-properties] [-keywordData] []" - }, - { - "Name": "Test-ModuleReloadRequired", - "CommandType": "Function", - "ParameterSets": "[-SchemaFilePath] []" - }, - { - "Name": "Test-MofInstanceText", - "CommandType": "Function", - "ParameterSets": "[-instanceText] []" - }, - { - "Name": "Test-NodeManager", - "CommandType": "Function", - "ParameterSets": "[-resourceId] []" - }, - { - "Name": "Test-NodeResources", - "CommandType": "Function", - "ParameterSets": "[-resourceId] []" - }, - { - "Name": "Test-NodeResourceSource", - "CommandType": "Function", - "ParameterSets": "[-resourceId] []" - }, - { - "Name": "ThrowError", - "CommandType": "Function", - "ParameterSets": "[-ExceptionName] [-ExceptionMessage] [[-ExceptionObject] ] [-errorId] [-errorCategory] []" - }, - { - "Name": "Update-ConfigurationDocumentRef", - "CommandType": "Function", - "ParameterSets": "[-NodeResources] [-NodeInstanceAliases] [-NodeResourceIdAliases] [-ConfigurationName] []" - }, - { - "Name": "Update-ConfigurationErrorCount", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Update-DependsOn", - "CommandType": "Function", - "ParameterSets": "[-NodeResources] [-NodeInstanceAliases] [-NodeResourceIdAliases] []" - }, - { - "Name": "Update-LocalConfigManager", - "CommandType": "Function", - "ParameterSets": "[[-localConfigManager] ] [[-resourceManagers] ] [[-reportManagers] ] [[-downloadManagers] ] [[-partialConfigurations] ]" - }, - { - "Name": "Update-ModuleVersion", - "CommandType": "Function", - "ParameterSets": "[-NodeResources] [-NodeInstanceAliases] [-NodeResourceIdAliases] []" - }, - { - "Name": "ValidateNoCircleInNodeResources", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "ValidateNodeExclusiveResources", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "ValidateNodeManager", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "ValidateNodeResources", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "ValidateNodeResourceSource", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "ValidateNoNameNodeResources", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "ValidateUpdate-ConfigurationData", - "CommandType": "Function", - "ParameterSets": "[[-ConfigurationData] ] []" - }, - { - "Name": "Write-Log", - "CommandType": "Function", - "ParameterSets": "[-message] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Write-MetaConfigFile", - "CommandType": "Function", - "ParameterSets": "[[-ConfigurationName] ] [[-mofNode] ] [[-mofNodeHash] ]" - }, - { - "Name": "Write-NodeMOFFile", - "CommandType": "Function", - "ParameterSets": "[[-ConfigurationName] ] [[-mofNode] ] [[-mofNodeHash] ]" - }, - { - "Name": "WriteFile", - "CommandType": "Function", - "ParameterSets": "[-Value] [-Path] []" - } - ], - "ExportedAliases": [] - }, - { - "Name": "PSReadLine", - "Version": "1.2", - "ExportedCommands": [ - { - "Name": "PSConsoleHostReadline", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Get-PSReadlineKeyHandler", - "CommandType": "Cmdlet", - "ParameterSets": "[-Bound] [-Unbound] []" - }, - { - "Name": "Get-PSReadlineOption", - "CommandType": "Cmdlet", - "ParameterSets": "[]" - }, - { - "Name": "Remove-PSReadlineKeyHandler", - "CommandType": "Cmdlet", - "ParameterSets": "[-Chord] [-ViMode ] []" - }, - { - "Name": "Set-PSReadlineKeyHandler", - "CommandType": "Cmdlet", - "ParameterSets": "[-Chord] [-ScriptBlock] [-BriefDescription ] [-Description ] [-ViMode ] [] [-Chord] [-Function] [-ViMode ] []" - }, - { - "Name": "Set-PSReadlineOption", - "CommandType": "Cmdlet", - "ParameterSets": "[-EditMode ] [-ContinuationPrompt ] [-ContinuationPromptForegroundColor ] [-ContinuationPromptBackgroundColor ] [-EmphasisForegroundColor ] [-EmphasisBackgroundColor ] [-ErrorForegroundColor ] [-ErrorBackgroundColor ] [-HistoryNoDuplicates] [-AddToHistoryHandler ] [-CommandValidationHandler ] [-HistorySearchCursorMovesToEnd] [-MaximumHistoryCount ] [-MaximumKillRingCount ] [-ResetTokenColors] [-ShowToolTips] [-ExtraPromptLineCount ] [-DingTone ] [-DingDuration ] [-BellStyle ] [-CompletionQueryItems ] [-WordDelimiters ] [-HistorySearchCaseSensitive] [-HistorySaveStyle ] [-HistorySavePath ] [-ViModeIndicator ] [] [-TokenKind] [[-ForegroundColor] ] [[-BackgroundColor] ] []" - } - ], - "ExportedAliases": [] - }, - { - "Version": "6.0.2", - "Name": "Microsoft.PowerShell.Core", - "ExportedCommands": [ - { - "Name": "Add-History", - "CommandType": "Cmdlet", - "ParameterSets": "[[-InputObject] ] [-Passthru] []" - }, - { - "Name": "Clear-History", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Id] ] [[-Count] ] [-Newest] [-WhatIf] [-Confirm] [] [[-Count] ] [-CommandLine ] [-Newest] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Debug-Job", - "CommandType": "Cmdlet", - "ParameterSets": "[-Job] [-WhatIf] [-Confirm] [] [-Name] [-WhatIf] [-Confirm] [] [-Id] [-WhatIf] [-Confirm] [] [-InstanceId] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Enter-PSSession", - "CommandType": "Cmdlet", - "ParameterSets": "[-ComputerName] [-EnableNetworkAccess] [-Credential ] [-ConfigurationName ] [-Port ] [-UseSSL] [-ApplicationName ] [-SessionOption ] [-Authentication ] [-CertificateThumbprint ] [] [-HostName] [-Port ] [-UserName ] [-KeyFilePath ] [-SSHTransport] [] [[-Session] ] [] [[-ConnectionUri] ] [-EnableNetworkAccess] [-Credential ] [-ConfigurationName ] [-AllowRedirection] [-SessionOption ] [-Authentication ] [-CertificateThumbprint ] [] [-InstanceId ] [] [[-Id] ] [] [-Name ] [] [-VMId] [-Credential] [-ConfigurationName ] [] [-VMName] [-Credential] [-ConfigurationName ] [] [-ContainerId] [-ConfigurationName ] [-RunAsAdministrator] []" - }, - { - "Name": "Exit-PSSession", - "CommandType": "Cmdlet", - "ParameterSets": "[]" - }, - { - "Name": "Export-ModuleMember", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Function] ] [-Cmdlet ] [-Variable ] [-Alias ] []" - }, - { - "Name": "ForEach-Object", - "CommandType": "Cmdlet", - "ParameterSets": "[-Process] [-InputObject ] [-Begin ] [-End ] [-RemainingScripts ] [-WhatIf] [-Confirm] [] [-MemberName] [-InputObject ] [-ArgumentList ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Get-Command", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ArgumentList] ] [-Verb ] [-Noun ] [-Module ] [-FullyQualifiedModule ] [-TotalCount ] [-Syntax] [-ShowCommandInfo] [-All] [-ListImported] [-ParameterName ] [-ParameterType ] [] [[-Name] ] [[-ArgumentList] ] [-Module ] [-FullyQualifiedModule ] [-CommandType ] [-TotalCount ] [-Syntax] [-ShowCommandInfo] [-All] [-ListImported] [-ParameterName ] [-ParameterType ] []" - }, - { - "Name": "Get-Help", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-Path ] [-Category ] [-Component ] [-Functionality ] [-Role ] [-Full] [] [[-Name] ] -Detailed [-Path ] [-Category ] [-Component ] [-Functionality ] [-Role ] [] [[-Name] ] -Examples [-Path ] [-Category ] [-Component ] [-Functionality ] [-Role ] [] [[-Name] ] -Parameter [-Path ] [-Category ] [-Component ] [-Functionality ] [-Role ] [] [[-Name] ] -Online [-Path ] [-Category ] [-Component ] [-Functionality ] [-Role ] []" - }, - { - "Name": "Get-History", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Id] ] [[-Count] ] []" - }, - { - "Name": "Get-Job", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Id] ] [-IncludeChildJob] [-ChildJobState ] [-HasMoreData ] [-Before ] [-After ] [-Newest ] [] [-InstanceId] [-IncludeChildJob] [-ChildJobState ] [-HasMoreData ] [-Before ] [-After ] [-Newest ] [] [-Name] [-IncludeChildJob] [-ChildJobState ] [-HasMoreData ] [-Before ] [-After ] [-Newest ] [] [-State] [-IncludeChildJob] [-ChildJobState ] [-HasMoreData ] [-Before ] [-After ] [-Newest ] [] [-IncludeChildJob] [-ChildJobState ] [-HasMoreData ] [-Before ] [-After ] [-Newest ] [-Command ] [] [-Filter] []" - }, - { - "Name": "Get-Module", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-FullyQualifiedName ] [-All] [] [[-Name] ] -ListAvailable [-FullyQualifiedName ] [-All] [-PSEdition ] [-Refresh] [] [[-Name] ] -PSSession [-FullyQualifiedName ] [-ListAvailable] [-PSEdition ] [-Refresh] [] [[-Name] ] -CimSession [-FullyQualifiedName ] [-ListAvailable] [-Refresh] [-CimResourceUri ] [-CimNamespace ] []" - }, - { - "Name": "Get-PSSession", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name ] [] [-ComputerName] -InstanceId [-ApplicationName ] [-ConfigurationName ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-Port ] [-UseSSL] [-ThrottleLimit ] [-State ] [-SessionOption ] [] [-ComputerName] [-ApplicationName ] [-ConfigurationName ] [-Name ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-Port ] [-UseSSL] [-ThrottleLimit ] [-State ] [-SessionOption ] [] [-ConnectionUri] -InstanceId [-ConfigurationName ] [-AllowRedirection] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-ThrottleLimit ] [-State ] [-SessionOption ] [] [-ConnectionUri] [-ConfigurationName ] [-AllowRedirection] [-Name ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-ThrottleLimit ] [-State ] [-SessionOption ] [] -InstanceId -ContainerId [-ConfigurationName ] [-State ] [] -ContainerId [-ConfigurationName ] [-Name ] [-State ] [] -VMId [-ConfigurationName ] [-Name ] [-State ] [] -InstanceId -VMId [-ConfigurationName ] [-State ] [] -VMName [-ConfigurationName ] [-Name ] [-State ] [] -InstanceId -VMName [-ConfigurationName ] [-State ] [] [-InstanceId ] [] [-Id] []" - }, - { - "Name": "Import-Module", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-PassThru] [-AsCustomObject] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] [] [-Name] -PSSession [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-PassThru] [-AsCustomObject] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] [] [-Name] -CimSession [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-PassThru] [-AsCustomObject] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] [-CimResourceUri ] [-CimNamespace ] [] [-FullyQualifiedName] -PSSession [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-PassThru] [-AsCustomObject] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] [] [-FullyQualifiedName] [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-PassThru] [-AsCustomObject] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] [] [-Assembly] [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-PassThru] [-AsCustomObject] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] [] [-ModuleInfo] [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-PassThru] [-AsCustomObject] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] []" - }, - { - "Name": "Invoke-Command", - "CommandType": "Cmdlet", - "ParameterSets": "[-ScriptBlock] [-NoNewScope] [-InputObject ] [-ArgumentList ] [] [[-Session] ] [-FilePath] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-JobName ] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [[-Session] ] [-ScriptBlock] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-JobName ] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [[-ComputerName] ] [-ScriptBlock] [-Credential ] [-Port ] [-UseSSL] [-ConfigurationName ] [-ApplicationName ] [-ThrottleLimit ] [-AsJob] [-InDisconnectedSession] [-SessionName ] [-HideComputerName] [-JobName ] [-SessionOption ] [-Authentication ] [-EnableNetworkAccess] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [-CertificateThumbprint ] [] [[-ComputerName] ] [-FilePath] [-Credential ] [-Port ] [-UseSSL] [-ConfigurationName ] [-ApplicationName ] [-ThrottleLimit ] [-AsJob] [-InDisconnectedSession] [-SessionName ] [-HideComputerName] [-JobName ] [-SessionOption ] [-Authentication ] [-EnableNetworkAccess] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [-VMId] [-FilePath] -Credential [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [[-ConnectionUri] ] [-ScriptBlock] [-Credential ] [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-InDisconnectedSession] [-HideComputerName] [-JobName ] [-AllowRedirection] [-SessionOption ] [-Authentication ] [-EnableNetworkAccess] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [-CertificateThumbprint ] [] [[-ConnectionUri] ] [-FilePath] [-Credential ] [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-InDisconnectedSession] [-HideComputerName] [-JobName ] [-AllowRedirection] [-SessionOption ] [-Authentication ] [-EnableNetworkAccess] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [-VMId] [-ScriptBlock] -Credential [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [-ScriptBlock] -Credential -VMName [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [-FilePath] -Credential -VMName [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] -ScriptBlock -HostName [-Port ] [-AsJob] [-HideComputerName] [-UserName ] [-KeyFilePath ] [-SSHTransport] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [-ScriptBlock] -ContainerId [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-JobName ] [-RunAsAdministrator] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [-FilePath] -ContainerId [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-JobName ] [-RunAsAdministrator] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] -ScriptBlock -SSHConnection [-AsJob] [-HideComputerName] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] -FilePath -HostName [-AsJob] [-HideComputerName] [-UserName ] [-KeyFilePath ] [-SSHTransport] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] -FilePath -SSHConnection [-AsJob] [-HideComputerName] [-RemoteDebug] [-InputObject ] [-ArgumentList ] []" - }, - { - "Name": "Invoke-History", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Id] ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "New-Module", - "CommandType": "Cmdlet", - "ParameterSets": "[-ScriptBlock] [-Function ] [-Cmdlet ] [-ReturnResult] [-AsCustomObject] [-ArgumentList ] [] [-Name] [-ScriptBlock] [-Function ] [-Cmdlet ] [-ReturnResult] [-AsCustomObject] [-ArgumentList ] []" - }, - { - "Name": "New-ModuleManifest", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-NestedModules ] [-Guid ] [-Author ] [-CompanyName ] [-Copyright ] [-RootModule ] [-ModuleVersion ] [-Description ] [-ProcessorArchitecture ] [-PowerShellVersion ] [-ClrVersion ] [-DotNetFrameworkVersion ] [-PowerShellHostName ] [-PowerShellHostVersion ] [-RequiredModules ] [-TypesToProcess ] [-FormatsToProcess ] [-ScriptsToProcess ] [-RequiredAssemblies ] [-FileList ] [-ModuleList ] [-FunctionsToExport ] [-AliasesToExport ] [-VariablesToExport ] [-CmdletsToExport ] [-DscResourcesToExport ] [-CompatiblePSEditions ] [-PrivateData ] [-Tags ] [-ProjectUri ] [-LicenseUri ] [-IconUri ] [-ReleaseNotes ] [-HelpInfoUri ] [-PassThru] [-DefaultCommandPrefix ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "New-PSRoleCapabilityFile", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Guid ] [-Author ] [-Description ] [-CompanyName ] [-Copyright ] [-ModulesToImport ] [-VisibleAliases ] [-VisibleCmdlets ] [-VisibleFunctions ] [-VisibleExternalCommands ] [-VisibleProviders ] [-ScriptsToProcess ] [-AliasDefinitions ] [-FunctionDefinitions ] [-VariableDefinitions ] [-EnvironmentVariables ] [-TypesToProcess ] [-FormatsToProcess ] [-AssembliesToLoad ] []" - }, - { - "Name": "New-PSSession", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ComputerName] ] [-Credential ] [-Name ] [-EnableNetworkAccess] [-ConfigurationName ] [-Port ] [-UseSSL] [-ApplicationName ] [-ThrottleLimit ] [-SessionOption ] [-Authentication ] [-CertificateThumbprint ] [] [-ConnectionUri] [-Credential ] [-Name ] [-EnableNetworkAccess] [-ConfigurationName ] [-ThrottleLimit ] [-AllowRedirection] [-SessionOption ] [-Authentication ] [-CertificateThumbprint ] [] [-VMId] -Credential [-Name ] [-ConfigurationName ] [-ThrottleLimit ] [] -Credential -VMName [-Name ] [-ConfigurationName ] [-ThrottleLimit ] [] [[-Session] ] [-Name ] [-EnableNetworkAccess] [-ThrottleLimit ] [] -ContainerId [-Name ] [-ConfigurationName ] [-RunAsAdministrator] [-ThrottleLimit ] [] [-HostName] [-Name ] [-Port ] [-UserName ] [-KeyFilePath ] [-SSHTransport] [] -SSHConnection [-Name ] []" - }, - { - "Name": "New-PSTransportOption", - "CommandType": "Cmdlet", - "ParameterSets": "[-MaxIdleTimeoutSec ] [-ProcessIdleTimeoutSec ] [-MaxSessions ] [-MaxConcurrentCommandsPerSession ] [-MaxSessionsPerUser ] [-MaxMemoryPerSessionMB ] [-MaxProcessesPerSession ] [-MaxConcurrentUsers ] [-IdleTimeoutSec ] [-OutputBufferingMode ] []" - }, - { - "Name": "Out-Default", - "CommandType": "Cmdlet", - "ParameterSets": "[-Transcript] [-InputObject ] []" - }, - { - "Name": "Out-Host", - "CommandType": "Cmdlet", - "ParameterSets": "[-Paging] [-InputObject ] []" - }, - { - "Name": "Out-Null", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject ] []" - }, - { - "Name": "Receive-Job", - "CommandType": "Cmdlet", - "ParameterSets": "[-Job] [[-Location] ] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] [] [-Job] [[-Session] ] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] [] [-Job] [[-ComputerName] ] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] [] [-Name] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] [] [-InstanceId] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] [] [-Id] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] []" - }, - { - "Name": "Register-ArgumentCompleter", - "CommandType": "Cmdlet", - "ParameterSets": "-CommandName -ScriptBlock [-Native] [] -ParameterName -ScriptBlock [-CommandName ] []" - }, - { - "Name": "Remove-Job", - "CommandType": "Cmdlet", - "ParameterSets": "[-Id] [-Force] [-WhatIf] [-Confirm] [] [-Job] [-Force] [-WhatIf] [-Confirm] [] [-InstanceId] [-Force] [-WhatIf] [-Confirm] [] [-Name] [-Force] [-WhatIf] [-Confirm] [] [-Filter] [-Force] [-WhatIf] [-Confirm] [] [-State] [-WhatIf] [-Confirm] [] [-Command ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Remove-Module", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-Force] [-WhatIf] [-Confirm] [] [-FullyQualifiedName] [-Force] [-WhatIf] [-Confirm] [] [-ModuleInfo] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Remove-PSSession", - "CommandType": "Cmdlet", - "ParameterSets": "[-Id] [-WhatIf] [-Confirm] [] [-Session] [-WhatIf] [-Confirm] [] -ContainerId [-WhatIf] [-Confirm] [] -VMId [-WhatIf] [-Confirm] [] -VMName [-WhatIf] [-Confirm] [] -InstanceId [-WhatIf] [-Confirm] [] -Name [-WhatIf] [-Confirm] [] [-ComputerName] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Save-Help", - "CommandType": "Cmdlet", - "ParameterSets": "[-DestinationPath] [[-Module] ] [[-UICulture] ] [-FullyQualifiedModule ] [-Credential ] [-UseDefaultCredentials] [-Force] [] [[-Module] ] [[-UICulture] ] -LiteralPath [-FullyQualifiedModule ] [-Credential ] [-UseDefaultCredentials] [-Force] []" - }, - { - "Name": "Set-PSDebug", - "CommandType": "Cmdlet", - "ParameterSets": "[-Trace ] [-Step] [-Strict] [] [-Off] []" - }, - { - "Name": "Set-StrictMode", - "CommandType": "Cmdlet", - "ParameterSets": "-Version [] -Off []" - }, - { - "Name": "Start-Job", - "CommandType": "Cmdlet", - "ParameterSets": "[-ScriptBlock] [[-InitializationScript] ] [-Name ] [-Credential ] [-Authentication ] [-RunAs32] [-PSVersion ] [-InputObject ] [-ArgumentList ] [] [-DefinitionName] [[-DefinitionPath] ] [[-Type] ] [] [[-InitializationScript] ] -LiteralPath [-Name ] [-Credential ] [-Authentication ] [-RunAs32] [-PSVersion ] [-InputObject ] [-ArgumentList ] [] [-FilePath] [[-InitializationScript] ] [-Name ] [-Credential ] [-Authentication ] [-RunAs32] [-PSVersion ] [-InputObject ] [-ArgumentList ] [] [-HostName] []" - }, - { - "Name": "Stop-Job", - "CommandType": "Cmdlet", - "ParameterSets": "[-Id] [-PassThru] [-WhatIf] [-Confirm] [] [-Job] [-PassThru] [-WhatIf] [-Confirm] [] [-Name] [-PassThru] [-WhatIf] [-Confirm] [] [-InstanceId] [-PassThru] [-WhatIf] [-Confirm] [] [-State] [-PassThru] [-WhatIf] [-Confirm] [] [-Filter] [-PassThru] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Test-ModuleManifest", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] []" - }, - { - "Name": "Update-Help", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Module] ] [[-SourcePath] ] [[-UICulture] ] [-FullyQualifiedModule ] [-Recurse] [-Credential ] [-UseDefaultCredentials] [-Force] [-WhatIf] [-Confirm] [] [[-Module] ] [[-UICulture] ] [-FullyQualifiedModule ] [-LiteralPath ] [-Recurse] [-Credential ] [-UseDefaultCredentials] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Wait-Job", - "CommandType": "Cmdlet", - "ParameterSets": "[-Id] [-Any] [-Timeout ] [-Force] [] [-Job] [-Any] [-Timeout ] [-Force] [] [-Name] [-Any] [-Timeout ] [-Force] [] [-InstanceId] [-Any] [-Timeout ] [-Force] [] [-State] [-Any] [-Timeout ] [-Force] [] [-Filter] [-Any] [-Timeout ] [-Force] []" - }, - { - "Name": "Where-Object", - "CommandType": "Cmdlet", - "ParameterSets": "[-Property] [[-Value] ] [-InputObject ] [-EQ] [] [-FilterScript] [-InputObject ] [] [-Property] [[-Value] ] -GE [-InputObject ] [] [-Property] [[-Value] ] -CEQ [-InputObject ] [] [-Property] [[-Value] ] -NE [-InputObject ] [] [-Property] [[-Value] ] -CNE [-InputObject ] [] [-Property] [[-Value] ] -GT [-InputObject ] [] [-Property] [[-Value] ] -CGT [-InputObject ] [] [-Property] [[-Value] ] -LT [-InputObject ] [] [-Property] [[-Value] ] -CLT [-InputObject ] [] [-Property] [[-Value] ] -CGE [-InputObject ] [] [-Property] [[-Value] ] -LE [-InputObject ] [] [-Property] [[-Value] ] -CLE [-InputObject ] [] [-Property] [[-Value] ] -Like [-InputObject ] [] [-Property] [[-Value] ] -CLike [-InputObject ] [] [-Property] [[-Value] ] -NotLike [-InputObject ] [] [-Property] [[-Value] ] -CNotLike [-InputObject ] [] [-Property] [[-Value] ] -Match [-InputObject ] [] [-Property] [[-Value] ] -CMatch [-InputObject ] [] [-Property] [[-Value] ] -NotMatch [-InputObject ] [] [-Property] [[-Value] ] -CNotMatch [-InputObject ] [] [-Property] [[-Value] ] -Contains [-InputObject ] [] [-Property] [[-Value] ] -CContains [-InputObject ] [] [-Property] [[-Value] ] -NotContains [-InputObject ] [] [-Property] [[-Value] ] -CNotContains [-InputObject ] [] [-Property] [[-Value] ] -In [-InputObject ] [] [-Property] [[-Value] ] -CIn [-InputObject ] [] [-Property] [[-Value] ] -NotIn [-InputObject ] [] [-Property] [[-Value] ] -CNotIn [-InputObject ] [] [-Property] [[-Value] ] -Is [-InputObject ] [] [-Property] [[-Value] ] -IsNot [-InputObject ] []" - } - ], - "ExportedAliases": [ - "?", - "%", - "clhy", - "etsn", - "exsn", - "foreach", - "gcm", - "ghy", - "gjb", - "gmo", - "gsn", - "h", - "history", - "icm", - "ihy", - "ipmo", - "nmo", - "nsn", - "oh", - "r", - "rcjb", - "rjb", - "rmo", - "rsn", - "sajb", - "spjb", - "where", - "wjb" - ] - } - ], - "SchemaVersion": "0.0.1" -} diff --git a/Engine/Settings/core-6.0.2-macos.json b/Engine/Settings/core-6.0.2-macos.json deleted file mode 100644 index deba26d77..000000000 --- a/Engine/Settings/core-6.0.2-macos.json +++ /dev/null @@ -1,1648 +0,0 @@ -{ - "Modules": [ - { - "Name": "Microsoft.PowerShell.Archive", - "Version": "1.1.0.0", - "ExportedCommands": [ - { - "Name": "Compress-Archive", - "CommandType": "Function", - "ParameterSets": "[-Path] [-DestinationPath] [-CompressionLevel ] [-PassThru] [-WhatIf] [-Confirm] [] [-Path] [-DestinationPath] -Update [-CompressionLevel ] [-PassThru] [-WhatIf] [-Confirm] [] [-Path] [-DestinationPath] -Force [-CompressionLevel ] [-PassThru] [-WhatIf] [-Confirm] [] [-DestinationPath] -LiteralPath -Update [-CompressionLevel ] [-PassThru] [-WhatIf] [-Confirm] [] [-DestinationPath] -LiteralPath -Force [-CompressionLevel ] [-PassThru] [-WhatIf] [-Confirm] [] [-DestinationPath] -LiteralPath [-CompressionLevel ] [-PassThru] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Expand-Archive", - "CommandType": "Function", - "ParameterSets": "[-Path] [[-DestinationPath] ] [-Force] [-PassThru] [-WhatIf] [-Confirm] [] [[-DestinationPath] ] -LiteralPath [-Force] [-PassThru] [-WhatIf] [-Confirm] []" - } - ], - "ExportedAliases": [] - }, - { - "Name": "Microsoft.PowerShell.Host", - "Version": "3.0.0.0", - "ExportedCommands": [ - { - "Name": "Start-Transcript", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Path] ] [-Append] [-Force] [-NoClobber] [-IncludeInvocationHeader] [-WhatIf] [-Confirm] [] [[-LiteralPath] ] [-Append] [-Force] [-NoClobber] [-IncludeInvocationHeader] [-WhatIf] [-Confirm] [] [[-OutputDirectory] ] [-Append] [-Force] [-NoClobber] [-IncludeInvocationHeader] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Stop-Transcript", - "CommandType": "Cmdlet", - "ParameterSets": "[]" - } - ], - "ExportedAliases": [] - }, - { - "Name": "Microsoft.PowerShell.Management", - "Version": "3.1.0.0", - "ExportedCommands": [ - { - "Name": "Add-Content", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Value] [-PassThru] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [-NoNewline] [-Encoding ] [-AsByteStream] [] [-Value] -LiteralPath [-PassThru] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [-NoNewline] [-Encoding ] [-AsByteStream] []" - }, - { - "Name": "Clear-Content", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Clear-Item", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] -LiteralPath [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Clear-ItemProperty", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Name] [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Name] -LiteralPath [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Convert-Path", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [] -LiteralPath []" - }, - { - "Name": "Copy-Item", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [[-Destination] ] [-Container] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Recurse] [-PassThru] [-Credential ] [-WhatIf] [-Confirm] [-FromSession ] [-ToSession ] [] [[-Destination] ] -LiteralPath [-Container] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Recurse] [-PassThru] [-Credential ] [-WhatIf] [-Confirm] [-FromSession ] [-ToSession ] []" - }, - { - "Name": "Copy-ItemProperty", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Destination] [-Name] [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Destination] [-Name] -LiteralPath [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Debug-Process", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-WhatIf] [-Confirm] [] [-Id] [-WhatIf] [-Confirm] [] -InputObject [-WhatIf] [-Confirm] []" - }, - { - "Name": "Get-ChildItem", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Path] ] [[-Filter] ] [-Include ] [-Exclude ] [-Recurse] [-Depth ] [-Force] [-Name] [-Attributes ] [-FollowSymlink] [-Directory] [-File] [-Hidden] [-ReadOnly] [-System] [] [[-Filter] ] -LiteralPath [-Include ] [-Exclude ] [-Recurse] [-Depth ] [-Force] [-Name] [-Attributes ] [-FollowSymlink] [-Directory] [-File] [-Hidden] [-ReadOnly] [-System] []" - }, - { - "Name": "Get-Content", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-ReadCount ] [-TotalCount ] [-Tail ] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-Delimiter ] [-Wait] [-Raw] [-Encoding ] [-AsByteStream] [] -LiteralPath [-ReadCount ] [-TotalCount ] [-Tail ] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-Delimiter ] [-Wait] [-Raw] [-Encoding ] [-AsByteStream] []" - }, - { - "Name": "Get-Item", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] []" - }, - { - "Name": "Get-ItemProperty", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [[-Name] ] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [] [[-Name] ] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-Credential ] []" - }, - { - "Name": "Get-ItemPropertyValue", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Path] ] [-Name] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [] [-Name] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-Credential ] []" - }, - { - "Name": "Get-Location", - "CommandType": "Cmdlet", - "ParameterSets": "[-PSProvider ] [-PSDrive ] [] [-Stack] [-StackName ] []" - }, - { - "Name": "Get-Process", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-Module] [-FileVersionInfo] [] [[-Name] ] -IncludeUserName [] -Id [-Module] [-FileVersionInfo] [] -Id -IncludeUserName [] -InputObject -IncludeUserName [] -InputObject [-Module] [-FileVersionInfo] []" - }, - { - "Name": "Get-PSDrive", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-Scope ] [-PSProvider ] [] [-LiteralName] [-Scope ] [-PSProvider ] []" - }, - { - "Name": "Get-PSProvider", - "CommandType": "Cmdlet", - "ParameterSets": "[[-PSProvider] ] []" - }, - { - "Name": "Get-TimeZone", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [] -Id [] -ListAvailable []" - }, - { - "Name": "Invoke-Item", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Join-Path", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-ChildPath] [[-AdditionalChildPath] ] [-Resolve] [-Credential ] []" - }, - { - "Name": "Move-Item", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [[-Destination] ] [-Force] [-Filter ] [-Include ] [-Exclude ] [-PassThru] [-Credential ] [-WhatIf] [-Confirm] [] [[-Destination] ] -LiteralPath [-Force] [-Filter ] [-Include ] [-Exclude ] [-PassThru] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Move-ItemProperty", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Destination] [-Name] [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Destination] [-Name] -LiteralPath [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "New-Item", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-ItemType ] [-Value ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [] [[-Path] ] -Name [-ItemType ] [-Value ] [-Force] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "New-ItemProperty", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Name] [-PropertyType ] [-Value ] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Name] -LiteralPath [-PropertyType ] [-Value ] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "New-PSDrive", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-PSProvider] [-Root] [-Description ] [-Scope ] [-Persist] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Pop-Location", - "CommandType": "Cmdlet", - "ParameterSets": "[-PassThru] [-StackName ] []" - }, - { - "Name": "Push-Location", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Path] ] [-PassThru] [-StackName ] [] [-LiteralPath ] [-PassThru] [-StackName ] []" - }, - { - "Name": "Remove-Item", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Filter ] [-Include ] [-Exclude ] [-Recurse] [-Force] [-Credential ] [-WhatIf] [-Confirm] [] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-Recurse] [-Force] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Remove-ItemProperty", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Name] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Name] -LiteralPath [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Remove-PSDrive", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-PSProvider ] [-Scope ] [-Force] [-WhatIf] [-Confirm] [] [-LiteralName] [-PSProvider ] [-Scope ] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Rename-Item", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-NewName] [-Force] [-PassThru] [-Credential ] [-WhatIf] [-Confirm] [] [-NewName] -LiteralPath [-Force] [-PassThru] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Rename-ItemProperty", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Name] [-NewName] [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Name] [-NewName] -LiteralPath [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Resolve-Path", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Relative] [-Credential ] [] -LiteralPath [-Relative] [-Credential ] []" - }, - { - "Name": "Set-Content", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Value] [-PassThru] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [-NoNewline] [-Encoding ] [-AsByteStream] [] [-Value] -LiteralPath [-PassThru] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [-NoNewline] [-Encoding ] [-AsByteStream] []" - }, - { - "Name": "Set-Item", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [[-Value] ] [-Force] [-PassThru] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [[-Value] ] -LiteralPath [-Force] [-PassThru] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Set-ItemProperty", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Name] [-Value] [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Path] -InputObject [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] -LiteralPath -InputObject [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Name] [-Value] -LiteralPath [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Set-Location", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Path] ] [-PassThru] [] -LiteralPath [-PassThru] [] [-PassThru] [-StackName ] []" - }, - { - "Name": "Split-Path", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Parent] [-Resolve] [-Credential ] [] [-Path] [-LeafBase] [-Resolve] [-Credential ] [] [-Path] [-Leaf] [-Resolve] [-Credential ] [] [-Path] [-Extension] [-Resolve] [-Credential ] [] [-Path] [-Qualifier] [-Resolve] [-Credential ] [] [-Path] [-NoQualifier] [-Resolve] [-Credential ] [] [-Path] [-Resolve] [-IsAbsolute] [-Credential ] [] -LiteralPath [-Resolve] [-Credential ] []" - }, - { - "Name": "Start-Process", - "CommandType": "Cmdlet", - "ParameterSets": "[-FilePath] [[-ArgumentList] ] [-Credential ] [-WorkingDirectory ] [-LoadUserProfile] [-NoNewWindow] [-PassThru] [-RedirectStandardError ] [-RedirectStandardInput ] [-RedirectStandardOutput ] [-WindowStyle ] [-Wait] [-UseNewEnvironment] [-WhatIf] [-Confirm] [] [-FilePath] [[-ArgumentList] ] [-WorkingDirectory ] [-PassThru] [-Verb ] [-WindowStyle ] [-Wait] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Stop-Process", - "CommandType": "Cmdlet", - "ParameterSets": "[-Id] [-PassThru] [-Force] [-WhatIf] [-Confirm] [] -Name [-PassThru] [-Force] [-WhatIf] [-Confirm] [] [-InputObject] [-PassThru] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Test-Path", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Filter ] [-Include ] [-Exclude ] [-PathType ] [-IsValid] [-Credential ] [-OlderThan ] [-NewerThan ] [] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-PathType ] [-IsValid] [-Credential ] [-OlderThan ] [-NewerThan ] []" - }, - { - "Name": "Wait-Process", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [[-Timeout] ] [] [-Id] [[-Timeout] ] [] [[-Timeout] ] -InputObject []" - } - ], - "ExportedAliases": [ - "gtz" - ] - }, - { - "Name": "Microsoft.PowerShell.Security", - "Version": "3.0.0.0", - "ExportedCommands": [ - { - "Name": "ConvertFrom-SecureString", - "CommandType": "Cmdlet", - "ParameterSets": "[-SecureString] [[-SecureKey] ] [] [-SecureString] [-Key ] []" - }, - { - "Name": "ConvertTo-SecureString", - "CommandType": "Cmdlet", - "ParameterSets": "[-String] [[-SecureKey] ] [] [-String] [-AsPlainText] [-Force] [] [-String] [-Key ] []" - }, - { - "Name": "Get-Credential", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Credential] ] [] [[-UserName] ] [-Message ] [-Title ] []" - }, - { - "Name": "Get-ExecutionPolicy", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Scope] ] [-List] []" - }, - { - "Name": "Get-PfxCertificate", - "CommandType": "Cmdlet", - "ParameterSets": "[-FilePath] [] -LiteralPath []" - }, - { - "Name": "Set-ExecutionPolicy", - "CommandType": "Cmdlet", - "ParameterSets": "[-ExecutionPolicy] [[-Scope] ] [-Force] [-WhatIf] [-Confirm] []" - } - ], - "ExportedAliases": [] - }, - { - "Name": "Microsoft.PowerShell.Utility", - "Version": "3.1.0.0", - "ExportedCommands": [ - { - "Name": "Add-Member", - "CommandType": "Cmdlet", - "ParameterSets": "-InputObject -TypeName [-PassThru] [] [-MemberType] [-Name] [[-Value] ] [[-SecondValue] ] -InputObject [-TypeName ] [-Force] [-PassThru] [] [-NotePropertyName] [-NotePropertyValue] -InputObject [-TypeName ] [-Force] [-PassThru] [] [-NotePropertyMembers] -InputObject [-TypeName ] [-Force] [-PassThru] []" - }, - { - "Name": "Add-Type", - "CommandType": "Cmdlet", - "ParameterSets": "[-TypeDefinition] [-Language ] [-ReferencedAssemblies ] [-OutputAssembly ] [-OutputType ] [-PassThru] [-IgnoreWarnings] [] [-Name] [-MemberDefinition] [-Namespace ] [-UsingNamespace ] [-Language ] [-ReferencedAssemblies ] [-OutputAssembly ] [-OutputType ] [-PassThru] [-IgnoreWarnings] [] [-Path] [-ReferencedAssemblies ] [-OutputAssembly ] [-OutputType ] [-PassThru] [-IgnoreWarnings] [] -LiteralPath [-ReferencedAssemblies ] [-OutputAssembly ] [-OutputType ] [-PassThru] [-IgnoreWarnings] [] -AssemblyName [-PassThru] [-IgnoreWarnings] []" - }, - { - "Name": "Clear-Variable", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-Include ] [-Exclude ] [-Force] [-PassThru] [-Scope ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Compare-Object", - "CommandType": "Cmdlet", - "ParameterSets": "[-ReferenceObject] [-DifferenceObject] [-SyncWindow ] [-Property ] [-ExcludeDifferent] [-IncludeEqual] [-PassThru] [-Culture ] [-CaseSensitive] []" - }, - { - "Name": "ConvertFrom-Csv", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [[-Delimiter] ] [-Header ] [] [-InputObject] -UseCulture [-Header ] []" - }, - { - "Name": "ConvertFrom-Json", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [-AsHashtable] []" - }, - { - "Name": "ConvertFrom-StringData", - "CommandType": "Cmdlet", - "ParameterSets": "[-StringData] []" - }, - { - "Name": "ConvertTo-Csv", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [[-Delimiter] ] [-IncludeTypeInformation] [-NoTypeInformation] [] [-InputObject] [-UseCulture] [-IncludeTypeInformation] [-NoTypeInformation] []" - }, - { - "Name": "ConvertTo-Html", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] ] [[-Head] ] [[-Title] ] [[-Body] ] [-InputObject ] [-As ] [-CssUri ] [-PostContent ] [-PreContent ] [-Meta ] [-Charset ] [-Transitional] [] [[-Property] ] [-InputObject ] [-As ] [-Fragment] [-PostContent ] [-PreContent ] []" - }, - { - "Name": "ConvertTo-Json", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [-Depth ] [-Compress] [-EnumsAsStrings] []" - }, - { - "Name": "ConvertTo-Xml", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [-Depth ] [-NoTypeInformation] [-As ] []" - }, - { - "Name": "Debug-Runspace", - "CommandType": "Cmdlet", - "ParameterSets": "[-Runspace] [-WhatIf] [-Confirm] [] [-Name] [-WhatIf] [-Confirm] [] [-Id] [-WhatIf] [-Confirm] [] [-InstanceId] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Disable-PSBreakpoint", - "CommandType": "Cmdlet", - "ParameterSets": "[-Breakpoint] [-PassThru] [-WhatIf] [-Confirm] [] [-Id] [-PassThru] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Disable-RunspaceDebug", - "CommandType": "Cmdlet", - "ParameterSets": "[[-RunspaceName] ] [] [-Runspace] [] [-RunspaceId] [] [-RunspaceInstanceId] [] [[-ProcessName] ] [[-AppDomainName] ] []" - }, - { - "Name": "Enable-PSBreakpoint", - "CommandType": "Cmdlet", - "ParameterSets": "[-Id] [-PassThru] [-WhatIf] [-Confirm] [] [-Breakpoint] [-PassThru] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Enable-RunspaceDebug", - "CommandType": "Cmdlet", - "ParameterSets": "[[-RunspaceName] ] [-BreakAll] [] [-RunspaceId] [-BreakAll] [] [-Runspace] [-BreakAll] [] [-RunspaceInstanceId] [] [[-ProcessName] ] [[-AppDomainName] ] []" - }, - { - "Name": "Export-Alias", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [[-Name] ] [-PassThru] [-As ] [-Append] [-Force] [-NoClobber] [-Description ] [-Scope ] [-WhatIf] [-Confirm] [] [[-Name] ] -LiteralPath [-PassThru] [-As ] [-Append] [-Force] [-NoClobber] [-Description ] [-Scope ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Export-Clixml", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] -InputObject [-Depth ] [-Force] [-NoClobber] [-Encoding ] [-WhatIf] [-Confirm] [] -LiteralPath -InputObject [-Depth ] [-Force] [-NoClobber] [-Encoding ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Export-Csv", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Path] ] [[-Delimiter] ] -InputObject [-LiteralPath ] [-Force] [-NoClobber] [-Encoding ] [-Append] [-IncludeTypeInformation] [-NoTypeInformation] [-WhatIf] [-Confirm] [] [[-Path] ] -InputObject [-LiteralPath ] [-Force] [-NoClobber] [-Encoding ] [-Append] [-UseCulture] [-IncludeTypeInformation] [-NoTypeInformation] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Export-FormatData", - "CommandType": "Cmdlet", - "ParameterSets": "-InputObject -Path [-Force] [-NoClobber] [-IncludeScriptBlock] [] -InputObject -LiteralPath [-Force] [-NoClobber] [-IncludeScriptBlock] []" - }, - { - "Name": "Export-PSSession", - "CommandType": "Cmdlet", - "ParameterSets": "[-Session] [-OutputModule] [[-CommandName] ] [[-FormatTypeName] ] [-Force] [-Encoding ] [-AllowClobber] [-ArgumentList ] [-CommandType ] [-Module ] [-FullyQualifiedModule ] [-Certificate ] []" - }, - { - "Name": "Format-Custom", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] ] [-Depth ] [-GroupBy ] [-View ] [-ShowError] [-DisplayError] [-Force] [-Expand ] [-InputObject ] []" - }, - { - "Name": "Format-Hex", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-WhatIf] [-Confirm] [] -LiteralPath [-WhatIf] [-Confirm] [] -InputObject [-Encoding ] [-Raw] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Format-List", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] ] [-GroupBy ] [-View ] [-ShowError] [-DisplayError] [-Force] [-Expand ] [-InputObject ] []" - }, - { - "Name": "Format-Table", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] ] [-AutoSize] [-HideTableHeaders] [-Wrap] [-GroupBy ] [-View ] [-ShowError] [-DisplayError] [-Force] [-Expand ] [-InputObject ] []" - }, - { - "Name": "Format-Wide", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] ] [-AutoSize] [-Column ] [-GroupBy ] [-View ] [-ShowError] [-DisplayError] [-Force] [-Expand ] [-InputObject ] []" - }, - { - "Name": "Get-Alias", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-Exclude ] [-Scope ] [] [-Exclude ] [-Scope ] [-Definition ] []" - }, - { - "Name": "Get-Culture", - "CommandType": "Cmdlet", - "ParameterSets": "[]" - }, - { - "Name": "Get-Date", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Date] ] [-Year ] [-Month ] [-Day ] [-Hour ] [-Minute ] [-Second ] [-Millisecond ] [-DisplayHint ] [-Format ] [] [[-Date] ] [-Year ] [-Month ] [-Day ] [-Hour ] [-Minute ] [-Second ] [-Millisecond ] [-DisplayHint ] [-UFormat ] []" - }, - { - "Name": "Get-Event", - "CommandType": "Cmdlet", - "ParameterSets": "[[-SourceIdentifier] ] [] [-EventIdentifier] []" - }, - { - "Name": "Get-EventSubscriber", - "CommandType": "Cmdlet", - "ParameterSets": "[[-SourceIdentifier] ] [-Force] [] [-SubscriptionId] [-Force] []" - }, - { - "Name": "Get-FileHash", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [[-Algorithm] ] [] [-LiteralPath] [[-Algorithm] ] [] [-InputStream] [[-Algorithm] ] []" - }, - { - "Name": "Get-FormatData", - "CommandType": "Cmdlet", - "ParameterSets": "[[-TypeName] ] [-PowerShellVersion ] []" - }, - { - "Name": "Get-Host", - "CommandType": "Cmdlet", - "ParameterSets": "[]" - }, - { - "Name": "Get-Member", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-InputObject ] [-MemberType ] [-View ] [-Static] [-Force] []" - }, - { - "Name": "Get-PSBreakpoint", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Script] ] [] -Variable [-Script ] [] -Command [-Script ] [] [-Type] [-Script ] [] [-Id] []" - }, - { - "Name": "Get-PSCallStack", - "CommandType": "Cmdlet", - "ParameterSets": "[]" - }, - { - "Name": "Get-Random", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Maximum] ] [-SetSeed ] [-Minimum ] [] [-InputObject] [-SetSeed ] [-Count ] []" - }, - { - "Name": "Get-Runspace", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [] [-Id] [] [-InstanceId] []" - }, - { - "Name": "Get-RunspaceDebug", - "CommandType": "Cmdlet", - "ParameterSets": "[[-RunspaceName] ] [] [-Runspace] [] [-RunspaceId] [] [-RunspaceInstanceId] [] [[-ProcessName] ] [[-AppDomainName] ] []" - }, - { - "Name": "Get-TraceSource", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] []" - }, - { - "Name": "Get-TypeData", - "CommandType": "Cmdlet", - "ParameterSets": "[[-TypeName] ] []" - }, - { - "Name": "Get-UICulture", - "CommandType": "Cmdlet", - "ParameterSets": "[]" - }, - { - "Name": "Get-Unique", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject ] [-AsString] [] [-InputObject ] [-OnType] []" - }, - { - "Name": "Get-Uptime", - "CommandType": "Cmdlet", - "ParameterSets": "[] [-Since] []" - }, - { - "Name": "Get-Variable", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-ValueOnly] [-Include ] [-Exclude ] [-Scope ] []" - }, - { - "Name": "Get-Verb", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Verb] ] [[-Group] ] []" - }, - { - "Name": "Group-Object", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] ] [-NoElement] [-AsHashTable] [-AsString] [-InputObject ] [-Culture ] [-CaseSensitive] []" - }, - { - "Name": "Import-Alias", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Scope ] [-PassThru] [-Force] [-WhatIf] [-Confirm] [] -LiteralPath [-Scope ] [-PassThru] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Import-Clixml", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-IncludeTotalCount] [-Skip ] [-First ] [] -LiteralPath [-IncludeTotalCount] [-Skip ] [-First ] []" - }, - { - "Name": "Import-Csv", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Path] ] [[-Delimiter] ] [-LiteralPath ] [-Header ] [-Encoding ] [] [[-Path] ] -UseCulture [-LiteralPath ] [-Header ] [-Encoding ] []" - }, - { - "Name": "Import-LocalizedData", - "CommandType": "Cmdlet", - "ParameterSets": "[[-BindingVariable] ] [[-UICulture] ] [-BaseDirectory ] [-FileName ] [-SupportedCommand ] []" - }, - { - "Name": "Import-PowerShellDataFile", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [] [-LiteralPath] []" - }, - { - "Name": "Import-PSSession", - "CommandType": "Cmdlet", - "ParameterSets": "[-Session] [[-CommandName] ] [[-FormatTypeName] ] [-Prefix ] [-DisableNameChecking] [-AllowClobber] [-ArgumentList ] [-CommandType ] [-Module ] [-FullyQualifiedModule ] [-Certificate ] []" - }, - { - "Name": "Invoke-Expression", - "CommandType": "Cmdlet", - "ParameterSets": "[-Command] []" - }, - { - "Name": "Invoke-RestMethod", - "CommandType": "Cmdlet", - "ParameterSets": "[-Uri] [-Method ] [-FollowRelLink] [-MaximumFollowRelLink ] [-ResponseHeadersVariable ] [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-Body ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] [] [-Uri] -NoProxy [-Method ] [-FollowRelLink] [-MaximumFollowRelLink ] [-ResponseHeadersVariable ] [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-Body ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] [] [-Uri] -CustomMethod -NoProxy [-FollowRelLink] [-MaximumFollowRelLink ] [-ResponseHeadersVariable ] [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-Body ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] [] [-Uri] -CustomMethod [-FollowRelLink] [-MaximumFollowRelLink ] [-ResponseHeadersVariable ] [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-Body ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] []" - }, - { - "Name": "Invoke-WebRequest", - "CommandType": "Cmdlet", - "ParameterSets": "[-Uri] [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-Method ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-Body ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] [] [-Uri] -NoProxy [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-Method ] [-Body ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] [] [-Uri] -CustomMethod [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-Body ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] [] [-Uri] -CustomMethod -NoProxy [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-Body ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] []" - }, - { - "Name": "Measure-Command", - "CommandType": "Cmdlet", - "ParameterSets": "[-Expression] [-InputObject ] []" - }, - { - "Name": "Measure-Object", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] ] [-InputObject ] [-Sum] [-Average] [-Maximum] [-Minimum] [] [[-Property] ] [-InputObject ] [-Line] [-Word] [-Character] [-IgnoreWhiteSpace] []" - }, - { - "Name": "New-Alias", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-Value] [-Description ] [-Option ] [-PassThru] [-Scope ] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "New-Event", - "CommandType": "Cmdlet", - "ParameterSets": "[-SourceIdentifier] [[-Sender] ] [[-EventArguments] ] [[-MessageData] ] []" - }, - { - "Name": "New-Guid", - "CommandType": "Cmdlet", - "ParameterSets": "[]" - }, - { - "Name": "New-Object", - "CommandType": "Cmdlet", - "ParameterSets": "[-TypeName] [[-ArgumentList] ] [-Property ] [] [-Strict] [-Property ] []" - }, - { - "Name": "New-TemporaryFile", - "CommandType": "Cmdlet", - "ParameterSets": "[-WhatIf] [-Confirm] []" - }, - { - "Name": "New-TimeSpan", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Start] ] [[-End] ] [] [-Days ] [-Hours ] [-Minutes ] [-Seconds ] []" - }, - { - "Name": "New-Variable", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [[-Value] ] [-Description ] [-Option ] [-Visibility ] [-Force] [-PassThru] [-Scope ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Out-File", - "CommandType": "Cmdlet", - "ParameterSets": "[-FilePath] [[-Encoding] ] [-Append] [-Force] [-NoClobber] [-Width ] [-NoNewline] [-InputObject ] [-WhatIf] [-Confirm] [] [[-Encoding] ] -LiteralPath [-Append] [-Force] [-NoClobber] [-Width ] [-NoNewline] [-InputObject ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Out-String", - "CommandType": "Cmdlet", - "ParameterSets": "[-Width ] [-NoNewline] [-InputObject ] [] [-Stream] [-Width ] [-InputObject ] []" - }, - { - "Name": "Read-Host", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Prompt] ] [-AsSecureString] []" - }, - { - "Name": "Register-EngineEvent", - "CommandType": "Cmdlet", - "ParameterSets": "[-SourceIdentifier] [[-Action] ] [-MessageData ] [-SupportEvent] [-Forward] [-MaxTriggerCount ] []" - }, - { - "Name": "Register-ObjectEvent", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [-EventName] [[-SourceIdentifier] ] [[-Action] ] [-MessageData ] [-SupportEvent] [-Forward] [-MaxTriggerCount ] []" - }, - { - "Name": "Remove-Alias", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-Scope ] [-Force] []" - }, - { - "Name": "Remove-Event", - "CommandType": "Cmdlet", - "ParameterSets": "[-SourceIdentifier] [-WhatIf] [-Confirm] [] [-EventIdentifier] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Remove-PSBreakpoint", - "CommandType": "Cmdlet", - "ParameterSets": "[-Breakpoint] [-WhatIf] [-Confirm] [] [-Id] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Remove-TypeData", - "CommandType": "Cmdlet", - "ParameterSets": "-TypeData [-WhatIf] [-Confirm] [] [-TypeName] [-WhatIf] [-Confirm] [] -Path [-WhatIf] [-Confirm] []" - }, - { - "Name": "Remove-Variable", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-Include ] [-Exclude ] [-Force] [-Scope ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Select-Object", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] ] [-InputObject ] [-ExcludeProperty ] [-ExpandProperty ] [-Unique] [-Last ] [-First ] [-Skip ] [-Wait] [] [[-Property] ] [-InputObject ] [-ExcludeProperty ] [-ExpandProperty ] [-Unique] [-SkipLast ] [] [-InputObject ] [-Unique] [-Wait] [-Index ] []" - }, - { - "Name": "Select-String", - "CommandType": "Cmdlet", - "ParameterSets": "[-Pattern] [-Path] [-SimpleMatch] [-CaseSensitive] [-Quiet] [-List] [-Include ] [-Exclude ] [-NotMatch] [-AllMatches] [-Encoding ] [-Context ] [] [-Pattern] -InputObject [-SimpleMatch] [-CaseSensitive] [-Quiet] [-List] [-Include ] [-Exclude ] [-NotMatch] [-AllMatches] [-Encoding ] [-Context ] [] [-Pattern] -LiteralPath [-SimpleMatch] [-CaseSensitive] [-Quiet] [-List] [-Include ] [-Exclude ] [-NotMatch] [-AllMatches] [-Encoding ] [-Context ] []" - }, - { - "Name": "Select-Xml", - "CommandType": "Cmdlet", - "ParameterSets": "[-XPath] [-Xml] [-Namespace ] [] [-XPath] [-Path] [-Namespace ] [] [-XPath] -LiteralPath [-Namespace ] [] [-XPath] -Content [-Namespace ] []" - }, - { - "Name": "Send-MailMessage", - "CommandType": "Cmdlet", - "ParameterSets": "[-To] [-Subject] [[-Body] ] [[-SmtpServer] ] -From [-Attachments ] [-Bcc ] [-BodyAsHtml] [-Encoding ] [-Cc ] [-DeliveryNotificationOption ] [-Priority ] [-Credential ] [-UseSsl] [-Port ] []" - }, - { - "Name": "Set-Alias", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-Value] [-Description ] [-Option ] [-PassThru] [-Scope ] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Set-Date", - "CommandType": "Cmdlet", - "ParameterSets": "[-Date] [-DisplayHint ] [-WhatIf] [-Confirm] [] [-Adjust] [-DisplayHint ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Set-PSBreakpoint", - "CommandType": "Cmdlet", - "ParameterSets": "[-Script] [-Line] [[-Column] ] [-Action ] [] [[-Script] ] -Command [-Action ] [] [[-Script] ] -Variable [-Action ] [-Mode ] []" - }, - { - "Name": "Set-TraceSource", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [[-Option] ] [-ListenerOption ] [-FilePath ] [-Force] [-Debugger] [-PSHost] [-PassThru] [] [-Name] [-RemoveListener ] [] [-Name] [-RemoveFileListener ] []" - }, - { - "Name": "Set-Variable", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [[-Value] ] [-Include ] [-Exclude ] [-Description ] [-Option ] [-Force] [-Visibility ] [-PassThru] [-Scope ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Sort-Object", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] ] [-Descending] [-Unique] [-Top ] [-InputObject ] [-Culture ] [-CaseSensitive] [] [[-Property] ] -Bottom [-Descending] [-Unique] [-InputObject ] [-Culture ] [-CaseSensitive] []" - }, - { - "Name": "Start-Sleep", - "CommandType": "Cmdlet", - "ParameterSets": "[-Seconds] [] -Milliseconds []" - }, - { - "Name": "Tee-Object", - "CommandType": "Cmdlet", - "ParameterSets": "[-FilePath] [-InputObject ] [-Append] [] -LiteralPath [-InputObject ] [] -Variable [-InputObject ] []" - }, - { - "Name": "Trace-Command", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-Expression] [[-Option] ] [-InputObject ] [-ListenerOption ] [-FilePath ] [-Force] [-Debugger] [-PSHost] [] [-Name] [-Command] [[-Option] ] [-InputObject ] [-ArgumentList ] [-ListenerOption ] [-FilePath ] [-Force] [-Debugger] [-PSHost] []" - }, - { - "Name": "Unregister-Event", - "CommandType": "Cmdlet", - "ParameterSets": "[-SourceIdentifier] [-Force] [-WhatIf] [-Confirm] [] [-SubscriptionId] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Update-FormatData", - "CommandType": "Cmdlet", - "ParameterSets": "[[-AppendPath] ] [-PrependPath ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Update-TypeData", - "CommandType": "Cmdlet", - "ParameterSets": "[[-AppendPath] ] [-PrependPath ] [-WhatIf] [-Confirm] [] -TypeName [-MemberType ] [-MemberName ] [-Value ] [-SecondValue ] [-TypeConverter ] [-TypeAdapter ] [-SerializationMethod ] [-TargetTypeForDeserialization ] [-SerializationDepth ] [-DefaultDisplayProperty ] [-InheritPropertySerializationSet ] [-StringSerializationSource ] [-DefaultDisplayPropertySet ] [-DefaultKeyPropertySet ] [-PropertySerializationSet ] [-Force] [-WhatIf] [-Confirm] [] [-TypeData] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Wait-Debugger", - "CommandType": "Cmdlet", - "ParameterSets": "[]" - }, - { - "Name": "Wait-Event", - "CommandType": "Cmdlet", - "ParameterSets": "[[-SourceIdentifier] ] [-Timeout ] []" - }, - { - "Name": "Write-Debug", - "CommandType": "Cmdlet", - "ParameterSets": "[-Message] []" - }, - { - "Name": "Write-Error", - "CommandType": "Cmdlet", - "ParameterSets": "[-Message] [-Category ] [-ErrorId ] [-TargetObject ] [-RecommendedAction ] [-CategoryActivity ] [-CategoryReason ] [-CategoryTargetName ] [-CategoryTargetType ] [] -Exception [-Message ] [-Category ] [-ErrorId ] [-TargetObject ] [-RecommendedAction ] [-CategoryActivity ] [-CategoryReason ] [-CategoryTargetName ] [-CategoryTargetType ] [] -ErrorRecord [-RecommendedAction ] [-CategoryActivity ] [-CategoryReason ] [-CategoryTargetName ] [-CategoryTargetType ] []" - }, - { - "Name": "Write-Host", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Object] ] [-NoNewline] [-Separator ] [-ForegroundColor ] [-BackgroundColor ] []" - }, - { - "Name": "Write-Information", - "CommandType": "Cmdlet", - "ParameterSets": "[-MessageData] [[-Tags] ] []" - }, - { - "Name": "Write-Output", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [-NoEnumerate] []" - }, - { - "Name": "Write-Progress", - "CommandType": "Cmdlet", - "ParameterSets": "[-Activity] [[-Status] ] [[-Id] ] [-PercentComplete ] [-SecondsRemaining ] [-CurrentOperation ] [-ParentId ] [-Completed] [-SourceId ] []" - }, - { - "Name": "Write-Verbose", - "CommandType": "Cmdlet", - "ParameterSets": "[-Message] []" - }, - { - "Name": "Write-Warning", - "CommandType": "Cmdlet", - "ParameterSets": "[-Message] []" - } - ], - "ExportedAliases": [ - "fhx" - ] - }, - { - "Name": "PackageManagement", - "Version": "1.1.7.0", - "ExportedCommands": [ - { - "Name": "Find-Package", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-IncludeDependencies] [-AllVersions] [-Source ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Force] [-ForceBootstrap] [-ProviderName ] [-ConfigFile ] [-SkipValidate] [-Headers ] [-FilterOnTag ] [-Contains ] [-AllowPrereleaseVersions] [] [[-Name] ] [-IncludeDependencies] [-AllVersions] [-Source ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Force] [-ForceBootstrap] [-ProviderName ] [-AllowPrereleaseVersions] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Type ] [-Filter ] [-Tag ] [-Includes ] [-DscResource ] [-RoleCapability ] [-Command ] [-AcceptLicense] []" - }, - { - "Name": "Find-PackageProvider", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-AllVersions] [-Source ] [-IncludeDependencies] [-Credential ] [-Proxy ] [-ProxyCredential ] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Force] [-ForceBootstrap] []" - }, - { - "Name": "Get-Package", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-AllVersions] [-Force] [-ForceBootstrap] [-ProviderName ] [-Destination ] [-ExcludeVersion] [-Scope ] [-SkipDependencies] [] [[-Name] ] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-AllVersions] [-Force] [-ForceBootstrap] [-ProviderName ] [-Scope ] [-PackageManagementProvider ] [-Type ] [-AllowClobber] [-SkipPublisherCheck] [-InstallUpdate] [-NoPathUpdate] [-AllowPrereleaseVersions] []" - }, - { - "Name": "Get-PackageProvider", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-ListAvailable] [-Force] [-ForceBootstrap] []" - }, - { - "Name": "Get-PackageSource", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-Location ] [-Force] [-ForceBootstrap] [-ProviderName ] [-ConfigFile ] [-SkipValidate] [] [[-Name] ] [-Location ] [-Force] [-ForceBootstrap] [-ProviderName ] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] []" - }, - { - "Name": "Import-PackageProvider", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Force] [-ForceBootstrap] []" - }, - { - "Name": "Install-Package", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Source ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ProviderName ] [] [-InputObject] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [-Headers ] [-FilterOnTag ] [-Contains ] [-AllowPrereleaseVersions] [-Destination ] [-ExcludeVersion] [-Scope ] [-SkipDependencies] [] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [-Headers ] [-FilterOnTag ] [-Contains ] [-AllowPrereleaseVersions] [-Destination ] [-ExcludeVersion] [-Scope ] [-SkipDependencies] [] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-AllowPrereleaseVersions] [-Scope ] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Type ] [-Filter ] [-Tag ] [-Includes ] [-DscResource ] [-RoleCapability ] [-Command ] [-AcceptLicense] [-AllowClobber] [-SkipPublisherCheck] [-InstallUpdate] [-NoPathUpdate] [] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-AllowPrereleaseVersions] [-Scope ] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Type ] [-Filter ] [-Tag ] [-Includes ] [-DscResource ] [-RoleCapability ] [-Command ] [-AcceptLicense] [-AllowClobber] [-SkipPublisherCheck] [-InstallUpdate] [-NoPathUpdate] []" - }, - { - "Name": "Install-PackageProvider", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Credential ] [-Scope ] [-Source ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [] [-InputObject] [-Scope ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Register-PackageSource", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [[-Location] ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ProviderName ] [] [[-Name] ] [[-Location] ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [] [[-Name] ] [[-Location] ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] []" - }, - { - "Name": "Save-Package", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Source ] [-Path ] [-LiteralPath ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ProviderName ] [] -InputObject [-Path ] [-LiteralPath ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [] [-Path ] [-LiteralPath ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [-Headers ] [-FilterOnTag ] [-Contains ] [-AllowPrereleaseVersions] [] [-Path ] [-LiteralPath ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [-Headers ] [-FilterOnTag ] [-Contains ] [-AllowPrereleaseVersions] [] [-Path ] [-LiteralPath ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-AllowPrereleaseVersions] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Type ] [-Filter ] [-Tag ] [-Includes ] [-DscResource ] [-RoleCapability ] [-Command ] [-AcceptLicense] [] [-Path ] [-LiteralPath ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-AllowPrereleaseVersions] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Type ] [-Filter ] [-Tag ] [-Includes ] [-DscResource ] [-RoleCapability ] [-Command ] [-AcceptLicense] []" - }, - { - "Name": "Set-PackageSource", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Location ] [-NewLocation ] [-NewName ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ProviderName ] [] -InputObject [-Proxy ] [-ProxyCredential ] [-Credential ] [-NewLocation ] [-NewName ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [] [-Proxy ] [-ProxyCredential ] [-Credential ] [-NewLocation ] [-NewName ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [] [-Proxy ] [-ProxyCredential ] [-Credential ] [-NewLocation ] [-NewName ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [] [-Proxy ] [-ProxyCredential ] [-Credential ] [-NewLocation ] [-NewName ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [] [-Proxy ] [-ProxyCredential ] [-Credential ] [-NewLocation ] [-NewName ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] []" - }, - { - "Name": "Uninstall-Package", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [] [-Name] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ProviderName ] [] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-Destination ] [-ExcludeVersion] [-Scope ] [-SkipDependencies] [] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-Destination ] [-ExcludeVersion] [-Scope ] [-SkipDependencies] [] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-Scope ] [-PackageManagementProvider ] [-Type ] [-AllowClobber] [-SkipPublisherCheck] [-InstallUpdate] [-NoPathUpdate] [-AllowPrereleaseVersions] [] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-Scope ] [-PackageManagementProvider ] [-Type ] [-AllowClobber] [-SkipPublisherCheck] [-InstallUpdate] [-NoPathUpdate] [-AllowPrereleaseVersions] []" - }, - { - "Name": "Unregister-PackageSource", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Source] ] [-Location ] [-Credential ] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ProviderName ] [] -InputObject [-Credential ] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [] [-Credential ] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [] [-Credential ] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [] [-Credential ] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [] [-Credential ] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] []" - } - ], - "ExportedAliases": [] - }, - { - "Name": "PowerShellGet", - "Version": "1.6.0", - "ExportedCommands": [ - { - "Name": "Find-Command", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] [-ModuleName ] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-AllVersions] [-AllowPrerelease] [-Tag ] [-Filter ] [-Proxy ] [-ProxyCredential ] [-Repository ] []" - }, - { - "Name": "Find-DscResource", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] [-ModuleName ] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-AllVersions] [-AllowPrerelease] [-Tag ] [-Filter ] [-Proxy ] [-ProxyCredential ] [-Repository ] []" - }, - { - "Name": "Find-Module", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-AllVersions] [-IncludeDependencies] [-Filter ] [-Tag ] [-Includes ] [-DscResource ] [-RoleCapability ] [-Command ] [-Proxy ] [-ProxyCredential ] [-Repository ] [-Credential ] [-AllowPrerelease] []" - }, - { - "Name": "Find-RoleCapability", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] [-ModuleName ] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-AllVersions] [-AllowPrerelease] [-Tag ] [-Filter ] [-Proxy ] [-ProxyCredential ] [-Repository ] []" - }, - { - "Name": "Find-Script", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-AllVersions] [-IncludeDependencies] [-Filter ] [-Tag ] [-Includes ] [-Command ] [-Proxy ] [-ProxyCredential ] [-Repository ] [-Credential ] [-AllowPrerelease] []" - }, - { - "Name": "Get-InstalledModule", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] [-MinimumVersion ] [-RequiredVersion ] [-MaximumVersion ] [-AllVersions] [-AllowPrerelease] []" - }, - { - "Name": "Get-InstalledScript", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] [-MinimumVersion ] [-RequiredVersion ] [-MaximumVersion ] [-AllowPrerelease] []" - }, - { - "Name": "Get-PSRepository", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] []" - }, - { - "Name": "Install-Module", - "CommandType": "Function", - "ParameterSets": "[-Name] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-Repository ] [-Credential ] [-Scope ] [-Proxy ] [-ProxyCredential ] [-AllowClobber] [-SkipPublisherCheck] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-InputObject] [-Credential ] [-Scope ] [-Proxy ] [-ProxyCredential ] [-AllowClobber] [-SkipPublisherCheck] [-Force] [-AcceptLicense] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Install-Script", - "CommandType": "Function", - "ParameterSets": "[-Name] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-Repository ] [-Scope ] [-NoPathUpdate] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-InputObject] [-Scope ] [-NoPathUpdate] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AcceptLicense] [-WhatIf] [-Confirm] []" - }, - { - "Name": "New-ScriptFileInfo", - "CommandType": "Function", - "ParameterSets": "[[-Path] ] -Description [-Version ] [-Author ] [-Guid ] [-CompanyName ] [-Copyright ] [-RequiredModules ] [-ExternalModuleDependencies ] [-RequiredScripts ] [-ExternalScriptDependencies ] [-Tags ] [-ProjectUri ] [-LicenseUri ] [-IconUri ] [-ReleaseNotes ] [-PrivateData ] [-PassThru] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Publish-Module", - "CommandType": "Function", - "ParameterSets": "-Name [-RequiredVersion ] [-NuGetApiKey ] [-Repository ] [-Credential ] [-FormatVersion ] [-ReleaseNotes ] [-Tags ] [-LicenseUri ] [-IconUri ] [-ProjectUri ] [-Force] [-AllowPrerelease] [-WhatIf] [-Confirm] [] -Path [-NuGetApiKey ] [-Repository ] [-Credential ] [-FormatVersion ] [-ReleaseNotes ] [-Tags ] [-LicenseUri ] [-IconUri ] [-ProjectUri ] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Publish-Script", - "CommandType": "Function", - "ParameterSets": "-Path [-NuGetApiKey ] [-Repository ] [-Credential ] [-Force] [-WhatIf] [-Confirm] [] -LiteralPath [-NuGetApiKey ] [-Repository ] [-Credential ] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Register-PSRepository", - "CommandType": "Function", - "ParameterSets": "[-Name] [-SourceLocation] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Credential ] [-InstallationPolicy ] [-Proxy ] [-ProxyCredential ] [-PackageManagementProvider ] [] -Default [-InstallationPolicy ] [-Proxy ] [-ProxyCredential ] []" - }, - { - "Name": "Save-Module", - "CommandType": "Function", - "ParameterSets": "[-Name] -Path [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-Repository ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-Name] -LiteralPath [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-Repository ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-InputObject] -LiteralPath [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-InputObject] -Path [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AcceptLicense] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Save-Script", - "CommandType": "Function", - "ParameterSets": "[-Name] -Path [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-Repository ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-Name] -LiteralPath [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-Repository ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-InputObject] -LiteralPath [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-InputObject] -Path [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AcceptLicense] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Set-PSRepository", - "CommandType": "Function", - "ParameterSets": "[-Name] [[-SourceLocation] ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Credential ] [-InstallationPolicy ] [-Proxy ] [-ProxyCredential ] [-PackageManagementProvider ] []" - }, - { - "Name": "Test-ScriptFileInfo", - "CommandType": "Function", - "ParameterSets": "[-Path] [] -LiteralPath []" - }, - { - "Name": "Uninstall-Module", - "CommandType": "Function", - "ParameterSets": "[-Name] [-MinimumVersion ] [-RequiredVersion ] [-MaximumVersion ] [-AllVersions] [-Force] [-AllowPrerelease] [-WhatIf] [-Confirm] [] [-InputObject] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Uninstall-Script", - "CommandType": "Function", - "ParameterSets": "[-Name] [-MinimumVersion ] [-RequiredVersion ] [-MaximumVersion ] [-Force] [-AllowPrerelease] [-WhatIf] [-Confirm] [] [-InputObject] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Unregister-PSRepository", - "CommandType": "Function", - "ParameterSets": "[-Name] []" - }, - { - "Name": "Update-Module", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] [-RequiredVersion ] [-MaximumVersion ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Update-ModuleManifest", - "CommandType": "Function", - "ParameterSets": "[-Path] [-NestedModules ] [-Guid ] [-Author ] [-CompanyName ] [-Copyright ] [-RootModule ] [-ModuleVersion ] [-Description ] [-ProcessorArchitecture ] [-CompatiblePSEditions ] [-PowerShellVersion ] [-ClrVersion ] [-DotNetFrameworkVersion ] [-PowerShellHostName ] [-PowerShellHostVersion ] [-RequiredModules ] [-TypesToProcess ] [-FormatsToProcess ] [-ScriptsToProcess ] [-RequiredAssemblies ] [-FileList ] [-ModuleList ] [-FunctionsToExport ] [-AliasesToExport ] [-VariablesToExport ] [-CmdletsToExport ] [-DscResourcesToExport ] [-PrivateData ] [-Tags ] [-ProjectUri ] [-LicenseUri ] [-IconUri ] [-ReleaseNotes ] [-Prerelease ] [-HelpInfoUri ] [-PassThru] [-DefaultCommandPrefix ] [-ExternalModuleDependencies ] [-PackageManagementProviders ] [-RequireLicenseAcceptance] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Update-Script", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] [-RequiredVersion ] [-MaximumVersion ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Update-ScriptFileInfo", - "CommandType": "Function", - "ParameterSets": "[-Path] [-Version ] [-Author ] [-Guid ] [-Description ] [-CompanyName ] [-Copyright ] [-RequiredModules ] [-ExternalModuleDependencies ] [-RequiredScripts ] [-ExternalScriptDependencies ] [-Tags ] [-ProjectUri ] [-LicenseUri ] [-IconUri ] [-ReleaseNotes ] [-PrivateData ] [-PassThru] [-Force] [-WhatIf] [-Confirm] [] [-LiteralPath] [-Version ] [-Author ] [-Guid ] [-Description ] [-CompanyName ] [-Copyright ] [-RequiredModules ] [-ExternalModuleDependencies ] [-RequiredScripts ] [-ExternalScriptDependencies ] [-Tags ] [-ProjectUri ] [-LicenseUri ] [-IconUri ] [-ReleaseNotes ] [-PrivateData ] [-PassThru] [-Force] [-WhatIf] [-Confirm] []" - } - ], - "ExportedAliases": [ - "inmo", - "fimo", - "upmo", - "pumo" - ] - }, - { - "Name": "PSDesiredStateConfiguration", - "Version": "0.0", - "ExportedCommands": [ - { - "Name": "Add-NodeKeys", - "CommandType": "Function", - "ParameterSets": "[-ResourceKey] [-keywordName] []" - }, - { - "Name": "AddDscResourceProperty", - "CommandType": "Function", - "ParameterSets": null - }, - { - "Name": "AddDscResourcePropertyFromMetadata", - "CommandType": "Function", - "ParameterSets": null - }, - { - "Name": "CheckResourceFound", - "CommandType": "Function", - "ParameterSets": "[[-names] ] [[-Resources] ]" - }, - { - "Name": "Configuration", - "CommandType": "Function", - "ParameterSets": "[[-ResourceModuleTuplesToImport] ] [[-OutputPath] ] [[-Name] ] [[-Body] ] [[-ArgsToBody] ] [[-ConfigurationData] ] [[-InstanceName] ] []" - }, - { - "Name": "ConvertTo-MOFInstance", - "CommandType": "Function", - "ParameterSets": "[-Type] [-Properties] []" - }, - { - "Name": "Generate-VersionInfo", - "CommandType": "Function", - "ParameterSets": "[-KeywordData] [-Value] []" - }, - { - "Name": "Get-CompatibleVersionAddtionaPropertiesStr", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Get-ComplexResourceQualifier", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Get-ConfigurationErrorCount", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Get-DscResource", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] [[-Module] ] [-Syntax] []" - }, - { - "Name": "Get-DSCResourceModules", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Get-EncryptedPassword", - "CommandType": "Function", - "ParameterSets": "[[-Value] ] []" - }, - { - "Name": "Get-InnerMostErrorRecord", - "CommandType": "Function", - "ParameterSets": "[-ErrorRecord] []" - }, - { - "Name": "Get-MofInstanceName", - "CommandType": "Function", - "ParameterSets": "[[-mofInstance] ]" - }, - { - "Name": "Get-MofInstanceText", - "CommandType": "Function", - "ParameterSets": "[-aliasId] []" - }, - { - "Name": "Get-PositionInfo", - "CommandType": "Function", - "ParameterSets": "[[-sourceMetadata] ]" - }, - { - "Name": "Get-PSCurrentConfigurationNode", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Get-PSDefaultConfigurationDocument", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Get-PSMetaConfigDocumentInstVersionInfo", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Get-PSMetaConfigurationProcessed", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Get-PSTopConfigurationName", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Get-PublicKeyFromFile", - "CommandType": "Function", - "ParameterSets": "[-certificatefile] []" - }, - { - "Name": "Get-PublicKeyFromStore", - "CommandType": "Function", - "ParameterSets": "[-certificateid] []" - }, - { - "Name": "GetCompositeResource", - "CommandType": "Function", - "ParameterSets": "[[-patterns] ] [-configInfo] [[-ignoreParameters] ] [-modules] []" - }, - { - "Name": "GetImplementingModulePath", - "CommandType": "Function", - "ParameterSets": "[-schemaFileName] []" - }, - { - "Name": "GetModule", - "CommandType": "Function", - "ParameterSets": "[-modules] [-schemaFileName] []" - }, - { - "Name": "GetPatterns", - "CommandType": "Function", - "ParameterSets": "[[-names] ]" - }, - { - "Name": "GetResourceFromKeyword", - "CommandType": "Function", - "ParameterSets": "[-keyword] [[-patterns] ] [-modules] []" - }, - { - "Name": "GetSyntax", - "CommandType": "Function", - "ParameterSets": null - }, - { - "Name": "ImportCimAndScriptKeywordsFromModule", - "CommandType": "Function", - "ParameterSets": "[-Module] [-resource] [[-functionsToDefine] ] []" - }, - { - "Name": "ImportClassResourcesFromModule", - "CommandType": "Function", - "ParameterSets": "[-Module] [-Resources] [[-functionsToDefine] ] []" - }, - { - "Name": "Initialize-ConfigurationRuntimeState", - "CommandType": "Function", - "ParameterSets": "[[-ConfigurationName] ] []" - }, - { - "Name": "IsHiddenResource", - "CommandType": "Function", - "ParameterSets": "[-ResourceName] []" - }, - { - "Name": "IsPatternMatched", - "CommandType": "Function", - "ParameterSets": "[[-patterns] ] [-Name] []" - }, - { - "Name": "New-DscChecksum", - "CommandType": "Function", - "ParameterSets": "[-Path] [[-OutPath] ] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Node", - "CommandType": "Function", - "ParameterSets": "[-KeywordData] [[-Name] ] [-Value] [-sourceMetadata] []" - }, - { - "Name": "ReadEnvironmentFile", - "CommandType": "Function", - "ParameterSets": "[-FilePath] []" - }, - { - "Name": "Set-NodeExclusiveResources", - "CommandType": "Function", - "ParameterSets": "[-resourceId] [-exclusiveResource] []" - }, - { - "Name": "Set-NodeManager", - "CommandType": "Function", - "ParameterSets": "[-resourceId] [-referencedManagers] []" - }, - { - "Name": "Set-NodeResources", - "CommandType": "Function", - "ParameterSets": "[-resourceId] [-requiredResourceList] []" - }, - { - "Name": "Set-NodeResourceSource", - "CommandType": "Function", - "ParameterSets": "[-resourceId] [-referencedResourceSources] []" - }, - { - "Name": "Set-PSCurrentConfigurationNode", - "CommandType": "Function", - "ParameterSets": "[[-nodeName] ] []" - }, - { - "Name": "Set-PSDefaultConfigurationDocument", - "CommandType": "Function", - "ParameterSets": "[[-documentText] ] []" - }, - { - "Name": "Set-PSMetaConfigDocInsProcessedBeforeMeta", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Set-PSMetaConfigVersionInfoV2", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Set-PSTopConfigurationName", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] []" - }, - { - "Name": "StrongConnect", - "CommandType": "Function", - "ParameterSets": "[[-resourceId] ]" - }, - { - "Name": "Test-ConflictingResources", - "CommandType": "Function", - "ParameterSets": "[[-keyword] ] [-properties] [-keywordData] []" - }, - { - "Name": "Test-ModuleReloadRequired", - "CommandType": "Function", - "ParameterSets": "[-SchemaFilePath] []" - }, - { - "Name": "Test-MofInstanceText", - "CommandType": "Function", - "ParameterSets": "[-instanceText] []" - }, - { - "Name": "Test-NodeManager", - "CommandType": "Function", - "ParameterSets": "[-resourceId] []" - }, - { - "Name": "Test-NodeResources", - "CommandType": "Function", - "ParameterSets": "[-resourceId] []" - }, - { - "Name": "Test-NodeResourceSource", - "CommandType": "Function", - "ParameterSets": "[-resourceId] []" - }, - { - "Name": "ThrowError", - "CommandType": "Function", - "ParameterSets": "[-ExceptionName] [-ExceptionMessage] [[-ExceptionObject] ] [-errorId] [-errorCategory] []" - }, - { - "Name": "Update-ConfigurationDocumentRef", - "CommandType": "Function", - "ParameterSets": "[-NodeResources] [-NodeInstanceAliases] [-NodeResourceIdAliases] [-ConfigurationName] []" - }, - { - "Name": "Update-ConfigurationErrorCount", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Update-DependsOn", - "CommandType": "Function", - "ParameterSets": "[-NodeResources] [-NodeInstanceAliases] [-NodeResourceIdAliases] []" - }, - { - "Name": "Update-LocalConfigManager", - "CommandType": "Function", - "ParameterSets": "[[-localConfigManager] ] [[-resourceManagers] ] [[-reportManagers] ] [[-downloadManagers] ] [[-partialConfigurations] ]" - }, - { - "Name": "Update-ModuleVersion", - "CommandType": "Function", - "ParameterSets": "[-NodeResources] [-NodeInstanceAliases] [-NodeResourceIdAliases] []" - }, - { - "Name": "ValidateNoCircleInNodeResources", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "ValidateNodeExclusiveResources", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "ValidateNodeManager", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "ValidateNodeResources", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "ValidateNodeResourceSource", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "ValidateNoNameNodeResources", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "ValidateUpdate-ConfigurationData", - "CommandType": "Function", - "ParameterSets": "[[-ConfigurationData] ] []" - }, - { - "Name": "Write-Log", - "CommandType": "Function", - "ParameterSets": "[-message] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Write-MetaConfigFile", - "CommandType": "Function", - "ParameterSets": "[[-ConfigurationName] ] [[-mofNode] ] [[-mofNodeHash] ]" - }, - { - "Name": "Write-NodeMOFFile", - "CommandType": "Function", - "ParameterSets": "[[-ConfigurationName] ] [[-mofNode] ] [[-mofNodeHash] ]" - }, - { - "Name": "WriteFile", - "CommandType": "Function", - "ParameterSets": "[-Value] [-Path] []" - } - ], - "ExportedAliases": [] - }, - { - "Name": "PSReadLine", - "Version": "1.2", - "ExportedCommands": [ - { - "Name": "PSConsoleHostReadline", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Get-PSReadlineKeyHandler", - "CommandType": "Cmdlet", - "ParameterSets": "[-Bound] [-Unbound] []" - }, - { - "Name": "Get-PSReadlineOption", - "CommandType": "Cmdlet", - "ParameterSets": "[]" - }, - { - "Name": "Remove-PSReadlineKeyHandler", - "CommandType": "Cmdlet", - "ParameterSets": "[-Chord] [-ViMode ] []" - }, - { - "Name": "Set-PSReadlineKeyHandler", - "CommandType": "Cmdlet", - "ParameterSets": "[-Chord] [-ScriptBlock] [-BriefDescription ] [-Description ] [-ViMode ] [] [-Chord] [-Function] [-ViMode ] []" - }, - { - "Name": "Set-PSReadlineOption", - "CommandType": "Cmdlet", - "ParameterSets": "[-EditMode ] [-ContinuationPrompt ] [-ContinuationPromptForegroundColor ] [-ContinuationPromptBackgroundColor ] [-EmphasisForegroundColor ] [-EmphasisBackgroundColor ] [-ErrorForegroundColor ] [-ErrorBackgroundColor ] [-HistoryNoDuplicates] [-AddToHistoryHandler ] [-CommandValidationHandler ] [-HistorySearchCursorMovesToEnd] [-MaximumHistoryCount ] [-MaximumKillRingCount ] [-ResetTokenColors] [-ShowToolTips] [-ExtraPromptLineCount ] [-DingTone ] [-DingDuration ] [-BellStyle ] [-CompletionQueryItems ] [-WordDelimiters ] [-HistorySearchCaseSensitive] [-HistorySaveStyle ] [-HistorySavePath ] [-ViModeIndicator ] [] [-TokenKind] [[-ForegroundColor] ] [[-BackgroundColor] ] []" - } - ], - "ExportedAliases": [] - }, - { - "Name": "Microsoft.PowerShell.Core", - "Version": "6.0.2", - "ExportedCommands": [ - { - "Name": "Add-History", - "CommandType": "Cmdlet", - "ParameterSets": "[[-InputObject] ] [-Passthru] []" - }, - { - "Name": "Clear-History", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Id] ] [[-Count] ] [-Newest] [-WhatIf] [-Confirm] [] [[-Count] ] [-CommandLine ] [-Newest] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Debug-Job", - "CommandType": "Cmdlet", - "ParameterSets": "[-Job] [-WhatIf] [-Confirm] [] [-Name] [-WhatIf] [-Confirm] [] [-Id] [-WhatIf] [-Confirm] [] [-InstanceId] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Enter-PSSession", - "CommandType": "Cmdlet", - "ParameterSets": "[-ComputerName] [-EnableNetworkAccess] [-Credential ] [-ConfigurationName ] [-Port ] [-UseSSL] [-ApplicationName ] [-SessionOption ] [-Authentication ] [-CertificateThumbprint ] [] [-HostName] [-Port ] [-UserName ] [-KeyFilePath ] [-SSHTransport] [] [[-Session] ] [] [[-ConnectionUri] ] [-EnableNetworkAccess] [-Credential ] [-ConfigurationName ] [-AllowRedirection] [-SessionOption ] [-Authentication ] [-CertificateThumbprint ] [] [-InstanceId ] [] [[-Id] ] [] [-Name ] [] [-VMId] [-Credential] [-ConfigurationName ] [] [-VMName] [-Credential] [-ConfigurationName ] [] [-ContainerId] [-ConfigurationName ] [-RunAsAdministrator] []" - }, - { - "Name": "Exit-PSSession", - "CommandType": "Cmdlet", - "ParameterSets": "[]" - }, - { - "Name": "Export-ModuleMember", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Function] ] [-Cmdlet ] [-Variable ] [-Alias ] []" - }, - { - "Name": "ForEach-Object", - "CommandType": "Cmdlet", - "ParameterSets": "[-Process] [-InputObject ] [-Begin ] [-End ] [-RemainingScripts ] [-WhatIf] [-Confirm] [] [-MemberName] [-InputObject ] [-ArgumentList ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Get-Command", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ArgumentList] ] [-Verb ] [-Noun ] [-Module ] [-FullyQualifiedModule ] [-TotalCount ] [-Syntax] [-ShowCommandInfo] [-All] [-ListImported] [-ParameterName ] [-ParameterType ] [] [[-Name] ] [[-ArgumentList] ] [-Module ] [-FullyQualifiedModule ] [-CommandType ] [-TotalCount ] [-Syntax] [-ShowCommandInfo] [-All] [-ListImported] [-ParameterName ] [-ParameterType ] []" - }, - { - "Name": "Get-Help", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-Path ] [-Category ] [-Component ] [-Functionality ] [-Role ] [-Full] [] [[-Name] ] -Detailed [-Path ] [-Category ] [-Component ] [-Functionality ] [-Role ] [] [[-Name] ] -Examples [-Path ] [-Category ] [-Component ] [-Functionality ] [-Role ] [] [[-Name] ] -Parameter [-Path ] [-Category ] [-Component ] [-Functionality ] [-Role ] [] [[-Name] ] -Online [-Path ] [-Category ] [-Component ] [-Functionality ] [-Role ] []" - }, - { - "Name": "Get-History", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Id] ] [[-Count] ] []" - }, - { - "Name": "Get-Job", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Id] ] [-IncludeChildJob] [-ChildJobState ] [-HasMoreData ] [-Before ] [-After ] [-Newest ] [] [-InstanceId] [-IncludeChildJob] [-ChildJobState ] [-HasMoreData ] [-Before ] [-After ] [-Newest ] [] [-Name] [-IncludeChildJob] [-ChildJobState ] [-HasMoreData ] [-Before ] [-After ] [-Newest ] [] [-State] [-IncludeChildJob] [-ChildJobState ] [-HasMoreData ] [-Before ] [-After ] [-Newest ] [] [-IncludeChildJob] [-ChildJobState ] [-HasMoreData ] [-Before ] [-After ] [-Newest ] [-Command ] [] [-Filter] []" - }, - { - "Name": "Get-Module", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-FullyQualifiedName ] [-All] [] [[-Name] ] -ListAvailable [-FullyQualifiedName ] [-All] [-PSEdition ] [-Refresh] [] [[-Name] ] -PSSession [-FullyQualifiedName ] [-ListAvailable] [-PSEdition ] [-Refresh] [] [[-Name] ] -CimSession [-FullyQualifiedName ] [-ListAvailable] [-Refresh] [-CimResourceUri ] [-CimNamespace ] []" - }, - { - "Name": "Get-PSSession", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name ] [] [-ComputerName] -InstanceId [-ApplicationName ] [-ConfigurationName ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-Port ] [-UseSSL] [-ThrottleLimit ] [-State ] [-SessionOption ] [] [-ComputerName] [-ApplicationName ] [-ConfigurationName ] [-Name ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-Port ] [-UseSSL] [-ThrottleLimit ] [-State ] [-SessionOption ] [] [-ConnectionUri] -InstanceId [-ConfigurationName ] [-AllowRedirection] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-ThrottleLimit ] [-State ] [-SessionOption ] [] [-ConnectionUri] [-ConfigurationName ] [-AllowRedirection] [-Name ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-ThrottleLimit ] [-State ] [-SessionOption ] [] -InstanceId -ContainerId [-ConfigurationName ] [-State ] [] -ContainerId [-ConfigurationName ] [-Name ] [-State ] [] -VMId [-ConfigurationName ] [-Name ] [-State ] [] -InstanceId -VMId [-ConfigurationName ] [-State ] [] -VMName [-ConfigurationName ] [-Name ] [-State ] [] -InstanceId -VMName [-ConfigurationName ] [-State ] [] [-InstanceId ] [] [-Id] []" - }, - { - "Name": "Import-Module", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-PassThru] [-AsCustomObject] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] [] [-Name] -PSSession [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-PassThru] [-AsCustomObject] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] [] [-Name] -CimSession [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-PassThru] [-AsCustomObject] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] [-CimResourceUri ] [-CimNamespace ] [] [-FullyQualifiedName] -PSSession [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-PassThru] [-AsCustomObject] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] [] [-FullyQualifiedName] [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-PassThru] [-AsCustomObject] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] [] [-Assembly] [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-PassThru] [-AsCustomObject] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] [] [-ModuleInfo] [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-PassThru] [-AsCustomObject] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] []" - }, - { - "Name": "Invoke-Command", - "CommandType": "Cmdlet", - "ParameterSets": "[-ScriptBlock] [-NoNewScope] [-InputObject ] [-ArgumentList ] [] [[-Session] ] [-FilePath] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-JobName ] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [[-Session] ] [-ScriptBlock] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-JobName ] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [[-ComputerName] ] [-ScriptBlock] [-Credential ] [-Port ] [-UseSSL] [-ConfigurationName ] [-ApplicationName ] [-ThrottleLimit ] [-AsJob] [-InDisconnectedSession] [-SessionName ] [-HideComputerName] [-JobName ] [-SessionOption ] [-Authentication ] [-EnableNetworkAccess] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [-CertificateThumbprint ] [] [[-ComputerName] ] [-FilePath] [-Credential ] [-Port ] [-UseSSL] [-ConfigurationName ] [-ApplicationName ] [-ThrottleLimit ] [-AsJob] [-InDisconnectedSession] [-SessionName ] [-HideComputerName] [-JobName ] [-SessionOption ] [-Authentication ] [-EnableNetworkAccess] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [-VMId] [-FilePath] -Credential [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [[-ConnectionUri] ] [-ScriptBlock] [-Credential ] [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-InDisconnectedSession] [-HideComputerName] [-JobName ] [-AllowRedirection] [-SessionOption ] [-Authentication ] [-EnableNetworkAccess] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [-CertificateThumbprint ] [] [[-ConnectionUri] ] [-FilePath] [-Credential ] [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-InDisconnectedSession] [-HideComputerName] [-JobName ] [-AllowRedirection] [-SessionOption ] [-Authentication ] [-EnableNetworkAccess] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [-VMId] [-ScriptBlock] -Credential [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [-ScriptBlock] -Credential -VMName [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [-FilePath] -Credential -VMName [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] -ScriptBlock -HostName [-Port ] [-AsJob] [-HideComputerName] [-UserName ] [-KeyFilePath ] [-SSHTransport] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [-ScriptBlock] -ContainerId [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-JobName ] [-RunAsAdministrator] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [-FilePath] -ContainerId [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-JobName ] [-RunAsAdministrator] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] -ScriptBlock -SSHConnection [-AsJob] [-HideComputerName] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] -FilePath -HostName [-AsJob] [-HideComputerName] [-UserName ] [-KeyFilePath ] [-SSHTransport] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] -FilePath -SSHConnection [-AsJob] [-HideComputerName] [-RemoteDebug] [-InputObject ] [-ArgumentList ] []" - }, - { - "Name": "Invoke-History", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Id] ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "New-Module", - "CommandType": "Cmdlet", - "ParameterSets": "[-ScriptBlock] [-Function ] [-Cmdlet ] [-ReturnResult] [-AsCustomObject] [-ArgumentList ] [] [-Name] [-ScriptBlock] [-Function ] [-Cmdlet ] [-ReturnResult] [-AsCustomObject] [-ArgumentList ] []" - }, - { - "Name": "New-ModuleManifest", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-NestedModules ] [-Guid ] [-Author ] [-CompanyName ] [-Copyright ] [-RootModule ] [-ModuleVersion ] [-Description ] [-ProcessorArchitecture ] [-PowerShellVersion ] [-ClrVersion ] [-DotNetFrameworkVersion ] [-PowerShellHostName ] [-PowerShellHostVersion ] [-RequiredModules ] [-TypesToProcess ] [-FormatsToProcess ] [-ScriptsToProcess ] [-RequiredAssemblies ] [-FileList ] [-ModuleList ] [-FunctionsToExport ] [-AliasesToExport ] [-VariablesToExport ] [-CmdletsToExport ] [-DscResourcesToExport ] [-CompatiblePSEditions ] [-PrivateData ] [-Tags ] [-ProjectUri ] [-LicenseUri ] [-IconUri ] [-ReleaseNotes ] [-HelpInfoUri ] [-PassThru] [-DefaultCommandPrefix ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "New-PSRoleCapabilityFile", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Guid ] [-Author ] [-Description ] [-CompanyName ] [-Copyright ] [-ModulesToImport ] [-VisibleAliases ] [-VisibleCmdlets ] [-VisibleFunctions ] [-VisibleExternalCommands ] [-VisibleProviders ] [-ScriptsToProcess ] [-AliasDefinitions ] [-FunctionDefinitions ] [-VariableDefinitions ] [-EnvironmentVariables ] [-TypesToProcess ] [-FormatsToProcess ] [-AssembliesToLoad ] []" - }, - { - "Name": "New-PSSession", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ComputerName] ] [-Credential ] [-Name ] [-EnableNetworkAccess] [-ConfigurationName ] [-Port ] [-UseSSL] [-ApplicationName ] [-ThrottleLimit ] [-SessionOption ] [-Authentication ] [-CertificateThumbprint ] [] [-ConnectionUri] [-Credential ] [-Name ] [-EnableNetworkAccess] [-ConfigurationName ] [-ThrottleLimit ] [-AllowRedirection] [-SessionOption ] [-Authentication ] [-CertificateThumbprint ] [] [-VMId] -Credential [-Name ] [-ConfigurationName ] [-ThrottleLimit ] [] -Credential -VMName [-Name ] [-ConfigurationName ] [-ThrottleLimit ] [] [[-Session] ] [-Name ] [-EnableNetworkAccess] [-ThrottleLimit ] [] -ContainerId [-Name ] [-ConfigurationName ] [-RunAsAdministrator] [-ThrottleLimit ] [] [-HostName] [-Name ] [-Port ] [-UserName ] [-KeyFilePath ] [-SSHTransport] [] -SSHConnection [-Name ] []" - }, - { - "Name": "New-PSTransportOption", - "CommandType": "Cmdlet", - "ParameterSets": "[-MaxIdleTimeoutSec ] [-ProcessIdleTimeoutSec ] [-MaxSessions ] [-MaxConcurrentCommandsPerSession ] [-MaxSessionsPerUser ] [-MaxMemoryPerSessionMB ] [-MaxProcessesPerSession ] [-MaxConcurrentUsers ] [-IdleTimeoutSec ] [-OutputBufferingMode ] []" - }, - { - "Name": "Out-Default", - "CommandType": "Cmdlet", - "ParameterSets": "[-Transcript] [-InputObject ] []" - }, - { - "Name": "Out-Host", - "CommandType": "Cmdlet", - "ParameterSets": "[-Paging] [-InputObject ] []" - }, - { - "Name": "Out-Null", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject ] []" - }, - { - "Name": "Receive-Job", - "CommandType": "Cmdlet", - "ParameterSets": "[-Job] [[-Location] ] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] [] [-Job] [[-Session] ] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] [] [-Job] [[-ComputerName] ] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] [] [-Name] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] [] [-InstanceId] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] [] [-Id] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] []" - }, - { - "Name": "Register-ArgumentCompleter", - "CommandType": "Cmdlet", - "ParameterSets": "-CommandName -ScriptBlock [-Native] [] -ParameterName -ScriptBlock [-CommandName ] []" - }, - { - "Name": "Remove-Job", - "CommandType": "Cmdlet", - "ParameterSets": "[-Id] [-Force] [-WhatIf] [-Confirm] [] [-Job] [-Force] [-WhatIf] [-Confirm] [] [-InstanceId] [-Force] [-WhatIf] [-Confirm] [] [-Name] [-Force] [-WhatIf] [-Confirm] [] [-Filter] [-Force] [-WhatIf] [-Confirm] [] [-State] [-WhatIf] [-Confirm] [] [-Command ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Remove-Module", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-Force] [-WhatIf] [-Confirm] [] [-FullyQualifiedName] [-Force] [-WhatIf] [-Confirm] [] [-ModuleInfo] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Remove-PSSession", - "CommandType": "Cmdlet", - "ParameterSets": "[-Id] [-WhatIf] [-Confirm] [] [-Session] [-WhatIf] [-Confirm] [] -ContainerId [-WhatIf] [-Confirm] [] -VMId [-WhatIf] [-Confirm] [] -VMName [-WhatIf] [-Confirm] [] -InstanceId [-WhatIf] [-Confirm] [] -Name [-WhatIf] [-Confirm] [] [-ComputerName] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Save-Help", - "CommandType": "Cmdlet", - "ParameterSets": "[-DestinationPath] [[-Module] ] [[-UICulture] ] [-FullyQualifiedModule ] [-Credential ] [-UseDefaultCredentials] [-Force] [] [[-Module] ] [[-UICulture] ] -LiteralPath [-FullyQualifiedModule ] [-Credential ] [-UseDefaultCredentials] [-Force] []" - }, - { - "Name": "Set-PSDebug", - "CommandType": "Cmdlet", - "ParameterSets": "[-Trace ] [-Step] [-Strict] [] [-Off] []" - }, - { - "Name": "Set-StrictMode", - "CommandType": "Cmdlet", - "ParameterSets": "-Version [] -Off []" - }, - { - "Name": "Start-Job", - "CommandType": "Cmdlet", - "ParameterSets": "[-ScriptBlock] [[-InitializationScript] ] [-Name ] [-Credential ] [-Authentication ] [-RunAs32] [-PSVersion ] [-InputObject ] [-ArgumentList ] [] [-DefinitionName] [[-DefinitionPath] ] [[-Type] ] [] [[-InitializationScript] ] -LiteralPath [-Name ] [-Credential ] [-Authentication ] [-RunAs32] [-PSVersion ] [-InputObject ] [-ArgumentList ] [] [-FilePath] [[-InitializationScript] ] [-Name ] [-Credential ] [-Authentication ] [-RunAs32] [-PSVersion ] [-InputObject ] [-ArgumentList ] [] [-HostName] []" - }, - { - "Name": "Stop-Job", - "CommandType": "Cmdlet", - "ParameterSets": "[-Id] [-PassThru] [-WhatIf] [-Confirm] [] [-Job] [-PassThru] [-WhatIf] [-Confirm] [] [-Name] [-PassThru] [-WhatIf] [-Confirm] [] [-InstanceId] [-PassThru] [-WhatIf] [-Confirm] [] [-State] [-PassThru] [-WhatIf] [-Confirm] [] [-Filter] [-PassThru] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Test-ModuleManifest", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] []" - }, - { - "Name": "Update-Help", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Module] ] [[-SourcePath] ] [[-UICulture] ] [-FullyQualifiedModule ] [-Recurse] [-Credential ] [-UseDefaultCredentials] [-Force] [-WhatIf] [-Confirm] [] [[-Module] ] [[-UICulture] ] [-FullyQualifiedModule ] [-LiteralPath ] [-Recurse] [-Credential ] [-UseDefaultCredentials] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Wait-Job", - "CommandType": "Cmdlet", - "ParameterSets": "[-Id] [-Any] [-Timeout ] [-Force] [] [-Job] [-Any] [-Timeout ] [-Force] [] [-Name] [-Any] [-Timeout ] [-Force] [] [-InstanceId] [-Any] [-Timeout ] [-Force] [] [-State] [-Any] [-Timeout ] [-Force] [] [-Filter] [-Any] [-Timeout ] [-Force] []" - }, - { - "Name": "Where-Object", - "CommandType": "Cmdlet", - "ParameterSets": "[-Property] [[-Value] ] [-InputObject ] [-EQ] [] [-FilterScript] [-InputObject ] [] [-Property] [[-Value] ] -GE [-InputObject ] [] [-Property] [[-Value] ] -CEQ [-InputObject ] [] [-Property] [[-Value] ] -NE [-InputObject ] [] [-Property] [[-Value] ] -CNE [-InputObject ] [] [-Property] [[-Value] ] -GT [-InputObject ] [] [-Property] [[-Value] ] -CGT [-InputObject ] [] [-Property] [[-Value] ] -LT [-InputObject ] [] [-Property] [[-Value] ] -CLT [-InputObject ] [] [-Property] [[-Value] ] -CGE [-InputObject ] [] [-Property] [[-Value] ] -LE [-InputObject ] [] [-Property] [[-Value] ] -CLE [-InputObject ] [] [-Property] [[-Value] ] -Like [-InputObject ] [] [-Property] [[-Value] ] -CLike [-InputObject ] [] [-Property] [[-Value] ] -NotLike [-InputObject ] [] [-Property] [[-Value] ] -CNotLike [-InputObject ] [] [-Property] [[-Value] ] -Match [-InputObject ] [] [-Property] [[-Value] ] -CMatch [-InputObject ] [] [-Property] [[-Value] ] -NotMatch [-InputObject ] [] [-Property] [[-Value] ] -CNotMatch [-InputObject ] [] [-Property] [[-Value] ] -Contains [-InputObject ] [] [-Property] [[-Value] ] -CContains [-InputObject ] [] [-Property] [[-Value] ] -NotContains [-InputObject ] [] [-Property] [[-Value] ] -CNotContains [-InputObject ] [] [-Property] [[-Value] ] -In [-InputObject ] [] [-Property] [[-Value] ] -CIn [-InputObject ] [] [-Property] [[-Value] ] -NotIn [-InputObject ] [] [-Property] [[-Value] ] -CNotIn [-InputObject ] [] [-Property] [[-Value] ] -Is [-InputObject ] [] [-Property] [[-Value] ] -IsNot [-InputObject ] []" - } - ], - "ExportedAliases": [ - "?", - "%", - "clhy", - "etsn", - "exsn", - "foreach", - "gcm", - "ghy", - "gjb", - "gmo", - "gsn", - "h", - "history", - "icm", - "ihy", - "ipmo", - "nmo", - "nsn", - "oh", - "r", - "rcjb", - "rjb", - "rmo", - "rsn", - "sajb", - "spjb", - "where", - "wjb" - ] - } - ], - "SchemaVersion": "0.0.1" -} diff --git a/Engine/Settings/core-6.0.2-windows.json b/Engine/Settings/core-6.0.2-windows.json deleted file mode 100644 index 4855177cc..000000000 --- a/Engine/Settings/core-6.0.2-windows.json +++ /dev/null @@ -1,2075 +0,0 @@ -{ - "SchemaVersion": "0.0.1", - "Modules": [ - { - "Name": "CimCmdlets", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Get-CimAssociatedInstance", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [[-Association] ] [-ResultClassName ] [-Namespace ] [-OperationTimeoutSec ] [-ResourceUri ] [-ComputerName ] [-KeyOnly] [] [-InputObject] [[-Association] ] -CimSession [-ResultClassName ] [-Namespace ] [-OperationTimeoutSec ] [-ResourceUri ] [-KeyOnly] []" - }, - { - "Name": "Get-CimClass", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ClassName] ] [[-Namespace] ] [-OperationTimeoutSec ] [-ComputerName ] [-MethodName ] [-PropertyName ] [-QualifierName ] [] [[-ClassName] ] [[-Namespace] ] -CimSession [-OperationTimeoutSec ] [-MethodName ] [-PropertyName ] [-QualifierName ] []" - }, - { - "Name": "Get-CimInstance", - "CommandType": "Cmdlet", - "ParameterSets": "[-ClassName] [-ComputerName ] [-KeyOnly] [-Namespace ] [-OperationTimeoutSec ] [-QueryDialect ] [-Shallow] [-Filter ] [-Property ] [] -CimSession -ResourceUri [-KeyOnly] [-Namespace ] [-OperationTimeoutSec ] [-Shallow] [-Filter ] [-Property ] [] -CimSession -Query [-ResourceUri ] [-Namespace ] [-OperationTimeoutSec ] [-QueryDialect ] [-Shallow] [] [-ClassName] -CimSession [-KeyOnly] [-Namespace ] [-OperationTimeoutSec ] [-QueryDialect ] [-Shallow] [-Filter ] [-Property ] [] [-InputObject] -CimSession [-ResourceUri ] [-OperationTimeoutSec ] [] [-InputObject] [-ResourceUri ] [-ComputerName ] [-OperationTimeoutSec ] [] -ResourceUri [-ComputerName ] [-KeyOnly] [-Namespace ] [-OperationTimeoutSec ] [-Shallow] [-Filter ] [-Property ] [] -Query [-ResourceUri ] [-ComputerName ] [-Namespace ] [-OperationTimeoutSec ] [-QueryDialect ] [-Shallow] []" - }, - { - "Name": "Get-CimSession", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ComputerName] ] [] [-Id] [] -InstanceId [] -Name []" - }, - { - "Name": "Invoke-CimMethod", - "CommandType": "Cmdlet", - "ParameterSets": "[-ClassName] [[-Arguments] ] [-MethodName] [-ComputerName ] [-Namespace ] [-OperationTimeoutSec ] [-WhatIf] [-Confirm] [] [-ClassName] [[-Arguments] ] [-MethodName] -CimSession [-Namespace ] [-OperationTimeoutSec ] [-WhatIf] [-Confirm] [] [[-Arguments] ] [-MethodName] -ResourceUri [-ComputerName ] [-Namespace ] [-OperationTimeoutSec ] [-WhatIf] [-Confirm] [] [-InputObject] [[-Arguments] ] [-MethodName] -CimSession [-ResourceUri ] [-OperationTimeoutSec ] [-WhatIf] [-Confirm] [] [-InputObject] [[-Arguments] ] [-MethodName] [-ResourceUri ] [-ComputerName ] [-OperationTimeoutSec ] [-WhatIf] [-Confirm] [] [[-Arguments] ] [-MethodName] -ResourceUri -CimSession [-Namespace ] [-OperationTimeoutSec ] [-WhatIf] [-Confirm] [] [-CimClass] [[-Arguments] ] [-MethodName] [-ComputerName ] [-OperationTimeoutSec ] [-WhatIf] [-Confirm] [] [-CimClass] [[-Arguments] ] [-MethodName] -CimSession [-OperationTimeoutSec ] [-WhatIf] [-Confirm] [] [[-Arguments] ] [-MethodName] -Query [-QueryDialect ] [-ComputerName ] [-Namespace ] [-OperationTimeoutSec ] [-WhatIf] [-Confirm] [] [[-Arguments] ] [-MethodName] -Query -CimSession [-QueryDialect ] [-Namespace ] [-OperationTimeoutSec ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "New-CimInstance", - "CommandType": "Cmdlet", - "ParameterSets": "[-ClassName] [[-Property] ] [-Key ] [-Namespace ] [-OperationTimeoutSec ] [-ComputerName ] [-ClientOnly] [-WhatIf] [-Confirm] [] [-ClassName] [[-Property] ] -CimSession [-Key ] [-Namespace ] [-OperationTimeoutSec ] [-ClientOnly] [-WhatIf] [-Confirm] [] [[-Property] ] -ResourceUri -CimSession [-Key ] [-Namespace ] [-OperationTimeoutSec ] [-WhatIf] [-Confirm] [] [[-Property] ] -ResourceUri [-Key ] [-Namespace ] [-OperationTimeoutSec ] [-ComputerName ] [-WhatIf] [-Confirm] [] [-CimClass] [[-Property] ] -CimSession [-OperationTimeoutSec ] [-ClientOnly] [-WhatIf] [-Confirm] [] [-CimClass] [[-Property] ] [-OperationTimeoutSec ] [-ComputerName ] [-ClientOnly] [-WhatIf] [-Confirm] []" - }, - { - "Name": "New-CimSession", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ComputerName] ] [[-Credential] ] [-Authentication ] [-Name ] [-OperationTimeoutSec ] [-SkipTestConnection] [-Port ] [-SessionOption ] [] [[-ComputerName] ] [-CertificateThumbprint ] [-Name ] [-OperationTimeoutSec ] [-SkipTestConnection] [-Port ] [-SessionOption ] []" - }, - { - "Name": "New-CimSessionOption", - "CommandType": "Cmdlet", - "ParameterSets": "[-Protocol] [-UICulture ] [-Culture ] [] [-NoEncryption] [-SkipCACheck] [-SkipCNCheck] [-SkipRevocationCheck] [-EncodePortInServicePrincipalName] [-Encoding ] [-HttpPrefix ] [-MaxEnvelopeSizeKB ] [-ProxyAuthentication ] [-ProxyCertificateThumbprint ] [-ProxyCredential ] [-ProxyType ] [-UseSsl] [-UICulture ] [-Culture ] [] [-Impersonation ] [-PacketIntegrity] [-PacketPrivacy] [-UICulture ] [-Culture ] []" - }, - { - "Name": "Register-CimIndicationEvent", - "CommandType": "Cmdlet", - "ParameterSets": "[-ClassName] [[-SourceIdentifier] ] [[-Action] ] [-Namespace ] [-OperationTimeoutSec ] [-ComputerName ] [-MessageData ] [-SupportEvent] [-Forward] [-MaxTriggerCount ] [] [-ClassName] [[-SourceIdentifier] ] [[-Action] ] -CimSession [-Namespace ] [-OperationTimeoutSec ] [-MessageData ] [-SupportEvent] [-Forward] [-MaxTriggerCount ] [] [-Query] [[-SourceIdentifier] ] [[-Action] ] -CimSession [-Namespace ] [-QueryDialect ] [-OperationTimeoutSec ] [-MessageData ] [-SupportEvent] [-Forward] [-MaxTriggerCount ] [] [-Query] [[-SourceIdentifier] ] [[-Action] ] [-Namespace ] [-QueryDialect ] [-OperationTimeoutSec ] [-ComputerName ] [-MessageData ] [-SupportEvent] [-Forward] [-MaxTriggerCount ] []" - }, - { - "Name": "Remove-CimInstance", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [-ResourceUri ] [-ComputerName ] [-OperationTimeoutSec ] [-WhatIf] [-Confirm] [] [-InputObject] -CimSession [-ResourceUri ] [-OperationTimeoutSec ] [-WhatIf] [-Confirm] [] [-Query] [[-Namespace] ] -CimSession [-OperationTimeoutSec ] [-QueryDialect ] [-WhatIf] [-Confirm] [] [-Query] [[-Namespace] ] [-ComputerName ] [-OperationTimeoutSec ] [-QueryDialect ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Remove-CimSession", - "CommandType": "Cmdlet", - "ParameterSets": "[-CimSession] [-WhatIf] [-Confirm] [] [-ComputerName] [-WhatIf] [-Confirm] [] [-Id] [-WhatIf] [-Confirm] [] -InstanceId [-WhatIf] [-Confirm] [] -Name [-WhatIf] [-Confirm] []" - }, - { - "Name": "Set-CimInstance", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [-ComputerName ] [-ResourceUri ] [-OperationTimeoutSec ] [-Property ] [-PassThru] [-WhatIf] [-Confirm] [] [-InputObject] -CimSession [-ResourceUri ] [-OperationTimeoutSec ] [-Property ] [-PassThru] [-WhatIf] [-Confirm] [] [-Query] -CimSession -Property [-Namespace ] [-OperationTimeoutSec ] [-QueryDialect ] [-PassThru] [-WhatIf] [-Confirm] [] [-Query] -Property [-ComputerName ] [-Namespace ] [-OperationTimeoutSec ] [-QueryDialect ] [-PassThru] [-WhatIf] [-Confirm] []" - } - ], - "ExportedAliases": [ - "gcim", - "scim", - "ncim", - "rcim", - "icim", - "gcai", - "rcie", - "ncms", - "rcms", - "gcms", - "ncso", - "gcls" - ] - }, - { - "Name": "Microsoft.PowerShell.Archive", - "Version": "1.1.0.0", - "ExportedCommands": [ - { - "Name": "Compress-Archive", - "CommandType": "Function", - "ParameterSets": "[-Path] [-DestinationPath] [-CompressionLevel ] [-PassThru] [-WhatIf] [-Confirm] [] [-Path] [-DestinationPath] -Update [-CompressionLevel ] [-PassThru] [-WhatIf] [-Confirm] [] [-Path] [-DestinationPath] -Force [-CompressionLevel ] [-PassThru] [-WhatIf] [-Confirm] [] [-DestinationPath] -LiteralPath -Update [-CompressionLevel ] [-PassThru] [-WhatIf] [-Confirm] [] [-DestinationPath] -LiteralPath -Force [-CompressionLevel ] [-PassThru] [-WhatIf] [-Confirm] [] [-DestinationPath] -LiteralPath [-CompressionLevel ] [-PassThru] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Expand-Archive", - "CommandType": "Function", - "ParameterSets": "[-Path] [[-DestinationPath] ] [-Force] [-PassThru] [-WhatIf] [-Confirm] [] [[-DestinationPath] ] -LiteralPath [-Force] [-PassThru] [-WhatIf] [-Confirm] []" - } - ], - "ExportedAliases": [] - }, - { - "Name": "Microsoft.PowerShell.Diagnostics", - "Version": "3.0.0.0", - "ExportedCommands": [ - { - "Name": "Get-WinEvent", - "CommandType": "Cmdlet", - "ParameterSets": "[[-LogName] ] [-MaxEvents ] [-ComputerName ] [-Credential ] [-FilterXPath ] [-Force] [-Oldest] [] [-ListLog] [-ComputerName ] [-Credential ] [-Force] [] [-ListProvider] [-ComputerName ] [-Credential ] [] [-ProviderName] [-MaxEvents ] [-ComputerName ] [-Credential ] [-FilterXPath ] [-Force] [-Oldest] [] [-Path] [-MaxEvents ] [-Credential ] [-FilterXPath ] [-Oldest] [] [-FilterHashtable] [-MaxEvents ] [-ComputerName ] [-Credential ] [-Force] [-Oldest] [] [-FilterXml] [-MaxEvents ] [-ComputerName ] [-Credential ] [-Oldest] []" - }, - { - "Name": "New-WinEvent", - "CommandType": "Cmdlet", - "ParameterSets": "[-ProviderName] [-Id] [[-Payload] ] [-Version ] []" - } - ], - "ExportedAliases": [] - }, - { - "Name": "Microsoft.PowerShell.Host", - "Version": "3.0.0.0", - "ExportedCommands": [ - { - "Name": "Start-Transcript", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Path] ] [-Append] [-Force] [-NoClobber] [-IncludeInvocationHeader] [-WhatIf] [-Confirm] [] [[-LiteralPath] ] [-Append] [-Force] [-NoClobber] [-IncludeInvocationHeader] [-WhatIf] [-Confirm] [] [[-OutputDirectory] ] [-Append] [-Force] [-NoClobber] [-IncludeInvocationHeader] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Stop-Transcript", - "CommandType": "Cmdlet", - "ParameterSets": "[]" - } - ], - "ExportedAliases": [] - }, - { - "Name": "Microsoft.PowerShell.Management", - "Version": "3.1.0.0", - "ExportedCommands": [ - { - "Name": "Add-Content", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Value] [-PassThru] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [-NoNewline] [-Encoding ] [-AsByteStream] [-Stream ] [] [-Value] -LiteralPath [-PassThru] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [-NoNewline] [-Encoding ] [-AsByteStream] [-Stream ] []" - }, - { - "Name": "Clear-Content", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [-Stream ] [] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [-Stream ] []" - }, - { - "Name": "Clear-Item", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] -LiteralPath [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Clear-ItemProperty", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Name] [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Name] -LiteralPath [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Convert-Path", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [] -LiteralPath []" - }, - { - "Name": "Copy-Item", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [[-Destination] ] [-Container] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Recurse] [-PassThru] [-Credential ] [-WhatIf] [-Confirm] [-FromSession ] [-ToSession ] [] [[-Destination] ] -LiteralPath [-Container] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Recurse] [-PassThru] [-Credential ] [-WhatIf] [-Confirm] [-FromSession ] [-ToSession ] []" - }, - { - "Name": "Copy-ItemProperty", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Destination] [-Name] [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Destination] [-Name] -LiteralPath [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Debug-Process", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-WhatIf] [-Confirm] [] [-Id] [-WhatIf] [-Confirm] [] -InputObject [-WhatIf] [-Confirm] []" - }, - { - "Name": "Get-ChildItem", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Path] ] [[-Filter] ] [-Include ] [-Exclude ] [-Recurse] [-Depth ] [-Force] [-Name] [-Attributes ] [-FollowSymlink] [-Directory] [-File] [-Hidden] [-ReadOnly] [-System] [] [[-Filter] ] -LiteralPath [-Include ] [-Exclude ] [-Recurse] [-Depth ] [-Force] [-Name] [-Attributes ] [-FollowSymlink] [-Directory] [-File] [-Hidden] [-ReadOnly] [-System] []" - }, - { - "Name": "Get-ComputerInfo", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] ] []" - }, - { - "Name": "Get-Content", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-ReadCount ] [-TotalCount ] [-Tail ] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-Delimiter ] [-Wait] [-Raw] [-Encoding ] [-AsByteStream] [-Stream ] [] -LiteralPath [-ReadCount ] [-TotalCount ] [-Tail ] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-Delimiter ] [-Wait] [-Raw] [-Encoding ] [-AsByteStream] [-Stream ] []" - }, - { - "Name": "Get-Item", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-Stream ] [] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-Stream ] []" - }, - { - "Name": "Get-ItemProperty", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [[-Name] ] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [] [[-Name] ] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-Credential ] []" - }, - { - "Name": "Get-ItemPropertyValue", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Path] ] [-Name] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [] [-Name] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-Credential ] []" - }, - { - "Name": "Get-Location", - "CommandType": "Cmdlet", - "ParameterSets": "[-PSProvider ] [-PSDrive ] [] [-Stack] [-StackName ] []" - }, - { - "Name": "Get-Process", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-Module] [-FileVersionInfo] [] [[-Name] ] -IncludeUserName [] -Id -IncludeUserName [] -Id [-Module] [-FileVersionInfo] [] -InputObject [-Module] [-FileVersionInfo] [] -InputObject -IncludeUserName []" - }, - { - "Name": "Get-PSDrive", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-Scope ] [-PSProvider ] [] [-LiteralName] [-Scope ] [-PSProvider ] []" - }, - { - "Name": "Get-PSProvider", - "CommandType": "Cmdlet", - "ParameterSets": "[[-PSProvider] ] []" - }, - { - "Name": "Get-Service", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-DependentServices] [-RequiredServices] [-Include ] [-Exclude ] [] -DisplayName [-DependentServices] [-RequiredServices] [-Include ] [-Exclude ] [] [-DependentServices] [-RequiredServices] [-Include ] [-Exclude ] [-InputObject ] []" - }, - { - "Name": "Get-TimeZone", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [] -Id [] -ListAvailable []" - }, - { - "Name": "Invoke-Item", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Join-Path", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-ChildPath] [[-AdditionalChildPath] ] [-Resolve] [-Credential ] []" - }, - { - "Name": "Move-Item", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [[-Destination] ] [-Force] [-Filter ] [-Include ] [-Exclude ] [-PassThru] [-Credential ] [-WhatIf] [-Confirm] [] [[-Destination] ] -LiteralPath [-Force] [-Filter ] [-Include ] [-Exclude ] [-PassThru] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Move-ItemProperty", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Destination] [-Name] [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Destination] [-Name] -LiteralPath [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "New-Item", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-ItemType ] [-Value ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [] [[-Path] ] -Name [-ItemType ] [-Value ] [-Force] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "New-ItemProperty", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Name] [-PropertyType ] [-Value ] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Name] -LiteralPath [-PropertyType ] [-Value ] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "New-PSDrive", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-PSProvider] [-Root] [-Description ] [-Scope ] [-Persist] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "New-Service", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-BinaryPathName] [-DisplayName ] [-Description ] [-StartupType ] [-Credential ] [-DependsOn ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Pop-Location", - "CommandType": "Cmdlet", - "ParameterSets": "[-PassThru] [-StackName ] []" - }, - { - "Name": "Push-Location", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Path] ] [-PassThru] [-StackName ] [] [-LiteralPath ] [-PassThru] [-StackName ] []" - }, - { - "Name": "Remove-Item", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Filter ] [-Include ] [-Exclude ] [-Recurse] [-Force] [-Credential ] [-WhatIf] [-Confirm] [-Stream ] [] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-Recurse] [-Force] [-Credential ] [-WhatIf] [-Confirm] [-Stream ] []" - }, - { - "Name": "Remove-ItemProperty", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Name] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Name] -LiteralPath [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Remove-PSDrive", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-PSProvider ] [-Scope ] [-Force] [-WhatIf] [-Confirm] [] [-LiteralName] [-PSProvider ] [-Scope ] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Remove-Service", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-WhatIf] [-Confirm] [] [-InputObject ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Rename-Computer", - "CommandType": "Cmdlet", - "ParameterSets": "[-NewName] [-ComputerName ] [-PassThru] [-DomainCredential ] [-LocalCredential ] [-Force] [-Restart] [-WsmanAuthentication ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Rename-Item", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-NewName] [-Force] [-PassThru] [-Credential ] [-WhatIf] [-Confirm] [] [-NewName] -LiteralPath [-Force] [-PassThru] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Rename-ItemProperty", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Name] [-NewName] [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Name] [-NewName] -LiteralPath [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Resolve-Path", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Relative] [-Credential ] [] -LiteralPath [-Relative] [-Credential ] []" - }, - { - "Name": "Restart-Computer", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ComputerName] ] [[-Credential] ] [-WsmanAuthentication ] [-Force] [-Wait] [-Timeout ] [-For ] [-Delay ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Restart-Service", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [-Force] [-PassThru] [-Include ] [-Exclude ] [-WhatIf] [-Confirm] [] [-Name] [-Force] [-PassThru] [-Include ] [-Exclude ] [-WhatIf] [-Confirm] [] -DisplayName [-Force] [-PassThru] [-Include ] [-Exclude ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Resume-Service", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [-PassThru] [-Include ] [-Exclude ] [-WhatIf] [-Confirm] [] [-Name] [-PassThru] [-Include ] [-Exclude ] [-WhatIf] [-Confirm] [] -DisplayName [-PassThru] [-Include ] [-Exclude ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Set-Content", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Value] [-PassThru] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [-NoNewline] [-Encoding ] [-AsByteStream] [-Stream ] [] [-Value] -LiteralPath [-PassThru] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [-NoNewline] [-Encoding ] [-AsByteStream] [-Stream ] []" - }, - { - "Name": "Set-Item", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [[-Value] ] [-Force] [-PassThru] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [[-Value] ] -LiteralPath [-Force] [-PassThru] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Set-ItemProperty", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Name] [-Value] [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Path] -InputObject [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Name] [-Value] -LiteralPath [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] -LiteralPath -InputObject [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Set-Location", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Path] ] [-PassThru] [] -LiteralPath [-PassThru] [] [-PassThru] [-StackName ] []" - }, - { - "Name": "Set-Service", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-DisplayName ] [-Credential ] [-Description ] [-StartupType ] [-Status ] [-PassThru] [-WhatIf] [-Confirm] [] [-InputObject] [-DisplayName ] [-Credential ] [-Description ] [-StartupType ] [-Status ] [-PassThru] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Set-TimeZone", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-PassThru] [-WhatIf] [-Confirm] [] -Id [-PassThru] [-WhatIf] [-Confirm] [] [-InputObject] [-PassThru] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Split-Path", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Parent] [-Resolve] [-Credential ] [] [-Path] [-Extension] [-Resolve] [-Credential ] [] [-Path] [-Leaf] [-Resolve] [-Credential ] [] [-Path] [-LeafBase] [-Resolve] [-Credential ] [] [-Path] [-Qualifier] [-Resolve] [-Credential ] [] [-Path] [-NoQualifier] [-Resolve] [-Credential ] [] [-Path] [-Resolve] [-IsAbsolute] [-Credential ] [] -LiteralPath [-Resolve] [-Credential ] []" - }, - { - "Name": "Start-Process", - "CommandType": "Cmdlet", - "ParameterSets": "[-FilePath] [[-ArgumentList] ] [-Credential ] [-WorkingDirectory ] [-LoadUserProfile] [-NoNewWindow] [-PassThru] [-RedirectStandardError ] [-RedirectStandardInput ] [-RedirectStandardOutput ] [-WindowStyle ] [-Wait] [-UseNewEnvironment] [-WhatIf] [-Confirm] [] [-FilePath] [[-ArgumentList] ] [-WorkingDirectory ] [-PassThru] [-Verb ] [-WindowStyle ] [-Wait] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Start-Service", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [-PassThru] [-Include ] [-Exclude ] [-WhatIf] [-Confirm] [] [-Name] [-PassThru] [-Include ] [-Exclude ] [-WhatIf] [-Confirm] [] -DisplayName [-PassThru] [-Include ] [-Exclude ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Stop-Computer", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ComputerName] ] [[-Credential] ] [-WsmanAuthentication ] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Stop-Process", - "CommandType": "Cmdlet", - "ParameterSets": "[-Id] [-PassThru] [-Force] [-WhatIf] [-Confirm] [] -Name [-PassThru] [-Force] [-WhatIf] [-Confirm] [] [-InputObject] [-PassThru] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Stop-Service", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [-Force] [-NoWait] [-PassThru] [-Include ] [-Exclude ] [-WhatIf] [-Confirm] [] [-Name] [-Force] [-NoWait] [-PassThru] [-Include ] [-Exclude ] [-WhatIf] [-Confirm] [] -DisplayName [-Force] [-NoWait] [-PassThru] [-Include ] [-Exclude ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Suspend-Service", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [-PassThru] [-Include ] [-Exclude ] [-WhatIf] [-Confirm] [] [-Name] [-PassThru] [-Include ] [-Exclude ] [-WhatIf] [-Confirm] [] -DisplayName [-PassThru] [-Include ] [-Exclude ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Test-Path", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Filter ] [-Include ] [-Exclude ] [-PathType ] [-IsValid] [-Credential ] [-OlderThan ] [-NewerThan ] [] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-PathType ] [-IsValid] [-Credential ] [-OlderThan ] [-NewerThan ] []" - }, - { - "Name": "Wait-Process", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [[-Timeout] ] [] [-Id] [[-Timeout] ] [] [[-Timeout] ] -InputObject []" - } - ], - "ExportedAliases": [ - "gin", - "gtz", - "stz" - ] - }, - { - "Name": "Microsoft.PowerShell.Security", - "Version": "3.0.0.0", - "ExportedCommands": [ - { - "Name": "ConvertFrom-SecureString", - "CommandType": "Cmdlet", - "ParameterSets": "[-SecureString] [[-SecureKey] ] [] [-SecureString] [-Key ] []" - }, - { - "Name": "ConvertTo-SecureString", - "CommandType": "Cmdlet", - "ParameterSets": "[-String] [[-SecureKey] ] [] [-String] [-AsPlainText] [-Force] [] [-String] [-Key ] []" - }, - { - "Name": "Get-Acl", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Path] ] [-Audit] [-Filter ] [-Include ] [-Exclude ] [] -InputObject [-Audit] [-Filter ] [-Include ] [-Exclude ] [] [-LiteralPath ] [-Audit] [-Filter ] [-Include ] [-Exclude ] []" - }, - { - "Name": "Get-AuthenticodeSignature", - "CommandType": "Cmdlet", - "ParameterSets": "[-FilePath] [] -LiteralPath [] -SourcePathOrExtension -Content []" - }, - { - "Name": "Get-CmsMessage", - "CommandType": "Cmdlet", - "ParameterSets": "[-Content] [] [-Path] [] [-LiteralPath] []" - }, - { - "Name": "Get-Credential", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Credential] ] [] [[-UserName] ] [-Message ] [-Title ] []" - }, - { - "Name": "Get-ExecutionPolicy", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Scope] ] [-List] []" - }, - { - "Name": "Get-PfxCertificate", - "CommandType": "Cmdlet", - "ParameterSets": "[-FilePath] [] -LiteralPath []" - }, - { - "Name": "New-FileCatalog", - "CommandType": "Cmdlet", - "ParameterSets": "[-CatalogFilePath] [[-Path] ] [-CatalogVersion ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Protect-CmsMessage", - "CommandType": "Cmdlet", - "ParameterSets": "[-To] [-Content] [[-OutFile] ] [] [-To] [-Path] [[-OutFile] ] [] [-To] [-LiteralPath] [[-OutFile] ] []" - }, - { - "Name": "Set-Acl", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-AclObject] [-ClearCentralAccessPolicy] [-Passthru] [-Filter ] [-Include ] [-Exclude ] [-WhatIf] [-Confirm] [] [-InputObject] [-AclObject] [-Passthru] [-Filter ] [-Include ] [-Exclude ] [-WhatIf] [-Confirm] [] [-AclObject] -LiteralPath [-ClearCentralAccessPolicy] [-Passthru] [-Filter ] [-Include ] [-Exclude ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Set-AuthenticodeSignature", - "CommandType": "Cmdlet", - "ParameterSets": "[-FilePath] [-Certificate] [-IncludeChain ] [-TimestampServer ] [-HashAlgorithm ] [-Force] [-WhatIf] [-Confirm] [] [-Certificate] -LiteralPath [-IncludeChain ] [-TimestampServer ] [-HashAlgorithm ] [-Force] [-WhatIf] [-Confirm] [] [-Certificate] -SourcePathOrExtension -Content [-IncludeChain ] [-TimestampServer ] [-HashAlgorithm ] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Set-ExecutionPolicy", - "CommandType": "Cmdlet", - "ParameterSets": "[-ExecutionPolicy] [[-Scope] ] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Test-FileCatalog", - "CommandType": "Cmdlet", - "ParameterSets": "[-CatalogFilePath] [[-Path] ] [-Detailed] [-FilesToSkip ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Unprotect-CmsMessage", - "CommandType": "Cmdlet", - "ParameterSets": "[-EventLogRecord] [[-To] ] [-IncludeContext] [] [-Content] [[-To] ] [-IncludeContext] [] [-Path] [[-To] ] [-IncludeContext] [] [-LiteralPath] [[-To] ] [-IncludeContext] []" - } - ], - "ExportedAliases": [] - }, - { - "Name": "Microsoft.PowerShell.Utility", - "Version": "3.1.0.0", - "ExportedCommands": [ - { - "Name": "ConvertFrom-SddlString", - "CommandType": "Function", - "ParameterSets": "[-Sddl] [-Type ] []" - }, - { - "Name": "Add-Member", - "CommandType": "Cmdlet", - "ParameterSets": "-InputObject -TypeName [-PassThru] [] [-NotePropertyMembers] -InputObject [-TypeName ] [-Force] [-PassThru] [] [-NotePropertyName] [-NotePropertyValue] -InputObject [-TypeName ] [-Force] [-PassThru] [] [-MemberType] [-Name] [[-Value] ] [[-SecondValue] ] -InputObject [-TypeName ] [-Force] [-PassThru] []" - }, - { - "Name": "Add-Type", - "CommandType": "Cmdlet", - "ParameterSets": "[-TypeDefinition] [-Language ] [-ReferencedAssemblies ] [-OutputAssembly ] [-OutputType ] [-PassThru] [-IgnoreWarnings] [] [-Name] [-MemberDefinition] [-Namespace ] [-UsingNamespace ] [-Language ] [-ReferencedAssemblies ] [-OutputAssembly ] [-OutputType ] [-PassThru] [-IgnoreWarnings] [] [-Path] [-ReferencedAssemblies ] [-OutputAssembly ] [-OutputType ] [-PassThru] [-IgnoreWarnings] [] -LiteralPath [-ReferencedAssemblies ] [-OutputAssembly ] [-OutputType ] [-PassThru] [-IgnoreWarnings] [] -AssemblyName [-PassThru] [-IgnoreWarnings] []" - }, - { - "Name": "Clear-Variable", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-Include ] [-Exclude ] [-Force] [-PassThru] [-Scope ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Compare-Object", - "CommandType": "Cmdlet", - "ParameterSets": "[-ReferenceObject] [-DifferenceObject] [-SyncWindow ] [-Property ] [-ExcludeDifferent] [-IncludeEqual] [-PassThru] [-Culture ] [-CaseSensitive] []" - }, - { - "Name": "ConvertFrom-Csv", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [[-Delimiter] ] [-Header ] [] [-InputObject] -UseCulture [-Header ] []" - }, - { - "Name": "ConvertFrom-Json", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [-AsHashtable] []" - }, - { - "Name": "ConvertFrom-StringData", - "CommandType": "Cmdlet", - "ParameterSets": "[-StringData] []" - }, - { - "Name": "ConvertTo-Csv", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [[-Delimiter] ] [-IncludeTypeInformation] [-NoTypeInformation] [] [-InputObject] [-UseCulture] [-IncludeTypeInformation] [-NoTypeInformation] []" - }, - { - "Name": "ConvertTo-Html", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] ] [[-Head] ] [[-Title] ] [[-Body] ] [-InputObject ] [-As ] [-CssUri ] [-PostContent ] [-PreContent ] [-Meta ] [-Charset ] [-Transitional] [] [[-Property] ] [-InputObject ] [-As ] [-Fragment] [-PostContent ] [-PreContent ] []" - }, - { - "Name": "ConvertTo-Json", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [-Depth ] [-Compress] [-EnumsAsStrings] []" - }, - { - "Name": "ConvertTo-Xml", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [-Depth ] [-NoTypeInformation] [-As ] []" - }, - { - "Name": "Debug-Runspace", - "CommandType": "Cmdlet", - "ParameterSets": "[-Runspace] [-WhatIf] [-Confirm] [] [-Name] [-WhatIf] [-Confirm] [] [-Id] [-WhatIf] [-Confirm] [] [-InstanceId] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Disable-PSBreakpoint", - "CommandType": "Cmdlet", - "ParameterSets": "[-Breakpoint] [-PassThru] [-WhatIf] [-Confirm] [] [-Id] [-PassThru] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Disable-RunspaceDebug", - "CommandType": "Cmdlet", - "ParameterSets": "[[-RunspaceName] ] [] [-Runspace] [] [-RunspaceId] [] [-RunspaceInstanceId] [] [[-ProcessName] ] [[-AppDomainName] ] []" - }, - { - "Name": "Enable-PSBreakpoint", - "CommandType": "Cmdlet", - "ParameterSets": "[-Id] [-PassThru] [-WhatIf] [-Confirm] [] [-Breakpoint] [-PassThru] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Enable-RunspaceDebug", - "CommandType": "Cmdlet", - "ParameterSets": "[[-RunspaceName] ] [-BreakAll] [] [-Runspace] [-BreakAll] [] [-RunspaceId] [-BreakAll] [] [-RunspaceInstanceId] [] [[-ProcessName] ] [[-AppDomainName] ] []" - }, - { - "Name": "Export-Alias", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [[-Name] ] [-PassThru] [-As ] [-Append] [-Force] [-NoClobber] [-Description ] [-Scope ] [-WhatIf] [-Confirm] [] [[-Name] ] -LiteralPath [-PassThru] [-As ] [-Append] [-Force] [-NoClobber] [-Description ] [-Scope ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Export-Clixml", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] -InputObject [-Depth ] [-Force] [-NoClobber] [-Encoding ] [-WhatIf] [-Confirm] [] -LiteralPath -InputObject [-Depth ] [-Force] [-NoClobber] [-Encoding ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Export-Csv", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Path] ] [[-Delimiter] ] -InputObject [-LiteralPath ] [-Force] [-NoClobber] [-Encoding ] [-Append] [-IncludeTypeInformation] [-NoTypeInformation] [-WhatIf] [-Confirm] [] [[-Path] ] -InputObject [-LiteralPath ] [-Force] [-NoClobber] [-Encoding ] [-Append] [-UseCulture] [-IncludeTypeInformation] [-NoTypeInformation] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Export-FormatData", - "CommandType": "Cmdlet", - "ParameterSets": "-InputObject -Path [-Force] [-NoClobber] [-IncludeScriptBlock] [] -InputObject -LiteralPath [-Force] [-NoClobber] [-IncludeScriptBlock] []" - }, - { - "Name": "Export-PSSession", - "CommandType": "Cmdlet", - "ParameterSets": "[-Session] [-OutputModule] [[-CommandName] ] [[-FormatTypeName] ] [-Force] [-Encoding ] [-AllowClobber] [-ArgumentList ] [-CommandType ] [-Module ] [-FullyQualifiedModule ] [-Certificate ] []" - }, - { - "Name": "Format-Custom", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] ] [-Depth ] [-GroupBy ] [-View ] [-ShowError] [-DisplayError] [-Force] [-Expand ] [-InputObject ] []" - }, - { - "Name": "Format-Hex", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-WhatIf] [-Confirm] [] -LiteralPath [-WhatIf] [-Confirm] [] -InputObject [-Encoding ] [-Raw] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Format-List", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] ] [-GroupBy ] [-View ] [-ShowError] [-DisplayError] [-Force] [-Expand ] [-InputObject ] []" - }, - { - "Name": "Format-Table", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] ] [-AutoSize] [-HideTableHeaders] [-Wrap] [-GroupBy ] [-View ] [-ShowError] [-DisplayError] [-Force] [-Expand ] [-InputObject ] []" - }, - { - "Name": "Format-Wide", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] ] [-AutoSize] [-Column ] [-GroupBy ] [-View ] [-ShowError] [-DisplayError] [-Force] [-Expand ] [-InputObject ] []" - }, - { - "Name": "Get-Alias", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-Exclude ] [-Scope ] [] [-Exclude ] [-Scope ] [-Definition ] []" - }, - { - "Name": "Get-Culture", - "CommandType": "Cmdlet", - "ParameterSets": "[]" - }, - { - "Name": "Get-Date", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Date] ] [-Year ] [-Month ] [-Day ] [-Hour ] [-Minute ] [-Second ] [-Millisecond ] [-DisplayHint ] [-Format ] [] [[-Date] ] [-Year ] [-Month ] [-Day ] [-Hour ] [-Minute ] [-Second ] [-Millisecond ] [-DisplayHint ] [-UFormat ] []" - }, - { - "Name": "Get-Event", - "CommandType": "Cmdlet", - "ParameterSets": "[[-SourceIdentifier] ] [] [-EventIdentifier] []" - }, - { - "Name": "Get-EventSubscriber", - "CommandType": "Cmdlet", - "ParameterSets": "[[-SourceIdentifier] ] [-Force] [] [-SubscriptionId] [-Force] []" - }, - { - "Name": "Get-FileHash", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [[-Algorithm] ] [] [-LiteralPath] [[-Algorithm] ] [] [-InputStream] [[-Algorithm] ] []" - }, - { - "Name": "Get-FormatData", - "CommandType": "Cmdlet", - "ParameterSets": "[[-TypeName] ] [-PowerShellVersion ] []" - }, - { - "Name": "Get-Host", - "CommandType": "Cmdlet", - "ParameterSets": "[]" - }, - { - "Name": "Get-Member", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-InputObject ] [-MemberType ] [-View ] [-Static] [-Force] []" - }, - { - "Name": "Get-PSBreakpoint", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Script] ] [] -Variable [-Script ] [] -Command [-Script ] [] [-Type] [-Script ] [] [-Id] []" - }, - { - "Name": "Get-PSCallStack", - "CommandType": "Cmdlet", - "ParameterSets": "[]" - }, - { - "Name": "Get-Random", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Maximum] ] [-SetSeed ] [-Minimum ] [] [-InputObject] [-SetSeed ] [-Count ] []" - }, - { - "Name": "Get-Runspace", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [] [-Id] [] [-InstanceId] []" - }, - { - "Name": "Get-RunspaceDebug", - "CommandType": "Cmdlet", - "ParameterSets": "[[-RunspaceName] ] [] [-Runspace] [] [-RunspaceId] [] [-RunspaceInstanceId] [] [[-ProcessName] ] [[-AppDomainName] ] []" - }, - { - "Name": "Get-TraceSource", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] []" - }, - { - "Name": "Get-TypeData", - "CommandType": "Cmdlet", - "ParameterSets": "[[-TypeName] ] []" - }, - { - "Name": "Get-UICulture", - "CommandType": "Cmdlet", - "ParameterSets": "[]" - }, - { - "Name": "Get-Unique", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject ] [-AsString] [] [-InputObject ] [-OnType] []" - }, - { - "Name": "Get-Uptime", - "CommandType": "Cmdlet", - "ParameterSets": "[] [-Since] []" - }, - { - "Name": "Get-Variable", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-ValueOnly] [-Include ] [-Exclude ] [-Scope ] []" - }, - { - "Name": "Get-Verb", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Verb] ] [[-Group] ] []" - }, - { - "Name": "Group-Object", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] ] [-NoElement] [-AsHashTable] [-AsString] [-InputObject ] [-Culture ] [-CaseSensitive] []" - }, - { - "Name": "Import-Alias", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Scope ] [-PassThru] [-Force] [-WhatIf] [-Confirm] [] -LiteralPath [-Scope ] [-PassThru] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Import-Clixml", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-IncludeTotalCount] [-Skip ] [-First ] [] -LiteralPath [-IncludeTotalCount] [-Skip ] [-First ] []" - }, - { - "Name": "Import-Csv", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Path] ] [[-Delimiter] ] [-LiteralPath ] [-Header ] [-Encoding ] [] [[-Path] ] -UseCulture [-LiteralPath ] [-Header ] [-Encoding ] []" - }, - { - "Name": "Import-LocalizedData", - "CommandType": "Cmdlet", - "ParameterSets": "[[-BindingVariable] ] [[-UICulture] ] [-BaseDirectory ] [-FileName ] [-SupportedCommand ] []" - }, - { - "Name": "Import-PowerShellDataFile", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [] [-LiteralPath] []" - }, - { - "Name": "Import-PSSession", - "CommandType": "Cmdlet", - "ParameterSets": "[-Session] [[-CommandName] ] [[-FormatTypeName] ] [-Prefix ] [-DisableNameChecking] [-AllowClobber] [-ArgumentList ] [-CommandType ] [-Module ] [-FullyQualifiedModule ] [-Certificate ] []" - }, - { - "Name": "Invoke-Expression", - "CommandType": "Cmdlet", - "ParameterSets": "[-Command] []" - }, - { - "Name": "Invoke-RestMethod", - "CommandType": "Cmdlet", - "ParameterSets": "[-Uri] [-Method ] [-FollowRelLink] [-MaximumFollowRelLink ] [-ResponseHeadersVariable ] [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-Body ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] [] [-Uri] -NoProxy [-Method ] [-FollowRelLink] [-MaximumFollowRelLink ] [-ResponseHeadersVariable ] [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-Body ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] [] [-Uri] -CustomMethod -NoProxy [-FollowRelLink] [-MaximumFollowRelLink ] [-ResponseHeadersVariable ] [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-Body ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] [] [-Uri] -CustomMethod [-FollowRelLink] [-MaximumFollowRelLink ] [-ResponseHeadersVariable ] [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-Body ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] []" - }, - { - "Name": "Invoke-WebRequest", - "CommandType": "Cmdlet", - "ParameterSets": "[-Uri] [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-Method ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-Body ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] [] [-Uri] -NoProxy [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-Method ] [-Body ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] [] [-Uri] -CustomMethod [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-Body ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] [] [-Uri] -CustomMethod -NoProxy [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-Body ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] []" - }, - { - "Name": "Measure-Command", - "CommandType": "Cmdlet", - "ParameterSets": "[-Expression] [-InputObject ] []" - }, - { - "Name": "Measure-Object", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] ] [-InputObject ] [-Sum] [-Average] [-Maximum] [-Minimum] [] [[-Property] ] [-InputObject ] [-Line] [-Word] [-Character] [-IgnoreWhiteSpace] []" - }, - { - "Name": "New-Alias", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-Value] [-Description ] [-Option ] [-PassThru] [-Scope ] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "New-Event", - "CommandType": "Cmdlet", - "ParameterSets": "[-SourceIdentifier] [[-Sender] ] [[-EventArguments] ] [[-MessageData] ] []" - }, - { - "Name": "New-Guid", - "CommandType": "Cmdlet", - "ParameterSets": "[]" - }, - { - "Name": "New-Object", - "CommandType": "Cmdlet", - "ParameterSets": "[-TypeName] [[-ArgumentList] ] [-Property ] [] [-ComObject] [-Strict] [-Property ] []" - }, - { - "Name": "New-TemporaryFile", - "CommandType": "Cmdlet", - "ParameterSets": "[-WhatIf] [-Confirm] []" - }, - { - "Name": "New-TimeSpan", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Start] ] [[-End] ] [] [-Days ] [-Hours ] [-Minutes ] [-Seconds ] []" - }, - { - "Name": "New-Variable", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [[-Value] ] [-Description ] [-Option ] [-Visibility ] [-Force] [-PassThru] [-Scope ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Out-File", - "CommandType": "Cmdlet", - "ParameterSets": "[-FilePath] [[-Encoding] ] [-Append] [-Force] [-NoClobber] [-Width ] [-NoNewline] [-InputObject ] [-WhatIf] [-Confirm] [] [[-Encoding] ] -LiteralPath [-Append] [-Force] [-NoClobber] [-Width ] [-NoNewline] [-InputObject ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Out-String", - "CommandType": "Cmdlet", - "ParameterSets": "[-Width ] [-NoNewline] [-InputObject ] [] [-Stream] [-Width ] [-InputObject ] []" - }, - { - "Name": "Read-Host", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Prompt] ] [-AsSecureString] []" - }, - { - "Name": "Register-EngineEvent", - "CommandType": "Cmdlet", - "ParameterSets": "[-SourceIdentifier] [[-Action] ] [-MessageData ] [-SupportEvent] [-Forward] [-MaxTriggerCount ] []" - }, - { - "Name": "Register-ObjectEvent", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [-EventName] [[-SourceIdentifier] ] [[-Action] ] [-MessageData ] [-SupportEvent] [-Forward] [-MaxTriggerCount ] []" - }, - { - "Name": "Remove-Alias", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-Scope ] [-Force] []" - }, - { - "Name": "Remove-Event", - "CommandType": "Cmdlet", - "ParameterSets": "[-SourceIdentifier] [-WhatIf] [-Confirm] [] [-EventIdentifier] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Remove-PSBreakpoint", - "CommandType": "Cmdlet", - "ParameterSets": "[-Breakpoint] [-WhatIf] [-Confirm] [] [-Id] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Remove-TypeData", - "CommandType": "Cmdlet", - "ParameterSets": "-TypeData [-WhatIf] [-Confirm] [] [-TypeName] [-WhatIf] [-Confirm] [] -Path [-WhatIf] [-Confirm] []" - }, - { - "Name": "Remove-Variable", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-Include ] [-Exclude ] [-Force] [-Scope ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Select-Object", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] ] [-InputObject ] [-ExcludeProperty ] [-ExpandProperty ] [-Unique] [-Last ] [-First ] [-Skip ] [-Wait] [] [[-Property] ] [-InputObject ] [-ExcludeProperty ] [-ExpandProperty ] [-Unique] [-SkipLast ] [] [-InputObject ] [-Unique] [-Wait] [-Index ] []" - }, - { - "Name": "Select-String", - "CommandType": "Cmdlet", - "ParameterSets": "[-Pattern] [-Path] [-SimpleMatch] [-CaseSensitive] [-Quiet] [-List] [-Include ] [-Exclude ] [-NotMatch] [-AllMatches] [-Encoding ] [-Context ] [] [-Pattern] -InputObject [-SimpleMatch] [-CaseSensitive] [-Quiet] [-List] [-Include ] [-Exclude ] [-NotMatch] [-AllMatches] [-Encoding ] [-Context ] [] [-Pattern] -LiteralPath [-SimpleMatch] [-CaseSensitive] [-Quiet] [-List] [-Include ] [-Exclude ] [-NotMatch] [-AllMatches] [-Encoding ] [-Context ] []" - }, - { - "Name": "Select-Xml", - "CommandType": "Cmdlet", - "ParameterSets": "[-XPath] [-Xml] [-Namespace ] [] [-XPath] [-Path] [-Namespace ] [] [-XPath] -LiteralPath [-Namespace ] [] [-XPath] -Content [-Namespace ] []" - }, - { - "Name": "Send-MailMessage", - "CommandType": "Cmdlet", - "ParameterSets": "[-To] [-Subject] [[-Body] ] [[-SmtpServer] ] -From [-Attachments ] [-Bcc ] [-BodyAsHtml] [-Encoding ] [-Cc ] [-DeliveryNotificationOption ] [-Priority ] [-Credential ] [-UseSsl] [-Port ] []" - }, - { - "Name": "Set-Alias", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-Value] [-Description ] [-Option ] [-PassThru] [-Scope ] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Set-Date", - "CommandType": "Cmdlet", - "ParameterSets": "[-Date] [-DisplayHint ] [-WhatIf] [-Confirm] [] [-Adjust] [-DisplayHint ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Set-PSBreakpoint", - "CommandType": "Cmdlet", - "ParameterSets": "[-Script] [-Line] [[-Column] ] [-Action ] [] [[-Script] ] -Command [-Action ] [] [[-Script] ] -Variable [-Action ] [-Mode ] []" - }, - { - "Name": "Set-TraceSource", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [[-Option] ] [-ListenerOption ] [-FilePath ] [-Force] [-Debugger] [-PSHost] [-PassThru] [] [-Name] [-RemoveListener ] [] [-Name] [-RemoveFileListener ] []" - }, - { - "Name": "Set-Variable", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [[-Value] ] [-Include ] [-Exclude ] [-Description ] [-Option ] [-Force] [-Visibility ] [-PassThru] [-Scope ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Sort-Object", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] ] [-Descending] [-Unique] [-Top ] [-InputObject ] [-Culture ] [-CaseSensitive] [] [[-Property] ] -Bottom [-Descending] [-Unique] [-InputObject ] [-Culture ] [-CaseSensitive] []" - }, - { - "Name": "Start-Sleep", - "CommandType": "Cmdlet", - "ParameterSets": "[-Seconds] [] -Milliseconds []" - }, - { - "Name": "Tee-Object", - "CommandType": "Cmdlet", - "ParameterSets": "[-FilePath] [-InputObject ] [-Append] [] -LiteralPath [-InputObject ] [] -Variable [-InputObject ] []" - }, - { - "Name": "Trace-Command", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-Expression] [[-Option] ] [-InputObject ] [-ListenerOption ] [-FilePath ] [-Force] [-Debugger] [-PSHost] [] [-Name] [-Command] [[-Option] ] [-InputObject ] [-ArgumentList ] [-ListenerOption ] [-FilePath ] [-Force] [-Debugger] [-PSHost] []" - }, - { - "Name": "Unblock-File", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-WhatIf] [-Confirm] [] -LiteralPath [-WhatIf] [-Confirm] []" - }, - { - "Name": "Unregister-Event", - "CommandType": "Cmdlet", - "ParameterSets": "[-SourceIdentifier] [-Force] [-WhatIf] [-Confirm] [] [-SubscriptionId] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Update-FormatData", - "CommandType": "Cmdlet", - "ParameterSets": "[[-AppendPath] ] [-PrependPath ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Update-TypeData", - "CommandType": "Cmdlet", - "ParameterSets": "[[-AppendPath] ] [-PrependPath ] [-WhatIf] [-Confirm] [] -TypeName [-MemberType ] [-MemberName ] [-Value ] [-SecondValue ] [-TypeConverter ] [-TypeAdapter ] [-SerializationMethod ] [-TargetTypeForDeserialization ] [-SerializationDepth ] [-DefaultDisplayProperty ] [-InheritPropertySerializationSet ] [-StringSerializationSource ] [-DefaultDisplayPropertySet ] [-DefaultKeyPropertySet ] [-PropertySerializationSet ] [-Force] [-WhatIf] [-Confirm] [] [-TypeData] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Wait-Debugger", - "CommandType": "Cmdlet", - "ParameterSets": "[]" - }, - { - "Name": "Wait-Event", - "CommandType": "Cmdlet", - "ParameterSets": "[[-SourceIdentifier] ] [-Timeout ] []" - }, - { - "Name": "Write-Debug", - "CommandType": "Cmdlet", - "ParameterSets": "[-Message] []" - }, - { - "Name": "Write-Error", - "CommandType": "Cmdlet", - "ParameterSets": "[-Message] [-Category ] [-ErrorId ] [-TargetObject ] [-RecommendedAction ] [-CategoryActivity ] [-CategoryReason ] [-CategoryTargetName ] [-CategoryTargetType ] [] -Exception [-Message ] [-Category ] [-ErrorId ] [-TargetObject ] [-RecommendedAction ] [-CategoryActivity ] [-CategoryReason ] [-CategoryTargetName ] [-CategoryTargetType ] [] -ErrorRecord [-RecommendedAction ] [-CategoryActivity ] [-CategoryReason ] [-CategoryTargetName ] [-CategoryTargetType ] []" - }, - { - "Name": "Write-Host", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Object] ] [-NoNewline] [-Separator ] [-ForegroundColor ] [-BackgroundColor ] []" - }, - { - "Name": "Write-Information", - "CommandType": "Cmdlet", - "ParameterSets": "[-MessageData] [[-Tags] ] []" - }, - { - "Name": "Write-Output", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [-NoEnumerate] []" - }, - { - "Name": "Write-Progress", - "CommandType": "Cmdlet", - "ParameterSets": "[-Activity] [[-Status] ] [[-Id] ] [-PercentComplete ] [-SecondsRemaining ] [-CurrentOperation ] [-ParentId ] [-Completed] [-SourceId ] []" - }, - { - "Name": "Write-Verbose", - "CommandType": "Cmdlet", - "ParameterSets": "[-Message] []" - }, - { - "Name": "Write-Warning", - "CommandType": "Cmdlet", - "ParameterSets": "[-Message] []" - } - ], - "ExportedAliases": [ - "fhx" - ] - }, - { - "Name": "Microsoft.WSMan.Management", - "Version": "3.0.0.0", - "ExportedCommands": [ - { - "Name": "Connect-WSMan", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ComputerName] ] [-ApplicationName ] [-OptionSet ] [-Port ] [-SessionOption ] [-UseSSL] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [] [-ConnectionURI ] [-OptionSet ] [-Port ] [-SessionOption ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] []" - }, - { - "Name": "Disable-WSManCredSSP", - "CommandType": "Cmdlet", - "ParameterSets": "[-Role] []" - }, - { - "Name": "Disconnect-WSMan", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ComputerName] ] []" - }, - { - "Name": "Enable-WSManCredSSP", - "CommandType": "Cmdlet", - "ParameterSets": "[-Role] [[-DelegateComputer] ] [-Force] []" - }, - { - "Name": "Get-WSManCredSSP", - "CommandType": "Cmdlet", - "ParameterSets": "[]" - }, - { - "Name": "Get-WSManInstance", - "CommandType": "Cmdlet", - "ParameterSets": "[-ResourceURI] [-ApplicationName ] [-ComputerName ] [-ConnectionURI ] [-Dialect ] [-Fragment ] [-OptionSet ] [-Port ] [-SelectorSet ] [-SessionOption ] [-UseSSL] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [] [-ResourceURI] -Enumerate [-ApplicationName ] [-BasePropertiesOnly] [-ComputerName ] [-ConnectionURI ] [-Dialect ] [-Filter ] [-OptionSet ] [-Port ] [-Associations] [-ReturnType ] [-SessionOption ] [-Shallow] [-UseSSL] [-Credential ] [-Authentication ] [-CertificateThumbprint ] []" - }, - { - "Name": "Invoke-WSManAction", - "CommandType": "Cmdlet", - "ParameterSets": "[-ResourceURI] [-Action] [[-SelectorSet] ] [-ConnectionURI ] [-FilePath ] [-OptionSet ] [-SessionOption ] [-ValueSet ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [] [-ResourceURI] [-Action] [[-SelectorSet] ] [-ApplicationName ] [-ComputerName ] [-FilePath ] [-OptionSet ] [-Port ] [-SessionOption ] [-UseSSL] [-ValueSet ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] []" - }, - { - "Name": "New-WSManInstance", - "CommandType": "Cmdlet", - "ParameterSets": "[-ResourceURI] [-SelectorSet] [-ApplicationName ] [-ComputerName ] [-FilePath ] [-OptionSet ] [-Port ] [-SessionOption ] [-UseSSL] [-ValueSet ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [] [-ResourceURI] [-SelectorSet] [-ConnectionURI ] [-FilePath ] [-OptionSet ] [-SessionOption ] [-ValueSet ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] []" - }, - { - "Name": "New-WSManSessionOption", - "CommandType": "Cmdlet", - "ParameterSets": "[-ProxyAccessType ] [-ProxyAuthentication ] [-ProxyCredential ] [-SkipCACheck] [-SkipCNCheck] [-SkipRevocationCheck] [-SPNPort ] [-OperationTimeout ] [-NoEncryption] [-UseUTF16] []" - }, - { - "Name": "Remove-WSManInstance", - "CommandType": "Cmdlet", - "ParameterSets": "[-ResourceURI] [-SelectorSet] [-ApplicationName ] [-ComputerName ] [-OptionSet ] [-Port ] [-SessionOption ] [-UseSSL] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [] [-ResourceURI] [-SelectorSet] [-ConnectionURI ] [-OptionSet ] [-SessionOption ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] []" - }, - { - "Name": "Set-WSManInstance", - "CommandType": "Cmdlet", - "ParameterSets": "[-ResourceURI] [[-SelectorSet] ] [-ApplicationName ] [-ComputerName ] [-Dialect ] [-FilePath ] [-Fragment ] [-OptionSet ] [-Port ] [-SessionOption ] [-UseSSL] [-ValueSet ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [] [-ResourceURI] [[-SelectorSet] ] [-ConnectionURI ] [-Dialect ] [-FilePath ] [-Fragment ] [-OptionSet ] [-SessionOption ] [-ValueSet ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] []" - }, - { - "Name": "Set-WSManQuickConfig", - "CommandType": "Cmdlet", - "ParameterSets": "[-UseSSL] [-Force] [-SkipNetworkProfileCheck] []" - }, - { - "Name": "Test-WSMan", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ComputerName] ] [-Authentication ] [-Port ] [-UseSSL] [-ApplicationName ] [-Credential ] [-CertificateThumbprint ] []" - } - ], - "ExportedAliases": [] - }, - { - "Name": "PackageManagement", - "Version": "1.1.7.0", - "ExportedCommands": [ - { - "Name": "Find-Package", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-IncludeDependencies] [-AllVersions] [-Source ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Force] [-ForceBootstrap] [-ProviderName ] [-ConfigFile ] [-SkipValidate] [-Headers ] [-FilterOnTag ] [-Contains ] [-AllowPrereleaseVersions] [] [[-Name] ] [-IncludeDependencies] [-AllVersions] [-Source ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Force] [-ForceBootstrap] [-ProviderName ] [-AllowPrereleaseVersions] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Type ] [-Filter ] [-Tag ] [-Includes ] [-DscResource ] [-RoleCapability ] [-Command ] [-AcceptLicense] []" - }, - { - "Name": "Find-PackageProvider", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-AllVersions] [-Source ] [-IncludeDependencies] [-Credential ] [-Proxy ] [-ProxyCredential ] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Force] [-ForceBootstrap] []" - }, - { - "Name": "Get-Package", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-AllVersions] [-Force] [-ForceBootstrap] [-ProviderName ] [-Destination ] [-ExcludeVersion] [-Scope ] [-SkipDependencies] [] [[-Name] ] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-AllVersions] [-Force] [-ForceBootstrap] [-ProviderName ] [-Scope ] [-PackageManagementProvider ] [-Type ] [-AllowClobber] [-SkipPublisherCheck] [-InstallUpdate] [-NoPathUpdate] [-AllowPrereleaseVersions] []" - }, - { - "Name": "Get-PackageProvider", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-ListAvailable] [-Force] [-ForceBootstrap] []" - }, - { - "Name": "Get-PackageSource", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-Location ] [-Force] [-ForceBootstrap] [-ProviderName ] [-ConfigFile ] [-SkipValidate] [] [[-Name] ] [-Location ] [-Force] [-ForceBootstrap] [-ProviderName ] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] []" - }, - { - "Name": "Import-PackageProvider", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Force] [-ForceBootstrap] []" - }, - { - "Name": "Install-Package", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Source ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ProviderName ] [] [-InputObject] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [-Headers ] [-FilterOnTag ] [-Contains ] [-AllowPrereleaseVersions] [-Destination ] [-ExcludeVersion] [-Scope ] [-SkipDependencies] [] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [-Headers ] [-FilterOnTag ] [-Contains ] [-AllowPrereleaseVersions] [-Destination ] [-ExcludeVersion] [-Scope ] [-SkipDependencies] [] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-AllowPrereleaseVersions] [-Scope ] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Type ] [-Filter ] [-Tag ] [-Includes ] [-DscResource ] [-RoleCapability ] [-Command ] [-AcceptLicense] [-AllowClobber] [-SkipPublisherCheck] [-InstallUpdate] [-NoPathUpdate] [] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-AllowPrereleaseVersions] [-Scope ] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Type ] [-Filter ] [-Tag ] [-Includes ] [-DscResource ] [-RoleCapability ] [-Command ] [-AcceptLicense] [-AllowClobber] [-SkipPublisherCheck] [-InstallUpdate] [-NoPathUpdate] []" - }, - { - "Name": "Install-PackageProvider", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Credential ] [-Scope ] [-Source ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [] [-InputObject] [-Scope ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Register-PackageSource", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [[-Location] ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ProviderName ] [] [[-Name] ] [[-Location] ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [] [[-Name] ] [[-Location] ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] []" - }, - { - "Name": "Save-Package", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Source ] [-Path ] [-LiteralPath ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ProviderName ] [] -InputObject [-Path ] [-LiteralPath ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [] [-Path ] [-LiteralPath ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [-Headers ] [-FilterOnTag ] [-Contains ] [-AllowPrereleaseVersions] [] [-Path ] [-LiteralPath ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [-Headers ] [-FilterOnTag ] [-Contains ] [-AllowPrereleaseVersions] [] [-Path ] [-LiteralPath ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-AllowPrereleaseVersions] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Type ] [-Filter ] [-Tag ] [-Includes ] [-DscResource ] [-RoleCapability ] [-Command ] [-AcceptLicense] [] [-Path ] [-LiteralPath ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-AllowPrereleaseVersions] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Type ] [-Filter ] [-Tag ] [-Includes ] [-DscResource ] [-RoleCapability ] [-Command ] [-AcceptLicense] []" - }, - { - "Name": "Set-PackageSource", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Location ] [-NewLocation ] [-NewName ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ProviderName ] [] -InputObject [-Proxy ] [-ProxyCredential ] [-Credential ] [-NewLocation ] [-NewName ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [] [-Proxy ] [-ProxyCredential ] [-Credential ] [-NewLocation ] [-NewName ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [] [-Proxy ] [-ProxyCredential ] [-Credential ] [-NewLocation ] [-NewName ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [] [-Proxy ] [-ProxyCredential ] [-Credential ] [-NewLocation ] [-NewName ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [] [-Proxy ] [-ProxyCredential ] [-Credential ] [-NewLocation ] [-NewName ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] []" - }, - { - "Name": "Uninstall-Package", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [] [-Name] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ProviderName ] [] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-Destination ] [-ExcludeVersion] [-Scope ] [-SkipDependencies] [] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-Destination ] [-ExcludeVersion] [-Scope ] [-SkipDependencies] [] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-Scope ] [-PackageManagementProvider ] [-Type ] [-AllowClobber] [-SkipPublisherCheck] [-InstallUpdate] [-NoPathUpdate] [-AllowPrereleaseVersions] [] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-Scope ] [-PackageManagementProvider ] [-Type ] [-AllowClobber] [-SkipPublisherCheck] [-InstallUpdate] [-NoPathUpdate] [-AllowPrereleaseVersions] []" - }, - { - "Name": "Unregister-PackageSource", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Source] ] [-Location ] [-Credential ] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ProviderName ] [] -InputObject [-Credential ] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [] [-Credential ] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [] [-Credential ] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [] [-Credential ] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [] [-Credential ] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] []" - } - ], - "ExportedAliases": [] - }, - { - "Name": "PowerShellGet", - "Version": "1.6.0", - "ExportedCommands": [ - { - "Name": "Find-Command", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] [-ModuleName ] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-AllVersions] [-AllowPrerelease] [-Tag ] [-Filter ] [-Proxy ] [-ProxyCredential ] [-Repository ] []" - }, - { - "Name": "Find-DscResource", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] [-ModuleName ] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-AllVersions] [-AllowPrerelease] [-Tag ] [-Filter ] [-Proxy ] [-ProxyCredential ] [-Repository ] []" - }, - { - "Name": "Find-Module", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-AllVersions] [-IncludeDependencies] [-Filter ] [-Tag ] [-Includes ] [-DscResource ] [-RoleCapability ] [-Command ] [-Proxy ] [-ProxyCredential ] [-Repository ] [-Credential ] [-AllowPrerelease] []" - }, - { - "Name": "Find-RoleCapability", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] [-ModuleName ] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-AllVersions] [-AllowPrerelease] [-Tag ] [-Filter ] [-Proxy ] [-ProxyCredential ] [-Repository ] []" - }, - { - "Name": "Find-Script", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-AllVersions] [-IncludeDependencies] [-Filter ] [-Tag ] [-Includes ] [-Command ] [-Proxy ] [-ProxyCredential ] [-Repository ] [-Credential ] [-AllowPrerelease] []" - }, - { - "Name": "Get-InstalledModule", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] [-MinimumVersion ] [-RequiredVersion ] [-MaximumVersion ] [-AllVersions] [-AllowPrerelease] []" - }, - { - "Name": "Get-InstalledScript", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] [-MinimumVersion ] [-RequiredVersion ] [-MaximumVersion ] [-AllowPrerelease] []" - }, - { - "Name": "Get-PSRepository", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] []" - }, - { - "Name": "Install-Module", - "CommandType": "Function", - "ParameterSets": "[-Name] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-Repository ] [-Credential ] [-Scope ] [-Proxy ] [-ProxyCredential ] [-AllowClobber] [-SkipPublisherCheck] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-InputObject] [-Credential ] [-Scope ] [-Proxy ] [-ProxyCredential ] [-AllowClobber] [-SkipPublisherCheck] [-Force] [-AcceptLicense] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Install-Script", - "CommandType": "Function", - "ParameterSets": "[-Name] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-Repository ] [-Scope ] [-NoPathUpdate] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-InputObject] [-Scope ] [-NoPathUpdate] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AcceptLicense] [-WhatIf] [-Confirm] []" - }, - { - "Name": "New-ScriptFileInfo", - "CommandType": "Function", - "ParameterSets": "[[-Path] ] -Description [-Version ] [-Author ] [-Guid ] [-CompanyName ] [-Copyright ] [-RequiredModules ] [-ExternalModuleDependencies ] [-RequiredScripts ] [-ExternalScriptDependencies ] [-Tags ] [-ProjectUri ] [-LicenseUri ] [-IconUri ] [-ReleaseNotes ] [-PrivateData ] [-PassThru] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Publish-Module", - "CommandType": "Function", - "ParameterSets": "-Name [-RequiredVersion ] [-NuGetApiKey ] [-Repository ] [-Credential ] [-FormatVersion ] [-ReleaseNotes ] [-Tags ] [-LicenseUri ] [-IconUri ] [-ProjectUri ] [-Force] [-AllowPrerelease] [-WhatIf] [-Confirm] [] -Path [-NuGetApiKey ] [-Repository ] [-Credential ] [-FormatVersion ] [-ReleaseNotes ] [-Tags ] [-LicenseUri ] [-IconUri ] [-ProjectUri ] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Publish-Script", - "CommandType": "Function", - "ParameterSets": "-Path [-NuGetApiKey ] [-Repository ] [-Credential ] [-Force] [-WhatIf] [-Confirm] [] -LiteralPath [-NuGetApiKey ] [-Repository ] [-Credential ] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Register-PSRepository", - "CommandType": "Function", - "ParameterSets": "[-Name] [-SourceLocation] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Credential ] [-InstallationPolicy ] [-Proxy ] [-ProxyCredential ] [-PackageManagementProvider ] [] -Default [-InstallationPolicy ] [-Proxy ] [-ProxyCredential ] []" - }, - { - "Name": "Save-Module", - "CommandType": "Function", - "ParameterSets": "[-Name] -Path [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-Repository ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-Name] -LiteralPath [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-Repository ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-InputObject] -LiteralPath [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-InputObject] -Path [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AcceptLicense] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Save-Script", - "CommandType": "Function", - "ParameterSets": "[-Name] -Path [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-Repository ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-Name] -LiteralPath [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-Repository ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-InputObject] -LiteralPath [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-InputObject] -Path [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AcceptLicense] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Set-PSRepository", - "CommandType": "Function", - "ParameterSets": "[-Name] [[-SourceLocation] ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Credential ] [-InstallationPolicy ] [-Proxy ] [-ProxyCredential ] [-PackageManagementProvider ] []" - }, - { - "Name": "Test-ScriptFileInfo", - "CommandType": "Function", - "ParameterSets": "[-Path] [] -LiteralPath []" - }, - { - "Name": "Uninstall-Module", - "CommandType": "Function", - "ParameterSets": "[-Name] [-MinimumVersion ] [-RequiredVersion ] [-MaximumVersion ] [-AllVersions] [-Force] [-AllowPrerelease] [-WhatIf] [-Confirm] [] [-InputObject] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Uninstall-Script", - "CommandType": "Function", - "ParameterSets": "[-Name] [-MinimumVersion ] [-RequiredVersion ] [-MaximumVersion ] [-Force] [-AllowPrerelease] [-WhatIf] [-Confirm] [] [-InputObject] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Unregister-PSRepository", - "CommandType": "Function", - "ParameterSets": "[-Name] []" - }, - { - "Name": "Update-Module", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] [-RequiredVersion ] [-MaximumVersion ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Update-ModuleManifest", - "CommandType": "Function", - "ParameterSets": "[-Path] [-NestedModules ] [-Guid ] [-Author ] [-CompanyName ] [-Copyright ] [-RootModule ] [-ModuleVersion ] [-Description ] [-ProcessorArchitecture ] [-CompatiblePSEditions ] [-PowerShellVersion ] [-ClrVersion ] [-DotNetFrameworkVersion ] [-PowerShellHostName ] [-PowerShellHostVersion ] [-RequiredModules ] [-TypesToProcess ] [-FormatsToProcess ] [-ScriptsToProcess ] [-RequiredAssemblies ] [-FileList ] [-ModuleList ] [-FunctionsToExport ] [-AliasesToExport ] [-VariablesToExport ] [-CmdletsToExport ] [-DscResourcesToExport ] [-PrivateData ] [-Tags ] [-ProjectUri ] [-LicenseUri ] [-IconUri ] [-ReleaseNotes ] [-Prerelease ] [-HelpInfoUri ] [-PassThru] [-DefaultCommandPrefix ] [-ExternalModuleDependencies ] [-PackageManagementProviders ] [-RequireLicenseAcceptance] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Update-Script", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] [-RequiredVersion ] [-MaximumVersion ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Update-ScriptFileInfo", - "CommandType": "Function", - "ParameterSets": "[-Path] [-Version ] [-Author ] [-Guid ] [-Description ] [-CompanyName ] [-Copyright ] [-RequiredModules ] [-ExternalModuleDependencies ] [-RequiredScripts ] [-ExternalScriptDependencies ] [-Tags ] [-ProjectUri ] [-LicenseUri ] [-IconUri ] [-ReleaseNotes ] [-PrivateData ] [-PassThru] [-Force] [-WhatIf] [-Confirm] [] [-LiteralPath] [-Version ] [-Author ] [-Guid ] [-Description ] [-CompanyName ] [-Copyright ] [-RequiredModules ] [-ExternalModuleDependencies ] [-RequiredScripts ] [-ExternalScriptDependencies ] [-Tags ] [-ProjectUri ] [-LicenseUri ] [-IconUri ] [-ReleaseNotes ] [-PrivateData ] [-PassThru] [-Force] [-WhatIf] [-Confirm] []" - } - ], - "ExportedAliases": [ - "inmo", - "fimo", - "upmo", - "pumo" - ] - }, - { - "Name": "PSDesiredStateConfiguration", - "Version": "0.0", - "ExportedCommands": [ - { - "Name": "AddDscResourceProperty", - "CommandType": "Function", - "ParameterSets": null - }, - { - "Name": "AddDscResourcePropertyFromMetadata", - "CommandType": "Function", - "ParameterSets": null - }, - { - "Name": "Add-NodeKeys", - "CommandType": "Function", - "ParameterSets": "[-ResourceKey] [-keywordName] []" - }, - { - "Name": "CheckResourceFound", - "CommandType": "Function", - "ParameterSets": "[[-names] ] [[-Resources] ]" - }, - { - "Name": "Configuration", - "CommandType": "Function", - "ParameterSets": "[[-ResourceModuleTuplesToImport] ] [[-OutputPath] ] [[-Name] ] [[-Body] ] [[-ArgsToBody] ] [[-ConfigurationData] ] [[-InstanceName] ] []" - }, - { - "Name": "ConvertTo-MOFInstance", - "CommandType": "Function", - "ParameterSets": "[-Type] [-Properties] []" - }, - { - "Name": "Generate-VersionInfo", - "CommandType": "Function", - "ParameterSets": "[-KeywordData] [-Value] []" - }, - { - "Name": "Get-CompatibleVersionAddtionaPropertiesStr", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Get-ComplexResourceQualifier", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "GetCompositeResource", - "CommandType": "Function", - "ParameterSets": "[[-patterns] ] [-configInfo] [[-ignoreParameters] ] [-modules] []" - }, - { - "Name": "Get-ConfigurationErrorCount", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Get-DscResource", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] [[-Module] ] [-Syntax] []" - }, - { - "Name": "Get-DSCResourceModules", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Get-EncryptedPassword", - "CommandType": "Function", - "ParameterSets": "[[-Value] ] []" - }, - { - "Name": "GetImplementingModulePath", - "CommandType": "Function", - "ParameterSets": "[-schemaFileName] []" - }, - { - "Name": "Get-InnerMostErrorRecord", - "CommandType": "Function", - "ParameterSets": "[-ErrorRecord] []" - }, - { - "Name": "GetModule", - "CommandType": "Function", - "ParameterSets": "[-modules] [-schemaFileName] []" - }, - { - "Name": "Get-MofInstanceName", - "CommandType": "Function", - "ParameterSets": "[[-mofInstance] ]" - }, - { - "Name": "Get-MofInstanceText", - "CommandType": "Function", - "ParameterSets": "[-aliasId] []" - }, - { - "Name": "GetPatterns", - "CommandType": "Function", - "ParameterSets": "[[-names] ]" - }, - { - "Name": "Get-PositionInfo", - "CommandType": "Function", - "ParameterSets": "[[-sourceMetadata] ]" - }, - { - "Name": "Get-PSCurrentConfigurationNode", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Get-PSDefaultConfigurationDocument", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Get-PSMetaConfigDocumentInstVersionInfo", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Get-PSMetaConfigurationProcessed", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Get-PSTopConfigurationName", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Get-PublicKeyFromFile", - "CommandType": "Function", - "ParameterSets": "[-certificatefile] []" - }, - { - "Name": "Get-PublicKeyFromStore", - "CommandType": "Function", - "ParameterSets": "[-certificateid] []" - }, - { - "Name": "GetResourceFromKeyword", - "CommandType": "Function", - "ParameterSets": "[-keyword] [[-patterns] ] [-modules] []" - }, - { - "Name": "GetSyntax", - "CommandType": "Function", - "ParameterSets": null - }, - { - "Name": "ImportCimAndScriptKeywordsFromModule", - "CommandType": "Function", - "ParameterSets": "[-Module] [-resource] [[-functionsToDefine] ] []" - }, - { - "Name": "ImportClassResourcesFromModule", - "CommandType": "Function", - "ParameterSets": "[-Module] [-Resources] [[-functionsToDefine] ] []" - }, - { - "Name": "Initialize-ConfigurationRuntimeState", - "CommandType": "Function", - "ParameterSets": "[[-ConfigurationName] ] []" - }, - { - "Name": "IsHiddenResource", - "CommandType": "Function", - "ParameterSets": "[-ResourceName] []" - }, - { - "Name": "IsPatternMatched", - "CommandType": "Function", - "ParameterSets": "[[-patterns] ] [-Name] []" - }, - { - "Name": "New-DscChecksum", - "CommandType": "Function", - "ParameterSets": "[-Path] [[-OutPath] ] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Node", - "CommandType": "Function", - "ParameterSets": "[-KeywordData] [[-Name] ] [-Value] [-sourceMetadata] []" - }, - { - "Name": "ReadEnvironmentFile", - "CommandType": "Function", - "ParameterSets": "[-FilePath] []" - }, - { - "Name": "Set-NodeExclusiveResources", - "CommandType": "Function", - "ParameterSets": "[-resourceId] [-exclusiveResource] []" - }, - { - "Name": "Set-NodeManager", - "CommandType": "Function", - "ParameterSets": "[-resourceId] [-referencedManagers] []" - }, - { - "Name": "Set-NodeResources", - "CommandType": "Function", - "ParameterSets": "[-resourceId] [-requiredResourceList] []" - }, - { - "Name": "Set-NodeResourceSource", - "CommandType": "Function", - "ParameterSets": "[-resourceId] [-referencedResourceSources] []" - }, - { - "Name": "Set-PSCurrentConfigurationNode", - "CommandType": "Function", - "ParameterSets": "[[-nodeName] ] []" - }, - { - "Name": "Set-PSDefaultConfigurationDocument", - "CommandType": "Function", - "ParameterSets": "[[-documentText] ] []" - }, - { - "Name": "Set-PSMetaConfigDocInsProcessedBeforeMeta", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Set-PSMetaConfigVersionInfoV2", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Set-PSTopConfigurationName", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] []" - }, - { - "Name": "StrongConnect", - "CommandType": "Function", - "ParameterSets": "[[-resourceId] ]" - }, - { - "Name": "Test-ConflictingResources", - "CommandType": "Function", - "ParameterSets": "[[-keyword] ] [-properties] [-keywordData] []" - }, - { - "Name": "Test-ModuleReloadRequired", - "CommandType": "Function", - "ParameterSets": "[-SchemaFilePath] []" - }, - { - "Name": "Test-MofInstanceText", - "CommandType": "Function", - "ParameterSets": "[-instanceText] []" - }, - { - "Name": "Test-NodeManager", - "CommandType": "Function", - "ParameterSets": "[-resourceId] []" - }, - { - "Name": "Test-NodeResources", - "CommandType": "Function", - "ParameterSets": "[-resourceId] []" - }, - { - "Name": "Test-NodeResourceSource", - "CommandType": "Function", - "ParameterSets": "[-resourceId] []" - }, - { - "Name": "ThrowError", - "CommandType": "Function", - "ParameterSets": "[-ExceptionName] [-ExceptionMessage] [[-ExceptionObject] ] [-errorId] [-errorCategory] []" - }, - { - "Name": "Update-ConfigurationDocumentRef", - "CommandType": "Function", - "ParameterSets": "[-NodeResources] [-NodeInstanceAliases] [-NodeResourceIdAliases] [-ConfigurationName] []" - }, - { - "Name": "Update-ConfigurationErrorCount", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Update-DependsOn", - "CommandType": "Function", - "ParameterSets": "[-NodeResources] [-NodeInstanceAliases] [-NodeResourceIdAliases] []" - }, - { - "Name": "Update-LocalConfigManager", - "CommandType": "Function", - "ParameterSets": "[[-localConfigManager] ] [[-resourceManagers] ] [[-reportManagers] ] [[-downloadManagers] ] [[-partialConfigurations] ]" - }, - { - "Name": "Update-ModuleVersion", - "CommandType": "Function", - "ParameterSets": "[-NodeResources] [-NodeInstanceAliases] [-NodeResourceIdAliases] []" - }, - { - "Name": "ValidateNoCircleInNodeResources", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "ValidateNodeExclusiveResources", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "ValidateNodeManager", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "ValidateNodeResources", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "ValidateNodeResourceSource", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "ValidateNoNameNodeResources", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "ValidateUpdate-ConfigurationData", - "CommandType": "Function", - "ParameterSets": "[[-ConfigurationData] ] []" - }, - { - "Name": "WriteFile", - "CommandType": "Function", - "ParameterSets": "[-Value] [-Path] []" - }, - { - "Name": "Write-Log", - "CommandType": "Function", - "ParameterSets": "[-message] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Write-MetaConfigFile", - "CommandType": "Function", - "ParameterSets": "[[-ConfigurationName] ] [[-mofNode] ] [[-mofNodeHash] ]" - }, - { - "Name": "Write-NodeMOFFile", - "CommandType": "Function", - "ParameterSets": "[[-ConfigurationName] ] [[-mofNode] ] [[-mofNodeHash] ]" - } - ], - "ExportedAliases": [ - "upcfg", - "rtcfg", - "pbcfg", - "sacfg", - "gcfgs", - "glcm", - "tcfg", - "gcfg", - "ulcm", - "slcm" - ] - }, - { - "Name": "PSDiagnostics", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Disable-PSTrace", - "CommandType": "Function", - "ParameterSets": "[-AnalyticOnly]" - }, - { - "Name": "Enable-PSTrace", - "CommandType": "Function", - "ParameterSets": "[-Force] [-AnalyticOnly]" - }, - { - "Name": "Get-LogProperties", - "CommandType": "Function", - "ParameterSets": "[-Name] []" - }, - { - "Name": "Set-LogProperties", - "CommandType": "Function", - "ParameterSets": "[-LogDetails] [-Force] []" - } - ], - "ExportedAliases": [] - }, - { - "Name": "PSReadLine", - "Version": "1.2", - "ExportedCommands": [ - { - "Name": "PSConsoleHostReadline", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Get-PSReadlineKeyHandler", - "CommandType": "Cmdlet", - "ParameterSets": "[-Bound] [-Unbound] []" - }, - { - "Name": "Get-PSReadlineOption", - "CommandType": "Cmdlet", - "ParameterSets": "[]" - }, - { - "Name": "Remove-PSReadlineKeyHandler", - "CommandType": "Cmdlet", - "ParameterSets": "[-Chord] [-ViMode ] []" - }, - { - "Name": "Set-PSReadlineKeyHandler", - "CommandType": "Cmdlet", - "ParameterSets": "[-Chord] [-ScriptBlock] [-BriefDescription ] [-Description ] [-ViMode ] [] [-Chord] [-Function] [-ViMode ] []" - }, - { - "Name": "Set-PSReadlineOption", - "CommandType": "Cmdlet", - "ParameterSets": "[-EditMode ] [-ContinuationPrompt ] [-ContinuationPromptForegroundColor ] [-ContinuationPromptBackgroundColor ] [-EmphasisForegroundColor ] [-EmphasisBackgroundColor ] [-ErrorForegroundColor ] [-ErrorBackgroundColor ] [-HistoryNoDuplicates] [-AddToHistoryHandler ] [-CommandValidationHandler ] [-HistorySearchCursorMovesToEnd] [-MaximumHistoryCount ] [-MaximumKillRingCount ] [-ResetTokenColors] [-ShowToolTips] [-ExtraPromptLineCount ] [-DingTone ] [-DingDuration ] [-BellStyle ] [-CompletionQueryItems ] [-WordDelimiters ] [-HistorySearchCaseSensitive] [-HistorySaveStyle ] [-HistorySavePath ] [-ViModeIndicator ] [] [-TokenKind] [[-ForegroundColor] ] [[-BackgroundColor] ] []" - } - ], - "ExportedAliases": [] - }, - { - "Version": "6.0.2", - "Name": "Microsoft.PowerShell.Core", - "ExportedCommands": [ - { - "Name": "Add-History", - "CommandType": "Cmdlet", - "ParameterSets": "[[-InputObject] ] [-Passthru] []" - }, - { - "Name": "Clear-History", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Id] ] [[-Count] ] [-Newest] [-WhatIf] [-Confirm] [] [[-Count] ] [-CommandLine ] [-Newest] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Connect-PSSession", - "CommandType": "Cmdlet", - "ParameterSets": "-Name [-ThrottleLimit ] [-WhatIf] [-Confirm] [] [-Session] [-ThrottleLimit ] [-WhatIf] [-Confirm] [] -ComputerName -InstanceId [-ApplicationName ] [-ConfigurationName ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-Port ] [-UseSSL] [-SessionOption ] [-ThrottleLimit ] [-WhatIf] [-Confirm] [] [-ComputerName] [-ApplicationName ] [-ConfigurationName ] [-Name ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-Port ] [-UseSSL] [-SessionOption ] [-ThrottleLimit ] [-WhatIf] [-Confirm] [] [-ConnectionUri] -InstanceId [-ConfigurationName ] [-AllowRedirection] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-SessionOption ] [-ThrottleLimit ] [-WhatIf] [-Confirm] [] [-ConnectionUri] [-ConfigurationName ] [-AllowRedirection] [-Name ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-SessionOption ] [-ThrottleLimit ] [-WhatIf] [-Confirm] [] -InstanceId [-ThrottleLimit ] [-WhatIf] [-Confirm] [] [-Id] [-ThrottleLimit ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Debug-Job", - "CommandType": "Cmdlet", - "ParameterSets": "[-Job] [-WhatIf] [-Confirm] [] [-Name] [-WhatIf] [-Confirm] [] [-Id] [-WhatIf] [-Confirm] [] [-InstanceId] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Disable-PSRemoting", - "CommandType": "Cmdlet", - "ParameterSets": "[-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Disable-PSSessionConfiguration", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-Force] [-NoServiceRestart] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Disconnect-PSSession", - "CommandType": "Cmdlet", - "ParameterSets": "[-Session] [-IdleTimeoutSec ] [-OutputBufferingMode ] [-ThrottleLimit ] [-WhatIf] [-Confirm] [] -InstanceId [-IdleTimeoutSec ] [-OutputBufferingMode ] [-ThrottleLimit ] [-WhatIf] [-Confirm] [] -Name [-IdleTimeoutSec ] [-OutputBufferingMode ] [-ThrottleLimit ] [-WhatIf] [-Confirm] [] [-Id] [-IdleTimeoutSec ] [-OutputBufferingMode ] [-ThrottleLimit ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Enable-PSRemoting", - "CommandType": "Cmdlet", - "ParameterSets": "[-Force] [-SkipNetworkProfileCheck] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Enable-PSSessionConfiguration", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-Force] [-SecurityDescriptorSddl ] [-SkipNetworkProfileCheck] [-NoServiceRestart] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Enter-PSHostProcess", - "CommandType": "Cmdlet", - "ParameterSets": "[-Id] [[-AppDomainName] ] [] [-Process] [[-AppDomainName] ] [] [-Name] [[-AppDomainName] ] [] [-HostProcessInfo] [[-AppDomainName] ] []" - }, - { - "Name": "Enter-PSSession", - "CommandType": "Cmdlet", - "ParameterSets": "[-ComputerName] [-EnableNetworkAccess] [-Credential ] [-ConfigurationName ] [-Port ] [-UseSSL] [-ApplicationName ] [-SessionOption ] [-Authentication ] [-CertificateThumbprint ] [] [-HostName] [-Port ] [-UserName ] [-KeyFilePath ] [-SSHTransport] [] [[-Session] ] [] [[-ConnectionUri] ] [-EnableNetworkAccess] [-Credential ] [-ConfigurationName ] [-AllowRedirection] [-SessionOption ] [-Authentication ] [-CertificateThumbprint ] [] [-InstanceId ] [] [[-Id] ] [] [-Name ] [] [-VMId] [-Credential] [-ConfigurationName ] [] [-VMName] [-Credential] [-ConfigurationName ] [] [-ContainerId] [-ConfigurationName ] [-RunAsAdministrator] []" - }, - { - "Name": "Exit-PSHostProcess", - "CommandType": "Cmdlet", - "ParameterSets": "[]" - }, - { - "Name": "Exit-PSSession", - "CommandType": "Cmdlet", - "ParameterSets": "[]" - }, - { - "Name": "Export-ModuleMember", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Function] ] [-Cmdlet ] [-Variable ] [-Alias ] []" - }, - { - "Name": "ForEach-Object", - "CommandType": "Cmdlet", - "ParameterSets": "[-Process] [-InputObject ] [-Begin ] [-End ] [-RemainingScripts ] [-WhatIf] [-Confirm] [] [-MemberName] [-InputObject ] [-ArgumentList ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Get-Command", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ArgumentList] ] [-Verb ] [-Noun ] [-Module ] [-FullyQualifiedModule ] [-TotalCount ] [-Syntax] [-ShowCommandInfo] [-All] [-ListImported] [-ParameterName ] [-ParameterType ] [] [[-Name] ] [[-ArgumentList] ] [-Module ] [-FullyQualifiedModule ] [-CommandType ] [-TotalCount ] [-Syntax] [-ShowCommandInfo] [-All] [-ListImported] [-ParameterName ] [-ParameterType ] []" - }, - { - "Name": "Get-Help", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-Path ] [-Category ] [-Component ] [-Functionality ] [-Role ] [-Full] [] [[-Name] ] -Detailed [-Path ] [-Category ] [-Component ] [-Functionality ] [-Role ] [] [[-Name] ] -Examples [-Path ] [-Category ] [-Component ] [-Functionality ] [-Role ] [] [[-Name] ] -Parameter [-Path ] [-Category ] [-Component ] [-Functionality ] [-Role ] [] [[-Name] ] -Online [-Path ] [-Category ] [-Component ] [-Functionality ] [-Role ] []" - }, - { - "Name": "Get-History", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Id] ] [[-Count] ] []" - }, - { - "Name": "Get-Job", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Id] ] [-IncludeChildJob] [-ChildJobState ] [-HasMoreData ] [-Before ] [-After ] [-Newest ] [] [-InstanceId] [-IncludeChildJob] [-ChildJobState ] [-HasMoreData ] [-Before ] [-After ] [-Newest ] [] [-Name] [-IncludeChildJob] [-ChildJobState ] [-HasMoreData ] [-Before ] [-After ] [-Newest ] [] [-State] [-IncludeChildJob] [-ChildJobState ] [-HasMoreData ] [-Before ] [-After ] [-Newest ] [] [-IncludeChildJob] [-ChildJobState ] [-HasMoreData ] [-Before ] [-After ] [-Newest ] [-Command ] [] [-Filter] []" - }, - { - "Name": "Get-Module", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-FullyQualifiedName ] [-All] [] [[-Name] ] -ListAvailable [-FullyQualifiedName ] [-All] [-PSEdition ] [-Refresh] [] [[-Name] ] -PSSession [-FullyQualifiedName ] [-ListAvailable] [-PSEdition ] [-Refresh] [] [[-Name] ] -CimSession [-FullyQualifiedName ] [-ListAvailable] [-Refresh] [-CimResourceUri ] [-CimNamespace ] []" - }, - { - "Name": "Get-PSHostProcessInfo", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [] [-Process] [] [-Id] []" - }, - { - "Name": "Get-PSSession", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name ] [] [-ComputerName] [-ApplicationName ] [-ConfigurationName ] [-Name ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-Port ] [-UseSSL] [-ThrottleLimit ] [-State ] [-SessionOption ] [] [-ComputerName] -InstanceId [-ApplicationName ] [-ConfigurationName ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-Port ] [-UseSSL] [-ThrottleLimit ] [-State ] [-SessionOption ] [] [-ConnectionUri] [-ConfigurationName ] [-AllowRedirection] [-Name ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-ThrottleLimit ] [-State ] [-SessionOption ] [] [-ConnectionUri] -InstanceId [-ConfigurationName ] [-AllowRedirection] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-ThrottleLimit ] [-State ] [-SessionOption ] [] -InstanceId -VMName [-ConfigurationName ] [-State ] [] -ContainerId [-ConfigurationName ] [-Name ] [-State ] [] -InstanceId -ContainerId [-ConfigurationName ] [-State ] [] -VMId [-ConfigurationName ] [-Name ] [-State ] [] -InstanceId -VMId [-ConfigurationName ] [-State ] [] -VMName [-ConfigurationName ] [-Name ] [-State ] [] [-InstanceId ] [] [-Id] []" - }, - { - "Name": "Get-PSSessionCapability", - "CommandType": "Cmdlet", - "ParameterSets": "[-ConfigurationName] [-Username] [-Full] []" - }, - { - "Name": "Get-PSSessionConfiguration", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-Force] []" - }, - { - "Name": "Import-Module", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-PassThru] [-AsCustomObject] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] [] [-Name] -PSSession [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-PassThru] [-AsCustomObject] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] [] [-Name] -CimSession [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-PassThru] [-AsCustomObject] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] [-CimResourceUri ] [-CimNamespace ] [] [-FullyQualifiedName] [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-PassThru] [-AsCustomObject] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] [] [-FullyQualifiedName] -PSSession [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-PassThru] [-AsCustomObject] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] [] [-Assembly] [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-PassThru] [-AsCustomObject] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] [] [-ModuleInfo] [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-PassThru] [-AsCustomObject] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] []" - }, - { - "Name": "Invoke-Command", - "CommandType": "Cmdlet", - "ParameterSets": "[-ScriptBlock] [-NoNewScope] [-InputObject ] [-ArgumentList ] [] [[-Session] ] [-FilePath] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-JobName ] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [[-Session] ] [-ScriptBlock] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-JobName ] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [[-ComputerName] ] [-ScriptBlock] [-Credential ] [-Port ] [-UseSSL] [-ConfigurationName ] [-ApplicationName ] [-ThrottleLimit ] [-AsJob] [-InDisconnectedSession] [-SessionName ] [-HideComputerName] [-JobName ] [-SessionOption ] [-Authentication ] [-EnableNetworkAccess] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [-CertificateThumbprint ] [] [[-ComputerName] ] [-FilePath] [-Credential ] [-Port ] [-UseSSL] [-ConfigurationName ] [-ApplicationName ] [-ThrottleLimit ] [-AsJob] [-InDisconnectedSession] [-SessionName ] [-HideComputerName] [-JobName ] [-SessionOption ] [-Authentication ] [-EnableNetworkAccess] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [-VMId] [-ScriptBlock] -Credential [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [[-ConnectionUri] ] [-ScriptBlock] [-Credential ] [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-InDisconnectedSession] [-HideComputerName] [-JobName ] [-AllowRedirection] [-SessionOption ] [-Authentication ] [-EnableNetworkAccess] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [-CertificateThumbprint ] [] [[-ConnectionUri] ] [-FilePath] [-Credential ] [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-InDisconnectedSession] [-HideComputerName] [-JobName ] [-AllowRedirection] [-SessionOption ] [-Authentication ] [-EnableNetworkAccess] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [-ScriptBlock] -Credential -VMName [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [-VMId] [-FilePath] -Credential [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [-FilePath] -Credential -VMName [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] -ScriptBlock -HostName [-Port ] [-AsJob] [-HideComputerName] [-UserName ] [-KeyFilePath ] [-SSHTransport] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [-FilePath] -ContainerId [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-JobName ] [-RunAsAdministrator] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [-ScriptBlock] -ContainerId [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-JobName ] [-RunAsAdministrator] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] -ScriptBlock -SSHConnection [-AsJob] [-HideComputerName] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] -FilePath -HostName [-AsJob] [-HideComputerName] [-UserName ] [-KeyFilePath ] [-SSHTransport] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] -FilePath -SSHConnection [-AsJob] [-HideComputerName] [-RemoteDebug] [-InputObject ] [-ArgumentList ] []" - }, - { - "Name": "Invoke-History", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Id] ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "New-Module", - "CommandType": "Cmdlet", - "ParameterSets": "[-ScriptBlock] [-Function ] [-Cmdlet ] [-ReturnResult] [-AsCustomObject] [-ArgumentList ] [] [-Name] [-ScriptBlock] [-Function ] [-Cmdlet ] [-ReturnResult] [-AsCustomObject] [-ArgumentList ] []" - }, - { - "Name": "New-ModuleManifest", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-NestedModules ] [-Guid ] [-Author ] [-CompanyName ] [-Copyright ] [-RootModule ] [-ModuleVersion ] [-Description ] [-ProcessorArchitecture ] [-PowerShellVersion ] [-ClrVersion ] [-DotNetFrameworkVersion ] [-PowerShellHostName ] [-PowerShellHostVersion ] [-RequiredModules ] [-TypesToProcess ] [-FormatsToProcess ] [-ScriptsToProcess ] [-RequiredAssemblies ] [-FileList ] [-ModuleList ] [-FunctionsToExport ] [-AliasesToExport ] [-VariablesToExport ] [-CmdletsToExport ] [-DscResourcesToExport ] [-CompatiblePSEditions ] [-PrivateData ] [-Tags ] [-ProjectUri ] [-LicenseUri ] [-IconUri ] [-ReleaseNotes ] [-HelpInfoUri ] [-PassThru] [-DefaultCommandPrefix ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "New-PSRoleCapabilityFile", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Guid ] [-Author ] [-Description ] [-CompanyName ] [-Copyright ] [-ModulesToImport ] [-VisibleAliases ] [-VisibleCmdlets ] [-VisibleFunctions ] [-VisibleExternalCommands ] [-VisibleProviders ] [-ScriptsToProcess ] [-AliasDefinitions ] [-FunctionDefinitions ] [-VariableDefinitions ] [-EnvironmentVariables ] [-TypesToProcess ] [-FormatsToProcess ] [-AssembliesToLoad ] []" - }, - { - "Name": "New-PSSession", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ComputerName] ] [-Credential ] [-Name ] [-EnableNetworkAccess] [-ConfigurationName ] [-Port ] [-UseSSL] [-ApplicationName ] [-ThrottleLimit ] [-SessionOption ] [-Authentication ] [-CertificateThumbprint ] [] -Credential -VMName [-Name ] [-ConfigurationName ] [-ThrottleLimit ] [] [-ConnectionUri] [-Credential ] [-Name ] [-EnableNetworkAccess] [-ConfigurationName ] [-ThrottleLimit ] [-AllowRedirection] [-SessionOption ] [-Authentication ] [-CertificateThumbprint ] [] [-VMId] -Credential [-Name ] [-ConfigurationName ] [-ThrottleLimit ] [] [[-Session] ] [-Name ] [-EnableNetworkAccess] [-ThrottleLimit ] [] -ContainerId [-Name ] [-ConfigurationName ] [-RunAsAdministrator] [-ThrottleLimit ] [] [-HostName] [-Name ] [-Port ] [-UserName ] [-KeyFilePath ] [-SSHTransport] [] -SSHConnection [-Name ] []" - }, - { - "Name": "New-PSSessionConfigurationFile", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-SchemaVersion ] [-Guid ] [-Author ] [-Description ] [-CompanyName ] [-Copyright ] [-SessionType ] [-TranscriptDirectory ] [-RunAsVirtualAccount] [-RunAsVirtualAccountGroups ] [-MountUserDrive] [-UserDriveMaximumSize ] [-GroupManagedServiceAccount ] [-ScriptsToProcess ] [-RoleDefinitions ] [-RequiredGroups ] [-LanguageMode ] [-ExecutionPolicy ] [-PowerShellVersion ] [-ModulesToImport ] [-VisibleAliases ] [-VisibleCmdlets ] [-VisibleFunctions ] [-VisibleExternalCommands ] [-VisibleProviders ] [-AliasDefinitions ] [-FunctionDefinitions ] [-VariableDefinitions ] [-EnvironmentVariables ] [-TypesToProcess ] [-FormatsToProcess ] [-AssembliesToLoad ] [-Full] []" - }, - { - "Name": "New-PSSessionOption", - "CommandType": "Cmdlet", - "ParameterSets": "[-MaximumRedirection ] [-NoCompression] [-NoMachineProfile] [-Culture ] [-UICulture ] [-MaximumReceivedDataSizePerCommand ] [-MaximumReceivedObjectSize ] [-OutputBufferingMode ] [-MaxConnectionRetryCount ] [-ApplicationArguments ] [-OpenTimeout ] [-CancelTimeout ] [-IdleTimeout ] [-ProxyAccessType ] [-ProxyAuthentication ] [-ProxyCredential ] [-SkipCACheck] [-SkipCNCheck] [-SkipRevocationCheck] [-OperationTimeout ] [-NoEncryption] [-UseUTF16] [-IncludePortInSPN] []" - }, - { - "Name": "New-PSTransportOption", - "CommandType": "Cmdlet", - "ParameterSets": "[-MaxIdleTimeoutSec ] [-ProcessIdleTimeoutSec ] [-MaxSessions ] [-MaxConcurrentCommandsPerSession ] [-MaxSessionsPerUser ] [-MaxMemoryPerSessionMB ] [-MaxProcessesPerSession ] [-MaxConcurrentUsers ] [-IdleTimeoutSec ] [-OutputBufferingMode ] []" - }, - { - "Name": "Out-Default", - "CommandType": "Cmdlet", - "ParameterSets": "[-Transcript] [-InputObject ] []" - }, - { - "Name": "Out-Host", - "CommandType": "Cmdlet", - "ParameterSets": "[-Paging] [-InputObject ] []" - }, - { - "Name": "Out-Null", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject ] []" - }, - { - "Name": "Receive-Job", - "CommandType": "Cmdlet", - "ParameterSets": "[-Job] [[-Location] ] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] [] [-Job] [[-ComputerName] ] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] [] [-Job] [[-Session] ] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] [] [-Name] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] [] [-InstanceId] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] [] [-Id] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] []" - }, - { - "Name": "Receive-PSSession", - "CommandType": "Cmdlet", - "ParameterSets": "[-Session] [-OutTarget ] [-JobName ] [-WhatIf] [-Confirm] [] [-Id] [-OutTarget ] [-JobName ] [-WhatIf] [-Confirm] [] [-ComputerName] -InstanceId [-ApplicationName ] [-ConfigurationName ] [-OutTarget ] [-JobName ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-Port ] [-UseSSL] [-SessionOption ] [-WhatIf] [-Confirm] [] [-ComputerName] -Name [-ApplicationName ] [-ConfigurationName ] [-OutTarget ] [-JobName ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-Port ] [-UseSSL] [-SessionOption ] [-WhatIf] [-Confirm] [] [-ConnectionUri] -Name [-ConfigurationName ] [-AllowRedirection] [-OutTarget ] [-JobName ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-SessionOption ] [-WhatIf] [-Confirm] [] [-ConnectionUri] -InstanceId [-ConfigurationName ] [-AllowRedirection] [-OutTarget ] [-JobName ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-SessionOption ] [-WhatIf] [-Confirm] [] [-InstanceId] [-OutTarget ] [-JobName ] [-WhatIf] [-Confirm] [] [-Name] [-OutTarget ] [-JobName ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Register-ArgumentCompleter", - "CommandType": "Cmdlet", - "ParameterSets": "-CommandName -ScriptBlock [-Native] [] -ParameterName -ScriptBlock [-CommandName ] []" - }, - { - "Name": "Register-PSSessionConfiguration", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-ProcessorArchitecture ] [-SessionType ] [-ApplicationBase ] [-RunAsCredential ] [-ThreadOptions ] [-AccessMode ] [-UseSharedProcess] [-StartupScript ] [-MaximumReceivedDataSizePerCommandMB ] [-MaximumReceivedObjectSizeMB ] [-SecurityDescriptorSddl ] [-ShowSecurityDescriptorUI] [-Force] [-NoServiceRestart] [-PSVersion ] [-SessionTypeOption ] [-TransportOption ] [-ModulesToImport ] [-WhatIf] [-Confirm] [] [-Name] [-AssemblyName] [-ConfigurationTypeName] [-ProcessorArchitecture ] [-ApplicationBase ] [-RunAsCredential ] [-ThreadOptions ] [-AccessMode ] [-UseSharedProcess] [-StartupScript ] [-MaximumReceivedDataSizePerCommandMB ] [-MaximumReceivedObjectSizeMB ] [-SecurityDescriptorSddl ] [-ShowSecurityDescriptorUI] [-Force] [-NoServiceRestart] [-PSVersion ] [-SessionTypeOption ] [-TransportOption ] [-ModulesToImport ] [-WhatIf] [-Confirm] [] [-Name] -Path [-ProcessorArchitecture ] [-RunAsCredential ] [-ThreadOptions ] [-AccessMode ] [-UseSharedProcess] [-StartupScript ] [-MaximumReceivedDataSizePerCommandMB ] [-MaximumReceivedObjectSizeMB ] [-SecurityDescriptorSddl ] [-ShowSecurityDescriptorUI] [-Force] [-NoServiceRestart] [-TransportOption ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Remove-Job", - "CommandType": "Cmdlet", - "ParameterSets": "[-Id] [-Force] [-WhatIf] [-Confirm] [] [-Job] [-Force] [-WhatIf] [-Confirm] [] [-Name] [-Force] [-WhatIf] [-Confirm] [] [-InstanceId] [-Force] [-WhatIf] [-Confirm] [] [-Filter] [-Force] [-WhatIf] [-Confirm] [] [-State] [-WhatIf] [-Confirm] [] [-Command ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Remove-Module", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-Force] [-WhatIf] [-Confirm] [] [-FullyQualifiedName] [-Force] [-WhatIf] [-Confirm] [] [-ModuleInfo] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Remove-PSSession", - "CommandType": "Cmdlet", - "ParameterSets": "[-Id] [-WhatIf] [-Confirm] [] [-Session] [-WhatIf] [-Confirm] [] -ContainerId [-WhatIf] [-Confirm] [] -VMId [-WhatIf] [-Confirm] [] -VMName [-WhatIf] [-Confirm] [] -InstanceId [-WhatIf] [-Confirm] [] -Name [-WhatIf] [-Confirm] [] [-ComputerName] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Save-Help", - "CommandType": "Cmdlet", - "ParameterSets": "[-DestinationPath] [[-Module] ] [[-UICulture] ] [-FullyQualifiedModule ] [-Credential ] [-UseDefaultCredentials] [-Force] [] [[-Module] ] [[-UICulture] ] -LiteralPath [-FullyQualifiedModule ] [-Credential ] [-UseDefaultCredentials] [-Force] []" - }, - { - "Name": "Set-PSDebug", - "CommandType": "Cmdlet", - "ParameterSets": "[-Trace ] [-Step] [-Strict] [] [-Off] []" - }, - { - "Name": "Set-PSSessionConfiguration", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-ApplicationBase ] [-RunAsCredential ] [-ThreadOptions ] [-AccessMode ] [-UseSharedProcess] [-StartupScript ] [-MaximumReceivedDataSizePerCommandMB ] [-MaximumReceivedObjectSizeMB ] [-SecurityDescriptorSddl ] [-ShowSecurityDescriptorUI] [-Force] [-NoServiceRestart] [-PSVersion ] [-SessionTypeOption ] [-TransportOption ] [-ModulesToImport ] [-WhatIf] [-Confirm] [] [-Name] [-AssemblyName] [-ConfigurationTypeName] [-ApplicationBase ] [-RunAsCredential ] [-ThreadOptions ] [-AccessMode ] [-UseSharedProcess] [-StartupScript ] [-MaximumReceivedDataSizePerCommandMB ] [-MaximumReceivedObjectSizeMB ] [-SecurityDescriptorSddl ] [-ShowSecurityDescriptorUI] [-Force] [-NoServiceRestart] [-PSVersion ] [-SessionTypeOption ] [-TransportOption ] [-ModulesToImport ] [-WhatIf] [-Confirm] [] [-Name] -Path [-RunAsCredential ] [-ThreadOptions ] [-AccessMode ] [-UseSharedProcess] [-StartupScript ] [-MaximumReceivedDataSizePerCommandMB ] [-MaximumReceivedObjectSizeMB ] [-SecurityDescriptorSddl ] [-ShowSecurityDescriptorUI] [-Force] [-NoServiceRestart] [-TransportOption ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Set-StrictMode", - "CommandType": "Cmdlet", - "ParameterSets": "-Version [] -Off []" - }, - { - "Name": "Start-Job", - "CommandType": "Cmdlet", - "ParameterSets": "[-ScriptBlock] [[-InitializationScript] ] [-Name ] [-Credential ] [-Authentication ] [-RunAs32] [-PSVersion ] [-InputObject ] [-ArgumentList ] [] [-DefinitionName] [[-DefinitionPath] ] [[-Type] ] [] [-FilePath] [[-InitializationScript] ] [-Name ] [-Credential ] [-Authentication ] [-RunAs32] [-PSVersion ] [-InputObject ] [-ArgumentList ] [] [[-InitializationScript] ] -LiteralPath [-Name ] [-Credential ] [-Authentication ] [-RunAs32] [-PSVersion ] [-InputObject ] [-ArgumentList ] [] [-HostName] []" - }, - { - "Name": "Stop-Job", - "CommandType": "Cmdlet", - "ParameterSets": "[-Id] [-PassThru] [-WhatIf] [-Confirm] [] [-Job] [-PassThru] [-WhatIf] [-Confirm] [] [-Name] [-PassThru] [-WhatIf] [-Confirm] [] [-InstanceId] [-PassThru] [-WhatIf] [-Confirm] [] [-State] [-PassThru] [-WhatIf] [-Confirm] [] [-Filter] [-PassThru] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Test-ModuleManifest", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] []" - }, - { - "Name": "Test-PSSessionConfigurationFile", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] []" - }, - { - "Name": "Unregister-PSSessionConfiguration", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-Force] [-NoServiceRestart] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Update-Help", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Module] ] [[-SourcePath] ] [[-UICulture] ] [-FullyQualifiedModule ] [-Recurse] [-Credential ] [-UseDefaultCredentials] [-Force] [-WhatIf] [-Confirm] [] [[-Module] ] [[-UICulture] ] [-FullyQualifiedModule ] [-LiteralPath ] [-Recurse] [-Credential ] [-UseDefaultCredentials] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Wait-Job", - "CommandType": "Cmdlet", - "ParameterSets": "[-Id] [-Any] [-Timeout ] [-Force] [] [-Job] [-Any] [-Timeout ] [-Force] [] [-Name] [-Any] [-Timeout ] [-Force] [] [-InstanceId] [-Any] [-Timeout ] [-Force] [] [-State] [-Any] [-Timeout ] [-Force] [] [-Filter] [-Any] [-Timeout ] [-Force] []" - }, - { - "Name": "Where-Object", - "CommandType": "Cmdlet", - "ParameterSets": "[-Property] [[-Value] ] [-InputObject ] [-EQ] [] [-FilterScript] [-InputObject ] [] [-Property] [[-Value] ] -CLE [-InputObject ] [] [-Property] [[-Value] ] -CEQ [-InputObject ] [] [-Property] [[-Value] ] -NE [-InputObject ] [] [-Property] [[-Value] ] -CNE [-InputObject ] [] [-Property] [[-Value] ] -GT [-InputObject ] [] [-Property] [[-Value] ] -CGT [-InputObject ] [] [-Property] [[-Value] ] -LT [-InputObject ] [] [-Property] [[-Value] ] -CLT [-InputObject ] [] [-Property] [[-Value] ] -GE [-InputObject ] [] [-Property] [[-Value] ] -CGE [-InputObject ] [] [-Property] [[-Value] ] -LE [-InputObject ] [] [-Property] [[-Value] ] -Like [-InputObject ] [] [-Property] [[-Value] ] -CLike [-InputObject ] [] [-Property] [[-Value] ] -NotLike [-InputObject ] [] [-Property] [[-Value] ] -CNotLike [-InputObject ] [] [-Property] [[-Value] ] -Match [-InputObject ] [] [-Property] [[-Value] ] -CMatch [-InputObject ] [] [-Property] [[-Value] ] -NotMatch [-InputObject ] [] [-Property] [[-Value] ] -CNotMatch [-InputObject ] [] [-Property] [[-Value] ] -Contains [-InputObject ] [] [-Property] [[-Value] ] -CContains [-InputObject ] [] [-Property] [[-Value] ] -NotContains [-InputObject ] [] [-Property] [[-Value] ] -CNotContains [-InputObject ] [] [-Property] [[-Value] ] -In [-InputObject ] [] [-Property] [[-Value] ] -CIn [-InputObject ] [] [-Property] [[-Value] ] -NotIn [-InputObject ] [] [-Property] [[-Value] ] -CNotIn [-InputObject ] [] [-Property] [[-Value] ] -Is [-InputObject ] [] [-Property] [[-Value] ] -IsNot [-InputObject ] []" - } - ], - "ExportedAliases": [ - "%", - "?", - "clhy", - "cnsn", - "dnsn", - "etsn", - "exsn", - "foreach", - "gcm", - "ghy", - "gjb", - "gmo", - "gsn", - "h", - "history", - "icm", - "ihy", - "ipmo", - "nmo", - "nsn", - "oh", - "r", - "rcjb", - "rcsn", - "rjb", - "rmo", - "rsn", - "sajb", - "spjb", - "where", - "wjb" - ] - } - ] -} diff --git a/RuleDocumentation/UseCompatibleCmdlets.md b/RuleDocumentation/UseCompatibleCmdlets.md index 91604acf3..7beb92642 100644 --- a/RuleDocumentation/UseCompatibleCmdlets.md +++ b/RuleDocumentation/UseCompatibleCmdlets.md @@ -21,10 +21,9 @@ The parameter `compatibility` is a list that contain any of the following - desktop-3.0-windows - desktop-4.0-windows (taken from Windows Server 2012R2) - desktop-5.1.14393.206-windows -- core-6.0.2-windows (taken from Windows 10 - 1709) -- core-6.0.2-linux (taken from Ubuntu 16.04) -- core-6.0.2-macos - core-6.1.0-windows (taken from Windows 10 - 1803) - core-6.1.0-linux (taken from Ubuntu 18.04) - core-6.1.0-linux-arm (taken from Raspbian) - core-6.1.0-macos + +Note that the `core-6.0.2-*` files were removed in PSScriptAnalyzer 1.18 since PowerShell 6.0 reached it's end of life. diff --git a/Tests/Rules/UseCompatibleCmdlets.tests.ps1 b/Tests/Rules/UseCompatibleCmdlets.tests.ps1 index ba39f1524..41ff3d420 100644 --- a/Tests/Rules/UseCompatibleCmdlets.tests.ps1 +++ b/Tests/Rules/UseCompatibleCmdlets.tests.ps1 @@ -35,7 +35,7 @@ Describe "UseCompatibleCmdlets" { } } - $settings = @{rules=@{PSUseCompatibleCmdlets=@{compatibility=@("core-6.0.2-windows")}}} + $settings = @{rules=@{PSUseCompatibleCmdlets=@{compatibility=@("core-6.1.0-windows")}}} Context "Microsoft.PowerShell.Core" { @('Enter-PSSession', 'Foreach-Object', 'Get-Command') | ` diff --git a/Utils/New-CommandDataFile.ps1 b/Utils/New-CommandDataFile.ps1 index a1dce934b..290390d73 100644 --- a/Utils/New-CommandDataFile.ps1 +++ b/Utils/New-CommandDataFile.ps1 @@ -5,7 +5,7 @@ .EXAMPLE C:\PS> ./New-CommandDataFile.ps1 - Suppose this file is run on the following version of PowerShell: PSVersion = 6.0.2, PSEdition = Core, and Windows 10 operating system. Then this script will create a file named core-6.0.2-windows.json that contains a JSON object of the following form: + Suppose this file is run on the following version of PowerShell: PSVersion = 6.1.0, PSEdition = Core, and Windows 10 operating system. Then this script will create a file named core-6.1.0-windows.json that contains a JSON object of the following form: { "Modules" : [ "Module1" : { From ef52cfc96f6ae9684ec3ae3b5c2ce684efdf5b7d Mon Sep 17 00:00:00 2001 From: Christoph Bergmeister Date: Sat, 2 Mar 2019 14:37:00 +0000 Subject: [PATCH 8/8] fix failing test by adapting settings file and add more info to documentation --- RuleDocumentation/UseCompatibleCmdlets.md | 3 ++- Tests/Rules/UseCompatibleCmdlets/PSScriptAnalyzerSettings.psd1 | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/RuleDocumentation/UseCompatibleCmdlets.md b/RuleDocumentation/UseCompatibleCmdlets.md index 7beb92642..fcd42aed5 100644 --- a/RuleDocumentation/UseCompatibleCmdlets.md +++ b/RuleDocumentation/UseCompatibleCmdlets.md @@ -26,4 +26,5 @@ The parameter `compatibility` is a list that contain any of the following - core-6.1.0-linux-arm (taken from Raspbian) - core-6.1.0-macos -Note that the `core-6.0.2-*` files were removed in PSScriptAnalyzer 1.18 since PowerShell 6.0 reached it's end of life. +Usually, patched versions of PowerShell have the same cmdlet data, therefore only settings of major and minor versions of PowerShell are supplied. One can also create a custom settings file as well with the [New-CommandDataFile.ps1](https://github.com/PowerShell/PSScriptAnalyzer/blob/development/Utils/New-CommandDataFile.ps1) script and use it by placing the created `JSON` into the `Settings` folder of the `PSScriptAnalyzer` module installation folder, then the `compatibility` parameter is just its file name (that can also be changed if desired). +Note that the `core-6.0.2-*` files were removed in PSScriptAnalyzer 1.18 since PowerShell 6.0 reached it's end of life. \ No newline at end of file diff --git a/Tests/Rules/UseCompatibleCmdlets/PSScriptAnalyzerSettings.psd1 b/Tests/Rules/UseCompatibleCmdlets/PSScriptAnalyzerSettings.psd1 index 1c3e48084..3aa5e44ff 100644 --- a/Tests/Rules/UseCompatibleCmdlets/PSScriptAnalyzerSettings.psd1 +++ b/Tests/Rules/UseCompatibleCmdlets/PSScriptAnalyzerSettings.psd1 @@ -1,7 +1,7 @@ @{ 'Rules' = @{ 'PSUseCompatibleCmdlets' = @{ - 'compatibility' = @("core-6.0.2-windows") + 'compatibility' = @("core-6.1.0-windows") } } } \ No newline at end of file