Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

How to find Total size and Free space of UNC path

alt_tush
9 - Comet

Hi All,

 

Is there any quickest way to find the Total size and Free space of UNC path using Alteryx.

 

I have UNC path which have storage capacity is 3 TB and it is almost full.

So i want to find out Total size and Free space of UNC path using Alteryx instead of using MAP network drive option.

 

Thank you in advance,

 

 

 

 

 

2 REPLIES 2
apathetichell
20 - Arcturus

maybe command line tool

create the text of a batch file in formula with:

"fsutil volume diskfree "+[unc path] (for your unc path variable)

 

run your batch file. read in the results?

 

saveeshkumar
9 - Comet

Hi @alt_tush ,

 

Using Directory Tool we can get the size of all subfolder with that you will able to calculate the free space.

 

Thanks.

Labels
Top Solution Authors