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 […]
permissions
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 […]