powershell – Vista上的WMF 4.0和DSC?任何机会?

我目前正在评估Microsoft Power Shell所需状态配置功能.

不幸的是,我的公司仍在运行超过5000个Vista客户端(以及W2003服务器),这对于WMF 4.0来说似乎是一个很大的阻力.

我想知道是否有任何解决方法 – 一些技巧,黑客,黑魔法 – 什么能让DSC在Vista上运行?

Microsoft is pretty clear

WMF 4.0 can only be installed on the following operating systems.

Windows 7 with Service Pack 1
Windows Server 2008 R2 with Service Pack 1
Windows Server 2012
**You cannot install this software on computers that are running Windows 8.**

甚至无法在Windows 8.0上安装它,更不用说Vista了.因此,Vista上的客户最多只能使用WFM 3.0和PowerShell v3.我发现使用PowerShell远程处理和PowerShell 2或3已足以管理我们的7/2008 R2之前的机器,这是一件好事,因为它与那些较旧的操作系统一样好,并且一样好因为它可能会得到. WMF 4的支持可能永远不会出现在Vista和Server 2008上,而且肯定永远不会来到XP或2003.

相关文章

Windows2012R2备用域控搭建 前置操作 域控主域控的主dns:自...
主域控角色迁移和夺取(转载) 转载自:http://yupeizhi.blo...
Windows2012R2 NTP时间同步 Windows2012R2里没有了internet时...
Windows注册表操作基础代码 Windows下对注册表进行操作使用的...
黑客常用WinAPI函数整理之前的博客写了很多关于Windows编程的...
一个简单的Windows Socket可复用框架说起网络编程,无非是建...