Explore >> Select a destination


You are here

keithbabinec.com
| | smsagent.blog
2.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...
| | bakedbean.org.uk
3.7 parsecs away

Travel
| | Technical blog covering all things .NET and goings on at Stack Overflow
| | www.mikaelsand.se
1.8 parsecs away

Travel
| |
| | keithbabinec.com
44.4 parsecs away

Travel
| Azure Resource Manager (ARM) templates have a nice set of built-in functions that allow you to develop complex expressions. These expressions can help a static deployment template file become more scalable and flexible for different scenarios. This article is a quick rundown on my new favorite tip for debugging a template expression that you just...