Skip to content

Commit d67ae6f

Browse files
author
Angela Fleischmann
authored
Fix spelling
Line 45: The following examples connects to the server. (example) Line 104: The following sample connects to the remote server using powerShell, and attempts a SMS connection. (an)
1 parent d7f3718 commit d67ae6f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

memdocs/configmgr/develop/core/understand/how-to-connect-to-an-sms-provider-in-configuration-manager-by-using-wmi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Before connecting to the SMS Provider for a local or remote Configuration Manage
4242
5. Use the [SWbemServices](/windows/desktop/wmisdk/swbemservices) object to access provider objects. For more information, see [Objects overview](configuration-manager-objects-overview.md).
4343

4444
## Examples
45-
The following examples connects to the server. It then attempts to connect to the SMS Provider for that server. Typically this will be the same computer. If it is not, [SMS_ProviderLocation](../../../develop/reference/misc/sms_providerlocation-server-wmi-class.md) provides the correct computer name.
45+
The following example connects to the server. It then attempts to connect to the SMS Provider for that server. Typically this will be the same computer. If it is not, [SMS_ProviderLocation](../../../develop/reference/misc/sms_providerlocation-server-wmi-class.md) provides the correct computer name.
4646

4747
For information about calling the sample code, see [Calling Configuration Manager Code Snippets](../../../develop/core/understand/calling-code-snippets.md).
4848

@@ -101,7 +101,7 @@ Function Connect(server, userName, userPassword)
101101
End Function
102102
```
103103

104-
The following sample connects to the remote server using powerShell, and attempts a SMS connection.
104+
The following sample connects to the remote server using powerShell, and attempts an SMS connection.
105105
```powerShell
106106
$siteCode = ''
107107
$siteServer = 'server.domain'

0 commit comments

Comments
 (0)