File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
sharepoint/sharepoint-ps/sharepoint-server Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,8 @@ For permissions and the most current information about Windows PowerShell for Sh
43
43
44
44
### ------------------EXAMPLE-----------------------
45
45
```
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
49
48
```
50
49
51
50
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
127
126
` ` `
128
127
129
128
# ## -ConfirmPassPhrase
130
- {{ Fill ConfirmPassPhrase Description }}
129
+ Passphrase is typed a second time to confirm that it matches the first entry.
131
130
132
131
` ` ` yaml
133
132
Type: SecureString
You can’t perform that action at this time.
0 commit comments