by David | Sep 7, 2014 | Automation, Development, Environment, Tooling, Tools
When working with git and node js you end up using the command line quite a lot. As a Windows grown developer this is kind of a strange sensation really, you quickly start to appreciate why those Linux guys constantly advocated the bash and you also understand...
by David | Aug 16, 2014 | Automation, Environment
I got it into my head earlier this evening that maybe I couldn’t reach my files that should be registered in the PATH variable because it had been truncated, after all when I ran ECHO %PATH% I did get a truncated text. However that is probably just due to the...
by David | Aug 10, 2014 | Deployment, Development, General, Tooling, Tools
There’s always that time when you set up a new environment and want to get to that file registered in %PATH%, like msbuild in the developers console or something. You Google or dir /s and eventually find that files but always wonder, is there...
by David | Sep 2, 2013 | Active directory
I´ve yet to see one quick and smooth description on how to retrieve all users from an AD group in windows in text form so I thought I´d present a simple solution here. The tricky thing is to get the complete “ad”-object stringthingy for the group to use in...