### Describe the bug Get-MgBetaDirectorySetting : One or more errors occurred. At line:1 char:1 + $grpUnifiedSetting = Get-MgBetaDirectorySetting | Where-Object { $_.V ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Get-MgBetaDirectorySetting_List], AggregateException + FullyQualifiedErrorId : System.AggregateException,Microsoft.Graph.Beta.PowerShell.Cmdlets.GetMgBetaDirectorySetting_List ### Expected behavior i expect it to work. ### How to reproduce $grpUnifiedSetting = Get-MgBetaDirectorySetting | Where-Object { $_.Values.Name -eq "EnableMIPLabels" } $grpUnifiedSetting.Values ### SDK Version _No response_ ### Latest version known to work for scenario above? _No response_ ### Known Workarounds _No response_ ### Debug output <details><summary>Click to expand log</summary> ``` <Log output here> ``` </details> ### Configuration _No response_ ### Other information _No response_
Describe the bug
Get-MgBetaDirectorySetting : One or more errors occurred.
At line:1 char:1
Expected behavior
i expect it to work.
How to reproduce
$grpUnifiedSetting = Get-MgBetaDirectorySetting | Where-Object { $_.Values.Name -eq "EnableMIPLabels" }
$grpUnifiedSetting.Values
SDK Version
No response
Latest version known to work for scenario above?
No response
Known Workarounds
No response
Debug output
Click to expand log
```