You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#Import required moduleImport-Module Microsoft.Graph.DeviceManagement
#Connect to Graph with the right scopesConnect-MgGraph-Scopes "DeviceManagementConfiguration.Read.All"<#List of available profiles typesSettings Catalog = https://graph.microsoft.com/beta/deviceManagement/configurationPoliciesConfiguration profiles from templates = https://graph.microsoft.com/beta/deviceManagement/deviceConfigurationsEnrollment settings (global) = https://graph.microsoft.com/beta/deviceManagement/deviceEnrollmentConfigurationsEndpoint Security = https://graph.microsoft.com/beta/deviceManagement/intentsCompliance policies = https://graph.microsoft.com/v1.0/deviceManagement/deviceCompliancePoliciesPowershell scripts = https://graph.microsoft.com/beta/deviceManagement/deviceManagementScriptsProactive remediation = https://graph.microsoft.com/beta/deviceManagement/deviceHealthScripts#>#Replace URI with one of the above$URI=<REPLACE>#Request Graph$Output=Invoke-MgGraphRequest-Method GET -Uri $URI#Display output$Output.value
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Beta Was this translation helpful? Give feedback.
All reactions