/
githubmirror
/
PowerShell
Обзор
Документация
Войти
/
githubmirror
/
PowerShell
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/tools/Modules/HelpersRemoting/HelpersRemoting.psd1
24 строки
551 B
Steve Lee
Update copyright notice to latest guidance (#12190)
24 мар 2020, 21:08
Не верифицирован
24 мар 2020, 21:08
b7cb335
Код
Авторство
О чём код?
# # 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 = @() }