aniqfakhrul / powerview.py

Just another Powerview alternative
MIT License
427 stars 47 forks source link

Is `-Server` the `-Domain`? #84

Closed n3rada closed 4 months ago

n3rada commented 4 months ago

Is it possible to do the same as the original PowerView:

Get-DomainComputer -Domain dev.com -Properties DnsHostName

Using your tool seems to be:

Get-DomainComputer -Server dev.com -Properties DnsHostName

Am I right?

aniqfakhrul commented 4 months ago

Yes -Server should serve the same purpose as long as it works as intended. Any errors encountered?

n3rada commented 4 months ago

Not really, the ones that I encountered was purely AD ones.