问题标签 [vdi]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
clipboard - Windows 10 剪贴板历史记录不适用于 VMWare VDI
我正在使用 Windows 10 笔记本电脑连接到 Windows 10 VDI。我在两者上都启用了“剪贴板历史记录”(在 win 10 设置中)。但是当我“进入”VDI 并点击 Logo+V 时,它不会显示正确的列表。它仅显示来自非 VDI 的剪贴板历史记录。
我期待(希望)剪贴板历史可以在两台计算机(VDI 和非 VDI)之间共享。我怎样才能让它工作?
azure - Azure VDI Image wont show up in host pool when deployed
I've generated an image, all sysprepped, etc., based on the marketplace 21H1 Windows 10 gen 2 image for Azure. I've also tried the process with the gen1.
When I attempt to provision a new VDI via my host pool, everything appears to provision correctly, including the domain join extension.
However, once the provision completes fully, the new VDI/VM never shows up in our VDI host pool. I'm at my wits end trying to figure this out, any/all suggestions appreciated!
Update: Have not tried these steps yet, trying now: https://docs.microsoft.com/en-us/azure/virtual-desktop/create-host-pools-powershell?tabs=azure-powershell#update-the-agent
Update Update: Those steps helped but only partially. Machines now appear in the host pool but the health check says they are not domain-joined. However, I've checked the extension logs for DomainJoin and there are no errors, the join is successful. Not sure what's happening!
Update Update Update: I should have been more patient. Everything's working now. Thanks for being my rubber duck stackoverflow!
azure - 限制从 Azure 虚拟桌面访问 Azure DevOps
我们要求仅从我们的 Azure 虚拟桌面环境中限制 Azure DevOps 服务。
我们已经部署了 Azure AD Premium P2,其条件访问限制在内部 IP 范围内,但问题是在使用 Azure 虚拟桌面时,传出的公共 IP 是动态的。我们不想使用 NAT 网关。
有没有使用条件访问策略来限制 DevOps 的替代方法?请帮忙。
谢谢
curl - curl 如何适用于 VDI 和计算机?
我对 VDI 和普通计算机的 CURL 命令有疑问。我有一个托管在 VDI 上的人工 Jfrog 存储库。我尝试使用 curl 来获取数据并且它有效。但是,当我尝试在自己的计算机上使用 curl 获取数据时,它拒绝连接(curl:(28)在 21083 毫秒后无法连接到 artifactory-scanner.company.com 端口 443:超时。)。
为什么会这样,有解决办法吗?