Skip to content

Instantly share code, notes, and snippets.

@gioxx
Created October 29, 2014 11:34
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 gioxx/3831c728f42e23528699 to your computer and use it in GitHub Desktop.
Save gioxx/3831c728f42e23528699 to your computer and use it in GitHub Desktop.
Powershell: mostrare il contenuto di un gruppo di distribuzione dinamico (Dynamic Distribution Group)
$members = Get-DynamicDistributionGroup -Identity "Nome del gruppo"
Get-Recipient -RecipientPreviewFilter $members.RecipientFilter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment