-
Notifications
You must be signed in to change notification settings - Fork 229
Open
Labels
command proposalThe issue is proposing to add a new command to the module.The issue is proposing to add a new command to the module.enhancementThe issue is an enhancement request.The issue is an enhancement request.help wantedThe issue is up for grabs for anyone in the community.The issue is up for grabs for anyone in the community.
Description
Problem description
Suggest changing the command to be a public command Get-SqlDscServerProtocol
and update the command to use CIM instance.
Verbose logs
n/a
How to reproduce
n/a
Expected behavior
n/a
Current behavior
n/a
Suggested solution
Maybe it possible to use a CIM instance to get the values instead of New-Object
.
Get-CimInstance -Classname ServerNetworkProtocol -ComputerName localhost -Namespace "ROOT\Microsoft\SqlServer\ComputerManagement16"
Unsure if there is CIM methods to change the values, bit that would be a plus for a Set
command.
Operating system the target node is running
n/a
PowerShell version and build the target node is running
n/a
Module version used
n/a
Metadata
Metadata
Assignees
Labels
command proposalThe issue is proposing to add a new command to the module.The issue is proposing to add a new command to the module.enhancementThe issue is an enhancement request.The issue is an enhancement request.help wantedThe issue is up for grabs for anyone in the community.The issue is up for grabs for anyone in the community.