# The dfe_linux_installer.sh script uses the steps outlined in the offical Microsoft documentation and turns it into a simple oneliner. 
# https://learn.microsoft.com/en-us/microsoft-365/security/defender-endpoint/linux-install-manually?view=o365-worldwide

# The dfe_linux_installer.sh only makes makes the process faster and probably easier for some. You can follow the manual setup steps but you'll need to modify the mdatp config afterwords to add your GROUP tag.

# The mde_installer.sh can be found on the gitHub repo https://github.com/microsoft/mdatp-xplat/blob/master/linux/installation/mde_installer.sh

# The MicrosoftDefenderATPOnboardingLinuxServer.py python script s from the UFL 365 tenant and should NOT be modified. 
#
# Installation:
#       The script will now prompt you for your Department name and use that as the device tag prefix. 
# 	Run the dfe_linux_installer.sh file:
# 		sudo bash dfe_linux_installer.sh
#       You can skip the dfe_linux_installer.sh and run the command manually but you'll need to change the GROUP.
#         sudo bash mde_installer.sh --install --channel prod --onboard MicrosoftDefenderATPOnboardingLinuxServer.py --tag GROUP CHANGEME-Linux-Workstation --min_req -y
#
#
#  		
