Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install Issue #2

Open
OrionWithrow-OHIT opened this issue Nov 13, 2024 · 0 comments
Open

Install Issue #2

OrionWithrow-OHIT opened this issue Nov 13, 2024 · 0 comments

Comments

@OrionWithrow-OHIT
Copy link

OrionWithrow-OHIT commented Nov 13, 2024

Was hoping to get this working in a Virtual Machine for client demonstrations and testing. No matter how I try the install, it fails. I am currently using:

OS Win 11 Ent (It is worth noting, I am also working on a Mac so this is Windows 11 Arm)

Command: powershell.exe -executionpolicy bypass -file C:\AVDClientKiosk-main\Configure-AVDClientKioskSettings.ps1 -EnvironmentAVD AzureCloud -AVDClientShell -InstallAVDClient -ApplySTIGs -AutoLogon

Error:

The property 'ShellLauncher' cannot be found on this object. Verify that the property exists and can be set.
At C:\AVDClientKiosk-main\Scripts\Configuration\AssignedAccessWmiBridgeHelpers.ps1:16 char:5

  • $AssignedAccessCsp.ShellLauncher = $EscapedXml
    
  • ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : InvalidOperation: (:) [], RuntimeException
    • FullyQualifiedErrorId : PropertyNotFound

Set-CimInstance : Cannot bind argument to parameter 'InputObject' because it is null.
At C:\AVDClientKiosk-main\Scripts\Configuration\AssignedAccessWmiBridgeHelpers.ps1:17 char:34

  • Set-CimInstance -CimInstance $AssignedAccessCsp
    
  •                              ~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : InvalidData: (:) [Set-CimInstance], ParameterBindingValidationException
    • FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,Microsoft.Management.Infrastructure.CimCmdlets.SetCimInstanceCommand

Write-Log : Shell Launcher configuration failed. Computer should be restarted first.
At C:\AVDClientKiosk-main\Configure-AVDClientKioskSettings.ps1:824 char:13

  •         Write-Log -EntryType Error -EventId 116 -Message "Shell L ...
    
  •         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
    • FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Write-Log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant