Perform a test data load for the air gap solution for Microsoft SCCM
After you configure the air gap solution for the Service Graph Connector for Microsoft SCCM, test whether the Microsoft SCCM endpoint is accessible from the high-secure server.
Before you begin
Role required: admin
Procedure
Navigate to the Microsoft SCCM directory in your high-secure server.
Run the
.\GetSCCMData.ps1 -configFilePath *CONFIG\_PATH*script, where CONFIG_PATH is the location of the JSON configuration file that is generated by the setup script.The script accesses the Microsoft SCCM API, and creates a sample file in the ComputerIdentity directory and a log file in the Logs directory.
- If the test data load is successful, the log file contains the
Test Load status SUCCESS!message. If the test data load fails, the log file contains the
Error occurred while processing ComputerIdentity StatusCode 403message.If the test data load fails, verify the Microsoft SCCM user credentials and ensure that the user has the required permissions to pull the data from Microsoft SCCM. If the credentials need to be updated, you must run the
SgSCCMHighSecureSetup.ps1PowerShell script again. See Configure air gap solution for Microsoft SCCM in a high-secure server.
- If the test data load is successful, the log file contains the
Related topics
Perform a full data load for the air gap solution for Microsoft SCCM