Search for: Practical PowerShell

865 Results

Practical Graph: Using GitHub Copilot for Microsoft 365 PowerShell Development

GitHub Copilot costs $10/month. At that price level, anyone working with PowerShell should try out the AI assistance to see if it helps. But will GitHub Copilot work well with Microsoft 365 PowerShell modules like Exchange Online and the Microsoft Graph PowerShell SDK. That's what we tested and report on here.

Continue Reading Practical Graph: Using GitHub Copilot for Microsoft 365 PowerShell Development

Practical Graph: Microsoft Launches Entra PowerShell Module

On June 27, 2024, Microsoft launched the preview of the Entra PowerShell module. Built on top of the Microsoft Graph PowerShell SDK, the new module helps organizations that still have PowerShell scripts based on the now-deprecated AzureAD and AzureADPreview modules. If you're in that situation, the Entra module might help. But I recommend using the Microsoft Graph PowerShell SDK instead.

Continue Reading Practical Graph: Microsoft Launches Entra PowerShell Module

Practical Graph: Secure Interactive Access to the Microsoft Graph PowerShell SDK

The Microsoft Graph PowerShell SDK uses a default enterprise app to hold its permissions. Over time, the SDK can accrue many permissions, so it's important to control interactive access to it. In this article, we review how to lock down the SDK app and how to create new registered apps for use with the Graph SDK.

Continue Reading Practical Graph: Secure Interactive Access to the Microsoft Graph PowerShell SDK