Support Center includes PowerShell cmdlets in Configuration Manager. After installing support center, you can import Powershell cmdlets to extend its functionality.
ConfigMgr administrators can utilize these cmdlets to establish a remote connection with another Configuration Manager client, configure data collection settings, and initiate the data collection process.
These cmdlets are part of a dedicated PowerShell module called ConfigMgrSupportCenter.PS. To import and use these cmdlets, you must first install Support Center.
Import Support Center PowerShell cmdlets
Launch the Configuration Manager console. In the upper-left corner, click the blue rectangle, and choose Connect via Windows PowerShell.

Run the below PowerShell cmdlet to import support center module:
Import-Module "C:\Program Files (x86)\Configuration Manager Support Center\ConfigMgrSupportCenter.PS.psd1"
