Jim Moyle
Jim Moyle
*Project* MSIX SDK or Win7Msix **Describe the bug** This happens with many packages, but you can reproduce using the windows terminal msix bundle Failed with HRESULT 0x8000ffff when trying to...
### What happened? .msixbundle is a valid package format, but your filter excludes is from results. This is easy to see with the powershell results as the verbose output shows...
### Description The InputObject parameter is used as a pipeline input for PowerShell. See Microsoft guidelines here: https://learn.microsoft.com/en-us/powershell/scripting/developer/cmdlet/advisory-development-guidelines?view=powershell-7.3#support-an-inputobject-parameter-ad01 Where do I get the Object type for pipelining into this cmdlet?...
### Description Summary is just a copy of the command and provides no additional information. What does this command do? Reset the session? Log off the user gracefully? Disconnect the...
### Description The Command `Get-AzWvdApplication -ApplicationGroupName $ApplicationGroupName -ResourceGroupName $ResourceGroupName` Only returns the name, no other information unllike the docs example ``` Name ---- RMRail/Excel ```
### Description `Get-AzWvdApplication -ApplicationGroupName $ApplicationGroupName -ResourceGroupName $ResourceGroupName -Name 'Excel'` The default view gives this: ``` Name ---- RMRail/Excel ``` Name should be consistent across the cmdlet The cmdlet also hides...
[Az.DesktopVirtualization] Default View output for Get-AzWvdWorkspace shows inappropriate properties
### Description `Get-AzWvdWorkspace -Name $WorkSpaceName -ResourceGroupName $ResourceGroupName` Shows the following as the default view ``` Get-AzWvdWorkspace -Name $WorkSpaceName -ResourceGroupName $ResourceGroupName Etag IdentityPrincipalId IdentityTenantId IdentityType Kind Location ManagedBy Name PlanName PlanProduct...
### Description Running `Get-AzWvdApplication` prompts you for a GroupName parameter, this isn't documented in the examples which show the parameter as ApplicationGroupName although it is documented in the syntax section....
### Description of the new feature This would make it easier to filter app groups by hostpool ### Proposed implementation details (optional) _No response_
### Description According to PowerShell guidelines running a 'Get' without parameters should produce the full list of whatever it's supposed to get without filtering e.g Get-Service with no parameters returns...