JB Lewis
My feedback
-
114 votes
JB Lewis supported this idea ·
-
6 votes
JB Lewis supported this idea ·
-
5 votes
JB Lewis supported this idea ·
JB Lewis commented
I like this idea, but i suspect it isn't available because the PowerShell support for Volume Shadow Copy is sorely lacking.
-
17 votes
JB Lewis commented
I think this item would have more visibility if it were labeled "Volumes" and had the term "Storage" somewhere in the description. I agree that the Volumes tab should have a percentage free or percentage used value or visualization, similar to the volumes page in Server Manager.
JB Lewis supported this idea ·
-
3 votes
JB Lewis supported this idea ·
JB Lewis shared this idea ·
-
23 votes
Thank you for your input. Based on its current ranking compared to other feedback items and product schedule, work on this item is pending (and will be driven by) further customer input. If you did not open this issue and are also impacted by it, please vote this item up.
JB Lewis supported this idea ·
-
601 votesstarted · 55 comments · Management Tools » Windows Admin Center · Flag idea as inappropriate… · Admin →
JB Lewis commented
I disagree. There are other products that do this, and given the PowerShell behind Project Honolulu, it should be easy to create a scheduled task to monitor for the interesting properties and values, and send an email if needed.
-
11 votes
JB Lewis supported this idea ·
JB Lewis commented
I'm guessing that Honolulu is doing a get-service right now, that would have to change to a Get-CimInstance -class win32_Service.
Though it *would* make sense that they would just start a CIMSession as soon as you clicked on a server from the home page.. Hmm.
If it is using Get-CimInstance now, then there's no excuse for not having that column available
-
6 votes
JB Lewis supported this idea ·
-
82 votes
JB Lewis commented
Are those available via CIM/WMI?
-
228 votesplanned · 32 comments · Management Tools » Windows Admin Center · Flag idea as inappropriate… · Admin →
JB Lewis supported this idea ·
-
63 votes
Hi Jason,
We definitely consider this hugely valuable, but it is a big work item, and we’re not sure where it sits in our current roadmap.
We’ll post back here as more details become available.
Thanks,
JoeyJB Lewis commented
Doesn't VSCode kinda resolve this item?
-
137 votes
Your votes on this and other features helps us in our feature prioritization.
Thank you!!
MarkG
JB Lewis supported this idea ·
-
119 votes
Hi everyone,
With PowerShell 6.0, we’ve already begun updating our versioning system to be more descriptive. Right now, PSVersion returns 6.0.0-alpha as a System.Management.Automation.SemanticVersion object (with Major, Minor, Patch, and Label properties), and we’ve also added a GitCommitId property to PSVersionTable that matches perfectly with tags on GitHub: https://github.com/powershell/powershell/tags
Still, we can definitely continue to improve the semantic version implementation. You can track (and contribute to!) the discussion on these improvements here: https://github.com/PowerShell/PowerShell/issues/2354
Thanks,
JoeyJB Lewis supported this idea ·
-
170 votes
Tracking a list of missing robocopy-like functionality in this GitHub Issue: https://github.com/PowerShell/PowerShell/issues/2581
Feel free to continue to vote here, but you’re also welcome to add comments there or even contribute some of the missing functionality!
JB Lewis supported this idea ·
-
222 votes
https://github.com/dotnet/docs/issues/3455 The DotNet team is collecting feedback on this item as well.
JB Lewis supported this idea ·
-
28 votes
JB Lewis supported this idea ·
-
3 votes
JB Lewis commented
$DriveLetter = "C"
if (Test-Path "$DriveLetter`:"){Get-Volume -DriveLetter $DriveLetter | Get-Partition | Remove-PartitionAccessPath -AccessPath "$DriveLetter`:\"} -
6 votes
JB Lewis supported this idea ·
JB Lewis commented
I'm sure this had absolutely nothing to do with a certain "unplugged" demo.
-
4 votes
JB Lewis shared this idea ·
This has been a constant shortcoming in Windows Admin Center, it only recognizes volumes that have drive letters. It knows the volumes exist, but it can't capture any stats on the volumes without letters.
I make heavy use of mounted volumes in my environment, so this is a bit of a pain point for me too.