Linux
I recently have the need to run software on a linux based OS. I haven't done this very often so I have to look up almost every command.
I am using Ubuntu in this case
Join to an AD Domain
Not a straight forward affair. This site is the best explaination for how to accomplish this.
https://bitsofwater.com/2018/05/08/join-ubuntu-18-04-to-active-directory/
Add domain adimins to sudo group
Edit the sudoers file
- vi visudo
- NOTE: you have to use this command to edit the sudoers file. when you exit the file is checked to make sure the syntax is correct
Add this under the %sudo line
- %domain\ admins@stratuslivedemo.com ALL=(ALL) ALL
RDP to Linux machine