PendingReboot icon indicating copy to clipboard operation
PendingReboot copied to clipboard

powershell 64 bit vs powershell x86 return different results

Open skhalsa10 opened this issue 4 years ago • 3 comments

Hello,

First thanks for this tool it is helpful. I may not be able to use it though. I am not sure if this is by design or not, but AFTER windows update on a windows server 2016 enterprise when I run Test-PendingReboot I get different results when I run in PS x86 compared to the 64bit version. the PS x86 is wrong.

skhalsa10 avatar Jul 21 '20 16:07 skhalsa10

That's interesting... I'll have a look and report back.

bcwilhite avatar Sep 02 '20 22:09 bcwilhite

I've just run it at eight servers all 2016 or 2012r2 from a 2016 box. Both 32 and 64 bit PS show exactly the same result

I ran this, where $computers is a list of strings:

Test-PendingReboot -SkipConfigurationManagerClientCheck -SkipPendingFileRenameOperationsCheck -ComputerName $computers -Detailed

gerdesj avatar Sep 15 '20 13:09 gerdesj

Thanks for these tests! I will revisit my problem. :)

skhalsa10 avatar Feb 06 '21 22:02 skhalsa10