andydis
Members-
Posts
536 -
Joined
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by andydis
-
its autorunning maybe an autorun.inf , can you right clcik the drive and click "explore" ?
-
to 2h55 return 2h30 Granted they are not the best but good on the pocket
-
ive just booked natioanl express coach, £20 return from leicester
-
do you have managed switches to check if you have not got a network loop? have a look at solarwinds orion to test network performance ( free 60 day trial)
-
i had a mr2 mark 1 , great fun driving
-
toyota mr2 mark 2 with lambo bodykit Lamborghini murcielago replica, lamborghini replica murcielago, murcielago lamborghini replica
-
register Dao360.dll and the Msado15.dll files "Error in loading DLL" error message when you run a Microsoft Access wizard in Access 2002
-
yes we did , it was becuase the full servername exchange.curric.x.y.z was not resolved , DNS only resolved the exchange.curric part. there is an option in control panel mail to change auth type between windows auth and kerboros i believe from memory, also to stop asking for passwords. control panel > suers and userbility > mail ? i think , other side of city from you. I was hoping to put together a Cov Techie meeting in the new year if are intersted>
-
hi Alex is this with exchange 2007? there are many problems with this, the most common being the full DNS name cannt be resolved. p.s. where are you in cov?
-
do people still download like this? FYI Backtrack was originally distributed via torrent , im sure thats the best way to get it!
-
hello Edugeekers, Some users find it too much of a task to send an email to report problems, I would like to put a vbs script on staff laptops that does the following:- 1) sends an email to only 1 email address via an smtp server 2) the "body" of the email should include what a usertypes in a input box. I have seen examples on the web to send emails how i want ( script below) but do not know how to get the "userinput" to include in the bosy of the email .... help?
-
looked into esxi ?
-
It would be alot easier to have the files names as time%date.jpg as a batch , add it into your tasks on a server or something?
-
VBS OR BATCH FILE? BELOW IS A VBS 'Renames a file to start with a number. Automatically increments the number 'based on the highest existing number in the directory. Won't rename a file 'if it already starts with a number which matches the target pattern. 'Although you can drop a single file on this script, the most common use 'is to renumber all files in a folder. While you CAN'T drop a folder on the 'script, running the script without arguments will toggle a right-click 'option on directories to enable name-sorted numbering of all files '(except previously-numbered files) in that directory Option Explicit Const NUMBER_STEP = 10 'File numbering will increment by this amount Const NUMBER_DIGITS = 4 'Numbers will have this many digits (with leading zeros) Const NUMBER_DELIMITER = "-" 'The character that follows the leading number Main Sub Main Dim oFolder, oFile, fs, lngNumber Set fs = CreateObject("Scripting.FileSystemObject") If WScript.Arguments.Count = 0 Then ToggleRightClick If Wscript.Arguments.Count <> 1 Then Exit Sub If Not fs.FileExists(WScript.Arguments(0)) Then Exit Sub Set oFolder = fs.GetFolder(fs.GetParentFolderName(WScript.Arguments(0))) Set oFile = fs.GetFile(WScript.Arguments(0)) 'Don't number a file if it's already been numbered! If Mid(oFile.Name, NUMBER_DIGITS + 1, 1) = NUMBER_DELIMITER Then If IsNumeric(Left(oFile.Name, NUMBER_DIGITS)) Then Exit Sub End If End If 'Find the highest numbere file in the directory ... lngNumber = HighestNumber(oFolder) '... and rename our file to start with the next number oFile.Name = Right(String(NUMBER_DIGITS, "0") & Cstr(lngNumber + NUMBER_STEP), 4) & NUMBER_DELIMITER & oFile.Name End Sub Function HighestNumber(objFolder) Dim fils, fil, fols, fol, lngNumber, strName On Error Resume Next 'Get each file in turn lngNumber = 0 Set fils = objFolder.Files If Err.Number = 0 Then For Each fil In fils strName = fil.Name If Len(strName) > NUMBER_DIGITS + 5 Then If Mid(strName, NUMBER_DIGITS + 1, 1) = NUMBER_DELIMITER Then If IsNumeric(Left(strName, NUMBER_DIGITS)) Then If CLng(Left(strName, NUMBER_DIGITS)) > lngNumber Then lngNumber = CLng(Left(strName, NUMBER_DIGITS)) End If End If End If End If Next End If HighestNumber = lngNumber End Function Sub Status(strMessage) If Lcase(Right(Wscript.FullName, 12)) = "\cscript.exe" Then Wscript.Echo strMessage End If End Sub Sub ToggleRightClick() ' Adds or deletes this script as a right-click option for "Directory" Dim ws, fs, strKey Set ws = CreateObject("Wscript.Shell") Set fs = CreateObject("Scripting.FileSystemObject") On Error Resume Next strKey = "HKEY_CLASSES_ROOT\Directory\shell\" & fs.GetBaseName(WScript.ScriptName) & "\" If RightClickEnabled(strKey) Then ws.RegDelete strKey & "command\" ws.RegDelete strKey MsgBox "Right-Click option on folders for this script has been REMOVED",,fs.GetBaseName(WScript.ScriptName) Else ws.RegWrite strKey & "command\", _ "cmd.exe /c for /f ""delims="" %%x in ('dir /b /s /on ""%1""') " _ & "do cscript.exe """ & Wscript.ScriptFullName & """ ""%%x""" _ , "REG_EXPAND_SZ" MsgBox "Right-Click option on folders for this script has been ADDED",,fs.GetBaseName(WScript.ScriptName) End If End Sub Function RightClickEnabled(strKey) Dim ws, fs Set ws = CreateObject("Wscript.Shell") On Error Resume Next RightClickEnabled = Eval("" <> ws.RegRead(strKey & "command\")) End Function
-
netbook cant find domain using wireless
andydis replied to Little-Miss's topic in How do you do....it?
hi little miss, i hope i am not teaching you to suck eggs but can we go back to basics. start up a netbook, login LOCALLY open up a cmd prompt is your wireless connected? is the wireless service started? is it set to auto? can you ping the domain? can you ping pdc? whats your DNS server? whats your DHCP server? What wireless driver version do you have? what make is it?> is there an updated driver on the wireless manufactueres website ( e.g. broadcom) and NOT the manufacturer of the laptop -
is it also used as a terminal server? sounds like spyware....... try process explorer, malwarebytes, spybot etc
-
Hi all, does naybody have a link for the freee Smart Notebook's Resources "frog dissection kit"? thanks in advance
-
andy can i ask what exactly are the gropu policy elements part of the permissions? did you need to create a ADM template?
- 13 replies
-
- deploy
- permissions
-
(and 1 more)
Tagged with:
-
Hey people, Need some help! We have 2 vlans , admin and curric. However there was a DHCP reservation list setup so that people could access BOTH vlans. These people get an address anywher between 10.249.42.1 and 10.249.43.254 The reservation list is now full and we need to add more ip's to it, we have the subnet to add more ip's. but in practice it doesnt route ( for exmaple i give a reservation of 10.249.43.1 it will ping circ but not admin) I am guessing the core switch needs some sort of command line putting in to allow this, its a HP5406zl or j8697a, but cannot find these anywhere in the web based interface. or do all swicthes need modifying for this change? or just the corse switch ( default gateway) Thanks for any help!
-
whom is the service set to logon as in services snap in? start > run > services.msc [enter] find group policy client double click logon tab ?? it should be local system account?
-
very quickly, please dont have a go for posting a dumb question we have 3 switches linked below A--------B--------C A has 2 vlans circ and admin B i have just found out is not even a maaged switch, its a 8 port unmanaged thing (hub) C only has Circ vlan at present Q) i need switch C to have admin vlan aswell as circ if i just tagg the ports correctly on A and C can they route both vlans correctly even though B is just a dumb switch? switch B only "needs" circ ports, which it seems to have picked up by default. replaced switch B is not an option. removing switch B is not an option. removing switch B to piggey back off A or C is not an option
-
so you have 15 physical servers? depending on their spec do you really need a dedicated server per role? for example why not put backup and SQL on the same box or printing on the file server? Are they all 1u servers? , or do you have 2-3 Cabs? :-)
-
Hi James, you had a look at ms sharepoint?
-
ive got a buffalo - WDS enabled so you can bridge in future
-
Wout Ware Blog | How to reset the domain administrator password on Windows Server 2008 with just the Windows Installation Disk
