mirror of
https://github.com/PierreGode/Linux-Active-Directory-join-script.git
synced 2025-12-21 16:50:13 +01:00
Update ADconnection.sh
This commit is contained in:
parent
a928de01b6
commit
1ed2e502cf
@ -988,6 +988,13 @@ fi
|
||||
# esac
|
||||
#}
|
||||
|
||||
########################################### Leave Realm ################################
|
||||
|
||||
leave(){
|
||||
DOMAIN=$(realm discover | grep -i realm.name | awk '{print $2}')
|
||||
echo $DOMAIN
|
||||
}
|
||||
|
||||
########################################### info #######################################
|
||||
|
||||
readmes(){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user