Skip to content
blog.KimConnect.com
Menu
Codes
Windows
Linux
Virtualization
Networking
Database
Day:
April 2, 2019
blog.KimConnect.com
>>
Read More
April 2, 2019
April 2, 2019
kimconnect
kimconnect
PowerShell: Download Dot Net 4.7.2
# Illustration: download Dot Net 4.7 Run-time from behind a proxy and showing progress barfunction…
0 Comments
Read More
April 2, 2019
April 2, 2019
kimconnect
kimconnect
Function to Import PortQry (a Systernal Utility)
Update: much adieu about nothing. Run this quick script and ignore the prior jibberish: if…
0 Comments
Read More
April 2, 2019
April 2, 2019
kimconnect
kimconnect
Question: Is VirtualBox Recommended for Production?
Answer: No - It's not supported for production environment: - VirtualBox is not enterprise level:…
0 Comments
Read More
April 2, 2019
April 2, 2019
kimconnect
kimconnect
Some Stories in the Backlog
1. Upgrade pods with 32" monitors - Make collaboration easier - Increase productivity 2.…
0 Comments
Read More
April 2, 2019
April 2, 2019
kimconnect
kimconnect
PowerShell: Methods to Download Files
# Change these values to reflect your desired downloads$fileURL = "https://download.microsoft.com/download/0/d/9/0d9d81cf-4ef2-4aa5-8cea-95a935ee09c9/PortQryV2.exe"$output = "C:\WINDOWS\System32\SysInternals\portqry.exe"1. Start-BitsTransfer (my…
0 Comments
Read More
April 2, 2019
April 2, 2019
kimconnect
kimconnect
MongoDB: Backup and Restore
Manual Methods:Using mongodump and mongorestoreMaking a backup using mongodump- Permissions required: grant find action, backup…
0 Comments
Read More
April 2, 2019
April 2, 2019
kimconnect
kimconnect
PowerShell: Check RPC Services on Remote Windows Machines
This current version is to be more compatible with PoSH 6.0 (by removing work-flow) as…
0 Comments
Read More
April 2, 2019
April 2, 2019
kimconnect
kimconnect
PowerShell: Function to Wait for Service to Be Back Online (After Server Reboots)
Function waitForService{ $testSucceeded=(Test-NetConnection $server -port $port).TcpTestSucceeded $null=Set-PSBreakpoint -Variable rightNow -Mode Read -Action { $global:testSucceeded =…
2 Comments
Read More
April 2, 2019
April 2, 2019
kimconnect
kimconnect
PowerShell: How to Play a Sound
$soundFile="C:\Windows\media\tada.wav"$sound = new-Object System.Media.SoundPlayer$sound.SoundLocation=$soundFile$sound.Play()
0 Comments
Read More
April 2, 2019
April 2, 2019
kimconnect
kimconnect
Explain Try and Catch Block
try { Execute function X; Execute function Y;}catch{ Execute this when any function fails: X…
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