これは私にナッツを運転しています!
どうやら、servermanagerモジュールの使用は、次のように簡単なはずです。
Import-Module servermanager
問題は、私が持っていないことです。
PS C:\Users\Administrator> Get-Module -ListAvailable
Directory: C:\Windows\system32\WindowsPowerShell\v1.0\Modules
ModuleType Name ExportedCommands
---------- ---- ----------------
Manifest BitsTransfer {Add-BitsFile, Remove-BitsTransfer, Complete-BitsTransfe...
Manifest CimCmdlets {Get-CimAssociatedInstance, Get-CimClass, Get-CimInstanc...
Script ISE {New-IseSnippet, Import-IseSnippet, Get-IseSnippet}
Manifest Microsoft.PowerShell.Diagnostics {Get-WinEvent, Get-Counter, Import-Counter, Export-Count...
Manifest Microsoft.PowerShell.Host {Start-Transcript, Stop-Transcript}
Manifest Microsoft.PowerShell.Management {Add-Content, Clear-Content, Clear-ItemProperty, Join-Pa...
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-WSManCre...
Script PSDiagnostics {Disable-PSTrace, Disable-PSWSManCombinedTrace, Disable-...
Binary PSScheduledJob {New-JobTrigger, Add-JobTrigger, Remove-JobTrigger, Get-...
Manifest TroubleshootingPack {Get-TroubleshootingPack, Invoke-TroubleshootingPack}
Manifest WebAdministration {Start-WebCommitDelay, Stop-WebCommitDelay, Get-WebConfi...
Directory: C:\Program Files (x86)\Microsoft SQL Server\110\Tools\PowerShell\Modules
ModuleType Name ExportedCommands
---------- ---- ----------------
Manifest SQLASCMDLETS {Add-RoleMember, Backup-ASDatabase, Invoke-ASCmd, Invoke...
Manifest SQLPS {Backup-SqlDatabase, Add-SqlAvailabilityDatabase, Disabl...
Googleで「Install servemanager module」を検索しようとすると、servermanagerモジュールを使用して何千ものページがインストールされます。 :-\
Windows Web Server 2008 R2 Service Pack 1とPowershell v4の最新コピーを使用しています。
解決しました!モジュールがフォルダーにあるため、Powershellの32ビットバージョンを使用する必要がありました:C:\ Windows\System32\WindowsPowerShell\v1.0\Modules \
覗く C:\Windows\System32\WindowsPowerShell\v1.0\Modules
とServerManager
フォルダーが表示されます。そうしないと、モジュールは利用できません。
私の知る限り、このモジュールは2008 R2 Standard以上でのみ使用できます。私の2008(非R2)サーバーにはそれがありませんでしたが、私の標準サーバーにはあります。また、32ビットではなく64ビットのPowerShellを使用していることを確認してください。