Microsoft
Software
Hardware
Network
Question : add sa account in x number of servers
if you want to add a sysadmin in let's say 25 servers, across the same domain.. how would you do it. (there may be a lot more servers under the domain)..
thanks
Answer : add sa account in x number of servers
Assuming that the zipcode is always 5 numbers long, and preceeded by a space, this works:
$string="Anywhere, OH 12345";
$zip = substr($string,strrpos($st
ring," ")+1,5);
echo $zip;
Random Solutions
Batch printing word document to non-default printer
Memory leak in my exchnage server
object required error
Are there any ways to know if the a user the company email redirected to an external account?
How to simultaneously send and recv data from a single socket?
Access 2010 option button value
printer driver
Clearing a submit form once submitted
Operation Must Use an Updateable Query
Clear out calendar box in raddatepicker using javascript and postback