python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Is there any way to check if a (UNC path) volume is a Windows DedupVolume or not?
I wanted to find out if a given volume has Data Deduplication enabled or not.
For a local volume this is straightforward using the WMI query:
select * from MSFT_DedupVolume where Volume='E:\\MountFol...
Naveen Kedilaya
Votes: 0
Answers: 1
VBScript - Invalid Syntax for WMI Query
I am using VBScript to interact with WMI and check whether any print jobs are outstanding. When I run the query using VBScript I get the following error:
I've used the code on other machines and it w...
RuffMingani
Votes: 0
Answers: 1
An embarrassing error appears in a .bat file and not in CMD
I'm actually working on a "Computer Info Dumper" and I need to get the ram name + capacity, the problem is that the line that make this: it works in CMD, but not in a .bat file.
Here is the ...
Dazd-PKZ
Votes: 0
Answers: 1
How do I get the first install date of a disk drive in PowerShell?
In the Device Manager, I can view the properties of any device (disk drives included). In the Details tab, I can select the first install date:
In PowerShell, I can get all disk drives by issuing:
Ge...
stackprotector
Votes: 0
Answers: 2