Policies
58 TopicsTime Zone configuration profiles and policies
Hello, 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? Thanks401Views1like6CommentsKey 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 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.71KViews2likes11CommentsImportant 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!35KViews1like0CommentsChecking 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 !Solved682Views0likes1CommentPowershell 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!109KViews2likes16CommentsNeed 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.9KViews0likes0CommentsNew-CsBatchPolicyPackageAssignmentOperation issue
Hi, 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.2KViews0likes0Commentswhy 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.5KViews1like3CommentsExchange 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 in https://protection.office.com/retention nor the new portal https://compliance.microsoft.com/informationgovernance?viewid=retention. Can this be done via PowerShell? Thanks for your input.Solved1.1KViews0likes2Comments