Hello BARROSO TRISTAN, JAVIER RICARDO,
Welcome to Microsoft Q&A!
We are very sorry for the delay in giving you a response to your topic in this forum. If you still have the same query, for the Get-MgDeviceManagementManagedDevice
command, you can use the -Filter
parameter to filter the results based on specific property values. Here is the documentation in case you need it: Get-MgDeviceManagementManagedDevice
Here's a brief example of how to use the -Filter
parameter with Get-MgDeviceManagementManagedDevice
:
Get-MgDeviceManagementManagedDevice -Filter "deviceName eq 'YourDeviceName'"
This command filters the managed devices to only include those where the deviceName
property equals 'YourDeviceName'
.
Additionally, please kindly note that if we do not receive a response to this thread within 4 business days, we will consider it closed. In case you have the same question, and the information provided was not useful, feel free to create another thread and we will be more than happy to help you.
I hope the information was useful!
Regards,
Gao
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".