Fix “The requested operation is part of an experimental feature that is not supported in the current environment.” Error

Problem: When trying to run a PowerShell cmdlet, I got this error message: “The requested operation is part of an experimental feature that is not supported in the current environment.” SharePoint shows this error if a new feature is not yet rolled out for your tenant.

The requested operation is part of an experimental feature that is not supported in the current environment

Solution:

The error can occur when attempting to run a PowerShell command or script that uses an experimental feature that is not currently supported in your environment. To fix this error, you must set the release preference for your Microsoft 365 environment. (Or modify the script or command to remove or replace the experimental feature!). As a first step, check your SharePoint Online version and the documentation for the PowerShell cmdlet you are running to see if it’s included with your current environment.

Set the release preference in Office 365

Log in to your Microsoft 365 Admin center as Global Administrator and follow these steps to set the release preference:

  1. Go to your Office 365 Admin Center >> Click on “Settings” from left navigation >> Click on “Organization Profile”.
  2. Click the “Edit” button on the Organization profile page next to “Release Preferences”.
  3. Change the release preference to “Targeted release for everyone” and confirm the prompt on the next page.
    set release preference office 365

You may need to wait for some time for the changes to take effect! Don’t forget to Update the SharePoint Online PowerShell Module to get the latest features and cmdlets.

Salaudeen Rajack

Salaudeen Rajack - SharePoint Expert with Two decades of SharePoint Experience. Love to Share my knowledge and experience with the SharePoint community, through real-time articles!

One thought on “Fix “The requested operation is part of an experimental feature that is not supported in the current environment.” Error

  • Hi, it didn’t work for me. But I set only my admin account in targeted release, maybe it’s the reason ? My powershell module version is 16.0.21909.12000.

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *