powershellを使用してSQL Server Facetsを設定しようとした人がいます...私は以下のコードで試してみました...そして、これらの値を設定する方法については知りませんプロパティ。PowershellでSQL Server Facetsを設定する
[System.Reflection.Assembly]::LoadWithPartialName('Microsoft.SqlServer.Dmf') | Out-Null
[System.Reflection.Assembly]::LoadWithPartialNam('Microsoft.SQLServer.Management.Sdk.Sfc') | Out-Null
$conn = New-Object Microsoft.SQlServer.Management.Sdk.Sfc.SqlStoreConnection("server='Ramu-pc';Trusted_Connection=true")
$PolicyStore = New-Object Microsoft.SqlServer.Management.DMF.PolicyStore($conn)
$facets = [Microsoft.SqlServer.Management.Dmf.PolicyStore]::Facets | Where {$_.Name -eq 'ISurfaceAreaFacet'}
$facets | Format-Table –Auto
私は以下のコマンドを実行すると、私はさまざまな方法を見ていますが、私はそれらの方法をどのように利用するかについて助けを得ていません。 $ファセット| GM
は、私は上記のファセットで値を下回る設定する必要があります。
- AdHocRemoteQueriesEnabled = Trueの
- xp_cmdshellを=真