You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Local User](#local-user) (Add / Get / Set / Remove and Add / Set / Remove [Attribute](#attribute))
43
44
-[Network Device](#Network-device) (Add / Get / Set / Remove a Network Device and Add / Set / Remove [Attribute](#attribute))
44
45
-[Network Device Group](#network-device-group) (Add / Get / Set / Remove a Network Device Group and Add/remove Member)
@@ -603,6 +604,62 @@ You can add Endpoint `Add-ArubaCPEndpoint`, retrieve its informations `Get-Aruba
603
604
[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"):Y
604
605
```
605
606
607
+
### Enforcement
608
+
609
+
You can retrieve its Enforcement Policy information (name, Type, Rules...) `Get-ArubaCPEnforcementPolicy`, or Enforcement Profile `Get-ArubaCPEnforcementProfile`
610
+
Need ClearPass >= 6.11.0
611
+
612
+
```powershell
613
+
# Get Enforcement Policy
614
+
Get-ArubaCPEnforcementPolicy
615
+
616
+
id : 5
617
+
name : [Admin Network Login Policy]
618
+
description : Enforcement policy controlling access to Policy Manager Admin
description : System-defined profile to allow network access
643
+
type : RADIUS
644
+
action : Accept
645
+
_links : @{self=}
646
+
647
+
id : 2
648
+
name : [Deny Access Profile]
649
+
description : System-defined profile to deny network access
650
+
type : RADIUS
651
+
action : Reject
652
+
_links : @{self=}
653
+
654
+
id : 3
655
+
name : [Drop Access Profile]
656
+
description : System-defined profile to drop the request
657
+
type : RADIUS
658
+
action : Drop
659
+
_links : @{self=}
660
+
[...]
661
+
```
662
+
606
663
### Local User
607
664
608
665
You can add Endpoint `Add-ArubaCPLocalUser`, retrieve its informations `Get-ArubaCPLocalUser`, modify its properties `Set-ArubaCPLocalUser` or delete it `Remove-ArubaCPLocalUser`.
0 commit comments