Posted On July 22, 2019

Windows 2012 Maintenance

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Windows 2012 Maintenance

– Check if .NET Framework 4.5 is installed: (Get-ItemProperty -Path 'HKLM:\Software\Microsoft\NET Framework Setup\NDP\v4\Full' -ErrorAction SilentlyContinue).Version -like '4.5*'
– Install .NET Framework 4.7.2:
– Install Windows Management Framework 5.1:
– Perform Windows Update using this script

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

How to Setup Applications & Scanners to Use Office 365 Online Exchange to Send Emails

Intro: There are three (3) methods: (1) SMTP client authentication, (2) Direct Send, and (3)…

Domino Server Restore Procedure

1. In AWS, verify that a new instance of a Domino Server has been launched…

MMC Short-cuts

  Admin Applet Command AD Domains and Trusts domain.msc Active Directory Management admgmt.msc AD Sites…