Skip to main content
Version: 4.0

Get-ADTPresentationSettingsEnabledUsers

SYNOPSIS

Tests whether any users have presentation mode enabled on their device.

SYNTAX

Get-ADTPresentationSettingsEnabledUsers [<CommonParameters>]

DESCRIPTION

Tests whether any users have presentation mode enabled on their device. This can be enabled via the PC's Mobility Settings, or with PresentationSettings.exe.

EXAMPLES

EXAMPLE 1

Get-ADTPresentationSettingsEnabledUsers

Checks whether any users users have presentation settings enabled on their device and returns an associated UserProfile object.

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

You cannot pipe objects to this function.

OUTPUTS

PSADT.Types.UserProfile

Returns one or more UserProfile objects of the users with presentation mode enabled on their device.

NOTES

An active ADT session is NOT required to use this function.

Tags: psadt
Website: https://psappdeploytoolkit.com
Copyright: (C) 2025 PSAppDeployToolkit Team (Sean Lillis, Dan Cunningham, Muhammad Mashwani, Mitch Richters, Dan Gough).
License: https://opensource.org/license/lgpl-3-0

https://psappdeploytoolkit.com/docs/reference/functions/Get-ADTPresentationSettingsEnabledUsers