Explore >> Select a destination


You are here

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

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

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

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