
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.
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 …
Generate CSR including certificate template information with …
Jul 31, 2019 · I'm generating a CSR with OpenSSL using the following configuration file: [ req ] default_bits = 2048 default_keyfile = usercert.key distinguished_name = req_distinguished_name
What are named and default instances? - Server Fault
Nov 3, 2009 · NOTICE: "instance name" and "service name of instances" are two separate things. The "service name" for the default instance is MSSQLSERVER, but the instance name is …
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?
How to test a HTTPS URL with a given IP address - Server Fault
Oct 31, 2012 · You must get cURL to access the correct domain-name for the certificate to work, and the way to map a certain domain to an IP is either by DNS or by the hosts-file.
Any difference between DOMAIN\username and - Server Fault
The slashed format (DOMAIN\username) is actually the NetBIOS equivalent of the domain's DNS name (domain.mycompany.local). The NetBIOS name is limited to 15 characters and cannot …
How do I view the details of a digital certificate .cer file?
Dec 23, 2010 · OpenSSL will allow you to look at it if it is installed on your system, using the OpenSSL x509 tool. openssl x509 -noout -text -in 'cerfile.cer'; The format of the .CER file …
windows - hosts file ignored, how to troubleshoot? - Server Fault
The hosts file on Windows computers is used to bind certain name strings to specific IP addresses to override other name resolution methods. Often, one decides to change the hosts …
windows - Current date in the file name - Server Fault
Jun 1, 2009 · I have scheduled backup script that makes the database dump. How can I add the date timestamp to the file name? I am talking about Windows and CMD.