How to Change UPN Names and SMTP Addresses in Active Directory with PowerShell?

0
0
Asked By SunnyStar88 On

I'm looking to change the User Principal Names (UPN) for all users in Active Directory, as well as update their SMTP addresses. Has anyone done this before using PowerShell? Is it a straightforward process?

2 Answers

Answered By CodeNinja17 On

Honestly, if you just Googled this, you’d get a script from Bing or something in no time! But hey, I get it—it’s always good to double-check things.

Answered By TechSavvy89 On

Yeah, it's actually pretty easy! You can use the 'Set-ADUser' cmdlet to do that without too much hassle.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.