Friday, October 6, 2017

Make DomainA see DomainB

Able to ping each other by IP, not able to ping by name.

Make sure one of the hardcoded DNS servers is the servers IP or 127.0.0.1.

Open DNS manager
Right Click Forward Lookup Zones

Defaults click next all the way through, zone name DomainName (.corp,.com,whatever)
Expand the new zone
Right click, New Host (A) name

Name of server and IP address

Pinging between via name works now.

Pulling local admin accounts on a windows system WITH POWERSHELL

 There’s a couple ways to get them, I’m sure you’ve been around the internet looking. The Powershell scripts I use: Get-LocalGroupMember -Gr...