policies
57 TopicsKey End of Support dates for Office 2016, 2019 Apps & Productivity Servers
Important 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 toMicrosoft 365to 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.60KViews2likes11CommentsImportant Office end of support reminders
Urgent 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!31KViews1like0CommentsChecking that old and new ressources are configured with a tag with specific case
Hello 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 !Solved631Views0likes1CommentPowershell script to find out Teams policies by users
Hey 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!107KViews2likes16CommentsNeed help with admx custom oma-uri
Hi 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.9KViews0likes2CommentsTeams meeting policies - store recordings outside of your country
Hi, 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.8KViews0likes0CommentsNew-CsBatchPolicyPackageAssignmentOperation issue
Hi, I have an issue concerning theNew-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.1KViews0likes0Commentswhy 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.4KViews1like3CommentsExchange Online: Apply retention policy after X days?
Hello, does anybody know if it's possible to apply a retention policy to Exchange Online e-mails say 30 days after their initial creation? I couldn't find an option resembling this, neither inhttps://protection.office.com/retentionnor the new portalhttps://compliance.microsoft.com/informationgovernance?viewid=retention. Can this be done via PowerShell? Thanks for your input.Solved1.1KViews0likes2CommentsImpact of MC211972 - csTeamsMeetingPolicy update to manage access to past meetings
Planned change MC211972 will update the settings within csTeamsMeetingPolicy. This change will impact all the users who are assigned any of the above policies with the value set to "False". AllowChannelMeetingScheduling AllowMeetNow AllowPrivateMeetNow AllowPrivateMeetingScheduling After this change, the past meetings created/organized by the users impacted will be expired. That means, no one will be able to join the meetings. I am trying to establish the no of meetingsimpacted by this for a client but and unclear what a 'past meeting created/organised'means. as it is ambiguous Does it mean: 1 - All meetingsscheduled before the changedate irrespectiveof when the meeting was held or it is due to be held or 2 -All meetingsscheduled and held before the changedate.1.4KViews0likes1Comment