Find-RASTOTPUsers
NAME
Find-RASTOTPUsers
SYNOPSIS
Find TOTP users by matching substring.
SYNTAX
Find-RASTOTPUsers -Like <string> [-SiteId <uint>] [<CommonParameters>]
DESCRIPTION
Find TOTP users by matching substring.
PARAMETERS
-SiteId <uint> Site ID where the users will be searched.
Required? false Position? named Default value 0 Accept pipeline input? false Accept wildcard characters? false-Like <string> Find users matching this pattern.
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 .
INPUTS
-none-
OUTPUTS
-none-
EXAMPLES
---------- EXAMPLE 1 ---------- Find-RASTOTPUsers -Like "@my.domain.local" Find TOTP users matching the pattern "@my.domain.local".
RELATED LINKS
Last updated