|
|
|
|
| parsing interface list from netshell |
| Hi there, I am beginner in the CMD scripting.
I want to get interface list, each iface into each variable. I have two
problems with this. My command is:
for /f "tokens=3,* delims= " %i in ('netsh i... on 18-Nov-09 |
| |
|
| Generate usernames from Hostnames. |
| Hi ,
I want to generate username from the hostname.
For example if the hostname is "test2345" then username should be "user2345".
"user" should be prefixd to the numbers from the hostname.
where "u... on 13-Nov-09 |
| |
|
| VB script to find expiration date |
| First off I am new so if this some where else I apologies I could not
find it.
what I need to do is create a script to find the expiration date of all
users in a OU in AD accounts keep expiring and I... on 12-Nov-09 |
| |
|
|
|
| Lastlogon attribure and performance |
| Hello
I have created a small application in VB.net where I query AD information.
In the user section I can retrive LastLogon, by query all DC.
My main concern though, is the performance when I list ... on 10-Nov-09 |
| |
|
| string manipulation in vbs or vb.net |
| Hello
Im retriving users out from a security group in Active Directory.
The output is like the string below.
StrMember = "CN=ctxadmin,OU=ITservices,OU=RootDomain,DC=company,DC=com"
How can I clean... on 09-Nov-09 |
| |
|
|
|