Search found 44 matches
- 21 Jul 2015, 09:33
- Forum: Ask for Help (v1)
- Topic: Removing user profiles from terminal servers
- Replies: 7
- Views: 3395
Re: Removing user profiles from terminal servers
I believe this is the final working version. I'll probably put in a tooltop or something to keep tabs on progress, or use a gui instead of input box to display status in a GUI window, but for functionality, this seems to work. InputBox, username, SID Finder, Enter the user's domain name. RunWait, %c...
- 21 Jul 2015, 08:50
- Forum: Ask for Help (v1)
- Topic: Removing user profiles from terminal servers
- Replies: 7
- Views: 3395
Re: Removing user profiles from terminal servers
TLM, Thanks! I completely missed RegDelete when looking at the RegRead help.
As for the user SID, I believe I can comspec with the following:
wmic useraccount where (name='username' and domain='currentdomain') get name,sid
I'm one step closer!
As for the user SID, I believe I can comspec with the following:
wmic useraccount where (name='username' and domain='currentdomain') get name,sid
I'm one step closer!
- 20 Jul 2015, 17:30
- Forum: Ask for Help (v1)
- Topic: Removing user profiles from terminal servers
- Replies: 7
- Views: 3395
Removing user profiles from terminal servers
Hello, I am trying to build something that will assist in managing user profiles within a large terminal server farm. The intent is to use this for rebuilding user's profiles quickly, or for account terminations. Goal: Get the SID of a user from their domain name Delete Registry key from HKEY_LOCAL_...
- 11 Jun 2015, 20:26
- Forum: Scripts and Functions (v1)
- Topic: Google, Dictionary, Thesaurus Search
- Replies: 25
- Views: 23131
Re: Google and Dictionary Search
This dictionary search is fantastic!