Skip to content

Commit ef4dd0b

Browse files
author
Angela Fleischmann
authored
Fix typos
Line 24: credentials if the if the current user/computer context has (delete extra "if the") Line 40: Ther version for the connected server. (The)
1 parent f1664cd commit ef4dd0b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

memdocs/configmgr/develop/core/understand/how-to-connect-to-an-sms-provider-by-using-managed-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To connect to an SMS Provider, use **WqlConnectionManager.Connect**. After it is
2121
> [!NOTE]
2222
> **WqlConnectionManager.Connect** is a WMI-specific derivation of [ConnectionManagerBase](/previous-versions/system-center/developer/cc147366(v=msdn.10)).
2323
24-
If you are connecting to a local SMS Provider, you do not supply user credentials. If you are connecting to a remote SMS Provider, you do not need to supply user credentials if the if the current user/computer context has permissions on the remote SMS Provider.
24+
If you are connecting to a local SMS Provider, you do not supply user credentials. If you are connecting to a remote SMS Provider, you do not need to supply user credentials if the current user/computer context has permissions on the remote SMS Provider.
2525

2626
If you do not have access privileges on the remote SMS Provider, or if you want to use a different user account, then you must supply user credentials for a user account that has access privileges.
2727

@@ -37,7 +37,7 @@ To connect to an SMS Provider, use **WqlConnectionManager.Connect**. After it is
3737
|ConnectedSiteCode|The site code for the Configuration Manager site that the connection is connected to. For example, XXX.|
3838
|ServerName|The computer name, for example, COMPUTERNAME.|
3939
|SiteName|The Configuration Manager site code. For example, Central Site.|
40-
|ConnectedServerVersion|Ther version for the connected server. For example, 4.00.5830.0000|
40+
|ConnectedServerVersion|The version for the connected server. For example, 4.00.5830.0000|
4141
|BuildNumber|The Configuration Manager installation build number. For example, 5830.|
4242

4343
> [!NOTE]

0 commit comments

Comments
 (0)