Forum Discussion

TejaPennada's avatar
TejaPennada
Copper Contributor
Aug 02, 2023
Solved

Invalid input parameters Tenant Admin can't modify first party documents

Hi... I work for an organization and have a Global Admin role on the 365 portal. I am trying to change a setting on Teams using the following command "Set-CsTeamsEnhancedEncryptionPolicy -Identity "Tag: User Controlled" -CallingEndtoEndEncryptionEnabledType". I am getting an error saying "Set-CsTeamsEnhancedEncryptionPolicy: Invalid input parameters Tenant Admin can't modify first-party documents". I googled to understand the error, but no results. Can anyone please explain what "first-party documents" mean and what can be done to achieve my goal?

  • Those builtin policies can't be edited right now as far as I know. Create a new one and edit it as you want, and assign to the desired group.

4 Replies

  • AndySvints's avatar
    AndySvints
    Iron Contributor

    Hello TejaPennada,

    As far as I am aware, CallingEndtoEndEncryptionEnabledType is an Enum and has two options: Disabled (which is the default one) and DisabledUserOverride.

    DisabledUserOverride - allow user to turn on end-to-end encrypted calls, Disabled - prohibit.

    Please try the following:

    Set-CsTeamsEnhancedEncryptionPolicy -Identity "Tag: User Controlled" -CallingEndtoEndEncryptionEnabledType DisabledUserOverride

    Reference: 

    Set-CsTeamsEnhancedEncryptionPolicy

     

    Hope that helps.

     

    • TejaPennada's avatar
      TejaPennada
      Copper Contributor
      Thank you AndySvints. I tried using the above command but the error stays the same. Few other commands that I used previously are also Enum, but I managed to execute those. For some reason I'm getting the same error while executing this command. Trying to understand what these first party documents are.
      • AndresGorzelany's avatar
        AndresGorzelany
        MVP
        Those builtin policies can't be edited right now as far as I know. Create a new one and edit it as you want, and assign to the desired group.

Resources