Skip to content
blog.KimConnect.com
Menu
Codes
Windows
Linux
Virtualization
Networking
Database
Month:
February 2021
blog.KimConnect.com
>>
Read More
February 28, 2021
February 28, 2021
kimconnect
kimconnect
How to Move C:\Users to Another Volume
Warning: this process will effectively re-route all file pointers from C:\Users\* to another volume. Windows…
0 Comments
Read More
February 27, 2021
February 27, 2021
kimconnect
kimconnect
PowerShell: Force Outlook to Compact On Exiting
Forcing Outlook to return free disk space to RDS nodes upon user exiting would be…
0 Comments
Read More
February 20, 2021
February 20, 2021
kimconnect
kimconnect
Kubernetes: How to Set Node Affinity
Kubernetes pods' Quality of Service (QoS) can be controlled by setting node affinity. Here are…
0 Comments
Read More
February 20, 2021
February 20, 2021
kimconnect
kimconnect
Linux Mint How To Remove Repository
Following is an exercise in removing erroneous repo config that would cause apt update to…
0 Comments
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
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