Documentation about filter parameter in Get-MgDeviceManagementManagedDevice cmdlet

BARROSO TRISTAN, JAVIER RICARDO 20 Puntos de reputación
2024-05-24T09:33:01.0433333+00:00

I'm trying to understand which is the -filter syntax on this commands:
Get-MgDevice

Get-MgDeviceManagementManagedDevice

For the first command I found the doc:

https://learn.microsoft.com/en-us/graph/aad-advanced-queries?tabs=http#device-properties

But , where is the doc for the second command? How Can I use filter parameter intune queries like Get-MgDeviceManagementManagedDevice?

Thank you!

Preguntas y respuestas (Q&A) de Microsoft
Preguntas y respuestas (Q&A) de Microsoft
Use esta etiqueta para compartir sugerencias, solicitudes de características y errores con el equipo de Microsoft Q&A. El equipo de Microsoft Q&A evaluará sus comentarios periódicamente y proporcionará actualizaciones a lo largo del proceso.
403 preguntas
0 comentarios No hay comentarios
{count} votos

1 respuesta

Ordenar por: Muy útil
  1. Gao Chen 4,715 Puntos de reputación Proveedor de Microsoft
    2025-01-02T22:05:33.4033333+00:00

    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".


Su respuesta

Las respuestas se pueden marcar como respuestas aceptadas por el autor de la pregunta, lo que ayuda a los usuarios a conocer la respuesta que resolvió el problema del autor.