Explore >> Select a destination


You are here

danielchronlund.com
| | smsagent.blog
12.2 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...
| | keithbabinec.com
14.4 parsecs away

Travel
| | Normally we use SDKs to interact with Azure. Things like the Azure .NET SDK, the Azure PowerShell module, orthe dozens of otherSDKs listed here can be used. These SDKs provide a lot of helpful utilities and validation, but ultimately they will hit the Azure REST API once they need to phone home. Azure's REST APIprovides...
| | aadinternals.com
15.3 parsecs away

Travel
| | The toolkit for Azure AD hackers, bounty hunters, red/blue teamers
| | bdadam.com
71.9 parsecs away

Travel
| Boilerplate code for generating static websites with node.js, GruntJS and Assembe.