Skip to content

Instantly share code, notes, and snippets.

@belotn
Created June 27, 2013 14:22
Show Gist options
  • Save belotn/5876826 to your computer and use it in GitHub Desktop.
Save belotn/5876826 to your computer and use it in GitHub Desktop.
Look for published apps for an "Account"
get-xaapplication |% { get-xaapplicationreport -BrowserName $_.BrowserName |? { $_.Accounts -contains MyAccount} | select BrowserName }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment