Tagged Questions

2
votes
3answers
958 views

NetBIOS domain of computer in PowerShell

How can I get the NetBIOS (aka 'short') domain name of the current computer from PowerShell? $ENV:USERDOMAIN displays the domain of the current user, but I want the domain that the current machine is ...
1
vote
3answers
5k views

Translating NETBIOS domain into a FQDN (Fully Qualified Domain Name)

In short - How do I translate a NETBIOS domain to a FQDN ? Details: Assuming I'm in domain A and I have user credentials for domain B which has a trust relationship with domain A (I can authenticate ...
0
votes
0answers
5 views

netbios vs fqdn in multi domain environments

I'm developing an enterprise application which envolves login with domain user in a multi domain environment. to identify the user in my db i'm using the domain name + user name. i saw that i can ...