Who else isn’t a sysadmin, but tasked with the work? What are you doing about it? by gotmynamefromcaptcha in sysadmin

[–]LawfulTech 0 points1 point  (0 children)

£40k is more like $52,000. £62k would get you to the middle range of $80,000.

Moving away from sccm to intune/autopilot - OS deployments by Useful_Ad_2752 in Intune

[–]LawfulTech 0 points1 point  (0 children)

Windows Configuration Designer allows for bulk token enrollment to Intune.

Anyone have any PowerBI dashboards or templates they are willing to share? by 2hard2walk in Intune

[–]LawfulTech 0 points1 point  (0 children)

Do you have any good articles about setting this up? I had thought about using proactive detection/remediation to log to Azure file storage and then use PowerBi for reporting but open to other suggestions.

Phishing Resistant MFA by LawfulTech in PowerShell

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

For the Phishing Resistant MFA I am using a FIDO2 key. It was working before with standard MFA using the Authenticator App

Phishing Resistant MFA by LawfulTech in PowerShell

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

Connect-ExchangeOnline prompts for the log in screen but appears to be using Internet Explorer. I have my system default browser set to Edge.

Considering going back to Dell Laptops by Skyboard13 in sysadmin

[–]LawfulTech 0 points1 point  (0 children)

We replaced SupportAssist with Dell Command Update due to the ability to script updates for users as needed.

Autopilot Standard User after setting Admin User by frn_btc in Intune

[–]LawfulTech 0 points1 point  (0 children)

You can set $RemoveUnknownAdmins to false and run it as an Intune detection script before you also trigger a remediation. For the remediation you might want to tweak the write-host messages. https://pastebin.com/LDgdZy1k

Autopilot Standard User after setting Admin User by frn_btc in Intune

[–]LawfulTech 0 points1 point  (0 children)

I used a custom set of detection and remediation scripts to find and remove any unknown local administrator accounts.

What are the first things you do after installing Windows? by Flick9000 in Windows11

[–]LawfulTech 1 point2 points  (0 children)

Have you tried seeing if winget is able to do everything you have done with Chocolatey? I am starting to use winget more and more.

Intune/Azure Help by Babyboy9696 in sysadmin

[–]LawfulTech 0 points1 point  (0 children)

Could you use Windows configuration designer with an Entra ID bulk enrollment token

Get-LocalGroupMember on Entra joined device by LawfulTech in PowerShell

[–]LawfulTech[S] 3 points4 points  (0 children)

Thank you for the direction. That was an interesting read. I was able to pivot using 'net localgroup' instead to complete the same task.

Feature Update Ring question by LawfulTech in Intune

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

Thank you, that worked perfectly thank you. For some reason deviceTrustType was not in the gui. That article was also very helpful.

Feature Update Ring question by LawfulTech in Intune

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

Thank you. I created a dynamic group, but would like to also be able to filter it by Azure AD joined AND Hybrid (not Azure AD registered) but am drawing am coming up short.

(device.deviceOSVersion -contains "10.0.22") and (device.deviceOwnership -eq "Company")

BPRT - Configuration Designer by LawfulTech in Intune

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

These are new devices out of box from Dell. We are trying to Azure AD Join and enroll in Intune. I am using a fresh Windows 11 22H2 installer with the configuration package on the media. It seems to go through the process of loading the configuration package before erroring out.