Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update scripts to use Microsoft Graph PowerShell SDK #38

Open
5 of 7 tasks
AndrewJNet opened this issue Aug 25, 2023 · 0 comments
Open
5 of 7 tasks

Update scripts to use Microsoft Graph PowerShell SDK #38

AndrewJNet opened this issue Aug 25, 2023 · 0 comments
Assignees

Comments

@AndrewJNet
Copy link
Collaborator

AndrewJNet commented Aug 25, 2023

Microsoft has announced the deprecation of the Azure AD Graph service, ending support for the Azure AD, Azure AD Preview, and MS Online PowerShell modules. These functions should be migrated to the Microsoft Graph PowerShell SDK (Microsoft.Graph).

In addition, newer versions of the Graph SDK has changed some syntax. For example, a common use of the Graph SDK was to connect to the Graph SDK Beta endpoint by using "Select-MgProfile." This function no longer exists and the Microsoft Graph Beta PowerSehll SDK (Microsoft.Graph.Beta) has been created with new cmdlets containing "Beta" in the name. Lastly, old Intune-related modules like Intune-PowerShell-SDK are no longer maintained. Again, in favor of the Graph SDK/Graph Beta SDK modules.

With that in mind, we have several useful scripts that should be reviewed for updates. We need to determine whether they can point to the v1.0 endpoint or the Beta endpoint and thus, the Graph or Graph Beta SDK. Currently tracking the following scripts:

Please add additional scripts in the comments below if I've missed them. Additionally, feel free to create a Pull Request if you already have updated versions of these scripts.

Additional Reading:
Important: Azure AD Graph Retirement and Powershell Module Deprecation

@AndrewJNet AndrewJNet self-assigned this Aug 30, 2023
AndrewJNet added a commit to AndrewJNet/DRFiles that referenced this issue Nov 17, 2023
Updated and tested against Microsoft.Graph v2.9.0. Related to issue DeploymentResearch#38
AndrewJNet added a commit to AndrewJNet/DRFiles that referenced this issue Nov 17, 2023
AndrewJNet added a commit to AndrewJNet/DRFiles that referenced this issue Nov 17, 2023
Updated and tested against Microsoft.Graph v2.9.0. Related to DeploymentResearch#38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant