Skip to content

Commit

Permalink
Enforcement(Profile): fix example after review
Browse files Browse the repository at this point in the history
  • Loading branch information
alagoutte committed Jan 29, 2024
1 parent 509647a commit 3620a0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PowerArubaCP/Public/Enforcement.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ function Get-ArubaCPEnforcementProfile {
.EXAMPLE
Get-ArubaCPEnforcementProfile
Get ALL Enforcement Policies on the Clearpass
Get ALL Enforcement Profiles on the Clearpass
.EXAMPLE
Get-ArubaCPEnforcementProfile -id 23
Expand All @@ -147,7 +147,7 @@ function Get-ArubaCPEnforcementProfile {
.EXAMPLE
Get-ArubaCPEnforcementProfile -filter_attribute description -filter_type equal -filter_value MAC
Get info about Enforcement Policies where description equal MAC
Get info about Enforcement Profiles where description equal MAC
#>

Expand Down

0 comments on commit 3620a0d

Please sign in to comment.