Map Drive On Drive to My Pc -ทำการ Map One Drive ไว้เป็น Network Drive ในเครื่องคอมพิวเตอร์


1. Login One Drive    ทำการ copy ค่า CID   

2.คลิกขวาที่ This Pc เลือก Map network drive

3. ในช่อง Foder ใส่  https://d.docs.live.net/ตามด้วย cid ที่เรา copy มา

4. ใส่ e-mail address และรหัสผ่าน

เราจะได้ Drive เพิ่มมาในเครื่องคอม 1  Drive








Step by Step Migration Active Directory Windows server 2012 to windows 2019


Summary Command
DC-2012 BEFORE MOVE
#hostname
#netdom query fsmo


DC-2019
#Install-WindowsFeature –Name AD-Domain-Services -IncludeManagementTools
#  Install-ADDSDomainController -CreateDnsDelegation:$false -NoGlobalCatalog:$true -InstallDns:$true -DomainName "itikz.hotel" -SiteName "Default-First-Site-Name" -ReplicationSourceDC "dc-2012.itikz.hotel" -DatabasePath "C:\Windows\NTDS" -LogPath "C:\Windows\NTDS" -NoRebootOnCompletion:$true -SysvolPath "C:\Windows\SYSVOL" -Force:$true
# Get-Service adws,kdc,netlogon,dns
#Get-ADDomainController -Filter * |  Format-Table Name, IPv4Address, Site

# Move-ADDirectoryServerOperationMasterRole -Identity dc-2019 -OperationMasterRole SchemaMaster, DomainNamingMaster, PDCEmulator, RIDMaster, InfrastructureMaster
#netdom query fsmo
DC-2012 AFTER MOVE
#netdom query fsmo
# Uninstall-ADDSDomainController -DemoteOperationMasterRole –RemoveApplicationPartition
# uninstall-WindowsFeature AD-Domain-Services
# Uninstall-WindowsFeature –Name DNS –Remove
DC-2019  FINAL STEP
# Get-ADDomain | fl Name,DomainMode
# Get-ADForest | fl Name,ForestMode
# Set-ADDomainMode –identity itikz.hotel -DomainMode Windows2016Domain
# Set-ADForestMode -Identity itikz.hotel -ForestMode Windows2016Forest
Verify
# Get-ADDomain | fl Name,DomainMode
# Get-ADForest | fl Name,ForestMode