Skip to content

Instantly share code, notes, and snippets.

View nl2299's full-sized avatar
๐Ÿ˜Ž
cloud & k8s

nick nl2299

๐Ÿ˜Ž
cloud & k8s
View GitHub Profile
@nl2299
nl2299 / updRMCpw.ps1
Created April 2, 2026 11:31
Update Passwords for Fujitsu / FSAS iRMC admin user via redfish api with Powershell
#NL-2026
$Old = "myOLDPassword"
$New = "myNEWPassword"
$Servers = @(
"192.168.178.100",
"192.168.178.101",
"192.168.178.102",
"192.168.178.103"
)