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.
1 parent 98a5a67 commit c8f33c0Copy full SHA for c8f33c0
articles/blockchain/service/manage-consortium-powershell.md
@@ -253,7 +253,7 @@ Use this cmdlet to retrieve or list a consortium member's invitation status.
253
[Establish a Web3 connection](#establish-a-web3-connection) to set the $ContractConnection variable.
254
255
```powershell-interactive
256
-$ContractConnection | Get-BlockchainMemberInvitation – SubscriptionId <Azure subscription ID>
+$ContractConnection | Get-BlockchainMemberInvitation –SubscriptionId <Azure subscription ID>
257
```
258
259
#### Example output
0 commit comments