Confirm SecureBootUEFI

Is there a way to get uefi information from a remote computer, as confirm-SecureBootUEFI can’t take computer parameter ?

How about remoting with Invoke-Command?

Get Server Inventory: CPU, Memory, and OS information. Export to CSV.

Script requested: "I’m looking for a script that will bring me the information of memory, cpu, core, processor type and operating system, from a list of servers and this information should be printed to a file output"The script will get the CPU specifications, memory usage stati

Just the cmdlet you are using to the list of information.

invoke-command may work even it gave me an error with the script I built. I am going to look at it more in depth. Thanks for your input.

Great! PowerShell script for system info. Thank you.