Jump to content

MAC-DUFF

Member
  • Posts

    54
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Germany

Posts posted by MAC-DUFF

  1. Hi everybody,

    this topic is already present in some other forums but still for me it doesnt work. I was wondering, how to add a user into the

    Component Services-> Computers -> My Computer -> Com+ Applications -> System Application -> Roles -> Administrator

    by script.

    screenshotc.png

    I tried the tool dcomperm.exe but after I read that it it is not developed for roles so it has to be done with the ComAdminCatalog. But I cant find any useful information about it.

    Dim catalog
    Dim applications
    Dim application
    Set catalog = CreateObject("COMAdmin.COMAdminCatalog")
    Set applications = catalog.GetCollection("Applications")
    Call applications.Populate

    The AppID is "{02D4B3F1-FD88-11D1-960D-00805FC79235}"

    Would be please anybody so kindly to help me out with that

    Thx

  2. ok, I figured out that I also can add these feature with the pkgmgr but sadly all root boxes are greyed out but not is installed. here my syntax:

    start /w pkgmgr /iu:IIS-WebServerRole;IIS-WebServer;IIS-ASPNET;IIS-ASP;IIS-NetFxExtensibility;IIS-ISAPIExtensions;IIS-ISAPIFilter;IIS-ManagementConsole;IIS-ManagementScriptingTools;IIS-ManagementService;IIS-HttpCompressionStatic;IIS-HttpCompressionDynamic;IIS-StaticContent;IIS-DefaultDocument;IIS-HttpErrors;IIS-HttpRedirect;IIS-WindowsAuthentication;IIS-RequestFiltering

  3. Hi there,

    is it possible to activate the box that the service interacts with the desktop with a script?

    Problem is that I have to run an application as service where I until now found only one tool to do that: http://www.pirmasoft.com/runassvc.php

    The tool works fine but I have to change a lot of settings in the service later. Or if u know other good freeware tools which I can also set up via cmd, please tell me

    Best Regards

    Stephan

  4. Hello,

    following situation, we have two domains with 2003 which have no trusted connection among each other. In the one Domain is a Terminal License Server and we want to register a Terminal Server from the other Domain on this TLS. How do we have to set the permissions that we don’t need a trusted connection or is it in general possible?

    Regards

  5. Sorry, I was totally confused. I wanted to post this topic in the mcseboard.de which is German, lol. My fault.

    Well, is it in any way possible to add file types in the "run as" context menu when u make a right click on file for vbs and batch. By default u just can do it with exe and msc files.

    I think I have to add an entry in this key [HKEY_CLASSES_ROOT\vbsfile\shell\runas] but I dont know which arguments I have to set.

    btw.: I think I ve posted my question in the wrong forum.... not my day

  6. Post: 5

    Hi,

    ist es irgend wie möglich diese "Ausführen als" Option wie er bei Exe oder Msc Dateien zufinden ist auch bei vbs und batch zu integrieren?

    Ich hab bereits herausgefunden das es nach [HKEY_CLASSES_ROOT\vbsfile\shell\runas] gehört, aber mir fehlt die genaue Syntax. Kann mir da jemand helfen?

    Könnte natürlich auch vbs über die cmd aufrufen die ich unter einem anderen Konto aufgeruft habe starten, aber das ist was umständlich

    bis denne

  7. Hi,

    thanks for reply. Maybe they dont't want to integrate it on their DHCP Server... But is there maybe another software which allows us to make a remote installation, which works better on the following points:

    -does not need a DHCP Server

    -lets format the HDD in different sizes

    -is a original setup and not a image technology

    cu

  8. HI

    I want to know if its possible to start a RIS installation by using a Windows PE Version. We have the problem that our DHCP Server is installed with Linux and that doenst support Microsoft RIS.

    My thought is it, to mount the Windows PE, format the drives and write the MBR and say it to ask the RIS Server for the data. By the next restart should the install starts.

    I hope u understand my idea

    cu later

  9. Hi,

    I have a problem to edit the cisco vpn installer. I have the version 4.8.01.0300 and its created with InstallShield. But theres no msi and also it doesnt copy any msi to the temp folder. There are just these files:

    data1.cab

    data1.hdr

    data2.cab

    DelayInst.exe

    ikernel.ex_

    installservice.exe

    InstHelper.dll

    layout.bin

    Setup.bmp

    Setup.exe

    Setup.ini

    setup.inx

    sig.dat

    Also an administrative installation doesn't work.

    I hope someone can help me

  10. hi,

    I look for a solution how to select the user out of the ads like this:

    s12345(login-name);firstname secondname

    s23456(login-name);firstname secondname

    second and firstname can be changed

    hope u understand me and can help. I am already infomred about the 2k3 software like ldifde or DSQUERY but i dont get it....

    cu later

×
×
  • Create New...