Skip to content

Instantly share code, notes, and snippets.

View Taknok's full-sized avatar
Set Status

Pg Taknok

Set Status
View GitHub Profile
@RemiEscourrou
RemiEscourrou / Set-PasswordRemotely.ps1
Created August 21, 2019 11:47
Change a password on a remote forest
function Set-PasswordRemotely {
## Change a password on a remote forest.
## Used Get-Credential to avoid password in PSReadLine
## The method above is actually based on NetUserChangePassword function.
## Inspired from @chryzsh
## https://gist.github.com/chryzsh/f814a3d6088c5bc8f1adfafce2eb3779
[CmdletBinding()]
@AveYo
AveYo / .. MediaCreationTool.bat ..md
Last active March 23, 2024 20:03
Universal MediaCreationTool wrapper for all MCT Windows 10 versions - MOVED TO github.com/AveYo/MediaCreationTool.bat