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.
-Like <string> Find users matching this pattern.
<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