Get-Shares.ps1

So, let’s continue blogging about my PowerShell tools. I’m browsing throughout my corporate network using PowerShell mostly. The biggest problem with this approach is that when you go to the network share (by UNC path) you can’t step on \\server_name without a particular share. For example, you can set location Read more…

Group-ByMonth.ps1

Bare PowerShell is quite odd if you’re using it on daily basis. There are no out-of-box such functions as add to environment path, get server shares, or convert to YAML. Eventually, you create a batch of scripts to regular usage. My toolset for PowerShell contains around 30 small scripts and Read more…