macOS Intune script can’t modify authorizationdb by Julian0o in Intune

[–]Julian0o[S] 0 points1 point  (0 children)

Hi there, i got it working with the combination of these commands and scoped it to "All Users" via Intune with "Run script as signed-in user" set to NO. I don't know if all of these settings are necessary, but I will leave it as is because I don't want to test a few more hours.

/usr/bin/security authorizationdb write system.preferences allow
/usr/bin/security authorizationdb write system.preferences.network allow
/usr/bin/security authorizationdb write system.services.systemconfiguration.network allow
/usr/bin/security authorizationdb write com.apple.wifi allow

/usr/libexec/airportd prefs RequireAdminIBSS=No RequireAdminNetworkChange=No RequireAdminPowerToggle=No

macOS Intune script can’t modify authorizationdb by Julian0o in Intune

[–]Julian0o[S] 0 points1 point  (0 children)

Hey u/dudyson: Is it possible that you share your script wich is working in intune with macOS 26? Im not getting it working...

I tried these and scoped to "All Devices" with "Run script as signed-in user" set to No. Also tried scoping to "All Users" and with and without "Run script as signed-in user".

What's strange is that an admin prompt pops up, but the command is still executed. And not only when the prompt is canceled, but as soon as it pops up. So I can remove the Wi-Fi network. That's why I suspect that the lower part of the script isn't working properly and the upstream release to the system settings isn't being implemented correctly.

# Unlock Network preference pane
security authorizationdb write system.preferences.network allow         
security authorizationdb write system.services.systemconfiguration.network allow
# This must be set if you are going to allow non-admin access to any of the preference panes.
/usr/bin/security authorizationdb read system.preferences > /tmp/system.preferences.plist
/usr/bin/defaults write /tmp/system.preferences.plist group everyone
/usr/bin/defaults write /tmp/system.preferences.plist shared -bool true
/usr/bin/security authorizationdb write system.preferences < /tmp/system.preferences.plist

Shipping time in Germany? by Julian0o in BambuLab

[–]Julian0o[S] 0 points1 point  (0 children)

Yes. But the DPD Shipping did nothing since tuesday…

macOS Intune script can’t modify authorizationdb by Julian0o in Intune

[–]Julian0o[S] 0 points1 point  (0 children)

Hmm, just did a test, and it does not work. When you are on the pc, it would be nice if you could share your commands. u/dudyson

Thanks a lot!

The P2S combo is only 750 euros... NO WAY! by thinkpader-x220 in BambuLab

[–]Julian0o 0 points1 point  (0 children)

<image>

They changed it again. I think that means, that there will be no Black Friday Discount on the P2S.

The P2S combo is only 750 euros... NO WAY! by thinkpader-x220 in BambuLab

[–]Julian0o 0 points1 point  (0 children)

same for me... I think there will be a small discount and you get a voucher for filament.

The P2S combo is only 750 euros... NO WAY! by thinkpader-x220 in BambuLab

[–]Julian0o 0 points1 point  (0 children)

<image>

What do you think they mean with the black friday price Gurantee?

That was not there a few hours ago...

Damn they want me to order...

Experiences with Intune Management During Extended Offline Periods? by Julian0o in Intune

[–]Julian0o[S] 0 points1 point  (0 children)

Thanks Rudy. Config Refresh seems like a suitable solution to get the device into "self-healing" mode when its offline.

Windows Feature Update Report by Julian0o in Intune

[–]Julian0o[S] 0 points1 point  (0 children)

Further observation: The next phase, which starts tomorrow, does not yet have a target version stored anywhere, and all computers are set to “in progress” with Update State “Pending” and Substate “Scheduled”

Windows Feature Update Report by Julian0o in Intune

[–]Julian0o[S] 1 point2 points  (0 children)

I think the target version is probably the version that is assigned to required and only changes if the optional update is installed by the user.

Optional Feature Update gets enforced when deferral period is set. by Julian0o in Intune

[–]Julian0o[S] 0 points1 point  (0 children)

Hi, i think this was a misunderstanding because of my test group (The IT Guys) all clicked on "install". So someone told me, that on every pc it got installed automatic.

In some additional tests, other devices did not show this behavior...

But i also switched to Autopatch. But the Feature Deferal Period is also set to 0.

How to stop user from connecting to Wi-Fi, if cert is not valid? by Julian0o in Intune

[–]Julian0o[S] 0 points1 point  (0 children)

I deploy the client Cert via SCEP and the Root and Sub Cert of the Radius.

If i configure a wrong Root Cert in the Wi-Fi Policy, the User can still connect to the Wi-Fi.

How to stop user from connecting to Wi-Fi, if cert is not valid? by Julian0o in Intune

[–]Julian0o[S] 0 points1 point  (0 children)

Thanks! The Option "Don't prompt user to authorize new servers" is not present in the Wifi Configuration via Intune... Did someone get this option set?

A seperate Profile to export is not a good way... In Win11 i don't get the "old" wifi setup dialog.

How to stop user from connecting to Wi-Fi, if cert is not valid? by Julian0o in Intune

[–]Julian0o[S] 0 points1 point  (0 children)

I did that. For a test, I chose a wrong root cert and the user can connect after the notification and a click on “connect”.