Hi All,Has anyone worked on the Microsoft SCCM (also known as MECM) integration? I have a requirement to extract the bulk data from SCCM and want to know the possible/recommended ways to do the bulk export from SCCM. Thanks!
Hi @sbraly The OAuth scopes are hard-coded in the MS Graph connector. You can update the connector through connector SDK and include the missing permissions in the scopes list. Please refer the below screenshot to look up scopes in the connector and ...
Hi @joshdehnke Yes, I worked on a similar requirement where I needed to pass dynamic variable values to a powershell script. Please refer the below command.powershell.exe script-path -email {{emailvalue}}emailvalue will be available as a datapill and...