Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoqualitee committed Dec 13, 2016
1 parent 813c028 commit 4075007
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions functions/Get-DbaRoleMember.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ Default output includes columns SQLServer, Database, Role, Member.
.PARAMETER SQLInstance
The SQL Server that you're connecting to.
.PARAMETER SqlCredential
Allows you to login to servers using SQL Logins as opposed to Windows Auth/Integrated/Trusted. To use:
$scred = Get-Credential, then pass $scred object to the -SqlCredential parameter.
SQL Server does not accept Windows credentials being passed as credentials. To connect as a different Windows user, run PowerShell as that user.
.PARAMETER IncludeServerLevel
Shows also information on Server Level Permissions.
Expand Down

0 comments on commit 4075007

Please sign in to comment.