powershell - Powershell NetSecurity 模块在哪里?

标签 powershell

我似乎找不到 NetSecurity我系统上的模块。我正在使用 Amazon Windows 2008 Server R2 SP1实例。
Get-Module -ListAvailable在我的环境中返回这个:

ActiveDirectory (I installed this)    
ADRMS    
AppLocker    
BestPractices    
BitsTransfer    
CimCmdlets    
ISE    
Microsoft.PowerShell.Diagnostics/Host/Management/Security/Utility    
Microsoft.WSMan.Management    
PSDiagnostics    
PSScheduledJob    
PSWorkflow    
PSworkflowUtility    
ServerManaer    
TroubleshootingPack

我试过安装WMF 3.0 ,但据说已经安装了。

最佳答案

new modules in powershell 3.0仅包括 作为 附带的角色/功能的一部分 window 服务器 2012 , 在某些情况下它们也是 适用于 Windows 8 .不幸的是,它们不能安装在以前版本的 Windows 上,并且 NetSecurity是这个模块之一

关于powershell - Powershell NetSecurity 模块在哪里?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15262426/

相关文章:

sharepoint - 将 Microsoft.SharePoint.SPList 传递给函数

regex - Powershell:从字符串中提取URL

powershell - 如何使用从cmdlet生成的Windows工作流事件?

azure - 如何使用 Azure Powershell(不是 az cli)设置用户分配的标识?

powershell - 使用PowerShell从CSV将数据按行明智地插入到SQL表中

powershell - 我想删除所有不以数组中任何元素的值开头的文件

windows - 如何在 PowerShell 中将位置与主文件夹进行比较

Powershell New-PSSession 访问被拒绝 - 管理员帐户

powershell - 如何从powershell获取与任务调度程序中的任务相关的触发器详细信息

azure - 如何将参数传递给 Azure PowerShell Set-AzVmRunCommand?