Skip to content

Instantly share code, notes, and snippets.

@dustindortch
Created November 26, 2017 22:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dustindortch/e5e21da52c4a45357ec7eaa463dd18ac to your computer and use it in GitHub Desktop.
Save dustindortch/e5e21da52c4a45357ec7eaa463dd18ac to your computer and use it in GitHub Desktop.
$Folders = Import-Csv .\ExFolders-Export.txt
$Required = $Folders | Where-Object {$_.PR_PF_PROXY_REQUIRED -eq $True}
$Required | Where-Object {$_.ProxyAddresses -NotLike "*@*"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment