Get Disk Storage Value from Remote Computers

Hello All,

I had stuck idea from developing Uipath RPA to get disk storage value from remote computers.

Sample :
from server computers i run RPA and the RPA will collect all disk storage information (disk size, free size) and store in datatable.
This activity will be used for monitoring free storage from other computers daily basis.

Anyone could help my issue?

Thankyou

Hi,

Could you please check the below forum discussion. it might help you. thanks.

Regards,
Kirankumar.

Hi @aliaga

Please try this activity,

Thanks

Hi @prasath_S ,

Thankyou for your information.

Already try that component, but it seems only get disk info from local computers,
how about the remote computers?

Thankyou

Hi @kirankumar.mahanthi1 ,

Thankyou for your information.

I had read the post but still confused about the solution.

It says to invoke code, but i didnt see where i need to input IP or Computer name.

Hi,

you have to use WMI objects in power script to get the disk space information from remote machines and use invoke powershell acitivity to execute the powershell script in uipath to get the output. you can pass your servername and diskname as parameters to the powershell script. please refer the below links.

Regards,
Kirankumar.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.