Issue in New-OSCustomizationSpec in Power CLI 4.1.1Import-Module RemoteDesktop: This module need powershell 64 bit module, as a workaround, you can switch powershell in script:prettyprint 複製 set-alias ps64 "$env:windir\sysnative\WindowsPowerShell\v1.0\powershell.exe" set-alias ps32 "$...
New Release - Power Actions 1.0 Kamen Nikolov April 15, 2023 vCenter Managing VICredentials on PowerShell 7 using VMware.VISecret Module! Kamen Nikolov February 15, 2023 Advanced Managing vSphere Certificates with PowerCLI Kamen Nikolov February 11, 2022 vCenter New Release - PowerCLI 12...
#Import required Modules & Snapins Import-Module ActiveDirectory Import-Module RemoteDesktop Add-PSsnapin VMware.VimAutomation.Core This runs (appearently) OK from both x86 and x64 powershell command line Windows or ISE But when running the script itself witch both calls RemoteDesktop ps commandlet...
Import-Module RemoteDesktop: This module need powershell 64 bit module, as a workaround, you can switch powershell in script: prettyprint 複製 set-alias ps64 "$env:windir\sysnative\WindowsPowerShell\v1.0\powershell.exe" set-alias ps32 "$env:windir\syswow64\WindowsPowerShell\v1.0\powershell...