Link to home
Start Free TrialLog in
Avatar of *** Hopeleonie ***
*** Hopeleonie ***Flag for Switzerland

asked on

PowerShell script to clone a WSUS group

Hi
   
I need to build a WSUS script. We have a WSUS target group (x) that we need to clone with a new Target group (y) and an existing Target group (z).  After y and z must have the same approvals, denied, not approved etc. as  x.
Is somebody having a similar script and will share with me? Or can somebody point me whether this is possible and which commands and Moduls will I need.

WSUS Server is a Server 2012 R2.
   
Please note that  I’m very new to PowerShell, so I want to thank for your patience in advance.    :-)
Avatar of Hector2016
Hector2016

You can use a nested group, this way the approvals are easily inherited.

User generated image
Avatar of *** Hopeleonie ***

ASKER

Hi Hector2016

Yes we know that. But I need to script it :-)
ASKER CERTIFIED SOLUTION
Avatar of Hector2016
Hector2016

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks Hector2016 I will check that.
Thanks a lot