为什么不';我在Windows 7上的Powershell 3.0中没有看到工作流模块吗?

为什么不';我在Windows 7上的Powershell 3.0中没有看到工作流模块吗?,powershell,windows-7,workflow,Powershell,Windows 7,Workflow,我最近在我的Windows 7计算机上安装了Windows6.1-KB2506143-x64,以便可以使用Powershell 3.0。在我运行更新并启动Powershell窗口后,它肯定是版本3。但是,似乎没有安装工作流工具。运行Get Module-ListAvailable不会显示任何工作流内容: ModuleType Name ExportedCommands ---------- ----

我最近在我的Windows 7计算机上安装了Windows6.1-KB2506143-x64,以便可以使用Powershell 3.0。在我运行更新并启动Powershell窗口后,它肯定是版本3。但是,似乎没有安装工作流工具。运行Get Module-ListAvailable不会显示任何工作流内容:

ModuleType Name                                ExportedCommands
---------- ----                                ----------------
Manifest   BitsTransfer                        {Add-BitsFile, Remove-BitsTransfer, Complete-BitsTransfer, Get-BitsTr...
Manifest   CimCmdlets                          {Get-CimAssociatedInstance, Get-CimClass, Get-CimInstance, Get-CimSes...
Script     ISE                                 {New-IseSnippet, Import-IseSnippet, Get-IseSnippet}
Manifest   Microsoft.PowerShell.Diagnostics    {Get-WinEvent, Get-Counter, Import-Counter, Export-Counter...}
Manifest   Microsoft.PowerShell.Host           {Start-Transcript, Stop-Transcript}
Manifest   Microsoft.PowerShell.Management     {Add-Content, Clear-Content, Clear-ItemProperty, Join-Path...}
Manifest   Microsoft.PowerShell.Security       {Get-Acl, Set-Acl, Get-PfxCertificate, Get-Credential...}
Manifest   Microsoft.PowerShell.Utility        {Format-List, Format-Custom, Format-Table, Format-Wide...}
Manifest   Microsoft.WSMan.Management          {Disable-WSManCredSSP, Enable-WSManCredSSP, Get-WSManCredSSP, Set-WSM...
Script     PSDiagnostics                       {Disable-PSTrace, Disable-PSWSManCombinedTrace, Disable-WSManTrace, E...
Binary     PSScheduledJob                      {New-JobTrigger, Add-JobTrigger, Remove-JobTrigger, Get-JobTrigger...}
Manifest   TroubleshootingPack                 {Get-TroubleshootingPack, Invoke-TroubleshootingPack}

有什么想法吗?

如果您在64位Windows 7上运行,请确保您正在运行64位PowerShell控制台。PSWorkflow模块在x86 PowerShell控制台中不可用。

如果在64位Windows 7上运行,请确保运行的是64位PowerShell控制台。PSWorkflow模块在x86 PowerShell控制台中不可用