policies
59 Topics- Announcing the retirement for Office Online ServerWhat’s changing? Microsoft is announcing the end of support and retirement for Office Online Server effective December 31, 2026. After this date, Office Online Server will no longer receive security updates, bug fixes, or technical support from Microsoft. This change is part of our ongoing commitment to modernizing productivity experiences and focusing on cloud-first solutions. To help stay secure and compliant, begin planning now to move to supported options, such as Microsoft 365. What does end of support mean? No more security updates. Systems running Office Online Server may be vulnerable to the evolving threat landscape. No bug fixes or technical support. Potential compliance risks. Unsupported software may put regulated organizations at risk of non-compliance. This announcement does not apply to products that integrate with Office Online Server, such as Exchange Server Subscription Edition, SharePoint Server Subscription Edition, or Skype for Business Server Subscription Edition, which will continue to be supported. Learn more about the support timeline for Subscription Edition versions of Exchange Server, SharePoint Server, and Skype for Business Server. Why is this happening? Office Online Server was designed to provide browser-based versions of Word, Excel, PowerPoint, and OneNote for on-premises environments. As organizations have adopted Microsoft 365, Microsoft is focusing its browser-based Office app investments on Office for the Web to deliver secure, collaborative, and feature-rich experiences through Microsoft 365. What is the alternative for Office Online Server? If your organization relies on Office Online Server for browser-based document editing and collaboration, our recommended path is to transition to Microsoft 365, which includes cloud-powered versions of Word, Excel, PowerPoint, and OneNote. Microsoft 365 offers: Real-time collaboration and sharing. Automatic updates and ongoing support. Enhanced security and compliance features. Integration with Microsoft Teams, Outlook, SharePoint Online, and OneDrive for Business. Access to Microsoft 365 Copilot for AI-powered productivity. Learn more about Microsoft 365. And for organizations with 150+ licenses, consider engaging Microsoft FastTrack to support your planning and migration to Microsoft 365. For organizations using SharePoint Server Subscription Edition or Exchange Server Subscription Edition, Microsoft 365 Apps for Enterprise and Office LTSC 2024 remain supported desktop clients for viewing and editing documents hosted on those servers. If your organization uses Office Online Server to host Excel workbooks in Power BI Report Server, that functionality will no longer be supported. Alternatives include viewing workbooks in the Excel desktop application or migrating to the Power BI service. Prepare to make your move Support for Office Online Server ends December 31, 2026. Continuing to use it after this date may expose your organization to security, compliance, and productivity risks. We therefore strongly encourage all customers to begin planning their transition to supported solutions today. Microsoft is committed to helping you prepare. Use the resources below to help you get started: Explore Microsoft 365 offerings for modern, cloud-powered collaboration. Engage your Microsoft account team and Microsoft FastTrack (150+ seats) for migration planning. See the instructions for how to disconnect Office Online Server from a SharePoint Server farm. Thank you for being a Microsoft customer!9KViews0likes20Comments
- Time Zone configuration profiles and policiesHello, I'm trying to find out the way to control "automatic time zone change" option to allow users to turn it off or on. On the Intune side there is a configuration profile using OMA-URI settings ("./Device/Vendor/MSFT/Policy/Config/UserRights/ChangeTimeZone" with string "LOCAL SERVICEAdministratorsUsers"). This one controls whether user can change the Time Zone manually in the Control Panel (the old school way) and it also reflects in the Settings when the "Set time zone automatically" is turned off however we have some users that have this option greyed out and I have not found a way how to change this from the Intune side. Users are normally standard users and they do not have administrative rights by default but they should be able to change some of the settings when they invoke "elevation mode" eg in the 1st picture below if I would switch "Set time zone automatically" on I would be presented with authentication dialog and after authentication the setting would turn on. 1st case - user can change the "set time zone automatically" option on/off but is not in the group that is allowed to manually change the time zone hence it does not even show the time zone choices (this reflects the configuration profile mentioned above) 2nd case - user can change the "set time zone automatically" option on/off and is in the group that is allowed to manually change the time zone => shows additional options Time Zone and DST. 3rd case - user can not change the "set time zone automatically" option at all means can't change the TZ or DST in Settings, but is able to change time zone via Control Panel (see below) And the question for the million $$$ 🙂 is if or where is the option / configuration that makes the "Set time zone automatically" greyed out. Any ideas? Thanks519Views1like6Comments
- Key End of Support dates for Office 2016, 2019 Apps & Productivity ServersImportant Notice for Users of Office 2016 and 2019: As we approach the end of support date on October 14, 2025, it is critical for businesses to consider upgrading to Microsoft 365 to maintain security, management, and productivity standards. For those with specialized requirements, Office LTSC and Exchange Server remain available. We encourage utilizing Microsoft's upgrade resources to ensure a smooth transition to ongoing support. Prompt action is recommended.71KViews2likes11Comments
- Important Office end of support remindersUrgent Action Required. If you have Office 2016/2019 clients connecting to Microsoft 365 services or if you are running Office for Mac 2019, you need to act now. Review the crucial end-of-support actions you need to take to keep your environment running smoothly!36KViews1like0Comments
- Checking that old and new ressources are configured with a tag with specific caseHello Azure community! I'm configuring an Azure Policy to check presence of a tag on new and old ressources. Checking the presence only was quite easy: policy_rule = <<RULE { "if": { "allOf": [ { "field": "type", "equals": "Microsoft.Resources/subscriptions/resourceGroups" }, { "field": "[concat('tags[', parameters('TagName'), ']')]", "exists": "false" } ] }, "then": { "effect": "[parameters('effect')]" } } RULE With following parameters: parameters = <<PARAMETERS { "tagName": { "type": "String", "metadata": { "displayName": "Tag Name", "description": "Name of the tag, such as 'environment'" } }, "effect": { "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", "Deny", "Disabled" ], "metadata": { "displayName": "Effect", "description": "The effect determines what happens when the policy rule is evaluated to match" } } } PARAMETERS But now I want that the policy rule also checks the case of the tagName parameters. Ex: guess expected tagName is `RigorousMakeMeHappy`. Then, I want that ressources be configured with `RigorousMakeMeHappy` but not with `rigorousmakemehappy` or `rigorousMakeMeHappy` or `RIGOROUSMAKEMEHAPPY` etc. And I struggled two days w/o success. I tried, among others things, the following: policy_rule = <<RULE { "if": { "anyOf": [ { "field": "tags", "match": "[parameters('tagName')]" } ] }, "then": { "effect": "[parameters('effect')]" } } RULE I tried to achieve with following documentations: - https://learn.microsoft.com/en-us/azure/governance/policy/samples/pattern-fields - https://stackoverflow.com/questions/59653416/multiple-name-pattern-and-parameter-definition - https://learn.microsoft.com/en-us/azure/governance/policy/concepts/definition-structure Thanks for your precious help !Solved693Views0likes1Comment
- Powershell script to find out Teams policies by usersHey everyone, do you know if there is a way to run a script to find what Teams policies are assigned to what user? We have a private channel policy in place- I would like to find out a list of users that policy is assigned to. Also, if you delete a user from a custom policy does that user get the default policy? Thanks!109KViews2likes16Comments
- Need help with admx custom oma-uriHi guys, I have asked this question elsewhere but no one can help out. I have a customer that has win 10 pro and needs control panel and settings to be partly hidden for normal users but for admins it should be fully accessible. The settings part is working but I can't figure out how to get it to work for control panel. I have written this in the custom oma-uri: ./User/Vendor/MSFT/Policy/Config/ADMX_ControlPanel/RestrictCpls Microsoft.Mouse;Microsoft.EaseOfAccessCenter;Microsoft.DateAndTime Any idea what I am doing wrong or why it's not working?Solved2.9KViews0likes2Comments
- Teams meeting policies - store recordings outside of your countryHi, There is a new setting under Teams Meeting policies that I'm not sure what it's for. Under recording & Transcription section, the setting is "Store recordings outside of your country or region". The only documentation I could find about this is just how to set it but doesn't explain why is this a setting? What is the purpose of that? why would we turn this on? https://docs.microsoft.com/en-us/microsoftteams/meetings-policies-recording-and-transcription#store-recordings-outside-of-your-country-or-region1.9KViews0likes0Comments
- New-CsBatchPolicyPackageAssignmentOperation issueHi, I have an issue concerning the New-CsBatchPolicyPackageAssignmentOperation command, a week ago it worked fine, but since then I cannot run this command anymore. Am I the only one who gets an error running this type of command ? Cordially, Gab71.2KViews0likes0Comments
- why I cant find 「Manage apps」and「Deveice」at my Teams Admin Center?I want to manage my Teams apps access polices at MS Teams admin Center, but I can't find [Manage apps] at my admin center. Does someone meet the same problem? By the way, my license is Office 365 E1 and my role is [Global reader].Solved2.5KViews1like3Comments