You are here |
www.4bes.nl | ||
| | | |
4bes.nl
|
|
| | | | Learn how to Send email from PowerShell with a Logic App. This step-by-step guide shows you how to create the app and set up you script. | |
| | | |
4bes.nl
|
|
| | | | To help you send mail with PowerShell and SendGrid, This is the PowerShell module PSSendGrid. Find out how to install and use the module here. | |
| | | |
4bes.nl
|
|
| | | | The Azure DevOps Rest API can help automate license management. Find out how you can list and manage Azure DevOps user licenses with PowerShell. | |
| | | |
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... |