Configure air gap solution for Microsoft SCCM in a high-secure server
Configure the air gap solution for the Service Graph Connector for Microsoft SCCM in your high-secure server.
Before you begin
Role required: admin
Procedure
Navigate to Workspaces > CMDB Workspace > SGC Central > Create connection.
Select the air gap template.
In the Setup stage of the playbook, select the Select alias template activity.
Select SCCM Air Gap.
Select Continue.
Download and run the PowerShell scripts to set up an air gap connection.
In the Setup stage of the playbook, select the PowerShell Script Download activity.
Select Download Airgap Scripts.
Download the
SgSCCMHighSecureSetup.ps1andGetSCCMData.ps1PowerShell scripts from the link provided in the Download Airgap Scripts section.
Log on to your high-secure server.
Create a Microsoft SCCM directory.
All the configurations required for the air gap solution are created in the Microsoft SCCM directory.
Copy the
GetSCCMData.ps1andSgSCCMHighSecureSetup.ps1PowerShell scripts that you downloaded in step 3.c to the Microsoft SCCM directory.Start a PowerShell session, and run the
SgSCCMHighSecureSetup.ps1script to generate the JSON configuration file that is used by theGetSCCMData.ps1script.At the prompt, enter the path for the Microsoft SCCM data directory that you created in step 5.
Enter a name for the configuration file, or press the Return key to accept the default value.
Enter the values for the global properties, or press the Return key to accept the default values.
- logDirectory: Specify the location to store the log file from the
GetSCCMData.ps1script. - host: Specify the host name for your Microsoft SCCM instance.
- dbname: Specify the SCCM database name.
- port: Specify the port on which the Microsoft SCCM instance allows API calls.
- pageSize: Specify the number of records to be fetched in a Microsoft SCCM API call.
- credentialsPath: Specify the location to store the Microsoft SCCM credentials XML file.
- Specify names for the data source data directories, or press the Return key to accept the default values.
The directories are created if they don’t already exist.
- logDirectory: Specify the location to store the log file from the
Enter the Microsoft SCCM credentials in the Windows PowerShell credential request pop-up window.
Exit the PowerShell session.
Provide write and delete permissions for the Microsoft SCCM data directory and the child directories (created in step 5) to the account that will run the
GetSCCMData.ps1script.Delete permissions are required for old records to be cleaned up.
Related topics
Configure air gap solution for Microsoft SCCM in a low-secure server