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!

Search results for query: *

  • Users: rod602
  • Content: Threads
  • Order by date
  1. rod602

    powershell code to manipulate public folders and user mailbox

    Hi, We have exchange 2010. And we also use a public contacts folder called company-directory. This folder always has our up to date directory of users(some have smart phones + email, other just a flip phone, other just a landline). Any who users are encourage to copy the folder to their...
  2. rod602

    Windows dhcp server events on ip lease

    All, I couldn't locate an answer for this so I am hoping to get insights from someone in the community. I am trying to trigger a powershell script every time a dhcp server successfully hands out an IP or renews an IP for a client. I know there is log file that logs dhcp activity but I was...
  3. rod602

    detect presence of users by wifi possible?

    Hi All, I been pondering for a while a method by which to detect users at a location. We have 3 offices and users usually roam from one office to the other. I been thinking about a solution that would allow me to detect their presence at either location. I know there is apps out there that...
  4. rod602

    Scheduled Tasks to change environmental variables possible

    Morning All I have a powershell script that pings computers and pulls the logged on user. The script then spits out an html page with that information. There is one case I can't figure out and that is the case when the lower locks his computer and walks away. In the case the user might be...
  5. rod602

    Cisco ASA 5512 on demand apple ios setup

    Hello all I have configured the on demand vpn feature on the Asa and on my iPhones . Everything works fine. When I visit an internal URL on the iPhone the VPN is automatically established , but it takes about 30 seconds for that website to be fully established . Once established the browsing...
  6. rod602

    copy public folder of contacts to exchange mailboxes

    Hi All; this is a re-post. I posted it on the vbs forum but was told this might be a better source for this question. Does any one know if this is possible. Copying a public folders contacts to certain users contacts(certain mailboxes in exchange) without having to use outlook. Our mailserver...
  7. rod602

    copy public folder of contacts to exchange mailboxes

    Hi All, Does any one know if this is possible. Copying a public folders contacts to certain users contacts(certain mailboxes in exchange) without having to use outlook. Our mailserver is exchange 2003. Is this possible with vbs? And any good starting points? Thank you
  8. rod602

    Windows Share Name on Windows 2008 R2 server doesn't work, works with other name

    This one has be scratching my head. Any assistance would be awesomely appreciated. When I create a share with the name 'Administration' and try accessing the share with the serving server I get an error code, the network path not found. And clients trying to connect also gets the same error...
  9. rod602

    win xp lock computer events

    Hey Guys, if it possible to capture system events- when the users locks his computer or when computer locks itself because of idle time? I would like to find code that allows me to 1) determine if a computer is locked and if so by who. If I can't determine that; I thinking I can have...
  10. rod602

    2 mailboxes one extension

    Hey Guys I have a request for one of our users to check another mailbox. So I need to create another mailbox and have this user check it. I know how to create the mailbox but I am not sure what do put when it asks for 4. Enter the mailbox number (extension. you want to add 6. Extension...
  11. rod602

    randomMicrosoft VBScript runtime error: Permission denied: 'GetObject'

    Hi Guys, This one has me scratching my head. I got some code from the web and trying to put it together to work. When I run the following code it runs properly and I get the desired results. The code simply gets the current logged in user. ' PARAMETERS ' strComputer = "xpz" ' use "." for...
  12. rod602

    insert pdf into a word document

    Hi Guys I am trying to figure out how to insert a pdf document into a word document programmaticcally. I have created the word object set WordDoc = WScript.CreateObject("Word.Application") but I can't find examples online or code that shows me how I can take an existing pdf document and...
  13. rod602

    find IP of computer

    Hi Guys, I found this code online that works for 99.9 % of the computer in my network. But for one system it doesn't get the correct ip, it return 0.0.0.0. Which tells me it is pulling the ip from a network adapter disabled or not active, and since the codes only looks at the first adapter it...
  14. rod602

    vbs, determine if an outlook profile exist

    Hi All, I have a logoff script in my environment that backups pst files and it works great, except when a user doesn't have a outlook profile setup. As they log off the outlook wizard for new account setup starts. I like to know if I can programmatic-ally determine if there is an outlook...
  15. rod602

    Phone connected, it turns on, but has no ext # and no access to line

    Hi Peeps, If any one can assist with the following I would be extremely grateful. Here is some info. I went into system programming and got the system version : sp : 30meF02. The phone is an m7310 Here is the scenario. At the office we usually hook up phones to a phone spare phone jacks ...
  16. rod602

    autotext in vbs ?

    Greetings guys, I have a script that a user in this community gave me(jges). And it works great. I modified to meet my needs. Basically it takes a folder of pics and create new word document that puts the pics in a table along with a caption( the caption gets generated from the file name of...
  17. rod602

    Get Text from filename and insert into word document along with file

    Greetings all, I am thinking the following is possible. We have lots of files(images - jpegs); were we use a very description convention for a file name(ie. 'Image01 - Brown bunny jumping.jpeg'). We take these images and put them into word documents in a table. We end typing a caption under...
  18. rod602

    find pst, and backup to a network share

    Greetings all, I found this code online, and modified a little with my elementary coding skills. Basically I am hoping to achieve is that every friday dump the pst from a user to a network share. I am hoping someone could aid me in finishing this code . Here are the parts I need. 1) Need to...
  19. rod602

    4th person on a conference call?

    Is is possible to add a 4th person, 5th person to a conference call? I was able to successfully have a conference call with three people using the feature *3 method, but it seems I can't do that for a 4th person? Is this functionality supported and if so how? Thanks all
  20. rod602

    change number of rings before voice box picks up

    Hi Guys, When the AA is set( night mode), it takes over incoming calls immediately. User calling in doesn't hear any rings, just the AA. Can this be achieved without AA. We have two main lines, and 1 is set to ring so that receptionist picks up, but the other line doesn't ring on any ones...

Part and Inventory Search

Back
Top