我需要一些citrix和LDAP功能才能使用,但是由于模块原因,我无法运行此脚本:
Get-XAApplicationReport * | select DisplayName, FolderPath, @{n=”Servers”;e={[string]::join(” ; “, $_.ServerNames)}}, @{n=”Users”;e={[string]::join(” ; “, $_.Accounts)}} | Export-Csv c:\temp\app-list.csv
因此尝试安装模块本身不起作用:
Get-Command -Module Citrix*
错误保持不变