Migrating Active Directory Certificate Service (ACDS) from Windows Server 2012 R2 to Windows Server 2019

CA server name is not the same as the FQDN of the server hosting the CA. Default common name naming scheme in ADCS is <Domain Name>-<CAHostname>-C . For example, Contoso-w2k12r2-CA…

Continue ReadingMigrating Active Directory Certificate Service (ACDS) from Windows Server 2012 R2 to Windows Server 2019

Reading on Active Directory

AD and Disaster Recoveryhttps://www.reddit.com/r/sysadmin/wiki/ms/activedirectorydisasterrecovery What does DCDIAG do...? https://docs.microsoft.com/en-us/archive/blogs/askds/what-does-dcdiag-actually-do How Active Directory Authentication Works? http://www.rebeladmin.com/2018/06/active-directory-authentication-works/ AD DS security is key for any environment as it is foundation of identity protection.…

Continue ReadingReading on Active Directory

Windows Firewall log file empty.

Although GPO is set properly, still the windows firewall C:\Windows\System32\LogFiles\Firewall\pfirewall.log showed blank. Solution: Provide NT SERVICE\MPSSVC account with Full Control permissions on the C:\Windows\System32\LogFiles\Firewall folder and restart the workstation or the server.

Continue ReadingWindows Firewall log file empty.

Unable to install PowerShell modules in Windows Server 2016?

Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -ForceError: Install-PackageProvider : Unable to find repository with SourceLocation ''. Use Get-PSRepository to see all available repositories. PS C:\Windows\system32> Get-PSRepository PackageManagement\Get-PackageSource : Unable to find…

Continue ReadingUnable to install PowerShell modules in Windows Server 2016?