Tag: Scripts

Managing VMware Snapshots with Powershell

Managing VMware Snapshots with Powershell

PowerShell script that you can use to list all snapshots on a vServer. This script assumes that you have the necessary permissions and that the Get-Nc ...
Disable/Enable all Network Adapters

Disable/Enable all Network Adapters

PowerShell script that can disable and then enable all network adapters on a computer. Please note that running this script will interrupt all network ...
Remove Windows Bloatware

Remove Windows Bloatware

Here is a PowerShell script that can be used to remove unwanted pre-installed apps from Windows. $MsftBloatApps = @( "Microsoft.3DBuilder" ...
Create Local Administrator Account Remotely

Create Local Administrator Account Remotely

This script can be used to generate a new local administrator account on remote computers (Yes, you have to run it with an account that already ha ...
Changing PWDLASTSET in Active Directory

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 ...
Testing SSL and TLS with PowerShell

Testing SSL and TLS with PowerShell

This is an excellent PowerShell script if you want to test which SSL and TLS protocols are enabled on your webserver. This is extremely important ...
Moving files up a folder level

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 ...
Removing an installed Windows Update

Removing an installed Windows Update

I needed to do this recently when we had a problem with an installed Windows Update that was causing random BSOD on both Server 2008 and Server 2012, ...

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 ...
9 / 9 POSTS