Tony Redmond
Tony Redmond
This text needs some explanation: The Recycle Bin is not indexed and therefore searches do not find content there. This means that an eDiscovery hold can't locate any content in...
Thanks for reporting the bug. Please ensure you've gone through the following checklist before opening an issue: - Make sure you can reproduce this issue using the latest released version...
Thanks for reporting the bug. Please ensure you've gone through the following checklist before opening an issue: - Make sure you can reproduce this issue using the latest released version...
Why does Get-MgGroup not support the set of 15 custom attributes available for Microsoft 365 groups in the same way that Get-MgUser does? I suspect that the answer is that...
### Describe the bug I am trying to fetch details of the retention labels assigned to files in a SPO document library. RetentionLabel is the property. This code workls to...
### Describe the bug Trying to run Get-MgServiceAnnouncementHealthOverview to fetch current service health overviews and I get the error: [array]$ImportantServiceStatus = Get-MgServiceAnnouncementHealthOverview Get-MgServiceAnnouncementHealthOverview_List: The api-version query parameter (?api-version=) is required...
The statements about Purview security and compliance capabilities applying to File Storage Containers seem reassuring. Nevertheless, lurking in that black and white statement is a lot of grey. For example:...
### Describe the bug The documentation for creating a new SharePoint site list in https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.sites/new-mgsitelist?view=graph-powershell-1.0&WT.mc_id=M365-MVP-9501 is incorrect and fails with a "New-MgSiteList_Create: Unable to determine type of provided column definition."...
### Describe the bug Playing around to test the fix for New-MgSiteList, I created a list as follows: $params = @{ displayName = "Books" columns = @( @{ name =...
Here's a code test contribution. ```` Describe "RAEntraConfig" -Tag "Privilege", "Office 365 for IT Pros" { It "OFF.STD01: Check 'Group creation blocked for non-authorized users" { $result = Invoke-MtGraphRequest -RelativeUri...