File size: 551 Bytes
8c763fb | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | #
# Module manifest for module 'TestRemoting'
#
@{
RootModule = 'HelpersRemoting.psm1'
ModuleVersion = '1.0'
GUID = '7acf3c68-64f4-4550-bf14-b9361bfbfea3'
CompanyName = 'Microsoft Corporation'
Copyright = 'Copyright (c) Microsoft Corporation.'
Description = 'Temporary module for remoting tests'
FunctionsToExport = 'New-RemoteRunspace', 'New-RemoteSession', 'Enter-RemoteSession', 'Invoke-RemoteCommand', 'Connect-RemoteSession', 'New-RemoteRunspacePool', 'Get-PipePath', 'Install-SSHRemoting'
AliasesToExport = @()
CmdletsToExport = @()
}
|