PowerShell One-Liner: SC Series storage class and RAID level allocations

With the PowerShell SDK for Dell EMC SC Series arrays, you can easily retrieve volume information including allocated, free, and used space. But what if you’re looking for RAID allocations on the entire array? Like how much RAID10, RAID5 or RAID6 is allocated across all of your tiers? That’s easy too: From these couple handy cmdlets strung together, you’ll get exactly what you’re looking for: Enjoy!
Dell Storage Volume Cleanup with PowerShell

If you’re new to PowerShell with Dell Storage, be sure to take a look at this post. Depending upon the size of system that your managing, over the course of time, you might have experienced some challenges in managing disk resources, especially if you’re using an array in a lab-type environment. Here’s an easy way to inventory volume objects on your SC Series array which are not currently mapped, and also find out how much actual space they’re consuming.
PowerShell Scripting Options for Dell Storage

Back in 2008, Compellent released their first iteration of the PowerShell Command Set. They were the first storage vendor on the scene to provide PowerShell automation capabilities with the Series 40 array. Fast forward a bunch of years. The PowerShell Command Set has grown from 50 cmdlets to over 100, and added the capability to work with more advanced features like replication and Live Volume.
Getting a BIOS version of a Dell machine with PowerShell
Easy code snippet on how to retrieve the BIOS version with PowerShell. Get-WmiObject win32_bios This will output the BIOS version, manufacturer, name, and serial number.
Upgrading a Dell Venue 8 Pro to Windows 10
If you’re unable to get the automatic upgrade for Windows 10 to work with your Dell Venue 8 Pro, try using the Microsoft media creation tool to get there. Depending on how much free space you have, an SD card may be required for the download to be stored. The media creation tool will prompt you if you’re short on space for this operation. For my upgrade, I opted to have the media creation tool and Windows 10 setup wipe everything so I could start fresh. Since all of my important files, pictures, etc. are sync’d online, I wasn’t concerned about the loss of any local content. This is probably not the case for most people, so back up your files before you start. Note that although this was written with the Dell Venue 8 Pro in mind, this process works on an activated Windows 8.1 setup as well. The…
About JB
I’ve been a technologist for over 20 years, getting my start in IT with a large Fortune 100 international retailer in the 1990s. I love to talk about new technology, mobile devices, software development, photography, and the weather. The opinions expressed on this website are my own.