Skip to content

Commit 8a369f8

Browse files
Brian NicholsBrian Nichols
authored andcommitted
Update Set help file per comments
1 parent 8325dcf commit 8a369f8

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

src/StackHCI/help/Set-AzStackHCI.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,15 @@ Set-AzStackHCI modifies resource properties of the Microsoft.AzureStackHCI cloud
2626

2727
### EXAMPLE 1
2828
```powershell
29-
PS C:\\\> Set-AzStackHCI -EnableWSSubscription $true
30-
```
31-
32-
```output
29+
PS C:\> Set-AzStackHCI -EnableWSSubscription $true
3330
Result: Success
3431
```
3532

3633
Invoking on one of the cluster node to enable Windows Server Subscription feature
3734

3835
### EXAMPLE 2
3936
```powershell
40-
PS C:\\\> Set-AzStackHCI -ComputerName ClusterNode1 -DiagnosticLevel Basic
41-
```
42-
43-
```output
37+
PS C:\> Set-AzStackHCI -ComputerName ClusterNode1 -DiagnosticLevel Basic
4438
Result: Success
4539
```
4640

0 commit comments

Comments
 (0)