I want to group windows servers with a specific tag and manage them via Defender for Endpoints. I know there is a custom configuration profile OMA-URI policy to tag windows client devices. Is there any similar policy to target windows server devices ?
How to automatically tag windows server devices from Microsoft Defender or Intune portal?
62 Views Asked by Innov At
2
There are 2 best solutions below
0
Catherine Kyalo
On
Hi @Mohamed Azarudeen Z
You can use OMA-URI settings to tag Windows Server devices in Intune, similar to how you tag Windows client devices and leverage Microsoft Graph API to manage these tagged devices.
Here's the general steps to do this:
- In Intune, create a Device configuration profile with a custom OMA-URI setting. Set the Name, OMA-URI, Data type, and Value that you want to use for your Windows Server devices.
- Assign the profile to your desired group of Windows Server devices.
- Once the profile is assigned and the devices have synced with Intune, you can use Microsoft Graph API to manage these devices based on the tag.
You can use the following OMA-URI to tag your devices:
./Device/Vendor/MSFT/Policy/Config/DeviceTag/tagName
For more information about how to use OMA-URI settings in Intune, https://docs.microsoft.com/en-us/mem/intune/configuration/custom-settings-windows-10
Related Questions in AZURE
- How to update to the latest external Git in Azure Web App?
- I need an azure product that executes my intensive ffmpeg command then dies, and i only get charged for the delta. Any Tips?
- Inject AsyncCollector into a service
- mutual tls authentication between app service and function app
- Azure Application Insights Not Displaying Custom Logs for Azure Functions with .NET 8
- Application settings for production deployment slot in Azure App Services
- Encountered an error (ServiceUnavailable) from host runtime on Azure Function App
- Implementing Incremental consent when using both application and delegated permissions
- Invalid format for email address in WordPress on Azure app service
- Producer Batching Service Bus Vs Kafka
- Integrating Angular External IP with ClusterIP of .NET microservices on AKS
- Difficulty creating a data pipeline with Fabric Datafactory using REST
- Azure Batch for Excel VBA
- How to authenticate only Local and Guest users in Azure AD B2C and add custom claims in token?
- Azure Scale Sets and Parallel Jobs
Related Questions in SECURITY
- HTTPS configuration in Spring Boot, server returning timeout
- HSM ZKA control mask values
- OWASP Amass Subcommands
- Is there a need for BPF Linux namespace?
- Error when trying to execute a binary compiled in a Kali Linux machine on an Ubuntu system
- When sanitize/encode while implementing tags system like on SO
- spring security version in spring-boot-starter-security
- I am currently trying to implement a rudimentary firewall from a video I watched but the nimda worm detection is not working and i do not know why?
- Is it possible for `sudo` to fail temporarily with the correct password? Hacking suspected
- Is it viable proxying all my mobile apps requests, to some kind knowing that a request is coming from a secure source
- What abilities should I concentrate on while bug hunting, and how can I improve the quality of my bug bounty reports?
- System.ArgumentOutOfRangeException: I passed this error in every single program
- How to prevent users from creating custom client apps?
- Does server-side content security policy exist for youtube video player API, app, mod apks and website?
- Can we pass a hostname/IP address as a query string in a GET request in REST API
Related Questions in ENDPOINT
- "Invalid input syntax for integer" using strapi
- Spring Boot Multi-Tenant : impossible to set different tenants
- Lambda function cannot "translate" RDS endpoint despite pointing directly at it?
- How do I avoid "Some of the provided components in XXX are not related to the entity" in Strapi?
- Custom notice is not working on Woocommerce My-account custom endpoint page
- How do I solve flask authentication?
- Invoke AzureML Batch Endpoint from ADF
- Deploy from self hosted agent in service with private endpoint configured
- Why do new data not appear in the endpoint after taking the build?
- Deploying LLM on Sagemaker Endpoint - CUDA out of Memory
- Error from the server ( 500 ) in an ASP.NET WebApi project
- How to use api forCisco Secure Endpoint (formerly AMP for Endpoints)
- Http POST not triggering a server side event
- Magento 2 Bulk endpoint fails
- Connect On-Premise Server with SQS through VPC Endpoint
Related Questions in INTUNE
- Intune IpadOS disable Safari quick notes
- Trying to deploy printer settings via intune app deployment
- Generate token console for Intune datawarehouse
- Intune Remediations with Powershell
- PS - Create / Set Registry Keys as System for Users under HKEY_USERS
- Adding android apps to folders on fully managed devices, using intune
- ConditionNot met on UpdateRelationships graph action
- Setting Regional format with PowerShell
- Get all detectedApp managed devices out of Intune
- Send iOS Actionable Push Notification via MS Graph API
- Authenticate an Intune-Managed-Device in a REST API call
- PowerShell script to download and extract Apache JMeter not working
- Intune Distribution of an Android APK
- Detection and Remediation Script in Intune
- Xamarin.Forms iOS app wrapping with Intune App Wrapping Tool: 'The app's Frameworks directory could not be signed' error
Related Questions in MICROSOFT365
- Error: Mail command failed: 530 5.7.57 Client not authenticated to send mail
- Send M365 meeting invitations to selected attendees
- Email from SharePoint: "Heads up! We noticed that you recently deleted a large number of files from a site" but the user doesn't deleting anything
- Response from Exchange Web Service is invalid XML
- How to set up Server for Microsoft 365 Admin Center Search & Intelligence
- SharePoint - Successfully adding GIFS to a thumbnail in a modern page news article
- Can't access anymore files and applications in a Microsoft 365 account
- Error retrieving files from sharepoint via python
- Microsoft 365 Developer Program
- Want to make a Sharepoint website which will show my Employee the stock
- Power Apps - Not able to render video from SharePoint Library into PowerApps Video Control
- Is there a way to bypass Excel's 2 minute Script runtime limit?
- 'mailto:' scheme doesn't work in web application embedded in MS365 web app
- Issue: Long Wait for Custom Outlook Add-In to Show Up for New Group Members in Microsoft 365
- MS Graph Events API returns empty list when querying a room
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Microsoft Defender for Endpoint primarily focuses on protecting endpoints, including Windows client devices. it provides comprehensive security features for Windows 10 and Windows 11 client devices, the server editions are typically managed through other tools like Windows Defender Antivirus and Windows Defender Exploit Guard.