We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6475ec1 commit 5f34967Copy full SHA for 5f34967
source/Public/Test-SqlDscIsLoginEnabled.ps1
@@ -3,8 +3,10 @@
3
Returns whether the server login is enabled or disabled.
4
5
.DESCRIPTION
6
- Returns whether the server login is enabled or disabled.
7
-
+ Tests the state of a SQL Server login and returns a Boolean result.
+ When a Server object is provided, the login is resolved using
8
+ Get-SqlDscLogin (optionally refreshing the server logins first).
9
+ When a Login object is provided, its current state is evaluated directly.
10
.PARAMETER ServerObject
11
Specifies current server connection object.
12
0 commit comments