You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then, run command : Import-PSSession $Session -DisableNameChecking
Once the command is executed successfully, you are connected to the exchange online now.
Now, run the following cmdlet to assign permissions to the affected Public folder for the required user :
Get-PublicFolder \<NameOfParentPublicFolder> -Recurse | Add-PublicFolderClientPermission -User <UserID of the user whom you wangt to give permissions> -AccessRights <Permission level>