Skip to content
blog.KimConnect.com
Menu
Codes
Windows
Linux
Virtualization
Networking
Database
Month:
August 2019
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
Posts navigation
Previous page
1
2
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