microsoftgraph / powershell-intune-samples

This repository of PowerShell sample scripts show how to access Intune service resources. They demonstrate this by making HTTPS RESTful API requests to the Microsoft Graph API from PowerShell.
MIT License
1.37k stars 658 forks source link

Authenticate as computer to Azure resources #139

Closed kenjohnson03 closed 3 years ago

kenjohnson03 commented 4 years ago

Do we have an example for authenticating as the computer to an Azure resource? For instance sending a JSON file to Azure Storage (blog or table). Or, authenticating to an Azure Function as computer to pull a Shared Access key for secure transmission of secrets?

davefalkus commented 3 years ago

Hi @kenjohnson03,

This repository doesn't have a sample for what your asking, this repo is purely for PowerShell Intune sample scripts.

Thanks

Dave