rockerrb3 Distinguished Dec 1, 2016 142 4 18,595 Jul 30, 2022 #1 What is the PowerShell 5.1 cmdlet used to see the properties of a drive?
RealBeast Titan Moderator Sep 13, 2010 17,123 476 104,790 Jul 30, 2022 #2 Open a command prompt window and type powershell, then Get-WmiObject -Class Win32_logicaldisk The are a number of other commands to get other details, take a look at THIS for more details. Upvote 0 Downvote
Open a command prompt window and type powershell, then Get-WmiObject -Class Win32_logicaldisk The are a number of other commands to get other details, take a look at THIS for more details.
rockerrb3 Distinguished Dec 1, 2016 142 4 18,595 Jul 30, 2022 #3 I appreciate the advice, but if you could give me the exact cmdlet it would be helpful. I know very little about powershell. Upvote 0 Downvote
I appreciate the advice, but if you could give me the exact cmdlet it would be helpful. I know very little about powershell.
USAFRet Titan Moderator Mar 16, 2013 178,750 21,532 184,590 Jul 30, 2022 #4 rockerrb3 said: I appreciate the advice, but if you could give me the exact cmdlet it would be helpful. I know very little about powershell. Click to expand... What is the specific need for powershell, vs other tools that encapsulate that functionality? What properties are you looking for? 1 drive, or 500 drives? Upvote 0 Downvote
rockerrb3 said: I appreciate the advice, but if you could give me the exact cmdlet it would be helpful. I know very little about powershell. Click to expand... What is the specific need for powershell, vs other tools that encapsulate that functionality? What properties are you looking for? 1 drive, or 500 drives?