GoogleCloudPlatform / database-assessment

Database Migration Assessment
https://googlecloudplatform.github.io/database-assessment/
Apache License 2.0
56 stars 34 forks source link

feat: Adding remote Windows params for WMI-GetObject #317

Closed liozme closed 7 months ago

liozme commented 7 months ago

optional param to runAssesment.bat: -serverUserName -serverUserPass

if entered, we will use them and build $credential and run Wmi-GetObject with "-Credential $crednetial" otherwise we will send the commend to Wmi-GetObject without "-Credential "

cofin commented 7 months ago

Do we still need to merge this @liozme @wpuziewicz?