
windows - Resolve host name from IP address - Server Fault
Oct 13, 2009 · I'm looking for a command line tool which gets an IP address and returns the host name, for Windows.
Find name of Active Directory domain controller - Server Fault
Oct 25, 2009 · How can I find out the name/IP address of the AD domain controller on my network?
Server 2022 SMTP Server issue - Server Fault
Oct 25, 2023 · This is a new installation of Server 2022 Standard 21H2. I'm trying to configure the SMTP Server so that a client application can send emails internally. When I open IIS 6.0 …
Filtering Security Logs by User and Logon Type - Server Fault
Feb 3, 2014 · and EventData[Data[@Name='LogonType'] and (Data='10')]] </Select> </Query> </QueryList> The above query should work to narrow down the events according to the …
windows server 2008 r2 - Subject Alternative Name not added to ...
I'm trying to issue a new certificate using the additional attribues field within the Windows CertSrv Web-Enrollment Client. I added the CSR, picked the template and entered this into the attribu...
Can someone please explain Windows Service Principle Names …
A Service Principal Name is a concept from Kerberos. It's an identifier for a particular service offered by a particular host within an authentication domain. The common form for SPNs is …
Remove/Modify IIS 10 Server Header which discloses IIS version
Nov 8, 2019 · I'm trying to remove the "Server" header that discloses my IIS version. I'm using IIS Express 10 with ASP.NET Core 3.0 and have developed a Web API. I've tried the options …
How can I figure out my LDAP connection string? - Server Fault
Apr 8, 2010 · The connection string is made up of the LDAP server's name, and the fully-qualified path of the container object where the user specified is located. The connection string begins …
What is the role of Subject Name (SN) / Subject Alternative Name …
Apr 21, 2024 · Specially the template below "subject name" tab. What does that change in the normal certificate request other than that there is an additional step to put information in the …
WMI Query for certain computer names but not others
I'm trying to write a GPO WMI query that will include computers with certain names and yet exclude some machines that fall within those parameters. This is what I have (and doesn't …