< Back

Get-SMSCard

Fri Jan 10, 2020 7:59 pm

NAME Get-SMSCard



SYNTAX

Get-SMSCard [[-CardNumber] <int>] [[-EmployeeReference] <string>] [[-LastName] <string>] [[-FirstName] <string>]

[[-CustomerCodeNumber] <string>] [-CardID <int>] [-IncludeInactive] [-Extended] [-SMSConnection <Object>]

[<CommonParameters>]





PARAMETERS

-CardID <int>



Required? false

Position? Named

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? false



-CardNumber <int>

Card number



Required? false

Position? 0

Accept pipeline input? true (ByValue)

Parameter set name (All)

Aliases None

Dynamic? false



-CustomerCodeNumber <string>

Specify CustomerCode



Required? false

Position? 4

Accept pipeline input? true (ByPropertyName)

Parameter set name (All)

Aliases CustomerCode

Dynamic? false



-EmployeeReference <string>

Employee reference number, typically the employee number or employee ID. If passed ADUser object, uses

EmployeeID



Required? false

Position? 1

Accept pipeline input? true (ByPropertyName)

Parameter set name (All)

Aliases EmployeeID

Dynamic? false



-Extended

Return all fields



Required? false

Position? Named

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? false



-FirstName <string>

Card holders First name



Required? false

Position? 3

Accept pipeline input? true (ByPropertyName)

Parameter set name (All)

Aliases GivenName

Dynamic? false



-IncludeInactive

Returns inactive cards too, default is to only return active cards.



Required? false

Position? Named

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? false



-LastName <string>

Card holders Last name



Required? false

Position? 2

Accept pipeline input? true (ByPropertyName)

Parameter set name (All)

Aliases Surname

Dynamic? false



-SMSConnection <Object>

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



Required? false

Position? Named

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