Use The Service Connection Tool
In brief
Updated Microsoft Intune documentation in intune/configmgr/core/servers/manage/use-the-service-connection-tool.md.
What Intune admins need to know
Review the underlying documentation change to determine whether it affects tenant configuration or rollout plans.
This summary was assembled from the tracked documentation change. Verify important details in the full Microsoft Learn article.
Documentation change
The comparison below shows only the changed extract. Open the full-page diff for complete context.
ServiceConnectionTool.exe -connect -usagedatasrc D:\USB\ -updatepackdest D:\USB\UpdatePacks
Example of connect with a proxy server and port
ServiceConnectionTool.exe -connect -usagedatasrc D:\USB\Usagedata.cab -updatepackdest D:\USB\UpdatePacks -proxyserveruri itproxy.contoso.
comcom:8080 -proxyusername jqpublic
Example of connect to download only site version applicable updates
@@ -178,9 +178,9 @@ You can also use the following optional parameters: `ServiceConnectionTool.exe -connect -usagedatasrc D:\USB\ -updatepackdest D:\USB\UpdatePacks` -#### Example of connect with a proxy server+#### Example of connect with a proxy server and port -`ServiceConnectionTool.exe -connect -usagedatasrc D:\USB\Usagedata.cab -updatepackdest D:\USB\UpdatePacks -proxyserveruri itproxy.contoso.com -proxyusername jqpublic`+`ServiceConnectionTool.exe -connect -usagedatasrc D:\USB\Usagedata.cab -updatepackdest D:\USB\UpdatePacks -proxyserveruri itproxy.contoso.com:8080 -proxyusername jqpublic` #### Example of connect to download only site version applicable updates