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 8325dcf commit 8a369f8Copy full SHA for 8a369f8
src/StackHCI/help/Set-AzStackHCI.md
@@ -26,21 +26,15 @@ Set-AzStackHCI modifies resource properties of the Microsoft.AzureStackHCI cloud
26
27
### EXAMPLE 1
28
```powershell
29
-PS C:\\\> Set-AzStackHCI -EnableWSSubscription $true
30
-```
31
-
32
-```output
+PS C:\> Set-AzStackHCI -EnableWSSubscription $true
33
Result: Success
34
```
35
36
Invoking on one of the cluster node to enable Windows Server Subscription feature
37
38
### EXAMPLE 2
39
40
-PS C:\\\> Set-AzStackHCI -ComputerName ClusterNode1 -DiagnosticLevel Basic
41
42
43
+PS C:\> Set-AzStackHCI -ComputerName ClusterNode1 -DiagnosticLevel Basic
44
45
46
0 commit comments