Forum Discussion
JoshuaSiegel
Mar 29, 2022Copper Contributor
Exchange Online help with powershell
So long story short. We have 9 domains in our org and when people transfer from department to department we are required to disable their old account and create a new one or sometimes we have contra...
- Mar 29, 2022That's likely because the cmdlet expects a string value, and you're not passing such. Try using the .ToString() method on it, or $oldEmailGUID.ExchangeGuid.Guid
VasilMichev
Mar 29, 2022MVP
That's likely because the cmdlet expects a string value, and you're not passing such. Try using the .ToString() method on it, or $oldEmailGUID.ExchangeGuid.Guid
- JoshuaSiegelMar 29, 2022Copper ContributorThanks! That did the trick!!!