Jump to content

itgeek

Members
  • Posts

    496
  • Joined

  • Last visited

Everything posted by itgeek

  1. itgeek

    query for AD

    Hi I can get a list of active users in a ou, the only thing I cant get working is to list the username? (&(objectCategory=person)(objectClass=user)(!(userAccountControl:1.2.840.113556.1.4.803:=2))) Thanks
  2. itgeek

    query for AD

    Hi I need to run an ad query to get all active usernames in an ou? thanks
  3. Hi I have setup dansguardian on ubuntu, with squid. I need a way of importing active directory and setting up filter groups? Please could someone advise. Thanks
  4. itgeek

    robocopy delete

    Hi I am having problems in running robocopy below is the script, the only problem is that its removes the simsbackup as-well as the delete folder? Please can someone help!!! mkdir c:\delete robocopy "C:\simsbackup" "C:\delete" /E /MOVE /MINAGE:2 /LOG+:c:\robocopy.log rmdir "c:\delete" /s /q Thanks
  5. got it /e thanks again for all the help
  6. Thanks so much its working great just one small problem its not copying folders only files in the root. robocopy "I:\Backup Files" "I:\Backup FilesB" /MAXAGE:1
  7. So its something like this?? C:\Program Files\Windows Resource Kits\Tools>robocopy kup Files> /MAXAGE:1 Sorry!! Thanks again
  8. So The solutions will only copy new files to a dir. In the new dir they will not be all the files but only the new files and a cleanup will be run to delete old files. Thanks again. Sorry its hard to explain!!
  9. Hi I want to copy only new files created on the day to be copied to another location is this possible? Thanks This gets the latest file but not all the files that were created! Dim fNewest set oFolder=createobject("scripting.filesystemobject").getfolder("\\dylan\d$\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Backup") For Each aFile In oFolder.Files If fNewest = "" Then Set fNewest = aFile Else If fNewest.DateCreated < aFile.DateCreated Then Set fNewest = aFile End If End If Next Msgbox fNewest.Name
  10. Thanks for the repy. Is there any instructions on how to setup dansgardrian and squid?. Thanks
  11. Hi I was looking for a detailed guide on how to install ubuntu squid and dansgardian on a test machine. A quick question. What version of ubuntu desktop or server? Thanks
  12. Hi We are looking to move away from Range Suite. I have been looking at programs that do bulk user import and password reset etc etc. I have started to lock down using gpo, just seeing if anybody had any custom adm etc or any other suggestions. Thanks
  13. We use spiceworks here!! its the best helpdesk softwrae and its fre!!!!!!!!!! Even gives alerts when running low on space from each client on the network.
  14. Hi I think there is a way to do this. Users need admin rights to install upgrades on workstations. Is there a way users can do this without having to been admins?. Thanks
  15. itgeek

    Outlook

    Please could you tell me if it is possible to script importing a pst to multiple machines? Thanks ps we dont use exchange
  16. Thanks, all for your help it is now working. Just one more thing could I script it so that it copies it to the c: Then add the reg file in a startup script. Thanks Thanks Thanks
  17. Will this change the background when the user has logged in? I was just wanting it when they got the ctrl alr del screen? thanks
  18. Hi I am wanting to change the xp pro login screen background to a custom image. I only want to chnage the login screen and not the background after the user has loggerd in. Does anyone know how to do this? regards
  19. itgeek

    Xcopy

    Thanks I will download and have a play. Just one more question? If I wanted to delete files in a folder more that 5 days old, does any no how to do this? Thanks
  20. itgeek

    Xcopy

    Thanks I have kust figured this out will the following work ROBOCOPY \\Server1\reports \\Server2\backup *.doc /S Where do I need to put robocopy or is it built into windows??
  21. itgeek

    Xcopy

    Hi I need a script to copy everything in one folder to another server, if the file is already on the destination I want it not to copy. Is this possible:)
  22. Thanks Tony for the info, it sound very interesting. i will have a play and let you know how I get on. The user waits about 90 seconds then gets in. We are running SQL 2005 Full verison.
  23. Hi I have had a problem this morning with CPU hitting 100% for about 5 mins. This was the first lesson and having trouble logging into sims.net. After the 5 mins people where into Sims and working fine. How can we stop the spike, can we configure sql or change setting? Thanks
  24. itgeek

    DNS Change

    Hi I currently have a product called spiceworks install on our network for our IT helpdesk. Please could somebody tell me how to change the defualt url in dns to http://servername/helpdesk to http://ithelpdesk.net or something like that. Thanks
  25. itgeek

    VMware

    this will be a disaster recover at regular intervals every nite, or even copy the snapshots during the school working day.
×
×
  • Create New...