Powershell: Set Lockscreen and Wallpaper
This script will set your lockscreen and wallpaper at a registry level, it requires admin rights to write the registry...
riche
Author
All of our latest news, articles, and tutorials.
This script will set your lockscreen and wallpaper at a registry level, it requires admin rights to write the registry...
riche
Author
Sometimes you just need to know how many members are in a group (or groups), this function does exactly that.Function...
riche
Author
$daytofind = 'Tuesday' $i = 0 do { $i++ $futureday = (get-date).AddDays($i) |...
riche
Author
Just a simple one liner to find all domain users with expired passwordsGet-ADUser -filter * -properties...
riche
Author
Whilst I know you can natively export gpo’s from gpedit.msc, it will not show you where it was linked in your AD.This...
riche
Author
Keeping control of members in the local admins group can be a chore, especially if you inherit multiple domains...
riche
Author
Sometime you just need to generate random passwords, this function does that, it can be configured for different...
riche
Author
Sometimes, updating NTFS Permissions on a folder can be a chore, and just isn’t as simple as it should be, this...
riche
Author
riche
Author
This PowerShell script is designed to monitor a specified folder for the creation of new files. It utilizes...
riche
Author
if you find that you CPU processes, handles and threads constantly run higher than what you expect, this will be...
riche
Author