directoryservice_create_computer: Creates an Active Directory computer object in the specified...

View source: R/directoryservice_operations.R

directoryservice_create_computerR Documentation

Creates an Active Directory computer object in the specified directory

Description

Creates an Active Directory computer object in the specified directory.

See https://www.paws-r-sdk.com/docs/directoryservice_create_computer/ for full documentation.

Usage

directoryservice_create_computer(
  DirectoryId,
  ComputerName,
  Password,
  OrganizationalUnitDistinguishedName = NULL,
  ComputerAttributes = NULL
)

Arguments

DirectoryId

[required] The identifier of the directory in which to create the computer account.

ComputerName

[required] The name of the computer account.

Password

[required] A one-time password that is used to join the computer to the directory. You should generate a random, strong password to use for this parameter.

OrganizationalUnitDistinguishedName

The fully-qualified distinguished name of the organizational unit to place the computer account in.

ComputerAttributes

An array of Attribute objects that contain any LDAP attributes to apply to the computer account.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.