Skip to content

Latest commit

 

History

History
73 lines (44 loc) · 1.66 KB

taskfolder-setsecuritydescriptor.md

File metadata and controls

73 lines (44 loc) · 1.66 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
TaskFolder.SetSecurityDescriptor property
For scripting, sets the security descriptor for the folder.
50649100-08f6-4c2e-b084-7cfcf9f78e09
SetSecurityDescriptor property Task Scheduler
SetSecurityDescriptor property Task Scheduler , TaskFolder object
TaskFolder object Task Scheduler , SetSecurityDescriptor property
apiref
TaskFolder.SetSecurityDescriptor
taskschd.dll
COM
reference
05/31/2018

TaskFolder.SetSecurityDescriptor property

For scripting, sets the security descriptor for the folder.

Syntax

TaskFolder.SetSecurityDescriptor( _
  ByVal sddl, _
  ByVal flags _
)

Property value

Remarks

You can specify the access control list (ACL) in the security descriptor for a task folder in order to allow or deny certain users and groups access to a task folder.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
Type library
Taskschd.tlb
DLL
Taskschd.dll

See also

RegisteredTask.SetSecurityDescriptor

TaskFolder.GetSecurityDescriptor