Skip to content

Commit 569f956

Browse files
authored
Update README.md
1 parent 9d7fbf6 commit 569f956

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CIM/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ Return $this.Files
4242
## (Wmi)
4343

4444
```powershell
45-
$SQLServer =
45+
Find-Module SQLServer -RequiredVersion "21.0.17279" | Install-Module -AllowClobber -Force
46+
Import-Module SQLServer
47+
$SQLServer = [Microsoft.SqlServer.Management.Smo.Server]::New("localhost")
4648
4749
## apply surface area configuration control 2.12
4850
$WmiObject = @{

0 commit comments

Comments
 (0)