Skip to content

Instantly share code, notes, and snippets.

@gioxx
Created October 29, 2014 11:34
Show Gist options
  • Select an option

  • Save gioxx/3831c728f42e23528699 to your computer and use it in GitHub Desktop.

Select an option

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