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
How to get Bluetooth device battery percentage using PowerShell on windows?
I am trying to plot a graph for Bluetooth headphone battery discharge. For that I need to read battery percentage of the connected device. I can see power information is available on GUI for the devic...
Mahesh Mankar
Votes: 0
Answers: 4
VBScript Remote WMI Call "Error:0 'Permission denied: 'GetObject"
I am receiving the following error when trying to do a remote WMI call:
Failed to parse the script. Error: Source:'Microsoft VBScript runtime error'
Line 4 Char:1
Error:0 'Permission denied: 'GetObje...
kwirky_penguin
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