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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: