Operating systems Information - How to see free space of a machine remotely
Purpose
This page provide information about how to see free space of a machine remotely.
Applicable in CAST Version
| Release | Yes/No |
|---|---|
| 7.3.x | NA |
| 7.2.x | NA |
| 7.0.x | NA |
Applicable RDBMS
| RDBMS | Yes/No |
|---|---|
| Oracle Server | NA |
| Microsoft SQL Server | NA |
| CSS2 | NA |
| CSS1 | NA |
Details
There can be many ways to see. Once way can be to run DIR command.
DIR command usually list the files and folder of particular drive and also provide FREE SPACE at the end.
So to see the Free space of remote machine is to run the DIR command remotely.
Steps:
- Run Net Use command on command prompt to provide the credentials to the network share
Net Use \XX.XX.XX.XX\c$ /user:domain\username “password without quotes”
This will not map the share to a drive letter it will just provide the login details.
2. then run DIR command
DIR \ XX.XX.XX.XX \c$
For example :
C:\Documents and Settings\AKM>dir \XYZ\c$
Volume in drive \XYZ\c$ has no label.
Volume Serial Number is 8C16-CDDD
Directory of \XYZ\c$
10/08/2013 12:53 PM
10/08/2013 12:01 PM
10/07/2013 12:15 PM
07/14/2009 04:20 AM
10/09/2013 12:57 PM
12/31/2014 10:01 AM
09/27/2013 09:29 AM
09/27/2013 09:29 AM
12/31/2014 09:47 AM
01/02/2015 06:07 PM
0 File(s) 0 bytes
11 Dir(s) 44,639,391,744 bytes free
Notes/comments