Saucy Posted January 13, 2023 Posted January 13, 2023 I've got two desktop wallpapers that need to be rotated weekly and I found out you can edit group policies via powershell scripts, i'm thinking of running the script every week using task scheduler. Anyone got a Powershell script tempelate for something similar?
Steve21 Posted January 13, 2023 Posted January 13, 2023 I've got two desktop wallpapers that need to be rotated weekly and I found out you can edit group policies via powershell scripts, i'm thinking of running the script every week using task scheduler. Anyone got a Powershell script tempelate for something similar? Another option would be just rename the image on the server that the policy points to (via script etc) That’s what we used to do at an old site, that way you can have as many as you want in the loop without changing any GPOS Steve
clareq Posted January 13, 2023 Posted January 13, 2023 +1 for just renaming the image - I've run that successfully, using a scheduled task to run a bat file that renamed all the files.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now