Save variable from my PC to .txt file on Remote Windows Server using Python + WMI
Save variable from my PC to .txt file on Remote Windows Server using Python + WMI Question: I have a Python script on my PC with the variable x. I would like to write x‘s value to a .txt file on Remote Windows Server 2019. I launched this Python code on my PC: import wmi …