Explore >> Select a destination


You are here

4bes.nl
| | www.4bes.nl
4.7 parsecs away

Travel
| | 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
5.8 parsecs away

Travel
| | 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
3.8 parsecs away

Travel
| | 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
59.9 parsecs away

Travel
| 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...