Closed sowjuec closed 8 months ago
Great idea!
I'm going to lock this issue because it has been closed for 30 days. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Code of Conduct
Description
Execute the following.
Get-PasswordPolicyDefault -version '5.1.1.0'
you get following output.
if you expand each object, you get output stored, for example,
But summary shows nothing, users think that there is no output at all, but that is not true. So we need to enhance this to better display.
Use Case(s)
The command output is not showing the summary in a descriptive manner which is disguising the user to presume that there is no output
Potential Configuration
In the following code change the display to as shown below
Change
$defaultConfig
to$defaultConfig | ConvertTo-Json
References
No response