< Back

Get-SMSAccessRights

Fri Jan 10, 2020 7:57 pm

NAME Get-SMSAccessRights



SYNTAX

Get-SMSAccessRights [[-CardID] <int>] [[-CardNumber] <int>] [[-AccessGroupName] <string>] [[-SMSConnection]

<Object>] [-IsEnabled] [-Extended] [<CommonParameters>]





PARAMETERS

-AccessGroupName <string>

Find access code(s) by name, SQL wildcards allowed.



Required? false

Position? 2

Accept pipeline input? true (ByPropertyName)

Parameter set name (All)

Aliases AccessCodeName

Dynamic? false



-CardID <int>

CardID to find.



Required? false

Position? 0

Accept pipeline input? true (ByPropertyName)

Parameter set name (All)

Aliases None

Dynamic? false



-CardNumber <int>

CardNumber to find.



Required? false

Position? 1

Accept pipeline input? true (ByPropertyName)

Parameter set name (All)

Aliases None

Dynamic? false



-Extended

Return all fields



Required? false

Position? Named

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? false



-IsEnabled

Show only those enabled, defaults to True



Required? false

Position? Named

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? false



-SMSConnection <Object>

SMSConnection object, use Get-SMSServerConnection to create the object.



Required? false

Position? 3

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).





INPUTS

System.Int32

System.String





OUTPUTS

System.Object



ALIASES

None





REMARKS

None