Glam Prestige Journal

Bright entertainment trends with youth appeal.

In the Windows 10 Task Scheduler UI one can configure a task to run using a specific user account or a group (like BUILTIN\Users). Is there any way to specify the group BUILTIN\Users or BUILTIN\Administrators using PowerShell DSC (Desired State Configuration) for Scheduled Tasks? The only options I found were BuiltInAccount (where only 3 built in accounts like LOCAL SERVICE are allowed), ExecuteAsCredential (where I can specify a user), and ExecuteAsGMSA (domain accounts only?). The reason is that I want the task to run for several users at startup, showing a UI, and do not want to configure it for all users individually.

2 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy