Hi there! Continuing series of posts about automating some things 🙂 Today’s post will be about private keys and adding needed permissions. In cryptography, a private key (secret key) is a variable that is used with an algorithm to encrypt and decrypt code. Quality encryption always follows a fundamental rule: the algorithm doesn’t need to […]
automation
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.
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 […]