Skip to content
blog.KimConnect.com
Menu
Codes
Windows
Linux
Virtualization
Networking
Database
Month:
April 2022
blog.KimConnect.com
>>
Read More
April 29, 2022
April 29, 2022
kimconnect
kimconnect
Active Directory: Differences between Domain Local, Global, Universal Groups
Domain Local Groups: can contain users from any domain, but they can only be used…
0 Comments
Read More
April 28, 2022
April 28, 2022
kimconnect
kimconnect
Fix NetPlWiz and control userpasswords2 Grey-out Options
Problem: netplwiz has a grayed out 'Users must enter a user name and password to…
0 Comments
Read More
April 27, 2022
April 27, 2022
kimconnect
kimconnect
Hyper-V Guest VM CPU Compatibility Feature Down Side
Symptom: guest VM could not install applications that require'SSE4.2 and POPCNT instruction sets' Cause: The…
0 Comments
Read More
April 26, 2022
April 26, 2022
kimconnect
kimconnect
PowerShell: How To Configure Static IP Address
$nicName='NIC1' $ipaddress='192.168.0.222' $cidrPrefix=24 $defaultGateway='192.168.0.1' $dnsServers=@('8.8.8.8','4.4.2.2') $disableIpv6=$true function setNic($nicName,$ipAddress,$cidrPrefix,$defaultGateway,$dnsServers,$disableIpv6=$true ){ $ifIndex=(get-netadapter|?{$_.Name -eq $nicName}).ifIndex New-NetIPAddress -InterfaceIndex $ifIndex…
0 Comments
Read More
April 25, 2022
April 25, 2022
kimconnect
kimconnect
PowerShell: Enable CredSSP on Windows
PowerShell: # Enabled WinRMEnable-PSRemoting -Force# Enable CredSSPEnable-WSManCredSSP -Role Server -Force Legacy Command Line: # Enable…
0 Comments
Read More
April 22, 2022
April 22, 2022
kimconnect
kimconnect
How To Install VMM Agent (SCVMM) Manually
The following snippet assumes that a New Hyper-V Server has been added to the cluster;…
0 Comments
Read More
April 21, 2022
April 21, 2022
kimconnect
kimconnect
Windows: How to Create Software Raid 1 Mirror of C:\ Volume or Windows System Drive
Desired Result: Required Work: # Check disksDISKPART> list diskDisk ### Status Size Free Dyn Gpt--------…
0 Comments
Read More
April 21, 2022
April 21, 2022
kimconnect
kimconnect
Windows UAC Error This App has been blocked for your protection mmc.exe taskschd.msc
Error Message: User Account ControlThis App has been blocked for your protection.A administrator has blocked…
0 Comments
Search
Archives
October 2024
September 2024
August 2024
June 2024
May 2024
April 2024
March 2023
February 2023
January 2023
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
Meta
Register
Log in
Tag Cloud