hello everyone, completely new user here completely new to PowerShell. i have some programming experience with .NET (still in college) and some scripting here and there.....
My issue is i need to find a way to remotely manage users on windows 2003x64 servers, who are local users only, without AD present. i see all the tools i need in powershell(make new user, add to group, change password etc) and this is really all i need to do, aside from install one piece of software per user. but ill get to that once i finish this piece.
so my question for now is, can i write a powershell script and execute it on a remote win2003x64 machine, with or without powershell installed on that machine? |