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)
Powershell CIM Method "Delete" is missing in Win32_ShadowCopy?
I try to switch from WMI to CIM, but there are methods missing:
WMI way so select the next best VSS snapshot:
$SnapShot = (Get-WmiObject Win32_ShadowCopy)[0]
And then you have the working method:
$Sna...
Joachim Otahal
Votes: 0
Answers: 1
How do we use CimCmdlets in Powershell Core on Linux Environment?
I'm trying to execute the CimCmdlets on Linux Powershell but it seems like this module is only available for windows. Is there any workaround to run these commands from cmdlets module on Linux?
https:...
sadique urf arbaz
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