add urlacl

Reserves the specified URL for non-administrator users and accounts. The discretionary access control list (DACL) can be specified by using an account name with the listen and delegate parameters or by using a security descriptor definition language (SDDL) string.

add urlacl [url=]string
           [[user=]string
           {[[listen={yes|no}] [delegate={yes|no}]] | [sddl=]string}

 

Parameters

[url=] string

Specifies the fully qualified URL.

[user=] string

Specifies the user or user group name.

[listen={yes|no}]

Specifies one of the following values:

  • yes: Allows the user to register URLs. This is the default value.
  • no: Denies the user from registering URLs.

[delegate={yes|no}]

Specifies one of the following values:

  • yes: Allows the user to delegate URLs.
  • no: Denies the user from delegating URLs. This is the default value.

[sddl=] string

Specifies the SDDL string that describes the DACL.

Examples

  • add urlacl url=https://+:80/MyUri user=DOMAIN\user

  • add urlacl url=https://www.contoso.com:80/MyUri user=DOMAIN\user listen=yes

  • add urlacl url=https://www.contoso.com:80/MyUri user=DOMAIN\user delegate=no

 

See Also