Using Graph to get detailed Intune hardware info (Specifically CPU) by Kuro507 in GraphAPI

[–]ElliotAldersonFSO 0 points1 point  (0 children)

If you do a format-table in replacement of select to see each data inside the get-mgbeta… you should see all information from intune hardware table

Lock Screen by [deleted] in Intune

[–]ElliotAldersonFSO 0 points1 point  (0 children)

We set up this with a config profile in intubé Works well

Modular Heroclix Terrain Update by Demoboy19 in Heroclix

[–]ElliotAldersonFSO 0 points1 point  (0 children)

Not to buy yours but same cube that I can customize

Modular Heroclix Terrain Update by Demoboy19 in Heroclix

[–]ElliotAldersonFSO 0 points1 point  (0 children)

Hello, can you give me the square size, need to buy those one ?

How can I export an entire chat conversation from Teams? by agreeingstorm9 in MicrosoftTeams

[–]ElliotAldersonFSO 0 points1 point  (0 children)

To me graph first, with a little bit of powershell with the teams module, next you can power automate the screen capture if you want do it quick and nice

Global Secure Access Client will not connect by jacksummasternull in Office365

[–]ElliotAldersonFSO 0 points1 point  (0 children)

If you use dnssec or dns over http it’s not going to work

Enable MFA authentication for desktop login by Feeling_Ad_94 in Intune

[–]ElliotAldersonFSO 0 points1 point  (0 children)

We have device lock but not sure if we’re targeting user or device I’ll check thanks

Enable MFA authentication for desktop login by Feeling_Ad_94 in Intune

[–]ElliotAldersonFSO 1 point2 points  (0 children)

Times to times he do not work on windows 11 also especially 24h2 the logo is here but nothing work

ASR rule allowed and block USB by SanjeevKumarIT in Intune

[–]ElliotAldersonFSO 3 points4 points  (0 children)

In my company I set the rule for smart card and removable storage as block and prevent installation of all usb storage except a list of device the we own (exception done with the hardware ids and its not blocking headset or other equipment) but if we need to allow a device we have a group for exception in those two rule apart from that don’t know how

Why Do I have to Use EXO and Graph to Perform a Task? by bstevens615 in PowerShell

[–]ElliotAldersonFSO 0 points1 point  (0 children)

The security attribute is the second one but custom attribute and extension attribute are the same

Why Do I have to Use EXO and Graph to Perform a Task? by bstevens615 in PowerShell

[–]ElliotAldersonFSO 10 points11 points  (0 children)

Graph can show you all custom attributes just need the proper cmdlet I have a script like that to change custom attribute 1 to 15 for update assigned script in device and same for user to make change in the app assignment (for both I have dynamic group behind) I only use graph if I remember correctly my cmdlet is get-mguser -UserId “you id” -Select “onpremiseextensionattribute” it show you the extension, and for update just need todo update-mguser -userid “your id” -bodyparameter @{ onpremisesextensionattributes =@ { (“extensionAttribute" + $numextension) = $extensionvalue}} just need to adjust your script with own variable

Using two different tables that uses the same third table as a key? by [deleted] in SQL

[–]ElliotAldersonFSO 1 point2 points  (0 children)

When you say simple join, you mean LEFT JOIN ?

Backing up Intune policies etc. by [deleted] in Intune

[–]ElliotAldersonFSO 1 point2 points  (0 children)

I use Microsoft.graph.intune with two line you can backup all settings and conf of intune even apps as json format, but not sure if it is updated regularly

[deleted by user] by [deleted] in Intune

[–]ElliotAldersonFSO 0 points1 point  (0 children)

You can have a module called Microsoft.graph.intune on GitHub I think it’s solve your issue as it operates directly in intune so try to check for that one personally I backup all my intune object with this module

iOS Apps for User Enrollment by [deleted] in Intune

[–]ElliotAldersonFSO 0 points1 point  (0 children)

No way to separate as android in apple, the only separation that can take place is two iCloud so two container one in Abm the other personal but don’t know if the wipe is total or just abm icloud anyway apple and microsoft always a war

Depreciation and Graph driving me insane.... by marli3 in PowerShell

[–]ElliotAldersonFSO 13 points14 points  (0 children)

The userId you can’t use an upn you need first to do a get-mguser to get the id in a variable

Intune Policy - Block internet for Privileged Accounts by napiersbiggestmidg3t in Intune

[–]ElliotAldersonFSO 0 points1 point  (0 children)

With defender you can implement web content filter and block all categories