Generate a list of new Windows 10 PowerShell commands

Hi everyone,

I need to generate a list of the new PowerShell commands in Windows 10 Technical Preview. Specifically, I’m looking for commands added between Windows 8.1 and Win 10 Preview. I’m assuming a “vanilla” installation of both OS versions.

Thoughts? Ideas?

Thanks a lot,
Tim

Try running get command on one box & capture to file. Run get-command on second box - capture to file. Run compare-object against 2 files.

Alternatively run get-command on one box & capture output to array. Repeat for second box over a remoting session and compare the 2 objects