Ucs-Puptr aims to make management of configurations for your environment very simple. You can easily remove a configuration:
Remove Puptr Configuration
First let's assume we have two configurations: Test and Prod.
Running Get-PuptrConfig would show:
If we want to remove the Test configuration, we would run:
Remove-PuptrConfig -Name Test
Since this is a destructive action, you will be required to confirm:
If we confirm, and then run Get-PuptrConfig again:
Voila! Test is gone.


