$server = “YOURSERVERNAME”$password = “yourpassword”$username = “yourusername”Write-Host “Start reset” $SecurePassword = $password | ConvertTo-SecureString -AsPlainText -Force$cred = New-Object System.Management.Automation.PSCredential -ArgumentList $username, $SecurePassword$Session = New-PSSession -ComputerName…
Finn 🇫🇮 in Denmark 🇩🇰, crafting digital experiences that people love to use. Passionate about web technology and what makes the web a happier place.
