Welcome › Forums › General PowerShell Q&A › Path of a public folder (located in the cloud)
Hi. When Public folders were on-prem we cloud use:
$PF_address = “[email protected]” Get-MailPublicFolder $PF_address | Get-PublicFolder | fl Name, ParentPath
But how do i get the path of the same public folder in the cloud via Powershell