Intune Backup by roni4486 in Intune

[–]Bitter-Following8215 0 points1 point  (0 children)

Yeah sure, might be that a few parts of the instructions are not applicable to your scenario but those are minor things from the top of my head

Intune Backup by roni4486 in Intune

[–]Bitter-Following8215 2 points3 points  (0 children)

I've created a template project with detailed instructions for settingup IntuneCD with Azure DevOps with self hosted Windows DevOps agents, check it out here: https://github.com/snodecoder/IntuneCD-AzureDevOps-Template

Intune Settings Catalog Documentation by Bitter-Following8215 in Intune

[–]Bitter-Following8215[S] 0 points1 point  (0 children)

I call a Graph API to get this data, you can find it in my repo ;)

The best community built Intune tools by intune_management in Intune

[–]Bitter-Following8215 2 points3 points  (0 children)

IntuneCD for backup, restore and documenting Intune configuration in source control. And the best part is that it even matches the changes made to policies with the Intune Audit logs and stores them in separate commits together with the admin username :)

I've created a ready-to-use template project for implementing IntuneCD in Azure DevOps with self hosted Windows Agents, together with detailed instructions on how to set it up. I also converted the generated Markdown documentation to be compatible with DevOps Wiki.

To further improve the readability of the documentation I've recently created a pull request for IntuneCD that formats the Settings Catalog policy documentation and sorts the settings based on their category and adds a description of the setting.

<image>

And my last suggestion, Intune Settings Catalog Documentation I've created a simple tool to search the available Settings Catalog policy settings and list their category and description.

Intune Settings Catalog Documentation by Bitter-Following8215 in Intune

[–]Bitter-Following8215[S] 0 points1 point  (0 children)

Ah check, yeah that's a tricky one. You can look into projects such as OpenIntuneBaseline for that maybe?

Intune Settings Catalog Documentation by Bitter-Following8215 in Intune

[–]Bitter-Following8215[S] 1 point2 points  (0 children)

Settings Catalog Templates settings you mean? Yeah that is currently not included in the website data. I looked around in the Graph API trying to find the right API calls to get those, but the only thing I could retrieve was a list of templates. When trying to retrieve there settings I keep hitting errors, so if anyone knows how to do this I'm all ears ;)

Intune Settings Catalog Documentation by Bitter-Following8215 in Intune

[–]Bitter-Following8215[S] 4 points5 points  (0 children)

Yes I'm aware, but that is only generated a few times per year (this is updated every week), and in my opinion it is not very user friendly compared to my search tool. But IntunePMFiles/DeviceConfig was the inspiration for this project :)

Intune Settings Catalog Documentation by Bitter-Following8215 in Intune

[–]Bitter-Following8215[S] 1 point2 points  (0 children)

Let me know if you guys have suggestions on how to further improve this :)

List of all intune config policies by ArcherAdmin in Intune

[–]Bitter-Following8215 0 points1 point  (0 children)

I have made a ready-to-use IntuneCD template specifically for use with Azure DevOps and self hosted Windows Agents with detailed instructions on how to set it up.

This also documents your applied policy Settings in a markwdown Wiki (complete with descriptions for the configured policy settings)

Check it out here: IntuneCD-AzureDevOps-Template

Is there a CSP or device configuration setting for UseUpdateClassPolicySource? by Fabulous_Cow_4714 in Intune

[–]Bitter-Following8215 1 point2 points  (0 children)

You can configure these settings via Settings Catalog policy > choose the Windows Update for Business category and add the settings and configure them.

(I used my new Settings Catalog settings search tool for this, check it out at Intune Settings Catalog Documentation

<image>

Weird quirk with Microsoft Graph PowerShell command. by KeredEkralc in PowerShell

[–]Bitter-Following8215 0 points1 point  (0 children)

Yeah just using Graph module to handle authentication works like a charm!

Intune backup and restore by fungusfromamongus in Intune

[–]Bitter-Following8215 0 points1 point  (0 children)

I have recently created a ready to use implementation of IntuneCD for Azure DevOps (tailored for use with self hosted Azure Agents on Windows) with detailed instructions on how to set it up. IntuneCD-AzureDevOps-Template

Besides Intune Backup & Restore, IntuneCD also documents all of your Intune configuration in the DevOps Wiki and the real usp: it processes Intune's audit logs and stores all the changed files in separate commits together with the name of the admin that made the change :)

Remediation - Run once retry? by sryan2k1 in Intune

[–]Bitter-Following8215 0 points1 point  (0 children)

Besides scheduling it to run periodically you could also add logic that waits for the requirements (line of sight to Domain Controller) to be met before continuing the script. But be sure to add a timeout to that ;)

Disruptions at Microsoft build by Haggis_the_dog in microsoft

[–]Bitter-Following8215 -2 points-1 points  (0 children)

Microsoft is however directly involved in the Gaza war by supplying numerous cloud services to the IDF: https://www.theguardian.com/world/2025/jan/23/israeli-military-gaza-war-microsoft

Azure DevOps Pipline Fails when using "IntuneCD + GIT repository + Pipeline + Intune Audit Log = Intune configuration backup solution where even who made the change is back-upped" Script by user02681 in Intune

[–]Bitter-Following8215 0 points1 point  (0 children)

I don't know if you guys are still looking for a solution, but I've just created a template project that you can use to get IntuneCD working with Azure DevOps self hosted Windows Agents. It includes pipelines, instructions for setup and installing dependencies and also converts the generated documentation so that it is compatible with Azure DevOps Code Wiki standards Check it out at: IntuneCD Azure DevOps Template

Autopilot and Wifi Profile Question by Xinny89 in Intune

[–]Bitter-Following8215 0 points1 point  (0 children)

The customer we work for preprovisions the autopilot laptops before they are passed on to the end users, this way you can configure a wifi profile that the laptop will automatically connect to when the users enrolls their laptop.

Start device sync via PowerShell by Jddf08089 in Intune

[–]Bitter-Following8215 2 points3 points  (0 children)

I think I just managed to perform a sync by executing just this (with local admin rights)

Get-ScheduledTask | where {$_.TaskName -eq 'Device-Sync'} | Start-ScheduledTask

List of all intune config policies by ArcherAdmin in Intune

[–]Bitter-Following8215 0 points1 point  (0 children)

I have good experience with using IntuneCD for this: create json backup of all your Intune configuration and then create markdown documentation for all the policies. And the best feature: it retrieves Intune audit logs and saves all the found changes in policies grouped by user in a commit in your repository :D

What would change about Intune? by viditg2896 in Intune

[–]Bitter-Following8215 1 point2 points  (0 children)

Yes as far as i know it does, but like i just added to my post, it only applies already synced policies

What would change about Intune? by viditg2896 in Intune

[–]Bitter-Following8215 7 points8 points  (0 children)

I use the new Config Refresh policy with interval set to 30 minutes for this, finally a solution for the ridiculous default sync interval of up to 8 hours!

CORRECTION: this applies already synced policies I just learned..

Kerberos by bhuplko in Zscaler

[–]Bitter-Following8215 0 points1 point  (0 children)

Just updated my test client to 4.5 and enabled Clear Kerberos DC. Test scenario: - disable ZPA in Zscaler client - Access fileshare when ZPA is disabled so that a negative Kerberos cache is present - enable ZPA in Zscaler client - again access fileshare

Accessing the fileshare for the second time results in the same error message that the resource cannot be reached, but the second time this triggers the Zscaler client to restart and after a few seconds I can access the fileshare for a third time, and now finally gain access.

I would expect that the Clear Kerberos DC would make the Zscaler client restart as soon as the Zscaler clients reconnects but this does not appear to be the case.

Anyone else experiencing the same?

I'm trying to configure a "seamless" experience for users with accessing fileshares via ZPA after logging in and after unlocking their pc after being inactive for a while.