msgraph-sdk-powershell
msgraph-sdk-powershell copied to clipboard
Get-MgPlaceAsRoom -All not working as expected
Describe the bug
Unable to use the parameter -All with the command Get-MgPlaceAsRoom or Get-MgBetaPlaceAsRoom There is no error at execution but this command return only the 100 first object. So you have the same result with or without -All
Expected behavior
Return all object
How to reproduce
Execute Get-MgPlaceAsRoom -All when you have more than 100 objects
SDK Version
2.19.0
Latest version known to work for scenario above?
No response
Known Workarounds
Use -Top parameter
Debug output
Click to expand log
```</details>
### Configuration
PS C:\Windows\system32> $PSVersionTable
Name Value
---- -----
PSVersion 5.1.17763.5933
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.17763.5933
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
### Other information
_No response_