For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get-RASPubEffectiveAccess

NAME

Get-RASPubEffectiveAccess

SYNOPSIS

Retrieves effective access about one user.

SYNTAX

Get-RASPubEffectiveAccess -ClientDeviceOS {Windows | Linux | macOS | Android | iOS | WebClient | Wyse | Other} -Username (string) [-ClientDeviceName (string)] [-GatewayIP (string)] [-HardwareID (string)] [-PrivateIPAddress (string)] [-SiteId (uint)] [-ThemeId (uint)] [(CommonParameters)] **

DESCRIPTION

Retrieves effective access about one user.

PARAMETERS

SiteId (uint)

Site ID.

Username (string)

Username.

ClientDeviceName (string)

Client device name.

ClientDeviceOS (ClientTypes)

Client device OS.

Possible values: Windows, Linux, macOS, Android, iOS, WebClient, Wyse, Other

PrivateIPAddress (string)

Private IP address.

HardwareID (string)

Hardware Id.

GatewayIP (string)

Secure Gateway IP.

ThemeId (uint)

Theme Id.

(CommonParameters)

INPUTS

-none-

OUTPUTS

UInt32

---------- EXAMPLE 1 ----------

Get-RASPubEffectiveAccess

Retrieves effective access about one user.

Last updated