11/26/2020

Search for locked AD accounts

You can search and unlock AD accounts with a one line command. Let's begin! You will need to install the Active Directory Module....
11/25/2020

Windows Update Repair and Restore

More specifically, what is the problem? In my experience, it is one of two issues. Either no connection to the WSUS server, or the Windows Update Service on the computer in question is hosed and needs rebuilt.
11/24/2020

Get Certificate Expiration Remotely Off Servers

We are continuing our new series that answers common questions, or questions that have been asked about PowerShell. Today, certificate expiration remotely off servers. What we […]
11/24/2020

Video – Writing a GUI for PowerShell

Normally I write about scripting. This time I tried my hand at recording the screen while I worked. Let me know what you think and if you have any questions or suggestions.
11/24/2020

Output To Console Services

We continuing our new series that answers common questions, or questions that have been asked about PowerShell. Today is all about Output To Console all services. […]
11/23/2020

Disable RDP/Remote Server Clipboard Redirection

We start by using the preexisting foreach command we then create an IF statement to test the connection. The trick with IF statements is the condition directly after the statement is always $True. So you have to write it accordingly.