About 4,750,000 results
Open links in new tab
  1. Set-ADUser (ActiveDirectory) | Microsoft Learn

    The Instance parameter provides a way to update a user object by applying the changes made to a copy of the object. When you set the Instance parameter to a copy of an Active Directory …

    Missing:

    • Assistant

    Must include:

  2. Set-ADUser: How to Change User Properties in Active Directory

    Mar 12, 2024 · The Set-ADUser cmdlet allows to modify user properties (attributes) in Active Directory using PowerShell. Traditionally, a graphic MMC snap-in dsa.msc (Active Directory …

    Missing:

    • Assistant

    Must include:

  3. Editing a User Object’s Assistant Attribute - ITPro Today

    However, you can't use that method to edit a user object's Assistant attribute directly. If you need to change the value of this attribute, you'll need to use ADSI Edit, an Active Directory Service …

  4. Set-ADUser Explained - How to Modify AD Users with PowerShell

    Jan 11, 2022 · The Set-ADUser cmdlet makes it really easy to update the attributes of multiple users in your Active Directory. Always make sure that you verify your filters with Get-ADUser …

    Missing:

    • Assistant

    Must include:

  5. Set-AdUser – Modify Active Directory Users with PowerShell

    Sep 8, 2023 · To set an active directory user email address, use the PowerShell Set-AdUser cmdlet to update the EmailAddress attribute of the aduser. In the above example, PowerShell …

    Missing:

    • Assistant

    Must include:

  6. Set-ADUser: Modifying Active Directory Users with PowerShell

    Oct 30, 2023 · In this detailed guide, you‘ll learn how to leverage the Set-ADUser cmdlet to update AD user attributes in bulk. We‘ll cover common use cases like changing titles, …

    Missing:

    • Assistant

    Must include:

  7. How to update every single Active Directory User Attributes with ...

    #SET Values Set-ADUser -Identity TecMi -add @{assistant=@("CN=Michael Seid,DC=au2mator,DC=local")} #CLEAR Value Set-ADUser -Identity TecMi -Clear assistant …

  8. Use the PowerShell AD Provider to Modify User Attributes

    Mar 21, 2013 · In Find Active Directory User Information with the PowerShell Provider, I talked about how to use the Windows PowerShell provider to find user information in Active …

  9. Managing Active Directory Users via Set-ADUser - Netwrix

    Jun 21, 2023 · Alternatively, you can feed a user object through the pipeline to the Identity parameter, or set it to an object variable. For example, you can use the Get-ADUser cmdlet to …

    Missing:

    • Assistant

    Must include:

  10. How to add/update user attributes values for Active Directory users ...

    Jul 26, 2023 · To add or update user attribute values for Active Directory users, you can use PowerShell along with the Set-ADUser cmdlet. Before running the script, ensure that you have …

    Missing:

    • Assistant

    Must include: