rodent43
Members-
Posts
40 -
Joined
-
Last visited
Reputation
10 GoodAbout rodent43

-
Photoshop Gimp or gimpshop if you need menus etc to match photoshop
-
Hi, It is in the attributes of the AD account... look for proxyAddress The default email will be in capitals e.g. SMTP:[email protected] Aliases are lower case e.g. smtp:[email protected] Hope that helps
-
Agreed...I have read of some zend framework mucking up mysql_connect for some reason but I have not used zend really
- 14 replies
-
I am not totally sure but would it be something like $list = Import-Csv C:\computers.csv foreach($entry in $list) { Your command replacing the parts of the line with list entry } eg New-ADComputer -Path "CN=CampusComputers,DC=AllStudents,DC=local" -Name $($entry.computerName) -SamAccountName $($entry.samAccount) -DisplayName $($entry.displayName) -Description $($entry.description) -Location $($rentry.location) -Enabled $true This assuming your list has Name, SamAccountName, DiplayName, Description and Location in the csv I am not sure if this is right as I do not have much experience in powershell...I will try test it here to and see my own mistake
-
Not a problem at all...glad you got it all working again Not sure I done much really but good stuff... Have fun
- 14 replies
-
Can you check something for me please... in your php.ini is the following uncommented to php_mysqli.dll having a quick look most sites suggest mysql is enabled by default
- 14 replies
-
- 1
-
-
Interesting...I would of thought you would find a whole block for mysql...the first part of the block with MySQL Support enabled it sound to me that php is not loading the mysql externsion...phpmyadmin is a great piece of kit for admin of MySQL...but it will fail to connect if your php is not running mysql extension I google windows php install to see how the dll are stored and post back asasp
- 14 replies
-
Any joy?
- 14 replies
-
also make sure php has mysql set in the php.ini...when you run your phpinfo page does it contain the mysql settings?
- 14 replies
-
mysql_connect would indeed be the connection to mysql database...so I would check to see if it running using mTail or looking through logs you can find most point at which php is falling over
- 14 replies
-
have you ever used an app called mTail? Its the same as tail in Linux...point it at the log and it will pump the latest entries going to the log, then you can refresh the page and see what is being created in the log here you go if your interested http://ophilipp.free.fr/op_tail.htm
- 14 replies
-
They are a few years old but I think that would be the quickest/best option right now and I will see in September if I can get funding for new kit
-
In his defense, I am a Linux fan to I was hoping I would get some rep for apologizing for him Right I am gonna kick him into getting some of the old hardware out...we will let you know how its all going I'm sure
-
Does your simple php info page work? I have not had much experience running php on windows but have loads running on Linux...LAMP server
- 14 replies
-
Thank you both...you have had great input money is always an issue with us but I do have some old HP Proliant DL380 G5 generation that I could make a temp server on until we get the funding or we have enough storage on our VM san to house it We have gotta get a move on I guess...I really appreciate the thoughts/comments and advice from you all...just ignore shadowx, he is young he is good really just not so keen on MS/Apple/Blackberry/Olympics or anything that is not Linux really Its not a quick or impossible job but the jobs from it could be interesting, one I can think of is having to alter all our backups that we have housed externally anyway I am sure we will post updates/questions for you to follow up on...I look forward to then Thanks once more
