Category: PowerShell Snippets
Fixing Domain Trust Relationships!
No, this won't fix human trust relationships! but it will help you with Domain Trust Issues. This seems to happen more and more, the common fix wa ...
Mapped Drive with Encrypted Password
Sometimes there is the need to create a mapped drive but you want to use an encrypted password for security reasons, this will work for you.
First ...
Changing PWDLASTSET in Active Directory
There are times when you need to make a password policy change that could affect your users, for example let’s say your password policy is currently s ...
Moving files up a folder level
In the past I’ve used this small snippet to move tons of files and folders up a level.
<#
.SYNOPSIS
Moves all subfolders in Source to same ...
Check Active Directory for Stale Computers
Several times I have need to generate a list of computers that are identified as stale, but as an extra measure I want to try pinging them. This s ...