Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 458 Bytes

intune-reporting-devicemanagementreports-getdeviceswithoutcompliancepolicyreport-getdeviceswithoutcompliancepolicyreport-action-powershell-snippets.md

File metadata and controls

29 lines (24 loc) · 458 Bytes
description
Automatically generated file. DO NOT MODIFY
Import-Module Microsoft.Graph.DeviceManagement.Actions

$params = @{
	name = "Name value"
	select = @(
	"Select value"
)
search = "Search value"
groupBy = @(
"Group By value"
)
orderBy = @(
"Order By value"
)
skip = 4
top = 3
sessionId = "Session Id value"
filter = "Filter value"
}

Get-MgDeviceManagementReportDeviceWithoutCompliancePolicyReport -BodyParameter $params