(SQL Server 14)SQL Server WMI提供程序在<computer name =“”>

时间:2018-03-01 19:53:16

标签: sql-server powershell

我尝试使用PowerShell启用TCP / IP和命名管道协议,但由于以下错误,我无法启用。

enter image description here

以下是我用来连接服务器协议的代码。

enter image description here

有没有办法通过PowerShell提供SQL Server WMI?

以下是此cmdlet之后的$ machine变量:

$machine = New-Object 'Microsoft.SqlServer.Management.Smo.Wmi.ManagedComputer' -ArgumentList 'STORE000013'

enter image description here

1 个答案:

答案 0 :(得分:0)

我认为你错过了一个...当运行PowerShell(PowerShell.exe)而不是SQL Server PowerShell时,首先执行以下语句来手动加载所需的程序集:

<div class="container">
 <div id="content">

   <?php if (have_posts()) : while (have_posts()) : the_post(); ?>

      <h2><?php the_title(); ?></h2>
      <?php the_content(); ?>

    <?php 
      endwhile; 
      endif; 
     ?>

 </div>
</div>

有关详细信息,请访问: https://technet.microsoft.com/en-us/library/dd206997(v=sql.105).aspx