Windows-powershell / PowerShell-master /src /Modules /Shared /Microsoft.PowerShell.Host /Microsoft.PowerShell.Host.psd1
| @{ | |
| GUID="56D66100-99A0-4FFC-A12D-EEE9A6718AEF" | |
| Author="PowerShell" | |
| CompanyName="Microsoft Corporation" | |
| Copyright="Copyright (c) Microsoft Corporation." | |
| ModuleVersion="7.0.0.0" | |
| CompatiblePSEditions = @("Core") | |
| PowerShellVersion="3.0" | |
| FunctionsToExport = @() | |
| CmdletsToExport="Start-Transcript", "Stop-Transcript" | |
| AliasesToExport = @() | |
| NestedModules="Microsoft.PowerShell.ConsoleHost.dll" | |
| HelpInfoURI = 'https://aka.ms/powershell75-help' | |
| } | |