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 wOOdy-Soft 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: AbeMeister
  • Content: Threads
  • Order by date
  1. AbeMeister

    DFS - Distributed File System

    Okay, I'm running Windows 2003 Server Standard Edition. I have a File server, lets call it SERVER1. I understand that I can't use FRS on one server and replicate amongst shares on one server. Although, here is my problem. DFS claims to be able to combine shares into one logical space...
  2. AbeMeister

    8 Port Managed Switch

    Can any recommend an 8 port Managed Switch to me? I'm trying to find a HP, but I guess I can't be too picky.
  3. AbeMeister

    Domain Policy for ScreenSaver Passwords

    Okay, here is the deal. I am the network administrator for an agency that is requiring screen savers to be set on ALL machines with varying times according to their location. I wish to administer this by Group Policy. We have High Risk Areas, Medium Risk Areas, and Low Risk Areas. High Risk...
  4. AbeMeister

    how to print only a section of website

    okay, i went to support.microsoft.com and i notice in their knowledgebase articles there is a PRINT button pointing to a PrintContents() function. When I click on this PRINT button and print the document, it only prints the article information and not the header, footer, and menu stuff in the...
  5. AbeMeister

    Dumping a table from one datasource into another

    Is there a way to take a table inside one datasource and dump it into a table inside another datasource?
  6. AbeMeister

    Beginning and End Date of a Month

    Is there a Function or a method I can use to populate columns with the month's 1st and last date given any particular date?? In other words, if I had RPT_RUN_DATE = 03/27/2003. 3 = March 1 = January Can I take ( 3/27/2003 - DateValue(2Monthes) ) = 1/27/2003 BeginDate(January) or...
  7. AbeMeister

    Need to evaluate output as a variable for more output

    I have two tables. The first table has the data I want to output. The second table has the formatting information for the first table. To give an example of what it looks like. First Table (Table_Data): FIELD_1 | FIELD_2 | FIELD_3 | FIELD_4 -------------------------------------- DATA_A1 |...
  8. AbeMeister

    Neet to make text variables a specific length (fixed-width)

    Is there a function in PHP that will take a variable and add space after it to make it a specific length. In other words: $example1 = "cow"; $example2 = "google"; echo "$example1$example2!!"; Output: cowgoogle!! Where as I would like to: $example1 =...
  9. AbeMeister

    Deploying a Standard User Profile

    I would like to deploy a standard user profile for my agency's desktop computers and profiles in Terminal Services. (Desktop Wallpaper, Password Protected Screensavers, Security Restricting System Changes). If no help is available here, I have no problem researching it on my own. I just need a...
  10. AbeMeister

    Home Directory versus Roaming Profile Directory

    Is there really a difference?? In my research, I am reading that the "Home Directory" is used for users to store their files into. Now, Isn't that literally what a "Profile Directory" is?? Or am I totally weirded out here... Would it be a safe assumption to figure that the...
  11. AbeMeister

    Default User Profile

    Is there any way of setting up a Default Profile (wallpaper, theme, screensaver), so that when a user logs in for the first they they get YOUR profile and not MicroSoft stinky meadow desktop profile..... :) Thanks.
  12. AbeMeister

    Keeping Track of Application Usage in Terminal Services

    I know that in Citrix you can use "Resource Manager" to keep a count of how many instances of specific applications are running. It will also notify you if the number of instances exceed the limit you specify which enables you to manage application licenses. Now, Lets pull Citrix out...
  13. AbeMeister

    Going Wireless

    Is it possible to install some type of "wireless module" into a Cisco Router to make it, well....wireless?? I have a Cisco 1720 and a Cisco 2620. It was just a possible thought that crossed my mind. If it isn't possible, where should one start in researching wireless technologies...
  14. AbeMeister

    Content Management Systems

    I was just wondering if any of you ColdFusion Gurus/Novices knew of any CF Content Management Systems out there? Preferably Free....but, I'll accept otherwise information as well. Thank you. :)
  15. AbeMeister

    "NOWRAP" in the CSS for TD and TH

    I am trying to specify the "NoWrap" attribute in my stylesheet. Can anyone help?
  16. AbeMeister

    How many channels per user?

    Hello. At my company, we have a T-1 Line between our sites. These lines are being shared by both voice and data. Currently we are only using 6 channels for data and 18 for voice. Of course with only 6 channels for data, this slows our data transfers to 384Kbits. Is it overkill to have 18...
  17. AbeMeister

    How many channels per user?

    Hello. At my company, we have a T-1 Line between our sites. These lines are being shared by both voice and data. Currently we are only using 6 channels for data and 18 for voice. Of course with only 6 channels for data, this slows our data transfers to 384Kbits. Is it overkill to have 18...
  18. AbeMeister

    Getting Scripts to Run

    Hello, I guess I'm too new at this. How do I get scripts (.bat files) in my NETLOGON to run automatically on everyone computer that logs into my domain?
  19. AbeMeister

    String to Date Conversion

    I need to convert a bunch of Text Strings to Date. Any help would be appreciated. SCENARIO: I have 1260 records with Dates with the Format of YYYYMMDD, They are in Text Fields. How can I go about converting them to a date format so I can evaluate them in other apps?
  20. AbeMeister

    MSysColumns ???

    My SQL book says that Microsoft Access has the following System Catalogs: MSysColumns, MSysIndexes, MSysMacros, MSysObjects, MSysQueries, and MSysRelationships. I have found in my database: MSysAccessObjects, MSysACEs, MSysObjects, MSysQueries, and MSysRelationships. I would like to know...

Part and Inventory Search

Back
Top