Posted On December 4, 2019

PowerShell: Enable ISE

kimconnect 0 comments
blog.KimConnect.com >> Windows >> PowerShell: Enable ISE
Import-Module ServerManager;
Add-WindowsFeature PowerShell-ISE

Leave a Reply

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

Related Post

GPO to Set NTP on Domain Joined Computers and Servers

As a precursor, please review this article to set NTP for PDC Emulator prior to…

How to Calculate Logging Storage

The Simple Formula: Storage in Gigabytes = Number of Events x (Average Bytes per Event…

Linux: Remediate SSL Weak Cipher Suites

Description The remote host supports the use of SSL ciphers that offer weak encryption. Note:…