Skip to content

Commit

Permalink
System: Add missing .EXAMPLE for new parameter (Contact, Description …
Browse files Browse the repository at this point in the history
…and Location)
  • Loading branch information
alagoutte committed Sep 5, 2023
1 parent 52a90c3 commit a253b89
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions PowerArubaCX/Public/System.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ function Set-ArubaCXSystem {
Configure Timezone
.EXAMPLE
Set-ArubaCXSystem -contact Power -description Aruba -location CX
Configure System Contact, Description and Location
.EXAMPLE
$system = Get-ArubaCXSystem -selector writable
PS >$system.usb_disable = $true
Expand Down

0 comments on commit a253b89

Please sign in to comment.