This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Meghan Stewart
wsusn3rd.bsky.social
did:plc:yq3aypwnxycdzatiggh7ffcr
[reflection.assembly]::LoadWithPartialName("Microsoft.UpdateServices.Administration")
$updateServer = get-wsusserver
$config = $updateServer.GetConfiguration()
$config.ServerId = [System.Guid]::NewGuid()
$config.Save()
New WSUS ServerID acquired!
2023-08-30T17:03:52.494Z