Jump to content

valter

Member
  • Posts

    427
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Denmark

Posts posted by valter

  1. Microsoft SMS does a good job, but you're not going to like the pricing.

    or you can just register as MS partner and receive welcome kit with bunch of software and licenses for as low as 300 US$ :) ... just buy extra CALs

    Action pack is only suppose to be used for demo and test ;) not live production

    Nope, as it says in the license agreement, it's intended for internal business use, that means that you can use it for your own business use as much as you want, the way you want it as long as it's installed on computers that belongs to your business :)

    The Action Pack subscription includes a Welcome Kit and four quarterly updates. You get new Microsoft software for your business use, access to special partner training materials, and sales and marketing tools to grow your business.

    Source: https://partner.microsoft.com/US/40016455?PS=3

    Not-for-Distribution Software

    Your Action Pack Subscription entitles you to core software for internal business use.Including application development, and testing.

    Source: https://partner.microsoft.com/US/program/ma...ck/40013779#not

  2. I don't think you can even replace the key. As per difference, there is NO difference between Retail or OEM and VLK except activation requirement.

    Changing the key (even if it was possible) will not help, as installation CD has it's own signature on how to behave during install. If you open your setupp.ini file within i386 folder you will notice PID signature, what counts there are last 3 digits...

    ExtraData=707A667567736F696F697911AE7E05

    Pid=55034000

    335 = Retail

    270 = VLK

    OEM = OEM

    000 = Upgrade

  3. Do the following...

    1. Log on as a member of the Domain Admins group.

    2. Open the Active Directory Users and Computers MMC snap-in.

    3. Right-click the domain or Organizational Unit where you want to create the GPO and press Properties.

    4. Select the Group Policy tab.

    5. Press New.

    6. Type a name for the new GPO and press Enter.

    7. Press the Edit button.

    8. Navigate through User Configuration / Windows Settings / Internet Explorer Maintenance / Security.

    9. Right-click Security Zones and Content Ratings in the right-hand pane and press Properties.

    10. Select Import the current security zones and privacy settings. If prompted, press Continue.

    11. Press Modify Settings.

    12. Select Trusted Sites and press the Sites button.

    13. Type the full URL of the site you wish to add and press Add.

    14. Press Close (or OK) and OK.

    15. Press Close (or OK) until all dialog boxes are closed, and close any snap-in windows.

    16. Allow sufficient time for the policy to propagate throughout the domain.

    17. Open CMD (Start - Run - CMD - Enter) and type gpupdate /force

    Every machine authenticating to the AD afterwards will receive new GP

  4. Well, another solution is export my AD objects out (using a utility like ldifde) and re build the system from scratch, by theway is there any third party utility helping with exporting objects from Active Directory ?

    AD has a command line utility to export AD objects to csv file, consult the Windows Server 2003 book for details on how to use this utility. However, having the extra server box that will keep your AD infrastructure as well as FSMO roles is the cheapest way (if you care about TCO - total cost of ownership)

  5. No, AD functions after the version number, during the time, your AD version changes, and as soon as server is restored the version number on the server is lower than on workstations, that's why you have to rejoin them.

    However, I didn't get why do you have to restore server? It's very rare that AD server goes down just like that, and I believe that one extra box aside just to keep your FSMO roles would be benefit for both you and your AD environment

  6. I don't think you can actually delete network printer connection using wildcards, but rather collect all printer names and then make a vbs script and remove them. Here is simple example how to remove network printer connection as well as printer icon.

    Option Explicit
    Dim objNetwork, strUNCPrinter
    strUNCPrinter = "\\Server\Printer"

    Set objNetwork = CreateObject("WScript.Network")
    ' Section which removes the network printer
    objNetwork.RemovePrinterConnection strUNCPrinter

    WScript.Echo "Check Printers folder NO: " & strUNCPrinter
    Wscript.Quit

    Logon Script ends here

    Hope this helps

  7. First, you can not use private IP addresses on the providers DNS management, as they will not resolve to anything. If your web server has global (public) ip address then that's the address you should use when seting up the DNS record.

    Second, you have to setup the same subdomain on your IIS, make a new website, point it to the app dir, and set host header to what ever your subdomain is.

    If you're using gateway with single global IP address and port forwarding function, then you have to setup your IIS after this article http://support.microsoft.com/kb/308163/en-us (article is intended for IIS 5.0, but same apply to IIS 6.0)

  8. I'm not quite sure I understand what do you mean by 1.2 and 1.5, but to bind DHCP to a certain NIC, you have to get into DHCP MMC, right click on the server, clik Properties, clik tab Advanced and then Bindings, where you can select what NIC should DHCP operate on...

  9. check capacitors on the MB around the CPU, the symptoms you've described sounds like it...

    That don't sound like bad caps unless Windows started getting majorly unstable before. Windows probably would keep on erroring long before it would shut off. The first symptom of bad caps would be that it crashes when running demanding tasks. Especially games and benchmarks. Then it gets worse until it starts crashing even when idle.

    not sure where did you get this from, anyway it's not even important, this sounds just like bad caps, when caps are bad, Windows will just shutdown with no prior errors or anything (have had many cases with caps, and not a single error log about any instability...

×
×
  • Create New...