I want to be able to make a subfolder in a users Contacts and/or Calendar folder.
I should be able to do this with new-mailboxfolder cmd-let, and it work's, though only with the user which runs the Powershell cmd.
so if i'm logged on as administrator I can make subfolder to the Administrator mailbox, but not to anyone else.
I have tried piping with: Get-Mailbox -Identify #USERNAME# | Get-MailboxFolder
But that doesn't work either.
I'm still a bit new with Powershell, but I think that I should be able to do this.
Why doesn't it work then?!?