DCourtel / Wsus_Package_Publisher

Publish third-party applications into your WSUS.
MIT License
215 stars 34 forks source link

Scripting with WPP? #44

Closed citaro104 closed 3 years ago

citaro104 commented 3 years ago

I want to fully automate a Windows Server Configuration including the installation of Active Directory, DNS, DHCP, WDS, MDT, WSUS and WPP. By now I have created a powershell script which installs AD, DNS, DHCP, WDS, MDT and WSUS. It also configures them so I won't have to do anything after running that script. But is there a way to create scripts for WPP as well? While my script is running I'm also "installing" WPP and some additional Software. I have several Softwarepackages stored in a seperate folder from where I'm installing them. Also WPP is copied from this folder to the "Program Files" Directory on Drive C. And now I want to automaticly create the certificates and create the softwareinstallationpackages for publishing via windows update by a script.

DCourtel commented 3 years ago

No, there is no scripting possibility in WPP. Do you often install WPP?

citaro104 commented 3 years ago

Not at the moment but I'm planning to.