Open
Description
Is your feature request related to a problem? Please describe the problem.
In a PowerShell script I am trying to get the following information:
(Get-MsolCompanyInformation).AuthorizedServiceInstances
(Get-MsolCompanyInformation).UsersPermissionToCreateLOBAppsEnabled
I know that MSOnline is getting shut down and there is the Get-MgOrganization command but this will not provide the required values.
Describe the solution you'd like.
Both values of the MSOnline command let (Get-MsolCompanyInformation).AuthorizedServiceInstances and (Get-MsolCompanyInformation).UsersPermissionToCreateLOBAppsEnabled need to be accessible via GraphAPI.
Additional context?
No response