Forum Discussion

adailey's avatar
adailey
Copper Contributor
Oct 30, 2023
Solved

A parameter cannot be found - ExternalInOutlook Powershell

I am trying to enable the ExternalInOutlook feature via Powershell for one of our client's tenant, but I am getting the following error when I run     Set-ExternalInOutlook -Enabled $true A param...
  • Harm_Veenstra's avatar
    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 ViewOnlyConfiguration

     

    The 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.

     

     

Resources