The GoTo Community is currently experiencing some technical issues affecting new posts and comments. We are actively working with our service provider and apologize for the frustration.
Forum Discussion
CS_HelpDesk
3 years agoGoTo Contributor
Remote Execution - PowerShell Script Repository
Welcome to the Remote Execution - Powershell Script Repository!
What is it? A library of scripts to help you execute automated tasks and manage your Central computers without having to access t...
CS_HelpDesk
3 years agoGoTo Contributor
This example is to add a LogMeIn Access Code as a remote access password option; It can also be used to add any Windows profile name such as “Administrator” or "First Name LastName".
Many technicians use this option to create the LogMeInRemoteUser for quicker One2Many task deployment and execution.
Script to add a Windows Profile:
net user LogMeInRemoteUser Test1234 /ADD
net localgroup administrators LogMeInRemoteUser /add
Test1234 is a password example, and it must be 8 characters long. You can enter whatever password you want, thus creating the "Access Code".