본문 바로가기

반응형

전체 글

(114)
MX Record Definition MX 레코드란? The MX record is a type of resource record in the Domain Name System (DNS) that specifies the mail server responsible for accepting email messages on behalf of a recipient's domain. The MX record maps a domain name to a list of mail exchange servers for that domain, in priority order. The priority field in the MX record is used to determine the order in which mail servers should be trie..
Confirm MX Record in Windows MX 레코드를 조회하는 방법 You can use the Command Prompt to check the MX (Mail Exchange) record for a domain on Windows 10. Here's how: Open the Command Prompt: press the Windows key + X and select Command Prompt (Admin). In the Command Prompt window, type the following command: nslookup -q=mx domain.com Replace domain.com with the actual domain name you want to check. Press the Enter key. The Command Pro..
Azure AD Connect to a different server To migrate Azure AD Connect to a different server, you can follow these steps: 1.Install Azure AD Connect on the new server Before you begin the migration, you need to install Azure AD Connect on the new server. Ensure that you install the same version of Azure AD Connect that you are currently running on the old server. 2.Export the configuration Use the Azure AD Connect Export Configuration Wi..
How to migrate SID values from A to B domain To migrate the Security Identifier (SID) values from one domain (A) to another domain (B), you can use the Microsoft SID History feature, which allows you to preserve user and group SIDs after migrating from one domain to another. Here are the basic steps for migrating SIDs from domain A to domain B: 1.Install the Active Directory Migration Tool (ADMT): You'll need to download and install the AD..
OAuth 2.0 OAuth 2.0 is an open standard for authorization that enables applications to obtain limited access to user accounts on an HTTP service, such as Facebook, Google, or Microsoft. It provides a secure way for a user to grant access to their data or resources, without having to share their login credentials. OAuth 2.0 provides several "grant types" that determine how an application can obtain an acce..
Kerberos Protocol Kerberos is a network authentication protocol that is used to securely verify the identity of a user or service over an insecure network. It is named after the mythical three-headed dog in Greek mythology that guarded the gates of the underworld. In a Kerberos-based network, a central authority called a Key Distribution Center (KDC) is responsible for verifying the identity of users and services..
On-premises Active Directory (AD) On-premises Active Directory (AD) is a directory service provided by Microsoft for Windows-based computers and servers. It is designed to provide centralized management and control of user and group identities, credentials, and access to resources on a local network. An on-premises Active Directory provides several key features, including: User and group management: AD allows administrators to c..
Azure Active Directory (Azure AD) Azure Active Directory (Azure AD) is a cloud-based identity and access management service offered by Microsoft. It provides a centralized platform for managing user identities, credentials, and access to applications and services. With Azure AD, organizations can easily manage and secure access to their applications, whether they are running on-premises, in the cloud, or on a hybrid environment...

반응형