You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After updating to version 2.13.0 of the Microsoft.Graph.Groups module, the Remove-MgGroupPhoto command is no longer recognized. The Get-Command cmdlet returns null when attempting to find the command within the module.
Get-Command -Module Microsoft.Graph.Groups | ?{$_.Name -eq 'Remove-MgGroupPhoto'}
To Reproduce
Steps to reproduce the behavior:
Install Microsoft.Graph.Groups V2.13.0 or grater.
Execute Remove-MgGroupPhoto.
Expected behavior
Remove-MgGroupPhoto is decected and working.
Module Version
Microsoft.Graph.Groups: 2.13.0 - 2.16.0
Thanks for reporting the bug. Please ensure you've gone through the following checklist before opening an issue:
Describe the bug
After updating to version 2.13.0 of the Microsoft.Graph.Groups module, the Remove-MgGroupPhoto command is no longer recognized. The Get-Command cmdlet returns null when attempting to find the command within the module.
Get-Command -Module Microsoft.Graph.Groups | ?{$_.Name -eq 'Remove-MgGroupPhoto'}
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Remove-MgGroupPhoto is decected and working.
Module Version
Microsoft.Graph.Groups: 2.13.0 - 2.16.0
Environment Data
PSVersion 5.1.22621.2506
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.22621.2506
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Additional context
The current workaround is to either downgrade the module to version 2.12.0 or use the 'Invoke-MgGraphRequest' command instead.
The text was updated successfully, but these errors were encountered: