Intune
Intune copied to clipboard
Intune Scripts and Helpers.
It seems that the Intune Management Extension no longer produces the logs necessary to determine the intunewin IV and key. I suspect this is due to a recent update. If...
Added an optional parameter of Path to set the Path where the decoded file and tmp file should be placed. If not set it defaults to the temp location as...
how can it decrypt a null certcollection. Stuck here. Please help.
Not directly an issue with script (which is great), but the GUID from the URL are nothing like the file that gets saved locally, so one need to match these...
Hello, the **Get-WindowsAUtoPilotInfo.ps1** PowerShell scripts returns the error below on computers with latest Windows Updates (_May 2022_); it seems the **KB5013942** is causing it (links: [Microsoft Q&A](https://docs.microsoft.com/en-us/answers/questions/848571/get-autopilotinfops1-get-the-hash-if-available-err.html), [Reddit](https://www.reddit.com/r/Intune/comments/udwyl7/getwindowsautopilotinfo_error/)). ``` Get-CimInstance...
The app does what it is supposed to. The problem i am having is that the app always shows an error after i have typed in my PIN (which is...
For the x86 -> x64 context switch, the **IntunePSTemplate.ps1** sample sets the **RedirectStandardOutput** property for the **ProcessStartInfo** object to `$true`, but does not consume the **StandardOutput**. This can cause the...
function Convert-SIDGUID { param ( [Parameter(Mandatory = $true, Position = 0, ValueFromPipelineByPropertyName = $true)] [AllowEmptyString()] [string]$InputObject ) $tryguid = [guid]::TryParse($InputObject, $([ref][guid]::Empty)) if ($tryguid) { $bytes = [Guid]::Parse($ObjectId).ToByteArray() $array = New-Object...
Hi. Just came across your script, it didn't work for me. I made this change and then it worked on my end. Also I added another way to get the...
Hi Oliver, thanks for the collection of scripts! As I couldn't find a license information, I'd kindly ask to consider adding a license file. Without a license it's unclear from...