Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,501 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
Register-ScheduledTask
should help with #1:
https://learn.microsoft.com/en-us/powershell/module/scheduledtasks/register-scheduledtask?view=win10-ps
For #2 it is Import-GPO
:
https://learn.microsoft.com/en-us/powershell/module/grouppolicy/import-gpo?view=win10-ps
----------
(If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)
Regards
Andreas Baumgarten
Hi and thanks for reply, will check that out,