addcomputer.py
Verified for current stable LTS
Addcomputer.py Command: Add Computer LDAPS
An engineer would use the 'addcomputer.py' command with LDAPS to securely add a computer to a directory service over a secure connection, typically during the deployment of machines in a corporate network environment requiring secure authentication. Exact CLI syntax to add computer LDAPS using Addcomputer.py.
When to use this: An engineer would use the 'addcomputer.py' command with LDAPS to securely add a computer to a directory service over a secure connection, typically during the deployment of machines in a corporate network environment requiring secure authentication.
Command Syntax
addcomputer.py -method LDAPS -port 636 <domain>/<username>:<password> addcomputer.py -method LDAPS -port 636 <domain>/<username>:<password> Command Breakdown
-method- Command Option
- Tool-specific option used by this command invocation.
-port- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to add computer LDAPS using Addcomputer.py.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Addcomputer.py Command: Set Password For Existing Computer
addcomputer.py -no-add -computer-name <COMPUTER_NAME$> -computer-pass <computer_password> <domain>/<username>:<password> Addcomputer.py Command: Add Computer With Name And Password addcomputer.py -computer-name <COMPUTER_NAME$> -computer-pass <computer_password> <domain>/<username>:<password> Addcomputer.py Command: Delete Computer Account addcomputer.py -delete -computer-name <COMPUTER_NAME$> <domain>/<username>:<password> Addcomputer.py Command: Add Computer With Kerberos Auth addcomputer.py -k -no-pass <domain>/<username>@<hostname> Addcomputer.py Command: Add Computer Via Ldaps addcomputer.py -method LDAPS -port 636 <domain>/<username>:<password>