Public Key error in Ubuntu for Salt

Ran into a little issue I wanted to log here. After installing the Salt Minions on the servers we were getting the following error when running apt-get update: W: GPG error: http://repo.saltstack.com trusty InRelease: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY 0E08A149DE57BFBE This… Continue reading

Tech Tip 101 – Reset Users Password from command Prompt

To change a user’s password at the command prompt, log on as an administrator and type:net user user_name * /domain When you are prompted to type a password for the user, type the new password, not the existing password. After you type the new password, the system prompts you to… Continue reading