@@ -22,10 +22,7 @@ This cmdlet must be run before any other SharePoint Online cmdlets can run.
2222### AuthenticationCertificate
2323
2424```
25- Connect-SPOService -Url <UrlCmdletPipeBind> [-Credential <CredentialCmdletPipeBind>] [-ClientTag <String>]
26- [-Region <AADCrossTenantAuthenticationLocation>] [-AuthenticationUrl <String>] [-ModernAuth <Boolean>]
27- [-UseSystemBrowser <Boolean>] [-Certificate <X509Certificate2>] [-CertificatePath <String>]
28- [-CertificateThumbprint <String>] [-CertificatePassword <SecureString>] -ClientId <String> -TenantId <String>
25+ Connect-SPOService -Url <UrlCmdletPipeBind> [-ClientTag <String>] [-Region <AADCrossTenantAuthenticationLocation>] [-AuthenticationUrl <String>] [-Certificate <X509Certificate2>] [-CertificatePath <String>] [-CertificateThumbprint <String>] [-CertificatePassword <SecureString>] -ClientId <String> -TenantId <String>
2926 [<CommonParameters>]
3027```
3128
@@ -134,7 +131,7 @@ Accept wildcard characters: False
134131
135132> Applicable: SharePoint Online
136133
137- An X.509 certificate supplied during invocation .
134+ An X.509 certificate used during authentication .
138135
139136` ` ` yaml
140137Type : X509Certificate2
@@ -152,7 +149,7 @@ Accept wildcard characters: False
152149
153150> Applicable: SharePoint Online
154151
155- The password of your certificate file.
152+ The password for the certificate file.
156153
157154` ` ` yaml
158155Type : SecureString
@@ -170,7 +167,7 @@ Accept wildcard characters: False
170167
171168> Applicable: SharePoint Online
172169
173- The path of your local pfx certificate file.
170+ The path to the local . pfx certificate file.
174171
175172` ` ` yaml
176173Type : String
@@ -188,7 +185,7 @@ Accept wildcard characters: False
188185
189186> Applicable: SharePoint Online
190187
191- The thumbprint of your certificate. The certificate will be retrieved from the current user' s certificate store.
188+ The thumbprint of the certificate in the current user’ s certificate store.
192189
193190` ` ` yaml
194191Type : String
@@ -206,7 +203,7 @@ Accept wildcard characters: False
206203
207204> Applicable: SharePoint Online
208205
209- The client id of your application .
206+ The application’s client ID .
210207
211208` ` ` yaml
212209Type : String
@@ -302,7 +299,7 @@ Accept wildcard characters: False
302299
303300> Applicable: SharePoint Online
304301
305- The id of the tenant to connect to. You can also use this parameter to specify your sign-in audience .
302+ The tenant ID to connect to.
306303
307304` ` ` yaml
308305Type : String
0 commit comments