Need PowerShell for building Numbers of MDT, ADK, WinPE of my Deployment Server.
Can anyone provide me with a simple PowerShell script that will output the build numbers for an MDT deployment server.
I need to know the build numbers for ADK, WinPE, MDT
Much appreciated and I am a beginner PowerShell person.
out-File FilePath c:\test.txt
It output nicely to the screen but nothing in the txt file.
BTW this is awesome thanks a lot, being I'm learning PS, I understand the concept of the script.
Thanks again.