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…

dotfiles repository

Since I started using vim, I’ve found that too many software developers store their configuration files at github. It really awesome. Last year I wrote a post at habrahabr (russian) how do I synchronize settings around multiple PCs or in other words my bootstrap procedure for new PC. It wasn’t Read more…

Powershell mininotes

Since I try to put a my day-to-day powershell tools and snippets, which I find at the internet or created for self some day. I have some advice of using console at all and which is useful too, and I’ll make couple of posts about my environment too. I’m a Read more…