Tony Redmond
Tony Redmond
In this case, I think the simple fact is that mailboxes are tightly associated with user accounts, and that's why the 15 Exchange custom attributes synchronize to Active Directory and...
Could this be a PowerShell 5 problem? I have no issue connecting with a user provided access token and using the Groups module with PS 7.4.2 and SDK 2.18.
An example: Start fetching messages : Sunday 11 February 2024 11:20:31 End fetching messages: Sunday 11 February 2024 11:56:10 $channelmessages.count 3516 36 minutes to fetch 3,516 messages with Get-MgTeamChannelMessage is...
Looks like Find-MgGraphCommand is returning TeamSettings.ReadWrite.Group instead of TeamSettings.Read.Group (https://graphpermissions.merill.net/permission/TeamSettings.Read.Group). There is no TeamSettings.ReadWrite.Group permission... Find-MgGraphCommand -Command Get-MgTeam | Select-Object -ExpandProperty permissions Name IsAdmin Description FullDescription ---- ------- ----------- ---------------...
Maybe change the title then? The problem is not with the Teams module. The problem is more likely with the Find-MgGraphCommand cmdlet. It's a tad strong to say that a...
Thanks for looking into the issue. From: Tim ***@***.***> Sent: Friday, March 1, 2024 8:55 AM To: microsoftgraph/msgraph-sdk-powershell ***@***.***> Cc: 12 Knocksinna (Gmail) ***@***.***>; Comment ***@***.***> Subject: Re: [microsoftgraph/msgraph-sdk-powershell] Microsoft.Graph.Teams...
BTW, the beta cmdlet generates the same results.
Ah, the right thing to do is use the Get Retention Label API. https://learn.microsoft.com/en-us/graph/api/driveitem-getretentionlabel?view=graph-rest-1.0. At least, I guess that's what has to happen. Is an SDK cmdlet available? The documentation...
To clarify matters. I started this thread by saying that the Get-MgDriveItemChild cmdlet doesn't return retention label information. The Get-MgSecurityLabelRetentionLabel cmdlet lists the retention labels in an organization, but there...