Greetings,
I am new here and only a few months of working within Exchange and Powershell. I've been adept at finding most answers, but I am short on time and have stumbled along on this one for a while.
I am trying to change some Shared mailboxes to Regular mailboxes due to the OWA not picking up subfolders on the calendar side. I was trying to use the following command, but had no luck (guessing due to Password issues)
Get-Mailbox -Identity testshare@shoop.org | Set-Mailbox -Type Regular
I tried every way I could put together in order to get this working, forcing a password, you name it. Nothing helped. Any ideas on what could hold this up?