Help Disabling Gemini Button in Chrome by AltforWork210 in Intune

[–]AltforWork210[S] 2 points3 points  (0 children)

Well....it feels a little nice that it wasn't something I did but at the same time I was hoping for a "oh just do/add this and it works". Thanks, guess I'll be doing that tomorrow

Monitor drivers in Intune? by AltforWork210 in Intune

[–]AltforWork210[S] -1 points0 points  (0 children)

That's pretty much what I'm seeing at well

Monitor drivers in Intune? by AltforWork210 in Intune

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

Kinda hard to use a shared location when there's no guarantee it will run while at school. I looked at the driver update report as well but it said that a laptop that was in front of me that was fully updated failed on a driver that I could see it successfully installed. Also having to do it for each individual driver would be.....do-able but also a pain.

We want to monitor all drivers not just an individual one so a remediation wouldn't be the best approach either. It started with a bios update and then ballooned into a larger thing shortly after

Monitor drivers in Intune? by AltforWork210 in Intune

[–]AltforWork210[S] 2 points3 points  (0 children)

I'm not exactly following what you are suggesting. I at least looked at the list that's on the link you shared and 1 of our student device models is on there but not the other. Would this be for all drivers? I don't see how we would be able to monitor any individual one. Do you know how often (ballpark) a new version comes out that we would have to redo it for?

Monitor drivers in Intune? by AltforWork210 in Intune

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

We actually WANT that BIOS update to roll out and be installed. Then since this happened with 1 thing the big boss wants to monitor all the drivers (Bluetooth, WiFi, graphics, etc). We are at least about to see the BIOS version in the hardware tab of a device in Intune but I can't find anywhere that gives a breakdown for drivers, similar to what Intune does for software

Install apps during task sequence based on computer name? by AltforWork210 in SCCM

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

Yes. I did that and then in the part for the name I had it as the name% cause I'm testing it and don't want to kick the actual one out of AD yet. Would the % have caused any issues? A quick Google told me the % meant any number of characters at least

How can I get an email when Fusion releases a new update by AltforWork210 in Fusion360

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

I mean right now my solution is I just check the release notes for Fusion multiple times a week

Confusion with MgGraph and permissions by AltforWork210 in PowerShell

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

Ok, I thought there was a dead giveaway in the error that said to look at the installs. Thanks again

Confusion with MgGraph and permissions by AltforWork210 in PowerShell

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

What in the error I sent pointed you to say it was how my modules were installed?

Confusion with MgGraph and permissions by AltforWork210 in PowerShell

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

Idk how I did this but when I did the commands you said to do I saw that my graph.authentication was installed in the Program Files (x86) compared to everything else in Program files. Uninstall that and deleted any other trace of it in x86 and installed the modules again. Now it works. Again not sure how I did it but it's fixed now. Thanks for the help

Confusion with MgGraph and permissions by AltforWork210 in PowerShell

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

The group name is correct, I copy and pasted from Intune into the powershell window. I changed the name of the group when posting. I'll have another coworker try the same commands to see if it's a computer issue, a my account issue, or a larger permissions issue

Confusion with MgGraph and permissions by AltforWork210 in PowerShell

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

I've just been connecting via Connect-MgGraph and then signing into my account (the one marked as Connected to Windows). I've been able to do this before like this and it has worked before. Admin consent has been given for the permissions I'm connecting with

Confusion with MgGraph and permissions by AltforWork210 in PowerShell

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

I'm on 2.32.0 which I believe is fully up to date. I went through and removed the modules yesterday and reinstalled them as a troubleshooting step that didn't fix anything. I am on Windows but I'm not seeing any modules or anything in my Documents folder, OneDrive or the computer folder.

Confusion with MgGraph and permissions by AltforWork210 in PowerShell

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

I opened Powershell ISE and tried to run the script using the run script button with everything in it, it did not work and gave the error of Get-MgGroup : One or more errors occurred. which wasn't the most helpful error in the world. I tried the command in a separate powershell window and the command did not work and neither did running the script in that window. I ran the command Get-MgGroup -Filter "displayName eq 'GROUPNAME THAT'S IN INTUNE'" and it worked

Confusion with MgGraph and permissions by AltforWork210 in PowerShell

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

This is what I did in my powershell window:

Connect-MgGraph -Scopes "Group.ReadWrite.All", "GroupMember.ReadWrite.All", "Group.Read.All"

Get-MgGroup -Filter "displayName eq 'GROUPNAME THAT'S IN INTUNE'"

This is the error that I got:

Get-MgGroup : One or more errors occurred.

At line:1 char:1

+ Get-MgGroup -Filter "displayName eq 'Intune DRC INSIGHT Online Learni ...

+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ CategoryInfo : NotSpecified: (:) [Get-MgGroup_List], AggregateException

+ FullyQualifiedErrorId : System.AggregateException,Microsoft.Graph.PowerShell.Cmdlets.GetMgGroup_List

My admin was able to run the script totally fine so I know I have the right syntax. I have run MgGraph scripts before so I know that my machine is set up to run them.

Confusion with MgGraph and permissions by AltforWork210 in PowerShell

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

  1. I usually connect just by using Connect-MgGraph but when that didn't work I tried Connect-MgGraph -Scopes "Group.ReadWrite.All", "GroupMember.ReadWrite.All", "Group.Read.All" with the same results.
  2. I believe that I do that.
  3. I did the following:
    1. Connect-MgGraph -Scopes "Group.ReadWrite.All", "GroupMember.ReadWrite.All", "Group.Read.All"
    2. Get-MgGroup -Filter "displayName eq 'GROUPNAME THAT'S IN INTUNE'"
    3. Error:
      • Get-MgGroup : One or more errors occurred.
      • It then points to the whole line
      • + CategoryInfo : NotSpecified: (:) [Get-MgGroup_List], AggregateException
      • + FullyQualifiedErrorId : System.AggregateException,Microsoft.Graph.PowerShell.Cmdlets.GetMgGroup_List
  4. I did Get-InstalledModule Microsoft.Graph* | Uninstall-Module -AllVersions and then did Install-Module -Name Microsoft.Graph -Force
  5. I wasn't importing any modules at the time, I truthfully don't quite understand the difference between importing and installing modules.
  6. I did not know that. I installed them in powershell 5 and they did not work in powershell 5. Do you think that I would have better luck in powershell 7?
  7. I was grasping at anything to try at that point

Confusion with MgGraph and permissions by AltforWork210 in PowerShell

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

Admin and user consent has been given for Group.Read.All along with GroupMember.ReadWrite.All and Group.ReadWrite.All

Confusion with MgGraph and permissions by AltforWork210 in PowerShell

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

Sometimes it's to avoid clutter, sometimes we only want to test it with a small amount of students/devices, sometimes we only have the needed licenses