Skip to content
blog.KimConnect.com
Menu
Codes
Windows
Linux
Virtualization
Networking
Database
Author:
kimconnect
blog.KimConnect.com
>>
Read More
February 20, 2021
February 20, 2021
kimconnect
kimconnect
Resolving a Corrupted Data Store in ESXi
Scenario: A USB disk has been mounted as a data store and subsequently removed. This…
0 Comments
Read More
February 20, 2021
February 20, 2021
kimconnect
kimconnect
Synology Rsync Issue
Linux OS'es come with this very useful utility: rsync. Sync Synology is an app built…
0 Comments
Read More
February 12, 2021
February 12, 2021
kimconnect
kimconnect
How To Quickly Search a User in Active Directory by Matching Email
This one liner would do the trick: Get-ADUser -Filter {EmailAddress -eq '
[email protected]
'} PS C:\Windows\system32> Get-ADUser…
0 Comments
Read More
February 10, 2021
February 10, 2021
kimconnect
kimconnect
Optimizing Windows IIS Server
Most IIS instances are fine with default settings. However, it's often beneficial to configure some…
0 Comments
Read More
February 6, 2021
February 6, 2021
kimconnect
kimconnect
Skillset Required as a 2021 Systems Administrator
Long were the days of a SysAdmin only requiring to know how to babysit server…
0 Comments
Read More
February 5, 2021
February 5, 2021
kimconnect
kimconnect
Linux Bash Shell Command to Download and Install an App
# Set file path variable vagrantFile=https://releases.hashicorp.com/vagrant/2.2.14/vagrant_2.2.14_x86_64.deb # Download and install a Debian based file fileName="${vagrantFile##*/}"…
0 Comments
Read More
February 5, 2021
February 5, 2021
kimconnect
kimconnect
How To Install Rancher Onto a Kubernetes Cluster
Step 1: Add Rancher Repo into Helm Source: https:// rancher.com/docs/rancher/v2.x/en/installation/install-rancher-on-k8s/ # Add Rancher repo helm…
0 Comments
Read More
February 5, 2021
February 5, 2021
kimconnect
kimconnect
PowerShell: How To Invoke Rest Method with RingCentral Rest API
[string]$restApiTokenUrl="https://platform.ringcentral.com/restapi/oauth/token" [string]$restApiUrl="https://platform.ringcentral.com/restapi/v1.0/account/~/extension?page=1" [string]$username='15555555555' [string]$password='PASSWORDHERE' [string]$extension='100' [string]$appKey='APPKEYHERE' # Part 1: Obtain Rest-API Token / Authorization function…
0 Comments
Read More
February 5, 2021
February 5, 2021
kimconnect
kimconnect
PowerShell: How To Set IP and Domain Restrictions to Specific IIS Sites
# Enable IP Filtering Feature in IIS using PowerShell Install-WindowsFeature Web-IP-Security Restart-Service W3SVC # Optional:…
0 Comments
Read More
February 2, 2021
February 2, 2021
kimconnect
kimconnect
How to Deploy PiHole in a Kubernetes Cluster
Step 0: Create NFS Share Ensure that the NFS share has been created with these…
2 Comments
Read More
February 2, 2021
February 2, 2021
kimconnect
kimconnect
Hyper-V Servers Report
# hyperVServersReport.ps1 # Version: 0.0.1 # Description: # This script will scan for Hyper-V Hosts…
0 Comments
Read More
January 30, 2021
January 30, 2021
kimconnect
kimconnect
Kubernetes Container Deployment with NFS Persistent Volumes
Introduction: Update: we have provided a practical application of the knowledge conveyed in this article…
0 Comments
Read More
January 30, 2021
January 30, 2021
kimconnect
kimconnect
PowerShell: Backup Microsoft Dynamics CRM Database
# backupCrmOrgDatabase.ps1 # This script is to be invoked in the context of the Administrator…
0 Comments
Read More
January 29, 2021
January 29, 2021
kimconnect
kimconnect
How to Mount NFS Share On Linux Client
# Install prerequisite sudo apt-get install nfs-common # Set variables nfsShare=test # assuming that the…
0 Comments
Read More
January 29, 2021
January 29, 2021
kimconnect
kimconnect
PowerShell: How to Quickly Ping a Target
Method 1: Legacy ping command # Legacy method that works without any fusses $pingResult=ping google.com…
0 Comments
Read More
January 29, 2021
January 29, 2021
kimconnect
kimconnect
Troubleshooting Active Directory Replication Issues
How to Check Domain Controller Syncronization Check replication summary [TEST-DC02]: PS C:\Users\testadmin\Documents> Repadmin /replsummary Replication…
0 Comments
Read More
January 28, 2021
January 28, 2021
kimconnect
kimconnect
How to Run OpenMediaVault with Pass-through Disks in VMWare ESXi
Assumptions: 1. The ESXi host in this lab is available with three (3) 1TB hard…
0 Comments
Read More
January 28, 2021
January 28, 2021
kimconnect
kimconnect
Linux: Check CPU Utilization
There are many utilities that would provide this information. The easiest one that is available…
0 Comments
Read More
January 27, 2021
January 27, 2021
kimconnect
kimconnect
PowerShell: Get Failed Scheduled Tasks on a Windows Machine
The following function will query the local Windows Tasks Scheduler for custom schedules and output…
0 Comments
Read More
January 27, 2021
January 27, 2021
kimconnect
kimconnect
How to Get Table Sizes of a Database in Microsoft SQL Server
Obtain Table Sizes of One or Multiple Names -- Get sizes of multiple tables use…
0 Comments
Posts pagination
Previous page
1
…
17
18
19
…
82
Next page
Search
Archives
March 2026
November 2025
August 2025
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