We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c6a9eff + 9f936ba commit c0fdac4Copy full SHA for c0fdac4
sharepoint/sharepoint-ps/sharepoint-server/Set-SPEnterpriseSearchService.md
@@ -31,9 +31,8 @@ For permissions and the most current information about Windows PowerShell for Sh
31
32
### ------------------EXAMPLE------------------
33
```
34
-C:\PS>$password = Read-Host -AsSecureString
35
-**********
36
-Set-SPEnterpriseSearchService -IgnoreSSLWarnings $true -ServiceAccount contoso\adminAccount -ServicePassword $password
+PS C:\>$password = Read-Host -AsSecureString
+PS C:\>Set-SPEnterpriseSearchService -IgnoreSSLWarnings $true -ServiceAccount 'contoso\adminAccount' -ServicePassword $password
37
38
39
This example configures the search service to ignore SSL warnings and changes the service account for the search service.
0 commit comments