Skip to content

Instantly share code, notes, and snippets.

@jborean93
jborean93 / Get-ServiceCredential.ps1
Last active October 22, 2025 12:44
Get's the username and password for installed Windows services
# Copyright: (c) 2019, Jordan Borean (@jborean93) <[email protected]>
# MIT License (see LICENSE or https://opensource.org/licenses/MIT)
Function Get-ServiceCredential {
<#
.SYNOPSIS
Retrieve the username and plaintext password for all services installed on the local computer.
.DESCRIPTION
Will retrieve the username and plaintext password for the service(s) specified. This must be run as an
@phoe
phoe / forever.md
Last active June 21, 2025 13:28
Forever Stable Branch

Forever Stable Branch

Stable branch, I can see you in the stable branch
See you again, I see you again
In my dreams, in my dreams, in my dreams, in my dreams

Morning light, I remember the morning li-i-i-i-ight
Outside my door (outside my door), I'll see you no more (see you no more)
In my dreams, in my dreams, in my dreams, in my dreams
>

@jesussuarz
jesussuarz / fix-error-esxi-cannot-change-the-host-configuration.md
Last active September 19, 2025 08:06
Fix for 'Failed - Cannot change the host configuration' in VMWare ESXi when adding a datastore

Adding a disk as a new datastore in ESXi that was previously used may result in this error:

Failed - Cannot change the host configuration.

What! This error doesn’t give you very much information. For some reason a drive that is already partitioned by another operating system seems to produce this error.

It's an easy solution. Enable SSH on ESXi. Simply start the TSM-SSH service. We'll turn it off when we're done.