From 191e2c78f0ed16429c942a2f1fb9d830cad0eab3 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Sun, 6 Aug 2023 15:25:28 +0200 Subject: [PATCH] feat: article about checking a host has joined a domain --- .../check a chost has joined a domain.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 knowledge base/check a chost has joined a domain.md diff --git a/knowledge base/check a chost has joined a domain.md b/knowledge base/check a chost has joined a domain.md new file mode 100644 index 0000000..8fda87b --- /dev/null +++ b/knowledge base/check a chost has joined a domain.md @@ -0,0 +1,16 @@ +# Check a host has joined a Domain + +| OS | Command | +| ----- | ----------------------------------------- | +| Linux | `which 'realm' && realm list --name-only` | + +## Further readings + +- [`realmd`][realmd] + + + + +[realmd]: realmd.md