Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by 77zxmax

  1. 77zxmax

    Terminal service different settings then regular login

    hmm, i'm not sure if i'm followng, so i would create 2 GP , but which one would be deployed for the local , and which one for the Terminal session ? thanks again for the reply
  2. 77zxmax

    Terminal service different settings then regular login

    Greeting, here is our settings: 1 SBS 2003 with active directory 1 terminal server in active directory we have our users in a OU that is customized my question is : we want the same users to login to TS remotly , but restrict them from shutting off the computer and other restrictions ...
  3. 77zxmax

    backup software

    thanks Jesper for the respond. In answer of the backup related to exchange server for example, what im duing is , i'm backing it up locally forst , then taking the backed up files via ftp synch program (currently using remote backup) in terms of backup files size, it could vary from one...
  4. 77zxmax

    backup software

    I"m curious if anyone knows of a good backup software for datacentre, that we could offer for our clients. We need to run it as a business Any suggestions or expireence will be great thanks
  5. 77zxmax

    login to directory

    i have this in my application.cfm <cfquery name="qValidLogin" datasource="kei"> SELECT * FROM tblMember WHERE tblMember.MemberName = '#Form.username#' AND Password = '#Form.password#' </cfquery> <cfset session.userid = #qValidLogin.MemberName#> ------------------------------ i...
  6. 77zxmax

    login to directory

    the username name is coming from the database <!--- this where i get username from the login page ---> <CFSET sLocalUserID = ""> <CFSET sLocalUserID = session.userid> <!--- my database query ---> <CFQUERY name="table_member" datasource="kei"> SELECT * FROM tblmember...
  7. 77zxmax

    login to directory

    thanks : my very problem is in the cflocation tag: i can't put dynamic entry ; eg: <CFLOCATION URL="#username#/> it seems that i can't put ## in the cflocation tag, only path format, is there a way around this thanks again
  8. 77zxmax

    login to directory

    Hi all, i'm try to acheive the following: User login with username and password (db backend) >> if successful , he will be directed to his own folder eg: if john is login in with username = john and password = password, >> he will be automatically directed to webroot\#john#\ where in...
  9. 77zxmax

    My Network Places always Disappearing

    Same thing happens to me did anyone have seen this before ?
  10. 77zxmax

    How to charge Clients

    Greeing everyone, i'm not sure where to post this question, i just want to get some of the IT people here, on how to charge customers for support, eg: i have a customer that has x amount of Pcs and x amount of servers, i know there is alot of variatin could included , but i just want to get...
  11. 77zxmax

    new user with new folder script

    Greeting, i have a hidden "$private" folder that has subfolders for each employee's name . and my login script allow them to map their drive according to their usenmane eg: net use x: \\server\$private\%username% now my question is, when the user logins in he sees that mapped drive with the...
  12. 77zxmax

    keep same session in terminal services

    No Phil, i had no luck - still looking for an answer,if i do find an answer, i'll post it - you should do the same :) if anyone out there has a similar issue please advice
  13. 77zxmax

    2 server - 2 Public IP (how)

    Greeting i currently have one static IP address over PPPOE connection, configuration is as follows > Modem >> linksys router >> PC's now i just bought an additional public IP address, as i want to host another email server using that new IP address now the ISP company didn't supply me with...
  14. 77zxmax

    keep same session in terminal services

    Greeting we are using admin terminal services (the built in) and we have 2 accounts using it.. Lets say user1 and user2 now i want everytime user1 login , always be connected as session 1 >> the reason is for the printer -- everytime the printer name changes , the remote user won't print ...
  15. 77zxmax

    deny certain user from specific pcs

    so i guess petrosky had the best solution for this ?

Part and Inventory Search

Back
Top