We had a question about and entry in the SOA (Start of Authority) field in the DNS record of our VMs. In the properties of the SOA record, you will notice an entry in the Responsible Person field. It is also visible in the Forward Lookup Zone in the Data filed of the SOA record. It is the email address of the person that problems should be reported to. The “@” symbol is not used because “@” is also used in the zone file. That is why it appears as hostmaster.domain.com.
In the past, to run the GPResult command, you would need to either physically visit this client, have the user do it, or use and RDP connection. In all cases, this will disrupt the user. First, you need PowerShell remoting enabled on the target machine. You can do this via Group Policy . Open PowerShell and type this command. Invoke-Command –ScriptBlock {GPResult /r} –ComputerName <ComputerName> Replace <ComputerName> with the name of the target. Remember, the target needs to be online and accessible to you.
Comments