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 Chriss Miller 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 ReK410

  1. ReK410

    Need help writing zone add/delete syntax with dnscmd

    Unfortunately we are a M$ Windows shop :-( I'm thinking the same thing about the hosts file, it's just a tricky thing to deploy. We are considering blocking/unblocking multiple times per day so I'm trying to find a way that will work without the users needed to log out/back into their machines.
  2. ReK410

    Need help writing zone add/delete syntax with dnscmd

    I think it is a client-side issue because I tested a couple of machines and it wasn't consistent between them. That's annoying because it isn't something I can manage from the scripting :-(
  3. ReK410

    Need help writing zone add/delete syntax with dnscmd

    My goal is to lift our block on Youtube during certain hours by using DNSCMD bat files to add and delete the zone via Windows Task Scheduler. My create command seems to work OK, as soon as it is run the clients are immidiately blocked from the site: dnscmd /zoneadd youtube.com /dsprimary I'm...
  4. ReK410

    problems with duplicate records in query results

    I know that the data would be unfamiliar to most but is there anything as far as my query syntax that would result in duplicate records? I'm getting the same row in my results 3 times! select p21_ar_view.invoice_no, P21_ar_view.line_no, p21_order_view.assembly, P21_ar_view.item_id...
  5. ReK410

    Some (but not all) network mappings show as unavailable until reboot

    Thanks for the reply, I have the same value that you do. I noticed the article mentioned the red x over the icon but said that it quickly reconnects when you try to open the folder... that doesn't happen with me, it's totally unavailable until I reboot. :-(
  6. ReK410

    Some (but not all) network mappings show as unavailable until reboot

    I have W7 on my workstation and have 5 mapped network drives. After leaving my workstation on for more than 24-48 hours, some (but not all) of the drive mappings, or in some cases, the folders within the mappings fail to open. For example, like most of you, my H drive at work is the location of...
  7. ReK410

    Need help increasing blinking cursor size for visually impared

    Hi all, We have a Win Server 2003 box that runs Citrix to serve an application to our users. The problem is that some of our users have bad eye sight and are used to using an old character-based system where the blinking cursor is almost as wide as a character (you unix guys know what I'm...
  8. ReK410

    Is there a way to auto-add new printers to citrix user profiles?

    Hi all, I have about 75 people using Citrix Metaframe Presentation server to access an application. These people do not have access to Citrix desktop and they have only "user" level access to the citrix servers themselves. We've installed a new network printer. I have installed the printer on...
  9. ReK410

    Problem relaying from internal IIS7 SMTP server to Exchange 2007

    I just copy/pasted the original code. What should it be?
  10. ReK410

    Problem relaying from internal IIS7 SMTP server to Exchange 2007

    I just tried and received Get-ReceiveConnector : A parameter cannot be found that matches parameter name 'Add-ADPermission'. At line:1 char:21 + get-ReceiveConnector <<<< "SMTP Relay For BLAT" Add-ADPermission -User "NT AUTHORITY\AMONYMOUS LOGIN" -ExtendedRights...
  11. ReK410

    Problem relaying from internal IIS7 SMTP server to Exchange 2007

    Let me preface this by saying I'm not an Exchange guru, I'm stumbling through this the best that I can and I'm stumped!!! I have an exchange server at 10.0.0.6 - let's call it md-exchange2.internal-email.com I have an IIS server with an SMTP Virtual Server at 10.0.0.16 - let's call it...
  12. ReK410

    Creating services from applications in Server2008

    No news unfortunately. I think I'm just stuck waiting until some third-party app thats Win08/64bit compatible is released.
  13. ReK410

    How to change a published application's icon?

    Hi all, I'm running Citrix Metaframe Presentation Server 4 and I noticed that when I create a published application it allows me to pick an icon of my choice. I don't see any way to change the icon after it's already been created. Can this be done or should I just re-create the entire...
  14. ReK410

    Help finding &quot;most recent date&quot; in query

    Thank you for the help guys! I've got it working now!
  15. ReK410

    Help finding &quot;most recent date&quot; in query

    This is probably a really easy answer but I'm no TSQL guy so any help would be greatly appreciated! TABLE1 holds: po_no item_id received_date (multiple entries for each item ID, each with a unique received_date) TABLE2 holds: po_no location_id MY GOAL IS: Show me each item at location 100 and...

Part and Inventory Search

Back
Top