You are here |
4bes.nl | ||
| | | |
www.4bes.nl
|
|
| | | | For sending email from PowerShell, SendGrid might be a good option. In this post I explain how you can send email from PowerShell with SendGrid | |
| | | |
www.4bes.nl
|
|
| | | | This step by step guide will show how you can set up continous deployment and deploy Azure PowerShell Functions with GitHub Actions. | |
| | | |
www.4bes.nl
|
|
| | | | In this post we look at how you can Build and test an Azure tagging strategy with Bicep with PowerShell, Pester, Azure DevOps & GitHub Actions | |
| | | |
smsagent.blog
|
|
| | For a long time I've used the following PowerShell cmdlet from the Intune PowerShell SDK to get an access token for Microsoft Graph for running ad-hoc Graph queries or testing automation code locally: $GraphToken = Connect-MSGraph -PassThru Since most of the time I prefer to construct my own code to call the REST API directly... |