< Back
New-BTShoulderTapPeople
Post
NAME New-BTShoulderTapPeople
SYNOPSIS
Creates a new ToastPeople object.
SYNTAX
New-BTShoulderTapPeople -Email <String> [<CommonParameters>]
New-BTShoulderTapPeople -RemoteId <String> [<CommonParameters>]
New-BTShoulderTapPeople -PhoneNumber <String> [<CommonParameters>]
DESCRIPTION
The New-BTShoulderTapPeople function creates a new ToastPeople object. This object identifies a user from the
People app which has been pinned to the Windows Taskbar.
This function is mainly used internally, as it is abstracted away when using New-BurntToastShoulderTap.
PARAMETERS
-Email <String>
The email address which matches a contact in the Contacts app.
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-RemoteId <String>
The remote identifier which matches a contact in the Contacts app.
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-PhoneNumber <String>
The phone number which matches a contact in the Contacts app.
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? 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
STRING
OUTPUTS
ToastPeople
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>$Person = New-BTShoulderTapPeople -Email 'bob@example.com'
RELATED LINKS
https://github.com/Windos/BurntToast/bl ... pPeople.md
SYNOPSIS
Creates a new ToastPeople object.
SYNTAX
New-BTShoulderTapPeople -Email <String> [<CommonParameters>]
New-BTShoulderTapPeople -RemoteId <String> [<CommonParameters>]
New-BTShoulderTapPeople -PhoneNumber <String> [<CommonParameters>]
DESCRIPTION
The New-BTShoulderTapPeople function creates a new ToastPeople object. This object identifies a user from the
People app which has been pinned to the Windows Taskbar.
This function is mainly used internally, as it is abstracted away when using New-BurntToastShoulderTap.
PARAMETERS
-Email <String>
The email address which matches a contact in the Contacts app.
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-RemoteId <String>
The remote identifier which matches a contact in the Contacts app.
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-PhoneNumber <String>
The phone number which matches a contact in the Contacts app.
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? 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
STRING
OUTPUTS
ToastPeople
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>$Person = New-BTShoulderTapPeople -Email 'bob@example.com'
RELATED LINKS
https://github.com/Windos/BurntToast/bl ... pPeople.md