Forum Discussion
SharePoint connect to SCCM
i have a SharePoint List and i want to get some information from SCCM by running SQL Query on back end. i have a SQL Query but i do not know how to connect SharePoint to SCCM and get the data from the SCCM and put it back on SharePoint list.
For Example User will enter a computer name into sharepoint list and then SQL Query will run and it will go to SCCM and find that computer name and grab other information about computer and put back into SharePoint list.
7 Replies
- Mitch RickCopper Contributor
We do what you are talking about with SharePoint lists and SCCM via SCORCH (System Center Orchestrator). That's what SCORCH is designed to do with Runbooks. If you are licensed for SCCM, you should check to see if you are licensed for the entire System Center suite.
https://docs.microsoft.com/en-us/system-center/orchestrator/learn-about-orchestrator?view=sc-orch-1807
- Deleted
Do you need it in a SharePoint List?
Reason I ask is you could use PowerBI or Power Query in Excel to query AD directly (without SCCM) and pull back the information.
And if you really, really need it in a SharePoint List then use Flow to read the info out and copy to the List.
- Deleted
I have to use the SharePoint List because i have a PowerApps and it saves all the data into SharePoint list.
- Dean_GrossSilver Contributor
you could install the Data Gateway and have your powerapp use that to connect to SCCM