We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 912a8ff commit 5d7747aCopy full SHA for 5d7747a
PSModuleDevelopment/internal/buildActions/new-pssession.action.ps1
@@ -36,7 +36,7 @@ $params = @{
36
Description = 'Establish a PSSession to a target computer and provide it as an artifact'
37
Parameters = @{
38
ComputerName = 'The Computer to connect to'
39
- Port = 'Port you want to connect too'
+ Port = 'Port you want to connect to'
40
VMName = 'The virtual machine to which to connect to via the HyperV VM Bus'
41
CredentialPath = 'The path to the credentials to use for the connection. Use %ProjectRoot% to insert the folder path to where the buildfile is located'
42
ArtifactName = '(mandatory) The name under which to publish the session as an artifact'
0 commit comments