Skip to content

Instantly share code, notes, and snippets.

@TheRealNoob
Created March 10, 2017 22:43
Show Gist options
  • Save TheRealNoob/d8fa38d07e7178cc46f0437bfc932701 to your computer and use it in GitHub Desktop.
Save TheRealNoob/d8fa38d07e7178cc46f0437bfc932701 to your computer and use it in GitHub Desktop.
$ports = @{
'File shares/RPC' = '139' ;
'File shares' = '445' ;
'RDP' = '3389';
#'Zenworks' = '1761';
}
foreach ($service in $ports.Keys) {
stuff
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment