Jim Moyle

Results 11 issues of 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...

Bug

### 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...

bug

### 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?...

Service Attention
DesktopVirtualization

### 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...

Service Attention
DesktopVirtualization

### Description The Command `Get-AzWvdApplication -ApplicationGroupName $ApplicationGroupName -ResourceGroupName $ResourceGroupName` Only returns the name, no other information unllike the docs example ``` Name ---- RMRail/Excel ```

Service Attention
DesktopVirtualization

### 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...

Service Attention
bug
DesktopVirtualization

### 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...

Service Attention
bug
DesktopVirtualization

### 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....

Service Attention
bug
DesktopVirtualization

### Description of the new feature This would make it easier to filter app groups by hostpool ### Proposed implementation details (optional) _No response_

feature-request
Service Attention
DesktopVirtualization

### 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...

Service Attention
bug
DesktopVirtualization