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

PowerShell: Hyper-V Servers Capacity Report

Current Version: # HyperVCapacityReport.ps1 # Version 0.0.2 # Report parameters $workingDirectory='C:\scripts\googleSheets' $selectFields='node,model,os,cores,cpuUtilizationPercent,ramGb,ramUsedPercent' $domainObjects=@( @{domain='intranet.kimconnect.com';dc='lax-dc02.intranet.kimconnect.com';username='intranet\clusterReport';password=$env:clusterReportPass} @{domain='intranet.dragoncoin.com';dc='lax-dc02.intranet.dragoncoin.com';username='intranet\clusterReport';password=$env:clusterReportPass}…

Implement Docker & Portainer

Prerequisites:OS: base image Centos 7 Create network bridge from command line: # Network: x.x.x.128/26 Range:…

Windows Group Policy: Set Chrome as Default with a Home Page

Opinion: So... your company wants to standardize on Chrome, eh? I must say that I…