Tag Archives: security

Setting up Local Administrator Password Solution (LAPS)

I decided to spend some time implementing LAPS in my lab as it is Microsoft’s solution to local administrator account password management. Why would I want something like this in my environment? Great question! Most organizations probably use the same … Continue reading

Posted in powershell | Tagged , , | 17 Comments

Scanning ports on multiple hosts

Recently we had an issue that called into the use of checking to see if some ports were open and listening on our servers.  Naturally, we could have used a tool such as portqry.exe to gather this information. However, you … Continue reading

Posted in powershell, scripts | Tagged , , , , | 20 Comments