microsoftgraph / microsoftgraph/msgraph-sdk-powershell

Get-MsolCompanyInformation information is not available via GraphAPI

Open
#3,236 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dependency: metadata-issue type:feature
Dominant language
C#
Stars
898
Forks
230
Avg merge
2d 5h
Merged PRs (30d)
31

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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with Get-MsolCompanyInformation and Get-MgOrganization, then check the Microsoft Graph API documentation for AuthorizedServiceInstances and UsersPermissionToCreateLOBAppsEnabled. Done means both MSOnline values are accessible through the Graph PowerShell experience, with coverage for the new behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
powershell
Domain
api
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.