Mar 21 2019 06:53 AM
Hi everybody!
I'm Davide and my Boss ask me if will be possible block a software, in my case Outlook, in a particulare time range (ex. from 10 to 12).
Is possible to do something with a group policy? Because all restriction in my LAN must to be make with Group Policy...
Thanks a lot.
Davide
Mar 21 2019 07:33 PM
Perhaps a scheduled task that toggles the corresponding policy/reg keys?
Mar 22 2019 04:11 AM
Sorry... I don't follow you...
Can you explain me please?
@VasilMichev wrote:Perhaps a scheduled task that toggles the corresponding policy/reg keys?
Mar 22 2019 05:25 PM
Since the corresponding GPO settings are basically reg keys. you can toggle those via a simple PowerShell script. And to ensure that the settings are toggled on a specific time schedule, you can use a scheduled task that fires the script to toggle the settings, as needed.