JoinStatus
The machine's workgroup or domain membership.
Returned by join_status.
Example
let status = winnet.join_status()
if (status.kind == :DOMAIN:)
echo "joined to $(status.name)"
else
echo "not domain-joined"
The machine's workgroup or domain membership.
Returned by join_status.
let status = winnet.join_status()
if (status.kind == :DOMAIN:)
echo "joined to $(status.name)"
else
echo "not domain-joined"