MicrosoftDocs / Virtualization-Documentation

Place to store our documentation, code samples, etc for public consumption.
http://docs.microsoft.com/virtualization/
Creative Commons Attribution 4.0 International
1.79k stars 1.54k forks source link

SurveyDDA.ps1 fix for Powershell 6.0 and later #1986

Open froggx opened 1 month ago

froggx commented 1 month ago

The alias "gwmi" which called cmdlet "Get-WmiObject," no longer exists in Powershell 6.0 and later, breaking the script. Update to call "Get-WmiObject" cmdlet by its full name rather than the removed alias.

learn-build-service-prod[bot] commented 1 month ago

Learn Build status updates of commit ecceb59:

:white_check_mark: Validation status: passed

File Status Preview URL Details
hyperv-tools/DiscreteDeviceAssignment/SurveyDDA.ps1 :white_check_mark:Succeeded

For more details, please refer to the build report.

For any questions, please:

learn-build-service-prod[bot] commented 1 month ago

Learn Build status updates of commit 94dba1e:

:white_check_mark: Validation status: passed

File Status Preview URL Details
hyperv-tools/DiscreteDeviceAssignment/SurveyDDA.ps1 :white_check_mark:Succeeded

For more details, please refer to the build report.

For any questions, please: