Skip to content

Commit c0fdac4

Browse files
authored
Merge pull request MicrosoftDocs#624 from tseward/patch-310
Update Set-SPEnterpriseSearchService.md
2 parents c6a9eff + 9f936ba commit c0fdac4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

sharepoint/sharepoint-ps/sharepoint-server/Set-SPEnterpriseSearchService.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@ For permissions and the most current information about Windows PowerShell for Sh
3131

3232
### ------------------EXAMPLE------------------
3333
```
34-
C:\PS>$password = Read-Host -AsSecureString
35-
**********
36-
Set-SPEnterpriseSearchService -IgnoreSSLWarnings $true -ServiceAccount contoso\adminAccount -ServicePassword $password
34+
PS C:\>$password = Read-Host -AsSecureString
35+
PS C:\>Set-SPEnterpriseSearchService -IgnoreSSLWarnings $true -ServiceAccount 'contoso\adminAccount' -ServicePassword $password
3736
```
3837

3938
This example configures the search service to ignore SSL warnings and changes the service account for the search service.

0 commit comments

Comments
 (0)