Wanted to ask what the ideal or best approach is to continuing past an RPC unavailable error when trying to loop through a list of remote machines. I don't need to fix anything about it, just skip to the next machine to scan.
The specific error is invoke-WMI method - The RPC server is unavailable.
The machines that are giving that error are usually ones we're aiming to replace or re-image anyway, so I'm far less worried about doing anything to address those.
Thank you