You are here |
danielchronlund.com | ||
| | | |
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... | |
| | | |
keithbabinec.com
|
|
| | | | 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
|
|
| | | | The toolkit for Azure AD hackers, bounty hunters, red/blue teamers | |
| | | |
bdadam.com
|
|
| | Boilerplate code for generating static websites with node.js, GruntJS and Assembe. |