Contents
|
Python for Win32 Extensions Help
>
Win32 API
>
Modules
>
win32net
>
NetGetDCName
win32net
.NetGetDCName
PyUnicode
=
NetGetDCName(
server
, domain
)
Returns the name of the primary domain controller (PDC).
Parameters
server=None
:
PyUnicode
Specifies the name of the remote server on which the function is to execute. If this parameter is None, the local computer is used.
domain=None
:
PyUnicode
Specifies the name of the domain. If this parameter is None, the name of the domain controller for the primary domain is used.