Forum Discussion

JoshuaSiegel's avatar
JoshuaSiegel
Copper Contributor
Mar 29, 2022

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...
  • VasilMichev's avatar
    Mar 29, 2022
    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

Resources