PowerShell Script to List Installed Software

Open PowerShell and copy paste the below command: Get-ItemProperty HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\* | Select-Object DisplayName, DisplayVersion, Publisher, InstallDate | Format-Table –AutoSize The above script will provide you a list of all your programs, complete with the version, name of the developer, and even the date you installed it. Check the below screen-shot. In order to export this … Read more

How to Fix Windows Error Code 0x80070005

In this article will see how to fix windows error code 0x80070005. The article divided into three parts as all three are related to windows error code 0x80070005 and their solutions, those are: Windows Update Error Code 0x80070005 Error code: 0x80070005 – “Something happened and this app couldn’t be installed. Please try again. Error code: … Read more

How to Fix – Event ID: 1121 Source: NTDS

The format of the schedule attribute of the following object is unrecognizable. As per Microsoft: “The format of the specified object’s Schedule attribute is not recognizable. A default schedule will be substituted. This event will continue to occur until the Schedule attribute on this object is corrected”. – Have you made any changes in AD … Read more

How to Fix – Roaming Profile Error 1521

Couple of things you can do to troubleshoot Roaming Profile Error 1521. Check the permission, may be you don’t have the right permissions on the share. Check if you can browse to the correct share and folder on that server. Try creating a new user in AD and logon to the users PC and see … Read more

How to Fix “http 500 error” EAC/OWA Exchange Server

In this article will check the different methods to resolve Exchange admin center http 500 internal server error quickly. Search a lot and ends up with several possible solutions to fix this issue. Check the below methods to troubleshoot “Error 500” and resolve this issue: Method 1: A quick workaround, to fix this issue, remove … Read more

How to Solve – DcGetDcName(TIME_SERVER) call failed, error 1355

There can be two reason for this either Sysvol/Netlogon is missing or windows time service is not started. Quick resolution is changing time server: Open Registry Editor (regedit.exe) and configure the following registry entries: HKLM\SYSTEM\CurrentControlSet\Services\W32Time\Parameters\Type How to configure an authoritative time server in Windows Server: https://support.microsoft.com/en-in/help/816042/how-to-configure-an-authoritative-time-server-in-windows-server This happens due to underlying communication problem between the … Read more

How to Check and Change the Domain and Forest Functional Level

You can easily check the domain and forest functional levels using bellow steps. Admin Tools Powershell Command Step 1. From Admin Tools Open the “Administrative Tools” under the menu you have to select “Active Directory Domains and Trusts” or “Active Directory Users and Computers“. Then right-click the root domain, and choose “Properties“. Under the “General” … Read more

How to Fix Error Code ‘0x800706ba’

Error code 0x800706ba is quite popular in windows 10. This can be seen in different situations like; When updating windows 10 RPC server is not available When a request is made to COM+ RPC server isn’t available in windows 10 backup When system can’t print to any device Major Causes of Error code 0x800706ba Corrupt … Read more

How to Fix Error Code ‘0x80004005’

Here we see some basic configuration changes that will usually solve ‘0x80004005’ error. However, I suggest you to follow the below method, and check if that helps. Check if the SMB 1.0 Feature is Enabled Start -> Control Panel -> Programs and Features Click “Turn Windows features on or off” Then scroll down to SMB … Read more