Advertisement
Guest User

Untitled

a guest
Sep 16th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. [Parameter(Mandatory=$False,
  2. ValueFromPipeline=$True,
  3. ValueFromPipelinebyPropertyName=$True,
  4. HelpMessage="TCP Port of the remote server")]
  5. [Alias('Port', 'Remote Server Port')]
  6. [string]$RemoteServerPort = "5500",
  7.  
  8. $RemoteServerPort = @{Name=KG; IP=10.1.1.1; Username=Admin; Password=}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement