Dear Fellows,
I need your support, to provide passwords for respective nodes from text file, could this be possible? I am not very found of scripting and just a novice
wmic /node:@"D:\wmic_command_automation\machines.txt" /user:".\Administrator" /Password:@"D:\wmic_command_automation\passwords.txt" qfe get CSName,HotFixID,InstalledBy,InstalledON /format:CSV >>"D:\wmic_command_automation\output.csv"
regards