Forum Discussion
Paul_Saldanha
Dec 02, 2021Brass Contributor
Sensitivity Button not showing in Office Web Apps
I am trying to understand the process for enabling the sensitivity button in Office Web Apps (Word, Excel, PowerPoint). The following is confirmed. Have the correct licensing. Set-SPOTenant -E...
- Dec 22, 2021
MarcinUK ChristianJBergstrom Mitul_Pansuriya
Sorry for the radio silence. Dealing with a family emergency.
After banging my head on the wall a few things happened:- After about 5 days, the sensitivity button showed up in the Office Web Apps. I didn't do anything different from when I first posted my question.
- I had reached out to CDX Support (through the partner site) for help. That was very slow and not fruitful but I did get an out-of-the-blue email from someone stating that they had uncovered a bug in the CDX tenants and were applying a fix to my tenant. This was after the button showed up in one CDX tenant and not in the other CDX tenant. The button is in both tenants now. I can't say for certain that the "fix" had anything to do with anything since I had the button prior to receiving the email from Support.
- I learned that there are different SLAs for the CDX tenants. These SLAs are not published but they can be throttled arbitrarily. Maybe this is what is going on? Colleagues spun up a MSDN tenant and clicked on the yellow highlighted text (instead of using the Set-SPOTenant) and it configured the button in the documented 15 minutes.
- I had to log out of the tenant and sign back in to see the change.
Mohammad_Sufiyan_Ansar
Jul 31, 2023Copper Contributor
HiPaul_Saldanha ,
There may be some commands that you try to run but they fail, giving you errors like "term not recognized," "object not found," or "command cannot be executed because running script is disabled."
In this case, just use the below command to get around the running script and run the instructions.
1> Verify that the user has the necessary licenses for AIP by checking their licenses.
2> Typically, this occurs when AIP is not connected to SPO (Sharepint Online). In this situation, you must enable AIP and SPO integration. To do this, follow the procedures below:
On your computer, launch a Windows PowerShell window. with administrative rights
Execute these commands:
- Install-Module -Name Microsoft.Online.SharePoint.PowerShell -Scope CurrentUser
- Update-Module -Name Microsoft.Online.SharePoint.PowerShell
- Connect-SPOService -Url https://msdxXXXXX-admin.sharepoint.com -Credential email address removed for privacy reasons
(Here Url: yoursharepointlink-admin.sharepoint.com , Credentials: credential of global admin)
( Eg: Contoso- admin.sharepoint.com , Credential: email address removed for privacy reasons)
- Set-SPOTenant -EnableAIPIntegration $true
Once this command has been executed, AIP and SPO Integration is enabled.
- Get-SPOTenant
You can check here to see if EnableAIPIntegration is now true.