Hello, and thanks for the good work on this project!
On the following example, even though, I would like to query corp.local DC, the default DC for the domain the computer is joined to us.corp.local is queried instead. Shouldn't it be possible to specify it as an argument, or am I missing something?
PS C:\Users\> C:\AD\Tools\Sliver\StandIn.exe --dc --domain corp.local
[?] Using DC : US-DC.us.corp.local
|_ Domain : us.corp.local
[*] Host : US-DC.us.corp.local
Domain : us.corp.local
Forest : corp.local
SiteName : Default-First-Site-Name
IP : 192.168.1.2
OSVersion : Windows Server 2019 Standard
Local System Time UTC : Wednesday, 05 March 2025 00:54:09
Role : PdcRole
RidRole
InfrastructureRole
PS C:\Users\> C:\AD\Tools\Sliver\StandIn.exe --dc --domain techcorp
[?] Using DC : US-DC.us.corp.local
|_ Domain : us.corp.local
[*] Host : US-DC.us.corp.local
Domain : us.corp.local
Forest : corp.local
SiteName : Default-First-Site-Name
IP : 192.168.1.2
OSVersion : Windows Server 2019 Standard
Local System Time UTC : Wednesday, 05 March 2025 00:55:29
Role : PdcRole
RidRole
InfrastructureRole
Hello, and thanks for the good work on this project!
On the following example, even though, I would like to query
corp.localDC, the default DC for the domain the computer is joined tous.corp.localis queried instead. Shouldn't it be possible to specify it as an argument, or am I missing something?