Jump to content

pinkerton

Members
  • Posts

    22
  • Joined

  • Last visited

Reputation

35 Excellent

About pinkerton

Personal Information

  • Occupation
    Network Manager
  1. Many thanks, will give them a look.
  2. We have a mixed bag of UPS's, mostly APC and Riello, most of them either need completely replacing or at least new batteries. I personally don't want to touch them for fear of death. So am looking for any school friendly companies willing to come to West London and take a look at what we have and quote for maintenance. Any recommendations? Thanks!
  3. Thanks for the help, will give compatibility view a go and let you know.
  4. I am getting reports of some users accessing our SLG site using Internet Explorer 11 and getting the mobile site instead of the full site. I have failed to replicate this problem, so its proving difficult to diagnose. Anyone had a similar problem? Any idea's? Thanks
  5. more info here: Current Vacancies | St Benedicts School
  6. Thanks for the reply, what's the program you use to redirect the registry?
  7. We have Cubase 7 artist running on a Windows network. We have come across a problem that if a user logs off without closing Cubase first, another user will log on and Cubase will then crash when trying to run it until the PC has been rebooted. Its as if there is still a Cubase service still running in the background for the previous user that's stopping the new logged on user from accessing it. Any ideas for a fix or a work around? Making sure pupils close Cubase before logging off is easier said than done. Thanks
  8. This problem has now been fixed, problem was an incorrect static route between domains.
  9. Mixcraft looks good: Mixcraft 6
  10. I am still getting the referral error, here is the script I am running: OPTION EXPLICIT Const ADS_PROPERTY_CLEAR = 1 DIM strSearchFilter, strSearchRoot, objRootDSE DIM cn,cmd,rs, strSearchScope DIM objNewOU, strNewOU ' ******************************************************** ' * Setup ' ******************************************************** ' Specify the distinguished name of the new OU to move the computers to strNewOU = "OU=ICT1,OU=Assesment with Word,OU=Controlled assessments,DC=stbenedicts,DC=org,DC=uk" ' Modify the filter to query for your department. ' This filter will find all computers where the name starts with "2SDS" strSearchFilter = "(&(objectCategory=Computer)(sAMAccountName=2SDS*))" strSearchRoot = "DC=stbenedicts,DC=org,DC=uk" strSearchScope = "subtree" set objNewOU = GetObject("LDAP://" & strNewOU) Set cn = CreateObject("ADODB.Connection") Set cmd = CreateObject("ADODB.Command") cn.open "Provider=ADsDSOObject;" Set cmd.ActiveConnection = cn cmd.CommandText = ";" & strSearchFilter & ";ADsPath;" & strSearchScope cmd.Properties("Page Size") = 1000 Set rs = cmd.Execute ' loop through the search results while rs.eof<> true and rs.bof<>true objNewOU.MoveHere rs(0),vbNullString rs.movenext wend rs.close cn.close wscript.echo "Completed" private function getDomainRoot ' Bind to RootDSE - this object is used to ' get the default configuration naming context ' e.g. dc=wisesoft,dc=co,dc=uk set objRootDSE = getobject("LDAP://RootDSE") getDomainRoot = objRootDSE.Get("DefaultNamingContext") end function
  11. Hi, thanks for the reply. I have specified the OU + domain by adding this line: strSearchRoot = "OU=Classroom Pc's,OU=Senior School,OU=Managed Computers,DC=stbenedicts,DC=org,DC=uk" But I get an error: A referral was returned from the server, I'm pretty sure I have delegated control correctly. If I run the script still from the DC on the pupil domain the script works. Am I missing something?
  12. I need some help with a script I found here: Q and A - TechNet VB Script to move computers to specific OU I want to be able to move a rooms computers to a specific OU for controlled assessments, then use a similar script to move them back again. The script I have works only if used on the same domain as the PC's in question, trouble is, the script will need to be run from a teacher PC (staff domain) and move PC's on the pupil domain. Is it possible to specify a domain to look for in the script? I am a complete novice at scripting!
  13. Thanks for the reply, what about programs that a installed on a server and all that is required on the client is a shortcut?
  14. We have upgraded our client PC's to W7 over the summer and are using App-V for software that works with it, so far so good. Problem we are having is with software installed centrally on our appserver, I have been trying to add shortcuts to the start menu via group policy preferences. We would like all the shortcuts to be in the same folders ie SS Apps/English ETC weather they are App-v or a GPP shortcut, sadly the GPP shortcuts don't seem to show up. Our previous system was to redirect the start menu to a server share, but doing this the App-V shortcuts don't show. How do others deliver applications that come from various means?
×
×
  • Create New...