Skip to content
blog.KimConnect.com
Menu
Codes
Windows
Linux
Virtualization
Networking
Database
Author:
kimconnect
blog.KimConnect.com
>>
Read More
August 15, 2019
August 15, 2019
kimconnect
kimconnect
Securing Windows Remote Desktop Services
secpol.msc > Local Policies > User Rights Assignments > double-click "Allow Log on through Remote…
0 Comments
Read More
August 15, 2019
August 15, 2019
kimconnect
kimconnect
PowerShell: Quick 1-Liner to Locate Path to Executable
PS C:\Users\tester> (get-command robocopy.exe) | select DefinitionDefinition----------C:\Program Files (x86)\Windows Resource Kits\Tools\robocopy.exeC:\Windows\system32\Robocopy.exe
0 Comments
Read More
August 14, 2019
August 14, 2019
kimconnect
kimconnect
PowerShell: Convert Between Various SSL Certificate Formats
# Install Choco (look for instructions in this blog)# Install openssl.lightchoco install openssl.light -y #…
0 Comments
Read More
August 8, 2019
August 8, 2019
kimconnect
kimconnect
Renew or Replace a SSL Certificate in Dynamics CRM
Error Message: "Exchange Online Security Certificate Expiration Please update your certificate or Exchange Online integration…
4 Comments
Read More
August 3, 2019
August 3, 2019
kimconnect
kimconnect
Penetration Testing of Active Directory
Foreword: the following information is intended as educational contents and advisories on security topics. Please…
0 Comments
Read More
August 2, 2019
August 2, 2019
kimconnect
kimconnect
Microsoft IIS: How to Forward from HTTP to HTTPS
1. Apply the URL Rewrite module as required:- https://www.iis.net/downloads/microsoft/url-rewrite- Extract and install it 2. Run…
0 Comments
Read More
August 1, 2019
August 1, 2019
kimconnect
kimconnect
PowerShell: Microsoft Exchange Admin Reports
Function importExchangeModule{ $snapinLoaded = (get-pssnapin microsoft.exchange.management.* -ErrorAction SilentlyContinue).Name $exchangeVersion=(GCM Exsetup.exe | % {$_.FileVersionInfo}).ProductVersion $exchangeVersionMajor=$exchangeVersion.Substring(0,2); $exchangeVersionMinor=$exchangeVersion.Substring(3,2);…
0 Comments
Read More
August 1, 2019
August 1, 2019
kimconnect
kimconnect
Microsoft Data Calculation for SQL & General Storage
1 Byte = 8 bits1 KB = 1024 bytes1 MB = 1024 KB (or 1048576…
0 Comments
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
Posts navigation
Previous page
1
…
43
44
45
…
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