msgraph-sdk-powershell icon indicating copy to clipboard operation
msgraph-sdk-powershell copied to clipboard

Get-MsolCompanyInformation information is not available via GraphAPI

Open aaronedelmann opened this issue 8 months ago • 2 comments

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

aaronedelmann avatar Mar 24 '25 11:03 aaronedelmann