Tag Archives: EN

Operating system versions from AD

A small PowerShell one-liner for creating a list of computers with their operating system version:

Get-ADComputer -Filter * -Property * | Select-Object Name,OperatingSystem,OperatingSystemServicePack,OperatingSystemVersion | Export-CSV ComputersAndOS.csv -NoTypeInformation -Encoding UTF8

Hard rebooting Linux

As usual, for future reference…

When shutdown and init fail, and everything else fails too, and we do not have keyboard access to press SysRq:

echo 1 >> /proc/sys/kernel/sysrq
echo b >> /proc/sysrq-trigger

WSUS and “Cannot save configuration because the server is still processing a previous configuration change”?

For future reference…

If WSUS starts responding with the message: “Cannot save configuration because the server is still processing a previous configuration change”, run this SQL command:

UPDATE tbSingletonData SET ResetStateMachineNeeded = 0

And in the long term, consider this:

https://community.spiceworks.com/scripts/show_download/2998-wsus-automated-maintenance-formerly-adamj-clean-wsus

mutex/ocfipreoqyfb/mutex

Just as in the title: “mutex/ocfipreoqyfb/mutex”. I will leave it here for future reference…

That is all for now. I will not write anything more… no way… oh, I will not even add any tags…