One or more predeployment task failed : InstanceName property does not exist Parameter name: ConfigurationStore



Recently i was working on WSUS role installation on Windows Server 2012 R2 & received this error message :-


I tried few thinks but it didn't worked. Then i tried installing the role using Powershell & it worked !!

Powershell Command for WSUS role installation :-

Install-WindowsFeature -Name UpdateServices -IncludeManagementTools

Happy Troubleshooting :)

Read more about WSUS -

WSUS stands for "Windows Server Update Services." It is a Microsoft tool and service that enables system administrators to manage the distribution of updates and patches for Microsoft products within an organization's network. WSUS allows administrators to control and automate the process of downloading, approving, and deploying updates to Windows operating systems, Microsoft Office, and other Microsoft software installed on the networked computers.

The primary functions and features of WSUS include:

1. Centralized Update Management: WSUS provides a centralized console that allows administrators to monitor and manage updates for multiple computers from a single location. This simplifies the task of keeping all systems up to date with the latest security patches, bug fixes, and enhancements.

2. Update Synchronization: WSUS synchronizes with Microsoft's update servers to download the latest updates from Microsoft. It then stores these updates locally on the WSUS server, reducing internet bandwidth consumption for multiple client computers.

3. Update Approval: Before deploying updates to client computers, administrators can review and approve updates in the WSUS console. This allows them to test updates in a controlled environment before making them available to all computers in the network.

4. Deployment Rules: Administrators can set up deployment rules to automatically approve certain types of updates or define approval deadlines for critical updates, ensuring important patches are deployed promptly.

5. Computer Grouping: WSUS allows administrators to organize client computers into different groups based on factors such as location or department. This enables more targeted and customized update deployments.

6. Reporting and Monitoring: WSUS provides reporting capabilities to monitor the update status of client computers. Administrators can view which updates are installed, pending, or failed on individual machines or across the entire network.

WSUS is a valuable tool for organizations with multiple Windows-based computers, as it helps them maintain a consistent and secure computing environment by ensuring that all systems receive necessary updates in a controlled and efficient manner. By centralizing update management, WSUS simplifies the task of keeping software up to date and helps protect systems from potential security vulnerabilities that may arise from outdated software versions.

3 comments:

  1. Cant we install it using GUI or does it drawback from MS in 2012 R2? Can anybody fix this issue via GUI

    ReplyDelete
  2. I was having issue with the GUI command worked fine.

    ReplyDelete
  3. Win RM service was the culprit for this issue which is required for 2012 R2 OS- Check your environment if this setting is enabled - Possibly from gpedit.msc/gpmc.msc and try - Best of Luck

    ReplyDelete