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!

Search results for query: *

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

    subnet

    Hi, we use an IP-range 10.130.60.X with a 255.255.255.0 subnetmask (so 254 addresses) I would like to add another subnet by changing the subnetmask. of course I could use 255.255.0.0 but this isn't good for broadcast I think. Something ideal would be: 10.130.60.X 10.130.61.X What...
  2. hlauwers

    Migration

    situation : 1 Forest, 1 domain (2003) with 5 sites. Each site represents a factory Each site has its own DC's and is connected through a WAN connection. Now one Factory is sold, so it needs to be removed out of the domain. If we then would disconnect the site from the WAN. And clean out its...
  3. hlauwers

    Removal of a domain

    situationA : 1 forest, 1 domain (2003) with 5 sites situationB : 1 forest, 1 domain, 5 subdomains (2003) SituationA ---------- What needs to be done if 1 site is "sold" and needs to be removed from the domain? Is it possible to disconnect it from the WAN, and rename the domain. Or do we need...
  4. hlauwers

    Delegation of authority

    Hey all ! Situation : 1 forest, single 2003 domain Through delegation of authority you can delegate printer/share/file/user control. Normally a local admin user on a server can modify programs etc. But what about a DC (no local SAM), how can you enable a normal user to manage a DC (DNS...
  5. hlauwers

    authentication

    Theoretically situation : * All 2003 servers * 1 forest, 1 domain, with 5 subdomains (A-B-C-D-E) * All domains are connected through a permanent WAN If a user from subdomain_A travels to subdomain_B he will be able to login to his domain. But will he authenticate to its own DC (subomain_A)...
  6. hlauwers

    2 domains - 1 subnet

    Situation -------- DomainA consists of 3 act. dir. sites (site1, site2, site3), each with their own DNS,DNS/WINS and DHCP. Site1 will use its own DNS/WINS servers, but no DHCP server. (all other sites will have their own DHCP server) Pc's in site1 should receive an IP address from a dhcp...
  7. hlauwers

    Active directory replication

    Who knows how big the active directory replication traffic is ? Ok it depends on the size of the location (users, Ou, netlogon, dns-integrated zone) But are there certain formulas or something ? I used a tool from Microsoft but this s*cked big times. (adsizer =>...
  8. hlauwers

    Single forest, one domain, multiple sub-domains

    All DC's are 2003 server Model :Single forest, one domain, multiple sub-domains We are planning on switchting to this model. Who know or has experience in these questions ? 1) Can you deploy group policy at the domain level, or do you have to manually deploy them on all sub-domains? 2) How...
  9. hlauwers

    Forest - Domain question

    I'm curious if someone here is in a situation where your domain is spread over different locations/countries. For the moment my company has 8 European locations, each with their own domain and no trusts, connected by a WAN. We are looking in to the possibility to use A) one forest, one domain...
  10. hlauwers

    Share EFS encrypted files between two domain

    Situation : * 2 seperate domains (different forrest) * connected through WAN connection Some files in domain1 need te be encrypted using EFS. Some users in domain2 need access to it. An ideal situation would be a "synchronization" during the night from server.domain1 to server.domain2. Can I...
  11. hlauwers

    1003 DHCP failed to obtain a lease

    Hi Guys, pc: Windows NT4 SP6 NIC: 3COM 11mbps Wireless PCI adapter I have a connection with the WLAN. But don't receive an IP address. I tried a fixed IP address in the range but then I can't ping anything. I tried reserving an IP in DHCP console on MAC address. No luck ! This is the error...
  12. hlauwers

    For the experts .. group policy issue

    Hi guys, how can you disable shortcuts using group policy. (Windows + e => explorer) I scanned all the group policy options without any luck, googled alot but could not find anything. Who can help me, because this is a serieus security threat in our production environment. Thank you...
  13. hlauwers

    Group policy disable keyboard shortcuts

    Hi all, I would like to disable keyboard shurtcuts through group policy. I haven't found this setting yet, and googled quite a bit Does anybody have an idea ? tnx alot
  14. hlauwers

    Group policy disable keyboard shortcuts

    Hi all, I would like to disable keyboard shurtcuts through group policy. I haven't found this setting yet, and googled quite a bit Does anybody have an idea ? tnx alot
  15. hlauwers

    Group policy disable keyboard shortcuts

    Hi all, I would like to disable keyboard shurtcuts through group policy. I haven't found this setting yet, and googled quite a bit :-) Does anybody have an idea ? tnx alot
  16. hlauwers

    updating reverse engineered document

    using Visual Studio .NET 2003 and Visio for Enterprise Architects 10 : Initially, reverse engineering from VS to Visio creates a new Visio document my question: how do I update this document after having modified the code WITHOUT having to create a new Visio File and make diagrams all over again?
  17. hlauwers

    datetime format in a SQL query

    Hello all! I'm attempting to retrieve the records from table X where DAT is greater than 31/12/2004 9am The WHERE clauses I've tried so far: WHERE dat > '31/12/2004 9:00:00' WHERE dat > '31/12/2004 9:00:00 AM' WHERE dat > '31/12/2004 9:00:00 AM CET' all return the error ORA-01830: date...
  18. hlauwers

    INNER JOIN with Oracle 8i

    I have the folowwing query: SELECT COUNT(*) FROM X INNER JOIN Y ON X.OID = Y.OID When I try to run it via SQL*Plus an error occurs: .ORA-00933 SQL command not properly ended the error marks the JOIN keyword what's wrong?
  19. hlauwers

    display generated select statement

    Using Crystal Reports 8.5, how does one display the select statement CR will generate to retrieve data from the back-end?
  20. hlauwers

    query trouble: column name is also keyword

    I've got a table "x" with a column named "date" When I run this query: "select date from x" an error is returned: "Error: ORA-00936: missing expression (State:37000, Native Code: 3A8)" How should I modify the query in order to retrieve the data in the "date" column?

Part and Inventory Search

Back
Top