From 3620a0db61bf81d49faeab938951cacba18871b4 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Mon, 29 Jan 2024 16:57:03 +0100 Subject: [PATCH] Enforcement(Profile): fix example after review --- PowerArubaCP/Public/Enforcement.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PowerArubaCP/Public/Enforcement.ps1 b/PowerArubaCP/Public/Enforcement.ps1 index 4315325..65451e3 100644 --- a/PowerArubaCP/Public/Enforcement.ps1 +++ b/PowerArubaCP/Public/Enforcement.ps1 @@ -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 @@ -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 #>