powershell-intune-samples icon indicating copy to clipboard operation
powershell-intune-samples copied to clipboard

This repository of PowerShell sample scripts show how to access Intune service resources. They demonstrate this by making HTTPS RESTful API requests to the Microsoft Graph API from PowerShell.

Results 107 powershell-intune-samples issues
Sort by recently updated
recently updated
newest added

So when using this api we are provided a url e.g *.blob.core.windows.net Does anyone know how the first part of the url is generated and whether that blob instance is...

Script to bulk copy (duplicate, clone) Intune online device configuration policies. Script asks for 2 params - match - regex to filter the current online policies by displayname - replace...

We experience the passcode reset token issue that is described by Microsoft here: https://techcommunity.microsoft.com/blog/intunecustomersuccess/support-tip-powershell-script-now-available-for-ios-passcode-reset-token-known-i/1250875 We've run the PowerShell script created by Dave Falkus that's described in the link above. When...

The authresult is empty without any exceptions when ran using a task scheduler - works fine when run manually from powershell - Fails in manual/scheduled on Task manager - Run...

## 🗣 Description This pull request updates the entire PowerShell Intune samples repository to use the official Microsoft.Graph.Authentication module instead of legacy custom authentication functions. The update includes multi-cloud environment...

The script requires old version of AzureAD 2.0.2.140 and is unable to authenticate when you have this AzureAD version installed. If you have the latest AzureAD version it doesn't show...

1. Code block indentation ``` If(test-expression){ # 1st/top tier code block; no indentation If(test-expression){ # 2nd tier code block is indented correctly $var = "val" # 3rd tier code block...