Windows-powershell / PowerShell-master /src /Modules /Windows /Microsoft.WSMan.Management /Microsoft.WSMan.Management.psd1
| @{ | |
| GUID="766204A6-330E-4263-A7AB-46C87AFC366C" | |
| Author="PowerShell" | |
| CompanyName="Microsoft Corporation" | |
| Copyright="Copyright (c) Microsoft Corporation." | |
| ModuleVersion="7.0.0.0" | |
| CompatiblePSEditions = @("Core") | |
| PowerShellVersion="3.0" | |
| FunctionsToExport = @() | |
| CmdletsToExport="Disable-WSManCredSSP", "Enable-WSManCredSSP", "Get-WSManCredSSP", "Set-WSManQuickConfig", "Test-WSMan", "Invoke-WSManAction", "Connect-WSMan", "Disconnect-WSMan", "Get-WSManInstance", "Set-WSManInstance", "Remove-WSManInstance", "New-WSManInstance", "New-WSManSessionOption" | |
| AliasesToExport = @() | |
| NestedModules="Microsoft.WSMan.Management.dll" | |
| FormatsToProcess="WSMan.format.ps1xml" | |
| HelpInfoURI = 'https://aka.ms/powershell75-help' | |
| } | |