Hi again! In my tasks, I often face up with problem to determine latest version of the .Net Framework, which is installed on the machine. This problem could be resolved very easily using Powershell. The main idea is to check Windows Registry – .Net Framework writes own info to the special folder there. Knowing where located […]
powershell
Adding permissions to folder using PowerShell

Hi! Today’s post will continue series of PowerShell tips for automation. Today’s subject is about adding permissions for user/group to the certain folder.
Adding permission for creating SymLink using PowerShell

Hi! Today’s post will be about very interesting thing, named SymLink. What Wikipedia says about it: In computing, a symbolic link (also symlink or soft link) is the nickname for any file that contains a reference to another file or directory in the form of an absolute or relative path and that affects pathname resolution It […]
Creating Jenkins node using REST API

Jenkins is a very powerful CI Server that allows to do a lot of interesting things. But installing it or its slaves could be boring 🙂 I wanna start sharing with you a scripts to automate these things. Today’s post will be about creating ф simple Jenkins node using Powershell, but you can reimplement it […]