microsoft / shell-intune-samples

Sample shell scripts for Intune admins.
MIT License
637 stars 213 forks source link

Update LinuxIntuneEnrollmentPrep.sh #81

Closed GenerAhl closed 1 year ago

GenerAhl commented 1 year ago

Added additional features

theneiljohnson commented 1 year ago

thanks GenerAhl! Can we keep this one just to the Linux and Edge pre-reqs? Teams is not being continued and not everyone will want MDE, i think we should do that as a seperate script?

# Install Microsoft Teams
apt install -y teams

# Install Microsoft Defender for Endpoint
apt install -y mdatp
GenerAhl commented 1 year ago

Sure, how about we comment it out by default? For those who do want the other pieces of SW, it's as simple as uncommenting them instead of Googling for the instructions?