Skip to content

rhubarb-geek-nz/SmartCardReader

Repository files navigation

SmartCardReader

Read a SmartCard using PowerShell

Build Instructions

Build using

dotnet publish --configuration Release

Install by copying contents of bin/Release/netstandard2.0/publish into a new directory on the PSModulePath

Command Set

The module provides the following commands.

Open-SmartCardReader

Close-SmartCardReader [-Reader] <Reader>

Get-SmartCardReader [-Reader] <Reader>

Connect-SmartCardReader [-Reader] <Reader> [-Name] <string>

Disconnect-SmartCardReader [-Reader] <Reader>

Invoke-SmartCardReader [-Reader] <Reader> [-Command] <byte[]>

Test

Test with test.ps1.

About

Read a SmartCard using PowerShell

Resources

License

Stars

Watchers

Forks

Packages

No packages published