API Reference
Command
New-ImageQRCodeSkypeCall
Generates a QR code initiating a Skype call.
Remarks
Use this cmdlet for legacy Skype calling scenarios where a QR scan should start a call with a specific account.
Examples
Create a basic Skype-call QR code
PS>
New-ImageQRCodeSkypeCall -UserName 'echo123' -FilePath skype.png
Creates a QR code that opens Skype and targets the selected username for a call.
Create a helpdesk Skype QR code
PS>
New-ImageQRCodeSkypeCall -UserName 'evotec.helpdesk' -FilePath skype-helpdesk.png -ForegroundColor MidnightBlue -PixelSize 16 -Show
Generates a branded Skype call QR code and opens the resulting image after creation.
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
New-ImageQRCodeSkypeCall [-BackgroundColor <Color>] -FilePath <String> [-ForegroundColor <Color>] [-PixelSize <Int32>] [-Show] -UserName <String> [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- BackgroundColor Color
- Background color of the QR code.
- FilePath String
- The image format is inferred from the file extension.
- ForegroundColor Color
- Foreground color of QR modules.
- PixelSize Int32
- Pixel size for each QR module.
- Show SwitchParameter
- Opens the image after creation.
- UserName String
- Skype username to call.