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 TouchToneTommy 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 GeoDM

  1. GeoDM

    Public IP Block Setup on Sonicwall 2040 Enhanced OS

    I have the latest firmware for the Sonicwall Pro 2040 Enhanced OS. We are currently switching ISP's from a cable provider to a fiber provider. They gave me a WAN IP of 67.208.x.x and then a routed block of public ips, 172.x.x.48/29. I was instructed by the ISP to place 172.x.x.49 on a LAN...
  2. GeoDM

    Exchange 2007 to Exchange 2010 One remaining Public Folder

    I dont even think this folder needs to be replicated. All the non system folders are working fine on the new 2010 box. It looks like this is a system folder. I find it in two places 1) System Public Folders\OFFLINE ADDRESS BOOK\EX:/o=<mydomain>/ou=Fist Administrative Group 2) System Public...
  3. GeoDM

    Exchange 2007 to Exchange 2010 One remaining Public Folder

    I can not get this 1 public folder to go away. I want to remove the Exchange 2007 server and cant until this folder stops replicating. I have used the script to remove all the replications but for weeks now when I run Get-PublicFolderStatistics I get EX:/o=<myDomain>/ou=First Administrative...
  4. GeoDM

    Input Text

    yeah and i keep getting undefined for the value.
  5. GeoDM

    Input Text

    2.0 in flash 8. Just want to click on the button, concatenate a search string with what’s typed in the box, and go find it.
  6. GeoDM

    Input Text

    I have an Input Text box and a button. I want a user to type in the input text box and be able to use it when the button is clicked. Here is the ActionScript I have attached to the button. What gives? on(click){ var search:String = searchTXT.text; //input text box var link:String =...
  7. GeoDM

    URL Parameter

    Im new to PHP and am trying to edit some code for a friend to get a URL Parameter to work properly. So first I want to know if what he wants to do is possible. Basically he want to select a record by two parameters. 1) a ID and 2) a hospital. Right now it selects by ID but due to bad...
  8. GeoDM

    Blackberry Messages Moved

    But here is the weird part. The messages that say they are filed in Quarantine on the Blackberry are still in the Outlook inbox. They never move. Almost like they are an invisible copy. I did solve this by deleting my BES account and redoing the Enterprize Activation. Its just a good...
  9. GeoDM

    Blackberry Messages Moved

    Great suggestion. I do want that enabled. Why would the messages be automatically moving to that quarantine folder if no rules were setup by me to do that? If I had that option set to Yes before then those messages should have disappeared when they were filed. But why were they being filed...
  10. GeoDM

    Blackberry Messages Moved

    Today after receiving messages the next time the handheld reconciled the device showed a blue folder next to the messages. I thought this was weird so I opened the message backup and at the very top it shows its in a new folder called Quarantine. I do have a quarantine folder in outlook on my...
  11. GeoDM

    Thin Client log off at Terminal Server Log off

    How about using the shutdown.exe /l as a bat file. Is there a way to trigger it when logging off Terminal Server?
  12. GeoDM

    Thin Client log off at Terminal Server Log off

    I snagged this script from another forum: Set OpSysSet = GetObject("winmgmts:{(Shutdown)}//./root/cimv2").ExecQuery("select * from Win32_OperatingSystem where Primary=true") for each OpSys in OpSysSet OpSys.Reboot() next My goal is to when a user logs off a Terminal Server it also logs...
  13. GeoDM

    Looking to change the organizations ISP.

    The guaranteed bandwidth is exactly what I am worried about. Thats a questions on my list for the ISP.
  14. GeoDM

    Looking to change the organizations ISP.

    I am looking to replace our current ISP. We roughly have 60 machines and just a few websites hosted internally. Our current setup is a T1 with 1.54mb dedicated. What would be the downfall to moving toward a cable company for internet service? Its 8mb down and 1mb up. I am thinking about...
  15. GeoDM

    List Box Selection

    I see how that would work. Thanks for pointing me in that direction. I would name the frame say food1 and add this to ActionScript: on(click){ this._parent.gotoAndStop("food1"); } but how should I handle the click in the list box?

Part and Inventory Search

Back
Top