Windows 2022
- Installation
- Get Windows 2022
- Install Windows 2022
- Initial Settings
- (01) Add Local Users
- (02) Change Admin User Name
- (03) Set Computer Name
- (04) Set Static IP address
- (05) Windows Update
- (06) Allow ICMP Echo Reply
- NTP / SSH Server
- NTP Server
- (01) Configure NTP Server
- (02) Configure NTP Client
- SSH Server
- (01) Configure SSH Server
- (02) Configure SSH Client
- (03) SSH Key-Pair Authentication
- (04) Use SSH-Agent
- (05) Change default Shell
- Remote Desktop
- (01) Remote Desktop (Server)
- (02) Remote Desktop (Client)
- (03) Install RDS (Session based)
- (04) Configure License Server
- (05) Create Session Collections
- (06) Publish RemoteApps
- (07) Connect to RemoteApps
- DNS / DHCP Server
- DNS Server
- (01) Install DNS Server
- (02) Add Forward lookup Zone
- (03) Add Reverse lookup Zone
- (04) Add A/PTR record
- (05) Verify resolving
- (06) Add MX record
- (07) Add CNAME record
- (08) Configure Secondary Zone
- (09) Configure Stub Zone
- (10) Set Forwarder
- (11) Set Conditional Forwarder
- DHCP Server
- (01) Install DHCP Server
- (02) Configure DHCP Server
- (03) Configure DHCP Client
- Active Directory
- Active Directory Domain Service
- (01) Install Active Directory
- (02) Configure DC
- (03) Join in Domain from Clients
- (04) Add User Accounts
- (05) Add UNIX attributes to Accounts
- (06) Add Group Accounts
- (07) Add Organizational Unit
- (08) Add Computer Accounts (CUI)
- Storage Server
- iSCSI
- (01) Install iSCSI Target
- (02) Configure iSCSI Target
- (03) Configure iSCSI Initiator
- NFS
- (01) Install NFS Server
- (02) Conf NFS Shared Folder (Quick)
- (03) Install NFS Client
- (04) Connection from NFS Client
- Virtualize / Container
- Hyper-V
- (01) Install Hyper-V
- (02) Create Virtual Machine (Win)
- (03) Create Virtual Machine (Linux)
- Docker
- (01) Install Docker
- (02) Basic Usage of Docker
- (03) Add Container Images
- (04) Access to Services on Container
- (05) Use Dockerfile
- (06) Use External Storage
- (07) Use Docker Compose
- (08) Docker Network Basis
- Web / FTP Server
- Web Server (IIS)
- (01) Install IIS
- (02) Use Default Web Site
- (03) Configure Virtual Directory
- (04) Add Web Sites
- (05) SSL/TLS Settings
- (06) Enable HSTS
- (07) Install ASP.NET feature
- (08) Basic Authentication
- (09) WebDAV Setting
- (10) Windows Authentication
- (11) IP and Domain Ristrictions
- (12) Use Python Scripts
- FTP Server
- (01) Install FTP Server
- (02) Configure Passive Mode
- (03) Add FTP Site
- (04) SSL/TLS Setting
- (05) FTP Client Usage
- (06) FTP User Isolation Setting
- Database
- SQL Server 2022
- (01) Preparation
- (02) Install SQL Server 2022
- (03) Connect to Database Engine
- (04) Remote connection (Win Auth)
- (05) Remote connection (SQL Auth)
- (06) SQL Server Services
- (07) SQL Server System Databases
- (08) Firewall Settings for SQL Server
- (09) AlwaysOn Availability #1
- (10) AlwaysOn Availability #2
- (11) AlwaysOn Availability #3
- (12) Failover Cluster Instance #1
- (13) Failover Cluster Instance #2
- File Server
- (01) Install File Server
- (02) Set Network File Sharing
- (03) Set File Sharing (Advanced)
- (04) Access to Sharing Folder
- (05) Configure SMB Multi Channel
- (06) Install Resource Manager
- (07) Set Quotas
- (08) Set auto apply Quotas
- (09) Install DFS NameSpace
- (10) Create DFS NameSpaces
- (11) Set Folders to DFS NameSpace
- (12) Install DFS Replication
- (13) Configure DFS Replication
- Mail Server
- Exchange Server 2019
- (01) Preparation
- (02) Install Exchange Server 2019
- (03) Exchange Admin Center
- (04) Create Mailbox
- (05) Send Email
- (06) Update Certificate
- (07) Enable POP/IMAP Services
- (08) Set Quota for Mailboxes
- (09) Enable In-Place Archives
- (10) Set Retension Policies
- System Management
- Windows Server Backup
- (01) Install Windows Backup
- (02) Run Backup Once
- (03) Set Scheduled Backup
- (04) Recover Files
- (05) Restoring System
- Windows Admin Center
- (01) Install Admin Center
- (02) Connect to Admin Console
- (03) Add Target Hosts
- (04) Overview for Items #1
- (05) Overview for Items #2
- Failover Cluster
- (01) Install WSFC
- (02) Configure Shared Storage
- (03) Configure Cluster
- (04) Add Shared Storage
- (05) Add Nodes
- (06) Remove Nodes
- (07) Clustering outside AD
- Others
- Install Stable Video Diffusion
- Install Stable Diffusion
- Install llama-cpp-python
- Install llama.cpp
- Install NVIDIA CUDA
- Install Python
- Windows Subsystem for Linux
- PowerShell
- (01) Set Profile
- (02) Set Alias
- Create SSL Certificate (Self Sign)
Sponsored Link
| Active Directory : Join in Domain2021/12/02 |
| Join in Active Directory Domain from Other Windows Client computers. This example is based on Windows 11. On CUI Configuration, Execute Commands like follows. |
| [1] | Logon as a user who have local administrative privilege and configure like follows. |
| Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. # display network interfaces PS C:\Users\serverworld> Get-NetIPInterface -AddressFamily IPv4 ifIndex InterfaceAlias AddressFamily NlMtu(Bytes) InterfaceMetric Dhcp ConnectionState PolicyStore ------- -------------- ------------- ------------ --------------- ---- --------------- ----------- 3 Ethernet0 IPv4 1500 25 Enabled Connected ActiveStore 1 Loopback Pseudo-Interface 1 IPv4 4294967295 75 Disabled Connected ActiveStore # change DNS setting to refer to AD DS PS C:\Users\serverworld> Set-DnsClientServerAddress -InterfaceIndex 3 -ServerAddresses "10.0.0.100" -PassThru InterfaceAlias Interface Address ServerAddresses Index Family -------------- --------- ------- --------------- Ethernet0 3 IPv4 {10.0.0.100} Ethernet0 3 IPv6 {} PS C:\Users\serverworld> ipconfig /all | Select-String -Pattern "DNS" Primary Dns Suffix . . . . . . . : DNS Suffix Search List. . . . . . : srv.world Connection-specific DNS Suffix . : srv.world DNS Servers . . . . . . . . . . . : 10.0.0.100 # join in domaon # for [Serverworld] word, it's a domain user, replace to yours # for [UserP@ssw0rd01] word, it's the password of the user specified above PS C:\Users\serverworld> Add-Computer -DomainName srv.world -Credential (New-Object PSCredential("Serverworld", (ConvertTo-SecureString -AsPlainText "UserP@ssw0rd01" -Force))) WARNING: The changes will take effect after you restart the computer RX-78-3. # restart computer PS C:\Users\serverworld> Restart-Computer -Force # after restarting, verify to logon as a domain user PS C:\Users\Serverworld.FD3S01> whoami fd3s01\serverworld # make sure domain info (the command needs local administrative privilege) PS C:\Users\Serverworld.FD3S01> Get-WmiObject Win32_NTDomain ClientSiteName : DcSiteName : Description : RX-78-3 DnsForestName : DomainControllerAddress : DomainControllerName : DomainName : Roles : Status : Unknown ClientSiteName : Default-First-Site-Name DcSiteName : Default-First-Site-Name Description : FD3S01 DnsForestName : srv.world DomainControllerAddress : \\10.0.0.100 DomainControllerName : \\FD3S DomainName : FD3S01 Roles : Status : OK |
| Active Directory : Join in Domain (GUI) |
| On GUI Configuration, Configure like follows. |
| [2] | Before setting, change DNS settings to refer to Active Directory Host. |
| [3] | Right-Click the Windows icon and select [System], then Click [Domain or workgroup] link. |
| [4] | Move to [Computer Name] tab and click [Change] button. |
| [5] | Check a box [Domain] and input domain name and next, click [OK] button. |
| [6] | Authentication is required, authenticate with a domain User in Active Directory. |
| [7] | After successfully authenticated, Welcome message is shown like follows. Restart the Computer once. |
| [8] | On the logon screen after restarting Computer, click [Other user] to switch Domain user to logon. |
| [9] | Authenticate with any Domain user. |
| [10] | Thst's OK if successfully logoned as a domain user. |
Matched Content Windows Server 2022 : Active Directory
- (01) Install AD DS
- (02) Configure new DC
- (03) Join in Domain from Client Hosts
- (04) Add User Accounts
- (05) Add UNIX attributes to User Accounts
- (06) Add Group Accounts
- (07) Add Organizational Unit
- (08) Add Computer Accounts
Copyright © 2007-2026 Server World All Rights Reserved.