Skip to content
blog.KimConnect.com
Menu
Codes
Windows
Linux
Virtualization
Networking
Database
Blog
Read More
October 26, 2020
October 26, 2020
kimconnect
kimconnect
PowerShell: Convert Array to Hash and back to Array
# convert 2D Array to Hash Table while removing any duplicate keys function arrayToHash($arr){ $hash…
0 Comments
Read More
October 26, 2020
October 26, 2020
kimconnect
kimconnect
Remote Desktop Connection An internal error has occurred.
RDP Error Message: Resolution: Method 1: Create and apply a self signed certificate…
0 Comments
Read More
October 23, 2020
October 23, 2020
kimconnect
kimconnect
PowerShell: Set User Option Change Password At Next Logon
$ou="OU=Users,DC=corp,DC=hooli,DC=com" $usersInOu=Get-ADUser -Filter * -SearchBase $ou $usersInOu|Set-ADUser -CannotChangePassword:$false -ChangePasswordAtLogon:$false
0 Comments
Read More
October 22, 2020
October 22, 2020
kimconnect
kimconnect
Application Blocked By Java Security
Symptom: When attempting to open a Java Web Application such as iDrac console, this error…
0 Comments
Read More
October 22, 2020
October 22, 2020
kimconnect
kimconnect
Querying Internal DNS for Host Record for iDRAC IPs
Copy / Paste for quick results: $domain='hooli.com'$records=Get-DnsServerResourceRecord -ZoneName $domain -ComputerName $env:USERDNSDOMAIN$records|?{$_.HostName -like '*drac*' -and $_.RecordType…
0 Comments
Read More
October 21, 2020
October 21, 2020
kimconnect
kimconnect
PowerShell: How to Install Remote Desktop Services
Prerequisites: Required ports for RDS Services- UDP/TCP 135 ingress/egress- UDP/TCP 137-139 ingress/egress- TCP 445 ingress/egress-…
0 Comments
Read More
October 21, 2020
October 21, 2020
kimconnect
kimconnect
RDP: Common Connection Errors
Error Message: [Window Title]Remote Desktop Connection[Content]The remote session was disconnected because there are no Remote…
0 Comments
Read More
October 20, 2020
October 20, 2020
kimconnect
kimconnect
IIS Error Code 0x80070021
Error Message: Detailed Error Information:Module IIS Web CoreNotification BeginRequestHandler Not yet determinedError Code 0x80070021Config Error…
0 Comments
Read More
October 20, 2020
October 20, 2020
kimconnect
kimconnect
ADFS: Adding a Relying Party Trust
The following instructions assume the task of creating a authentication endpoint to allow external users…
0 Comments
Read More
October 15, 2020
October 15, 2020
kimconnect
kimconnect
ADFS Configurations
View existing ADFS global configs PS C:\Users\administrator.CAP> get-AdfsGlobalWebContentSignOutPageDescriptionText :UpdatePasswordPageDescriptionText :Locale :CompanyName :CertificatePageDescriptionText :ErrorPageDescriptionText :ErrorPageGenericErrorMessage :ErrorPageAuthorizationErrorMessage…
0 Comments
Read More
October 15, 2020
October 15, 2020
kimconnect
kimconnect
Microsoft Excel Error: The Request Was Aborted Could Not Create SSL/TLS Secure Channel
Issue: Eventvwr.exe > Applications and Services Logs > Microsoft Office Alerts The request was aborted:…
0 Comments
Read More
October 14, 2020
October 14, 2020
kimconnect
kimconnect
PowerShell: Get Terminal Service (Remote Desktop Service) Licenses Report
# rdsLicenseReport.ps1 $knownRdsComputers=$null # Options: (a) 'SERVER1','SERVER100' (b) Get-Content Path\To\RDServers.txt function getTsLicenses{ param( $knownRdsComputers, $domain=$env:userdnsdomain…
2 Comments
Read More
October 12, 2020
October 12, 2020
kimconnect
kimconnect
Remote Desktop Error Code 0x8000FFFF
Symptom: Terminal-Services-ClientActiveXCore Event ID 226 on RDP Server: rdpclient_ssl: an error was encountered when transitioning…
0 Comments
Read More
October 12, 2020
October 12, 2020
kimconnect
kimconnect
PowerShell: Test URL for Reachability
function testUrl($url){ try{ $HTTP_Request = [System.Net.WebRequest]::Create($url) $HTTP_Response = $HTTP_Request.GetResponse() [int]$HTTP_Status = [int]$HTTP_Response.StatusCode If ($HTTP_Status -eq…
0 Comments
Read More
October 10, 2020
October 10, 2020
kimconnect
kimconnect
PowerShell: 1-Liner to Install Windows Photo Viewer for Windows 10
I've thought that Windows Photo Viewer is a nicely optimized and lightweight program to preview…
5 Comments
Read More
October 9, 2020
October 9, 2020
kimconnect
kimconnect
Issue: Unable to Access Corp Intranet While Connected to Satellite Office Network VS Can Access When Connected to Corp VPN
Step 1: obtain information from DNS servers differences between VPN vs Non-VPN connections Obtain network…
0 Comments
Read More
October 9, 2020
October 9, 2020
kimconnect
kimconnect
PowerShell: Rename Photo and Video Files by Adding Creation Dates
Have you ever downloaded a punch of images, MOV, and MP4 from iCloud to find…
4 Comments
Read More
October 9, 2020
October 9, 2020
kimconnect
kimconnect
PowerShell: Get Date Taken Value of a Photo or Video
This function only deals with photos. Videos, such as MOV files, have an attribute called…
0 Comments
Read More
October 8, 2020
October 8, 2020
kimconnect
kimconnect
Jenkins: How to Clone a Job
To create a new job, use this quick how-to. This instruction is a quick walk-through…
0 Comments
Read More
October 8, 2020
October 8, 2020
kimconnect
kimconnect
MAC: Setting Google DNS to Bypass ISP Slower Name Resolution
Open System Preferences > Network > DNS > click + (plus sign) under DNS Servers…
0 Comments
Posts navigation
Previous page
1
…
24
25
26
…
82
Next page
Search
Archives
February 2025
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