Skip to content
blog.KimConnect.com
Menu
Codes
Windows
Linux
Virtualization
Networking
Database
Month:
July 2019
blog.KimConnect.com
>>
Read More
July 31, 2019
July 31, 2019
kimconnect
kimconnect
Exchange Server Decommisioning
Decommissioning Exchange hosts should have all Exchange services disabled. Thereafter, we may safely turn these…
0 Comments
Read More
July 30, 2019
July 30, 2019
kimconnect
kimconnect
PowerShell: Obtain Domain Admin Credential and Save It as an XML for Subsequent Execution
Working Version: # Initialize with defaults$credFileExists=$False# This function is a workaround to the issue of…
0 Comments
Read More
July 29, 2019
July 29, 2019
kimconnect
kimconnect
PowerShell: Detect Windows Version
This little snippet is reusable on many occasions where Windows version targeting is required. function…
0 Comments
Read More
July 28, 2019
July 28, 2019
kimconnect
kimconnect
Microsoft Exchange Server Certificates
When Exchange Server certificates expire, it's the responsibility of the System Administrator to update those…
0 Comments
Read More
July 27, 2019
July 27, 2019
kimconnect
kimconnect
Barracuda Message Archiver & Office 365 Exchange Online Service Account Configuration
The following script grant an Office 365 Exchange online service account necessary permissions on Exchange…
0 Comments
Read More
July 27, 2019
July 27, 2019
kimconnect
kimconnect
PowerShell: Microsoft Exchange to Require that all Senders are Authenticated
In this scenario, the business decision is to limit exposure of certain internal accounts to…
0 Comments
Read More
July 27, 2019
July 27, 2019
kimconnect
kimconnect
PowerShell: Find Azure AD Connect Servers From On-remise AD
Azure AD Connect is a prevalent topic of the day. However, it is best practice…
0 Comments
Read More
July 26, 2019
July 26, 2019
kimconnect
kimconnect
ESXi 6.5 Installation Instructions
Prepare to Install ⦁ Reserve host Management & vMotion IPs ⦁ Pick an available IP…
0 Comments
Read More
July 26, 2019
July 26, 2019
kimconnect
kimconnect
HPE: Gen8 Bios Settings to Prepare Host for Virtualization Role
Proliant Gen8 Blade Servers HP Servers are often chosen as VMWare & Hyper-V hosts. To…
0 Comments
Read More
July 26, 2019
July 26, 2019
kimconnect
kimconnect
PowerShell: Command Line to Empty a Remote Directory
PowerShell Method $remoteUncPath="\\FILESHERVER01\FOLDER01"$emptyDirectory="C:\emptyDirectory"md -Force $emptyDirectoryRemove-Item "$emptyDirectory`\*" -force -recurse -ErrorAction Continuerobocopy $emptyDirectory $remoteUncPath /mir /R:0 /W:0…
0 Comments
Read More
July 23, 2019
July 23, 2019
kimconnect
kimconnect
PowerShell: Obtain Domain Admin Credential
This little snippet is reusable as an appendix to other scripts since Domain Admin access…
0 Comments
Read More
July 23, 2019
July 23, 2019
kimconnect
kimconnect
PowerShell: Discover Domains and Trusts in Microsoft Windows Environment
PS C:\Windows\system32> Get-ADTrust -Filter *Direction : BiDirectionalDisallowTransivity : FalseDistinguishedName : CN=kimconnectschools.org,CN=System,DC=kimconnect,DC=k12,DC=ca,DC=usForestTransitive : TrueIntraForest : FalseIsTreeParent…
0 Comments
Read More
July 23, 2019
July 23, 2019
kimconnect
kimconnect
PowerShell: Install Windows Cluster Admin
# Install Microsoft Clustering ManagementFunction installClusteringManagment{ # Set PowerShell Gallery as Trusted to bypass prompts…
0 Comments
Read More
July 23, 2019
July 23, 2019
kimconnect
kimconnect
Outlook: How to Reset & Rebuild Profile
Remove Existing Profile Run: control.exe > click on Mail Click on Show Profiles Click on…
0 Comments
Read More
July 22, 2019
July 22, 2019
kimconnect
kimconnect
Windows 2012 Maintenance
- Check if .NET Framework 4.5 is installed: (Get-ItemProperty -Path 'HKLM:\Software\Microsoft\NET Framework Setup\NDP\v4\Full' -ErrorAction SilentlyContinue).Version…
0 Comments
Read More
July 22, 2019
July 22, 2019
kimconnect
kimconnect
PowerShell: Discover Environment
One of the most common tasks of Active Directory cleanup is to perform a discovery…
0 Comments
Read More
July 22, 2019
July 22, 2019
kimconnect
kimconnect
PowerShell: Script to Apply Windows Update on 2016 Server
8/7/2020: there's a more updated version available here. # Update-Remote-Windows-2016-Servers.ps1$servers="SERVER1","SERVER2"function applyWindowsUpdates{ [CmdletBinding()] param ( [parameter(Mandatory=$true,Position=1)]…
0 Comments
Read More
July 20, 2019
July 20, 2019
kimconnect
kimconnect
PowerShell: Hyper-V Management
Migrate Live Virtual Machines (In Clustered Environment): # Connect to Hyper-V Host$remoteHost="HYPERV01"Enter-PsSession $remoteHost # Move…
0 Comments
Read More
July 19, 2019
July 19, 2019
kimconnect
kimconnect
Troubleshooting Issues with Inconsistent Access Certain Websites
1. Establish Baseline Collect this info when the network is healthy. It should be used…
0 Comments
Read More
July 19, 2019
July 19, 2019
kimconnect
kimconnect
Windows: Enable Remote Access
# Set remote hostname variable$remoteHost="HV01"# Install psexecInstall-Module -Name psexec# psexec \\$remoteHost reg add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v…
0 Comments
Posts navigation
1
2
3
Next page
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