PowerShell select-object does not work with “Invoke-MgGraphRequest” but it worked with Invoke-RestMethod
In the past, I would get all Intune devices with “Invoke-RestMethod” and do select-object on returned data. Now that I have to use “Invoke-MgGraphRequest”, the returned array does not like select-object. The property value gets returned by “Array.property” name but not by select-object
Microsoft Graph API – @odata.nextLink 400 Bad Request – Truncation – PowerShell
I was making a quick script to gather users from my B2C instance. Works fine for the first page, but it is failing after. To my eye, it looks like the $skipToken
is being truncated.
Get list of MFA phone numbers for users
I’m trying to find a way in Powershell to export a list of MFA phone numbers for users. It appears that Graph can do this, but I’ve not found success.
Get-MgGroupMember by user search – need help on array match
I’m having a PowerShell syntax issue: I can’t seem to match members of one array to another array, but I can confirm the members exist in both arrays. Can someone point out my logic error?
Microsoft Graph Dedupe and Add Columns
I have the below PowerShell script where I want to make the following changes:
Powershell with Graph API and PSCustomObject
So all, I’m just looking for someone to help me across the finish line with a query.