| external help file | TeamViewerPS-help.xml |
|---|---|
| Module Name | TeamViewerPS |
| online version | https://github.com/teamviewer/TeamViewerPS/blob/main/Docs/Help/Get-TeamViewerSsoInclusion.md |
| schema | 2.0.0 |
Get the list of included email addresses for a given TeamViewer SSO domain.
Get-TeamViewerSsoInclusion [-ApiToken] <SecureString> [-DomainId] <Object> [<CommonParameters>]Get the list of included email addresses for a given TeamViewer SSO domain. These email addresses are included from logging in via Single Sign-On and do not have to login using their TeamViewer account password.
PS /> Get-TeamViewerSsoInclusion -DomainId '45e0d050-15e6-4fcb-91b2-ea4f20fe2085'The TeamViewer API access token.
Type: SecureString
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseObject that can be used to identify the SSO domain to get inclusion entries for.
This can either be the SSO domain ID (as string or GUID) or a SsoDomain
object that has been received using the Get-TeamViewerSsoDomain function.
Type: Object
Parameter Sets: (All)
Aliases: Domain
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.