Thank you for your post!
I understand that you have a question regarding the Get-MgBetaDeviceManagementVirtualEndpointCloudPc Microsoft Graph PS Beta command. To hopefully help point you in the right direction or resolve your issue, I'll share my findings below.
Findings:
When it comes to the Get-MgBetaDeviceManagementVirtualEndpointCloudPc
command, the -pagesize parameter is used to set the page size of results / the number of items returned per page - similar to the Top query parameter concept.
For example:
#This command should return 50 items using the -PageSize parameter.
Get-MgBetaDeviceManagementVirtualEndpointCloudPc -PageSize 50
Additional Links:
I hope this helps!
If you have any other questions, please let me know. Thank you for your time and patience throughout this issue.
If the information helped address your question, please Accept the answer. This will help us and also improve searchability for others in the community who might be researching similar information.