About 132,000 results
Open links in new tab
  1. How do I remove a member from an Exchange Distribution List?

    Mar 21, 2012 · How do I remove a member from an Exchange Distribution List? Ask Question Asked 13 years, 8 months ago Modified 13 years, 8 months ago

  2. Powershell to exclude Group Members from Dynamic Distribution …

    Dec 9, 2015 · I am attempting to remove specific users from a Dynamic Distribution List. I have searched and toyed with my PowerShell script for sometime with no luck. I'm sure it is …

  3. How to remove multiple users from a dynamic distribution group …

    2 I was able to remove one user using this command: Set-DynamicDistributionGroup -Identity "All Staff" -RecipientFilter {((RecipientType -eq 'UserMailbox') -and -not(Name -like …

  4. Powershell to exclude Group Members from Dynamic Distribution …

    Dec 1, 2021 · 0 I am creating an All Dynamic Distribution Group in Office 365 exchange online. I am doing this with Powershell. We will call this group AllTestGroup. Here is some information …

  5. How do I set an O365 user as a mailing list owner, but not a …

    Dec 31, 2020 · This checkbox is not available for existing distribution lists, only new distribution lists. Is there a powershell command, or some other way to change this setting on an existing …

  6. Distribution Group Owner Management Exchange PowerShell

    May 29, 2011 · Set-DistributionGroup Sales -ManagedBy @{Remove="David"; Add="Gerald"} results in the message: All groups must have at least one owner who manages membership, …

  7. User cannot Add or Remove people from a distribution list using …

    Jun 23, 2011 · The user used to be able to add and remove from a distribution list within Outlook. I have added them to the Managed by list in Exchange in the distribution list, but to no avail.

  8. exchange - Automatically remove recipients from distribution lists …

    Jun 18, 2012 · Alternately, you can move over to dynamic distribution lists, which would update themselves when you delete a user, but those have their own set of problems. I’d think the …

  9. Creating a Dynamic Group in Active Directory with users from a OU

    Mar 16, 2013 · Features Sync user or computer objects from one or more OUs to a single group. Ability to filter objects included in the shadow group using the PowerShell Active Directory …

  10. How to Automatically Remove Disabled AD Users from GAL in …

    0 Hide single users from the address list A single user, which username is known, you can hide with this command: Set-ADUser "your username" -Add @ …