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 strongm 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: *

  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?

    @markdmac Yes. I did look up the dhcp process. 15 minutes made sense as that would ensure the accuracy of the information is within +-15 minutes. I was thinking even shorter so make accuracy even better, but my concern was network traffic caused by renewal of the IP, or request for an IP. Is...
  4. rod602

    detect presence of users by wifi possible?

    @markdmac Thank you for your reply. I went ahead and implemented this according to your insights and it seems to be working decently good. Is there any drawbacks/implications that you might be aware of expiring leases quickly? Currently I have it set at 10 mins. Thank you, Rodrigo
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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
  10. rod602

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

    I believe the issues has been resolved.... turns out there was as domain-based dfs namespace that had the name administration and thus why it was choking.
  11. rod602

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

    yes. its a current issue in my environment. and have a work around.. i simply did another share pointing to the same folder but I need the original one to work. And I am super confused as why the original share name 'Administration' doesn't work. blah! Rigo
  12. 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...
  13. 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...
  14. rod602

    2 mailboxes one extension

    @norstarboy125 I tried doing it; and when it ask for extension I have to type in something. Other wise it doesn't let me continue. How can I leave the extension blank?
  15. rod602

    2 mailboxes one extension

    @norstarboy125 if our Extension range is from 300-399. Can I make this mailbox, say 299?
  16. rod602

    2 mailboxes one extension

    @norstarboy125 Thank you. I will try that tomorrow and hopefully all works smoothly. Rigo
  17. 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...
  18. rod602

    randomMicrosoft VBScript runtime error: Permission denied: 'GetObject'

    @Geates, Thanks for your reply. Even when I commented it out, the issue persist.
  19. 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...
  20. rod602

    find pst, and backup to a network share

    @Geates you where correct. I uninstalled ms office and re-installed and the script worked..... thank goodness office 2003 is /was so lean. I was able to re-install quickly. So the issue was something with outlook. Thanks Rigo

Part and Inventory Search

Back
Top