Forum Discussion
A parameter cannot be found - ExternalInOutlook Powershell
- Oct 30, 2023
adailey Do you have enough permissions? The Set-ExternalInOutlook cmdlet requires one of these roles:
Get-ManagementRole -Cmdlet Set-ExternalInOutlook
Name RoleType
---- --------
O365SupportViewConfig O365SupportViewConfig
Organization Configuration OrganizationConfiguration
View-Only Configuration ViewOnlyConfigurationThe Enabled parameter requires Organization Configuration:
Get-ManagementRole -Cmdlet Set-ExternalInOutlook -CmdletParameters Enabled
Name RoleType
---- --------
Organization Configuration OrganizationConfiguration
Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.
If one of the posts was helpful in other ways, please consider giving it a Like.
Harm_Veenstra Yes, I have been trying with two different global administrators, both of which are assigned in the Organization Management role group, but I am now realizing that this role group does not have the organization configuration role assigned. That is strange since it should be there by default. After adding it, I am now able to run the command successfully. Thank you!
adailey I did run into that myself in the past, too. Strange... Glad to hear that it works!
Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.
If one of the posts was helpful in other ways, please consider giving it a Like.