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