I'd like to automate the creation and deployment of a GPO on an AD's client machines. It's based on windows server 2012.
curl file.exe
Move-Item file.exe path
New-GPO -Name nameofgpo -Comment "Let's move"
#i would like to install file.exe with this GPO created
Do you have some idea ? Thanks
I can' t really find anything on the internet