get-recipient address@domain.com | Get-MailPublicFolder | Get-PublicFolder
Name Parent Path
---- -----------
address@domain.com \folder1\folder2
Get-MailPublicFolder "PublicFolderName" | Get-PublicFolder
The output will look something like this:
Name Parent Path
---- -----------
PublicFolderName \ParentFolderName
Anonymous
08 September, 2014 16:41Passing Get-MailPublicFolder into Get-PublicFolder will fail with the transformation of Identity.
Anonymous
09 September, 2014 18:32