Skip to content

Windows Server Windows Server: Domain

Summary

This module contains actions for related to Active Directory domains.

Domain Servers

The actions in this module will only work on domain joined servers.

If an action requires a Powershell module to be installed, its documentation will let you know.

Actions

windows_server.domain.

get_netbios_domain_name

Get the NetBIOS name of the Active Directory domain the server is joined to.

The NetBIOS domain name is the short domain used in the domain\username format.

Minimum Plugin Version: 3.1.0

Input
Output

The NetBIOS domain name.

Example
1
2
3
4
- windows_server.domain.get_netbios_domain_name:
  load:
    windows_server: windows_server
  save: netbios_domain_name