I would like use these command
Enable-CVSchedulePolicy -ClientName <String> -SubclientName <String>
Disable-CVSchedulePolicy -ClientName <String> -SubclientName <String>
But i have a small problem with that
The primary function sought is to deactivate or dissociate a client's policy.
In each policy I have several clients.
I therefore need to do that only on one or a list of clients and not on the entire policy
is it possible to refine the powershell command in this direction ??