Skip to content

Commit 623a177

Browse files
authored
Merge pull request MicrosoftDocs#636 from tseward/patch-323
Update Set-SPPassPhrase.md
2 parents aa8bf9f + 2512ad8 commit 623a177

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

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

4444
### ------------------EXAMPLE-----------------------
4545
```
46-
C:\PS>$passphrase = ConvertTo-SecureString -asPlainText -Force
47-
48-
C:\PS>Set-SPPassPhrase -PassPhrase $passphrase -Confirm
46+
PS C:\>$passphrase = ConvertTo-SecureString -asPlainText -Force
47+
PS C:\>Set-SPPassPhrase -PassPhrase $passphrase -Confirm
4948
```
5049

5150
This example queries for a string to use as a passphrase and sets the farm passphrase to a new value.
@@ -127,7 +126,7 @@ Accept wildcard characters: False
127126
```
128127

129128
### -ConfirmPassPhrase
130-
{{ Fill ConfirmPassPhrase Description }}
129+
Passphrase is typed a second time to confirm that it matches the first entry.
131130

132131
```yaml
133132
Type: SecureString

0 commit comments

Comments
 (0)