Property Name
StorageCapacity
Property Type
String
Description
It gets the size of disk space in MBs.
Example
'Fill in the correct values for <DomainName>
and <ComputerName>
Set ComputerObject =
GetObject("NTDS://<DomainName>/<ComputerName>")
Debug.Print ComputerObject.Site
Note: This property has not been implemented.
See Also