Jump to content

linkazoid

Members
  • Posts

    841
  • Joined

  • Last visited

Everything posted by linkazoid

  1. Also happened to me... Michael
  2. Hi Ozan, I haven't recieved an email, but i've just logged into my account and can see OP SmartDesk Self Hosted - Lite Version is listed. Can this be changed to the Enterprise Version? Also we are looking to do a clean install. Regards, Michael
  3. I've just checked the Security Tab of the policies folder within SYSVOL and I have a Account Unknown (S-1-5-32-547) i think this maybe my problem but how can I fix it? EDIT: Upon looking it seems that domain controllers don't have power user groups and this is the norm. Michael
  4. Usually i am able to use GPMC to connect to my Server 2003 and modify some policies. But since yesterday I have been unable to connect with the following error: The specified domain controller could not be contacted. Domain: mydomain.com The error was: the specified domain either does not exist or could not be contacted. I am still able to use ADUC to connect to the same domain controllers. Please help! Michael
  5. According to the interweb - Vista seems to have the same problem.
  6. Page 3 - Line 7 of attachment. Remove My Computer icon on the desktop - Enabled User Configuration - Administrative Templates - Desktop As its a user policy a log off then back on should fix it. Michael
  7. CHR1S - It's Donkey Konga Mike
  8. Hi Ozan, Many Thanks for the update. How will the pricing structure work for us? - As we only purchased in Oct. We would probably be looking at using the Enterprise version. Regards, Michael
  9. Personally i'm waiting for the HTC Desire, It comes out on 26th March on T-Mobile UK. It's almost the same as Google Nexus One. Nexus One Spec vs. HTC Desire Spec Michael
  10. Hi I have a Access Database, which has a DateTime Column. The data is logged as DD/MM/YYYY HH:MM:SS When I create a query to get all data for today's date, Date() it does not show anything. Is there a way I can split this data so I can just get todays date? Sorry if it doen't make sense... Michael
  11. Hello All, It's the final day to order anything here, and the Head of SEN wishes to buy Wii stuff for the Dept. Can anyone get me prices for the following items: I need to order them with whoever before the end of today. Hopefully suppliers can quote me by Lunchtime. 1 x Nintendo Wii Fit Plus and Balance Board 1 x Nintendo Wii Black with Sports Resort 3 x Nintendo Wii Remote with Motion Plus Black 3 x Nintendo Wii Black Nunchuk 1 x Wii Game - New Super Mario Bros 1 x Wii Game - Disney Sing It: Pop Hits with One Microphone 1 x Wii Game - Super Monkey Ball: Step & Roll 1 x Nintendo Wii Vantage Microphone by Logitech Also do you purchase Personalised Kingson USB Keys? If so what would be the minimum order and price? Many Thanks for your time. Michael
  12. Is this any good for you Excel 2003 Conditionally_Playing_an_Audio_File Michael
  13. I never managed to get ours to work either through our smoothie. In the end I activated our 2 test machines on a unfiltered connection.
  14. I'm still having problems with the script. We would like this script to run as it should i.e delete printers then map according to the script below but we would like any computers named ADMIN-**** & LAPTOP-**** to be exempt and leave any printer mapped. If someone can shed some light and show me where i need to make changes that would be great. I have had to edit the script below due to it's vast character length, but attached script is full. Thanks Michael ' Script to add network printers to workstations and thin clients ' ' Author: Ric Charlton, 07/07/04, edited by Michael 24/12/09 - Added New Section to bottom ' Declare variables and enumerate existing printer connections Set WshShell = WScript.CreateObject("WScript.Shell") Set WshNetwork = WScript.CreateObject("WScript.Network") Set oPrinters = WshNetwork.EnumPrinterConnections Dim computerName computerName = LCase(WshNetwork.ComputerName) if (computerName = "svrts1") then _ computerName = LCase(WshShell.ExpandEnvironmentStrings("%CLIENTNAME%")) ' Degugging line> WScript.Echo "ComputerName variable: " & computerName ' Delete existing connections to network printers For i = 0 to oPrinters.Count - 1 Step 2 On Error Resume Next if Left(oPrinters.Item(i), 3) <> "lpt" And Left(oPrinters.Item(i), 3) <> "usb" then WshNetwork.RemovePrinterConnection oPrinters.Item(i+1), true, true else WScript.Echo "No network printers found" end if Next ' Add printer connections dependant upon location Select Case (Left(computerName, 3)) Case "lrc" WshNetwork.AddWindowsPrinterConnection "\\sharepoint\lrc" WshNetwork.SetDefaultPrinter "\\sharepoint\lrc" Case "saw" WshNetwork.AddWindowsPrinterConnection "\\saw\saw" WshNetwork.SetDefaultPrinter "\\saw\saw" End Select Select Case (Left(computerName, 4)) Case "art1" WshNetwork.AddWindowsPrinterConnection "\\sharepoint\ArtColourA3_PS" WshNetwork.AddWindowsPrinterConnection "\\sharepoint\art" WshNetwork.SetDefaultPrinter "\\sharepoint\art" Case "rm30" WshNetwork.AddWindowsPrinterConnection "\\sharepoint\Room305" WshNetwork.SetDefaultPrinter "\\sharepoint\Room305" Case "art2" WshNetwork.AddWindowsPrinterConnection "\\sharepoint\ArtColourA3_PS" WshNetwork.AddWindowsPrinterConnection "\\sharepoint\art" WshNetwork.SetDefaultPrinter "\\sharepoint\art" Case "rm30" WshNetwork.AddWindowsPrinterConnection "\\sharepoint\mathstemp" WshNetwork.SetDefaultPrinter "\\sharepoint\mathstemp" Case "rm31" WshNetwork.AddWindowsPrinterConnection "\\sharepoint\room305" WshNetwork.SetDefaultPrinter "\\sharepoint\305" Case "rm71" WshNetwork.AddWindowsPrinterConnection "\\sharepoint\Humanities" WshNetwork.SetDefaultPrinter "\\sharepoint\Humanities" Case "rm72" WshNetwork.AddWindowsPrinterConnection "\\sharepoint\Humanities" WshNetwork.SetDefaultPrinter "\\sharepoint\Humanities" Case "rm73" WshNetwork.AddWindowsPrinterConnection "\\sharepoint\Humanities" WshNetwork.SetDefaultPrinter "\\sharepoint\Humanities" Case "rm66" WshNetwork.AddWindowsPrinterConnection "\\sharepoint\Room666" WshNetwork.SetDefaultPrinter "\\sharepoint\Room666" Case "mro-" WshNetwork.AddWindowsPrinterConnection "\\print\sharpphotocopier" WshNetwork.SetDefaultPrinter "\\print\sharpphotocopier" End Select Case "lrc" Select Case (Left(computerName, 4)) Case "lrc-" WshNetwork.AddWindowsPrinterConnection "\\sharepoint\lrc" WshNetwork.SetDefaultPrinter "\\sharepoint\lrc" Case "lrcl" WshNetwork.AddWindowsPrinterConnection "\\sharepoint\lrc" WshNetwork.SetDefaultPrinter "\\sharepoint\lrc" End Select Case "rm14" Select Case (Left(computerName, 5)) Case "rm142" WshNetwork.AddWindowsPrinterConnection "\\sharepoint\l2l8" WshNetwork.SetDefaultPrinter "\\sharepoint\l2l8" Case "rm144" WshNetwork.AddWindowsPrinterConnection "\\sharepoint\l2l9" WshNetwork.SetDefaultPrinter "\\sharepoint\l2l9" End Select Case "rm41" Select Case (Left(computerName, 5)) Case "rm412" WshNetwork.AddWindowsPrinterConnection "\\sharepoint\Room412" WshNetwork.AddWindowsPrinterConnection "\\sharepoint\Room412Colour" WshNetwork.SetDefaultPrinter "\\sharepoint\Room412" Case "rm411" WshNetwork.AddWindowsPrinterConnection "\\sharepoint\room411" WshNetwork.SetDefaultPrinter "\\sharepoint\room411" End Select Case "rm33" Select Case (Left(computerName, 5)) Case "rm334" WshNetwork.AddWindowsPrinterConnection "\\sharepoint\englishoffice" WshNetwork.SetDefaultPrinter "\\sharepoint\englishoffice" End Select Case "rm61" Select Case (Left(computerName, 5)) Case "rm611" WshNetwork.AddWindowsPrinterConnection "\\sharepoint\Room611" WshNetwork.SetDefaultPrinter "\\sharepoint\Room611" Case "rm612" WshNetwork.AddWindowsPrinterConnection "\\sharepoint\Room612Color" WshNetwork.SetDefaultPrinter "\\sharepoint\Room612Color" End Select Case "rm63" Select Case (Left(computerName, 5)) Case "rm632" WshNetwork.AddWindowsPrinterConnection "\\sharepoint\l2l7" WshNetwork.SetDefaultPrinter "\\sharepoint\l2l7" End Select Case "rm51" Select Case (Left(computerName, 5)) Case "rm513" WshNetwork.AddWindowsPrinterConnection "\\sharepoint\Room513" WshNetwork.SetDefaultPrinter "\\sharepoint\Room513" Case "rm511" WshNetwork.AddWindowsPrinterConnection "\\sharepoint\englishOffice" WshNetwork.SetDefaultPrinter "\\sharepoint\englishOffice" Case "rm512" WshNetwork.AddWindowsPrinterConnection "\\sharepoint\englishOffice" WshNetwork.SetDefaultPrinter "\\sharepoint\englishOffice" End Select Case Else ' WScript.Echo "No default printers added" End Select Select Case (computerName) Case "admin-2454" WshNetwork.AddWindowsPrinterConnection "\\sharepoint\timeout" WshNetwork.SetDefaultPrinter "\\sharepoint\timeout" End Select printer.vbs
  15. Also you can disable advanced network functionallity.... This solves problems with active sync. Start - Settings - Connections - USB to PC - untick Enable Advanced Network Functionallity. Michael
  16. Just going to mention that we're also having the same problem as the post above.... I opened a thread and then got pointed to this one.. My Thread Michael
  17. I read that earlier, and i've checked the accounts and they are all correct as per Tom and Rob's suggestions. A smoothwall update maybe to blame? Michael
  18. Maybe i'll configure this on smoothwall during the break...
  19. If you are stuck when bit are in Office 2007, Microsoft have some handy interactive guides. Word 2003 to Word 2007 interactive command reference guide Just click what you used to do and it will show you step by step how to do it in the 2007 version.... We download these for staff who were having trouble doing bits. There are others for the rest of the office suite. Michael
  20. Blocked for Staff and Students here... The head asked us too as staff were spending to much "work" time on it and the students only insult each other.... Staff are not as bothered now as most access on their phones if they are realllly desperate, but most just wait until home time. We have access because we sometimes get asked to check student profiles for evidence about fights and such.... Michael
  21. Hello All, I was making some changes before I left today, but staff phoned immediately saying that they was unable to browse the net. I changed guardian » authentication » settings » Groups allowed to use web proxy » Unauthenticated IP to No... but most websites were being blocked - when I remoted to a user, they was being blocked because they was being identified as Unauthenticated IP... I quickly changed this back just so it will work in the morning. I've just remoted in SW from home and have checked over the settings but cannot see anything obvious. I have just checked: services » authentication » user activity and all except a few have no source IP. Is this just because everyone has gone home or is this my problem? We are using NTLM Authentication. Thanks, Michael
  22. We want to use AD Authentication....
  23. We used to use it until the server died.... but the email poller didnt work, so no email to ticket conversion - so we're using spiceworks atm ICTNUT has said that this will be fixed in the New Version.... Any news on the patent and trademark process yet? Michael
  24. LMFAO at the horse slide....
  25. And Me! Why do we still click it when we've been warned!
×
×
  • Create New...