Skip to content

Instantly share code, notes, and snippets.

View fullenw1's full-sized avatar

Luc FULLENWARTH fullenw1

View GitHub Profile
@fullenw1
fullenw1 / Reset-KerberosServiceV2.ps1
Last active November 19, 2023 13:03
Script provided by Microsoft to reset the Kerberos service password V2
### Abstract: This PoSH Script Resets The KrbTgt Password For RWDCs And RODCs In A Controlled Manner
###
### Written by: Jorge de Almeida Pinto [MVP-EMS]
### BLOG: http://jorgequestforknowledge.wordpress.com/
### E-Mail Address For Feedback/Questions: scripts.gallery@iamtec.eu
###
### Paste The Following Quick Link Between The Double Quotes In Browser To Send Mail:
### --> "mailto:Jorge's Script Gallery <scripts.gallery@iamtec.eu>?subject=[Script Gallery Feedback:] 'REPLACE-THIS-PART-WITH-SOMETHING-MEANINGFULL'"
###
### For Questions/Feedback:
@fullenw1
fullenw1 / settings.json
Last active March 22, 2021 12:58
Remoting configuration for Windows Terminal
// To view the default settings, hold "alt" while clicking on the "Settings" button.
// For documentation on these settings, see: https://aka.ms/terminal-documentation
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"profiles": {
"list": [
{
"guid": "{4af2f036-8118-4af3-a28b-c2044894a74c}",
"name": "SSH to PowerShell Core",
@fullenw1
fullenw1 / Set-Signature.ps1
Last active April 13, 2020 19:42
Code signature function #PKI #Certificates #Security
function Set-Signature {
[CmdletBinding()]
[Alias('sig')]
param(
[Parameter(
Mandatory,
Position = 0,