PS

# This will Check if Linux Machine is Domain Joined
ps -ef | grep -i "winbind\|sssd"

Last updated