Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion docs/dattormm/components/_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ description: ''
tags: []
draft: true
unlisted: false
unlisted: false
last_update:
date: 20xx-xx-xx
---
Expand All @@ -26,6 +25,14 @@ last_update:
2. After downloading the attached file, click on the `Import` button
3. Select the component just downloaded and add it to the Datto RMM interface.
![Image 1](../../../static/img/docs/cad55427-9b06-47c0-b675-6b2fb974c1c4/template1.webp)
4. After Importing the component to the Datto RMM, make sure to add the component to the `Proval` Group always.
- Steps to Add the component under `Proval` Group.
i. Click on `Drop Down Icon`.
ii. Click on `Add to Group`.
![Image 4](../../../static/img/docs/cad55427-9b06-47c0-b675-6b2fb974c1c4/Image1.webp)
iii. Select the group as `Proval`
![Image 5](../../../static/img/docs/cad55427-9b06-47c0-b675-6b2fb974c1c4/Image2.webp)


## Sample Run

Expand Down
2 changes: 1 addition & 1 deletion docs/dattormm/components/get-lenovo-warranty-info.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ To execute the `component` over a specific machine, follow these steps:
4. Sample Run:
![image 4](../../../static/img/docs/4321433d-6a4a-4b85-9f9d-3325b75aafa3/run%20the%20component.webp)

**Note:** The UDF variable number may vary depending on the organization. In our VSA instance, the UDF number is 16; however, this number may differ in other RMM environments.
**Note:** The UDF variable number may vary depending on the organization. In our Datto instance, the UDF number is 16; however, this number may differ in other RMM environments.
Please also rename that UDF With `Warranty Expiration`

## Datto Variables
Expand Down
71 changes: 71 additions & 0 deletions docs/dattormm/components/itg-local-admin-password-management.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
---
id: '270a46af-eea5-4adb-84d1-7d00e2dbecde'
slug: /270a46af-eea5-4adb-84d1-7d00e2dbecde
title: 'ITG - Local Admin Password Management'
title_meta: 'ITG - Local Admin Password Management'
keywords: ['IT Glue', 'Local Admin', 'Password']
description: 'This automated script rotates or creates a specified Local Administrator account password on the target Windows endpoint, enforces security compliance, and securely documents the credentials directly into IT Glue.'
tags: ['itglue', 'datto', 'windows']
draft: false
unlisted: false
last_update:
date: 2026-07-23
---

## Overview
This automated script rotates or creates a specified Local Administrator account password on the target Windows endpoint, enforces security compliance, and securely documents the credentials directly into IT Glue.

## Implementation

1. Download the component `ITG - Local Admin Password Management` from the attachments.

2. After downloading the attached file, click on the `Import` button
3. Select the component just downloaded and add it to the Datto RMM interface.
![Image 1](../../../static/img/docs/cad55427-9b06-47c0-b675-6b2fb974c1c4/template1.webp)
4. After Importing the component to the Datto RMM, make sure to add the component to the `Proval` Group always.
- Steps to Add the component under `Proval` Group.
i. Click on `Drop Down Icon`.
ii. Click on `Add to Group`.
![Image 4](../../../static/img/docs/cad55427-9b06-47c0-b675-6b2fb974c1c4/Image1.webp)
iii. Select the group as `Proval`
![Image 5](../../../static/img/docs/cad55427-9b06-47c0-b675-6b2fb974c1c4/Image2.webp)


## Sample Run

To execute the `component` over a specific machine, follow these steps:

1. Select the machine you want to run the `component` on from the Datto RMM.

2. Click on the `Quick Job` button.
![Image 2](../../../static/img/docs/cad55427-9b06-47c0-b675-6b2fb974c1c4/template2.webp)

3. Search the component `ITG - Local Admin Password Management` and click on `Select`
![Image 3](../../../static/img/docs/cad55427-9b06-47c0-b675-6b2fb974c1c4/template3.webp)

4. Sample Run:
![Image 6](../../../static/img/docs/270a46af-eea5-4adb-84d1-7d00e2dbecde/Image1.webp)
![Image 7](../../../static/img/docs/270a46af-eea5-4adb-84d1-7d00e2dbecde/Image2.webp)
`NOTE` - Please add all the respective details from the CW portal.

## Datto Variables

| Variable Name | Type | Default | Description |
| ------------- | ---- | ------- | ----------- |
|orgID|String||Organisation ID of client.|
|NewAdminUsername|String||Enter the new admin name (Used if ChangeAdminUsername is true).|
|ITGlueAPIKey|String||IT-Glue API key|
|ITGlueURL|String|https://api.itglue.com|API URL IT-Glue|
|ChangeAdminUsername|Boolean|False|Change the current administrators username(Disable "Administrator" and creates new account)|
## Output
- stdOut
- stdError

## Attachments
[ITG - Local Admin Password Management](../../../static/attachments/ITG%20-%20Local%20Admin%20Password%20Management.cpt)

## Changelog

### 2026-07-23

- Initial version of the document
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading