All about Information Technology infrastructure and system. Helpdesk & support issue, deployment guide, and daily activity in managing an information technology operation.
Search This Blog
Thursday, September 9, 2021
Error Connecting to SQL Server Instances after enabling Windows Firewall
Wednesday, September 8, 2021
How to Rename A Domain Controller
Description:
During Active Directory Upgrade, you might need to maintain the old Domain Controller name because of certain application requirement. You planned to use the swing method, where the new Domain Controller will be renamed to old Domain Controller name.
Resolution:
- Make sure the old DC name is not being use anymore in the entire domain. Check Active Directory Object, check DNS Record, Check DFSR Object, etc.
- Use Netdom command to rename the Domain Controller according to the following steps:
- On the new Domain Controller, open Command Prompt with Administrative Privileges
- Type netdom computername “current_name” /add:”fqdn_newname” > press enter
- Type netdom computername “current_name” /make primary:”fqdn_newname” > press enter
- Restart Domain Controller
- Type netdom computername “current_name” /remove:”fqdn_oldname” > press enter
Saturday, August 28, 2021
Migrate SYSVOL from FRS to DFSR
- At command Prompt, type "dfsrmig /setglobalstate 1". This is to enter the Prepared state.
- Type dfsrmig /getmigrationstate to confirm all domain controllers have reached prepared state
- Next at Command Prompt, type "dfsrmig /setglobalstate 2". This is to enter the Redirected state.
- Type dfsrmig /getmigrationstate to confirm all domain controllers have reached prepared state
- Next at command prompt, "type dfsrmig /setglobalstate 3". This is to enter the Emilinated state.
- Type dfsrmig /getmigrationstate to confirm all domain controllers have reached prepared state
Thursday, July 8, 2021
Cannot Access Remote Share on Workgroup Computer using Local Admin Account
Description:
You have several servers in Workgroup environment. You know the Local Administrator Account and Password. You try to connect to the Administrative Share from Remote Workgroup machine but always failed. Network port for Ping, RPC, SMB from source to destination are all open. Username and password are both correct.
Resolution:
Open Regedit and go to "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System".
On the Edit menu, point to New, and then click DWORD (32-bit) Value.
Type LocalAccountTokenFilterPolicy to name the new entry, and then press Enter.
Right-click LocalAccountTokenFilterPolicy, and then click Modify.
In the Value data box, type 1, and then click OK.
Exit Registry Editor.
Thursday, June 17, 2021
BitLocker with MBAM Failed to Encrypt because Access Denied by Remote Endpoint
Description:
You have configure MBAM Application server, MBAM Database server and set GPO for Drive Encryption to run automatically with minimal user interaction. However when you test it, it shows error "failed to encrypt".