Link to home
Start Free TrialLog in
Avatar of MattyS82
MattyS82

asked on

Exchange 2013 stop meeting forward notifications from being sent

Hi,
I'm trying to stop the Meeting forward notifications from being sent on a single user.
When Running the following command in the exchange powershell console;

Set-MailboxCalendarSettings -Identity useralias -RemoveForwardedMeetingNotifications $true

The following error is returned;

Set-MailboxCalendarSettings : The term 'Set-MailboxCalendarSettings' is not recognized as the name of a cmdlet,
function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the
path is correct and try again.

Does anyone know how to do this in exchange 2013? Is it a different command?
ASKER CERTIFIED SOLUTION
Avatar of Raheman M. Abdul
Raheman M. Abdul
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of MattyS82
MattyS82

ASKER

Set-CalendarProcessing -Identity username -RemoveForwardedMeetingNotifications $True worked for me, thanks