We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Get-SqlDscServerProtocol
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggest changing the command to be a public command Get-SqlDscServerProtocol and update the command to use CIM instance.
https://github.com/dsccommunity/SqlServerDsc/blob/fc2b89f170c87a815e923180746bafc686253e3e/source/Modules/SqlServerDsc.Common/SqlServerDsc.Common.psm1#L2041C10-L2085
n/a
Maybe it possible to use a CIM instance to get the values instead of New-Object.
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.
Set
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem description
Suggest changing the command to be a public command
Get-SqlDscServerProtocol
and update the command to use CIM instance.https://github.com/dsccommunity/SqlServerDsc/blob/fc2b89f170c87a815e923180746bafc686253e3e/source/Modules/SqlServerDsc.Common/SqlServerDsc.Common.psm1#L2041C10-L2085
Verbose logs
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
.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
PowerShell version and build the target node is running
Module version used
The text was updated successfully, but these errors were encountered: