Tags Archives
You are currently viewing all posts tagged with scripts
PSWinDocumentation – Version 0.1 with Word / Excel export
A few weeks ago I've released my first version of PSWinDocumentation. It was simple, one command module where you start it and get some basic AD stuff into Microsoft Word document. Today... I'm releasing a new version that has a bit bigger feature set. Are you ready for it? Let's go!
Read moreWrite-Color is now published as PowerShell Module
As I tend to use more and more Write-Color every day for different projects I decided it's time to publish it as a module ...
Read moreWrite-Color – 2 year Anniversary Edition – v0.3
That was a bit unexpected. The day I revisit Write-Color for PowerShell to release new version of Write-Color after some minor changes it turns out ...
Read morePowerShell – How to format Write-Host with multiple colors
When you begin to write PowerShell scripts you usually just want it to do some simple tasks and automations. But after a while some ...
Read morePowerShell – How to check response code from a website
There are times when you need to verify websites availability to be able to tell if it's up or not. Below you can find ...
Read moreAdding user to local Administrators group in multiple languages
Everyone now and then, there comes a moment you need to add a user into Administrators group on each computer in domain. It's not ...
Read moreQuickly test multiple computers availability
Sometimes we need to quickly test a bunch of servers for ping responsiveness, dns availability and rdp connectivity. Following PowerShell script can quickly scan ...
Read moreQuickly test multiple proxies with Powershell
Recently we were tasked with testing connectivity with Good For Enterprise servers. Since the environment is highly secure it requires proxy to go out. ...
Read more