Poser une questionPoser une question
 

Discussion généraleRSAT for Windows 7 Now Available

Toutes les réponses

  • mercredi 6 mai 2009 18:18AaronDM Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     
    Ahh! Finally, I can stop using the 2003 one.
  • lundi 11 mai 2009 20:47jcschaef1 Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     
    I still cannot connect to my domain through the AD Admin Center after I install the RSAT tools.  It says no cannot find an available server for domain xxx.  although in the left hand window I see my NBT domain name with a red down arrow in it ??
  • jeudi 28 mai 2009 02:57Carlos_Zapata_SV Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     
    Thanks for the information with this new RSAT, just today I applied onto my computer and finally I have access to Active Directory User and Groups, but please take a note that the tab of Dial-in is not available, I dont know why because on Windows Vista with adminpack you can access to the tab of Dial-in
    So at this momento RSAT for Windows 7RC I can access to AD (Windows Server 2003)
  • jeudi 28 mai 2009 08:44KiRon69 Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     
  • jeudi 28 mai 2009 17:21Carlos_Zapata_SV Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     
    Hi: Well I look the information that you give me, but I found that is related to Gateway Services on Windows 2003, and maybe I explain wrong. This is the issue: When you use the tool to administer Active Directory and look for a user account and click Properties , the tab of Dial-in is missing, the others tabs are present like Group Membership, Account, Environment and so on, but Dial-in I dont know what happend with this. When I have Windows Vista I can use the Active Directory and access this tab of Dial-in. Any suggestions will be welcome, meanwhile when I need to access Dial-in I used Remote Desktop to connect to the server and check-out the permission.
  • mardi 9 juin 2009 18:35KHemmelman Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     

    I wonder if I've missed a configuration option or if perhaps there is a tweak(s) I can perform in Windows 7 to get the Active Directory Users and Computers to have the same functionality as the one we run under Windows XP?

    I know there have been many comments about missing tabs in the RSAT and those missing tabs seem to continue to be missing in Windows 7.  Under Vista, there was some 'hack' you could perform to get some files from a 2008 server and register some files, etc. to get this functionality back, but that doesn't appear to work under Windows 7.

    Currently the below tabs are missing.

    For computers:
       - Dial-in

    For users:
       - Dial-in
       - Terminal Services Profile

    We use the Dial-in and Terminal Services Profile tabs on a daily basis.  Is there a way to get these tabs to show up in the ADUC of Windows 7 RSAT?  If not, then I'm thinking it pretty much means we have to continue using a Windows XP workstation to run ADUC.

    Thank you.

    Keith Hemmelman

  • mercredi 12 août 2009 15:08harbey Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     

    I wonder if I've missed a configuration option or if perhaps there is a tweak(s) I can perform in Windows 7 to get the Active Directory Users and Computers to have the same functionality as the one we run under Windows XP?

    I know there have been many comments about missing tabs in the RSAT and those missing tabs seem to continue to be missing in Windows 7.  Under Vista, there was some 'hack' you could perform to get some files from a 2008 server and register some files, etc. to get this functionality back, but that doesn't appear to work under Windows 7.

    Currently the below tabs are missing.

    For computers:
       - Dial-in

    For users:
       - Dial-in
       - Terminal Services Profile

    We use the Dial-in and Terminal Services Profile tabs on a daily basis.  Is there a way to get these tabs to show up in the ADUC of Windows 7 RSAT?  If not, then I'm thinking it pretty much means we have to continue using a Windows XP workstation to run ADUC.

    Thank you.

    Keith Hemmelman


    Did you ever get this figured out?  I need to get the Dial-In tab to appear also.
  • mercredi 12 août 2009 20:03Aldalin Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     
    Was this removed? If so, why?
  • mercredi 12 août 2009 20:39ChasBoston Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     
    Okay, so this is not really an issue with RSAT on Windows 7, but rather RSAT on either Vista or Windows 7, correct?  I have RSAT on my Vista machines and there is no Dial-in tab or Terminal Services tab, just as described above.
  • jeudi 13 août 2009 12:36Remko de Koning Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     A du code
    I used an option that worked for me in WinXP but seems to work as well in Windows 7 (RC)

    First create a batch file with the following content.

    cd /d %SystemRoot%\System32
    copy \\yourDC\Admin$\System32\mprsnap.dll *.*
    copy \\yourDC\Admin$\System32\rasuser.dll *.*
    copy \\yourDC\Admin$\System32\rtrfiltr.dll *.*
    regsvr32 rasuser.dll
    
    regedit /s dialin.reg
    Then create a registry file with below content called dialin.reg

    Windows Registry Editor Version 5.00 
    
    [HKEY_CLASSES_ROOT\RasDialin.UserAdminExt]
    @="" 
    
    [HKEY_CLASSES_ROOT\RasDialin.UserAdminExt\CLSID]
    @="{B52C1E50-1DD2-11D1-BC43-00C04FC31FD3}" 
    
    [HKEY_CLASSES_ROOT\RasDialin.UserAdminExt.1]
    @="" 
    
    [HKEY_CLASSES_ROOT\RasDialin.UserAdminExt.1\CLSID]
    @="{B52C1E50-1DD2-11D1-BC43-00C04FC31FD3}"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MMC\NodeTypes\{19195a5b-6da0-11d0-afd3-00c04fd930c9}\Extensions\NameSpace]
    "{B52C1E50-1DD2-11D1-BC43-00C04FC31FD3}"="RAS Dialin - User Node Extension"
    Then run the batchfile with Admin Rights!!

    Let me know if this works

    Remko
  • mardi 18 août 2009 22:21trogers24 Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     
    Where can I download RSAT for Windows 7 RC.   The link posted above appears to be dead.
  • mardi 18 août 2009 22:44Ronnie VernonMVP, ModérateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     
    Where can I download RSAT for Windows 7 RC.   The link posted above appears to be dead.

    Hi trogers24

    The final RSAT for Windows 7 has been published. This will work for the RC as well as for the RTM.

    Here is the new link.

    Remote Server Administration Tools for Windows 7

    Thanks for the heads up on this, I have updated the previous information in this thread.

    Regards,

    Thank You for testing Windows 7

    Ronnie Vernon MVP
  • mardi 18 août 2009 23:49Tagarich Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     
    Hi Ronnie,

    I tried your download link and install it, but i am getting an error "The update is not applicable to your computer". Any idea?

    Thanks!
  • mardi 18 août 2009 23:53trogers24 Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     
    I am getting the same error.
  • mercredi 19 août 2009 00:01Brian Borg Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     
    Hi Ronnie,

    I tried your download link and install it, but i am getting an error "The update is not applicable to your computer". Any idea?

    Thanks!

    One reason you can get that message is that you already have it installed.

    Try opening Control Panel\Programs and features, and clicking on "Turn Windows feeatures on and off".  See if the features you want are available.
  • mercredi 19 août 2009 00:15Tagarich Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     
    I checked the programs and features and it is not listed there. Thanks
  • mercredi 19 août 2009 23:23Steve Ollis Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     
    I'm having the same issue. I've even done a full fresh re-install to try and get aroound this issue.

    I currently have the following hotfixes installed:
    KB973540
    KB973346
    KB972636
    KB972260
    KB970858
    KB970421

    I'm running X64.
  • jeudi 20 août 2009 10:54Hussi Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     

    Hi,

    if you have installed Windows 7 / 64 bit you must install the downloadfile "amd64fre_GRMRSATX_MSU.msu".

    Regards, Anja

  • jeudi 20 août 2009 12:30trogers24 Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     
    I am getting that error on 1 machine that has 32 bit and 1 machine that has 64 bit. I am using the correct file on each machine
  • jeudi 20 août 2009 13:33apophistoledo Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     
    I've been fighting this RSAT "update is not applicable" issue as well. Most info I've found says to uninstall and reinstall (which you can't do if you never had it installed) or it is recommended that your remove specific update, which is not installed.

    RSAT and variants of the name do not appear in the Add/Remove Program list nor in the Windows components list.  The following updates are the only ones listed as installed:
    KB973540
    KB972260
    KB970858
    KB970789
    KB970421
    KB973346
    KB972636

    This is on the 32bit version. win7, build 6.1.7100

    Downloaded and redownloaded the file, tried both the x86 and the x64 versions of the install just to make sure.
  • mercredi 26 août 2009 16:09Lucianorcl Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     
    The information that came to me is:

    To everyone running build 7100 - that is the RC version of Windows 7.  These tools will only install on the RTM version of Windows 7.

  • mercredi 26 août 2009 18:38Brian Borg Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     
    The RSA Tools also install on Server 2008 R2.
  • mercredi 26 août 2009 20:22Tagarich Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     
    The information that came to me is:

    To everyone running build 7100 - that is the RC version of Windows 7.  These tools will only install on the RTM version of Windows 7.


    Can anybody confirm this? Based on the first post by Ronnie it is RC and not RTM.

    Thanks.
  • samedi 29 août 2009 16:44IssaquahTom Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     
    The information that came to me is:

    To everyone running build 7100 - that is the RC version of Windows 7.  These tools will only install on the RTM version of Windows 7.


    Can anybody confirm this? Based on the first post by Ronnie it is RC and not RTM.

    Thanks.

    Yes.  The link at the top is the RSAT for the RTM Build.  I have both installed.  The link above installs fine on RTM but woll not install on RC.
  • mercredi 2 septembre 2009 11:147flavor Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     
    Why is the RSAT for Windows 7 RTM version so huge when Vista version was less than 25 MB?
  • mercredi 2 septembre 2009 19:42artfullyminded Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     A du code
    This was a great opportunity thank you for allowing us to try it out. http://www.use.com
  • jeudi 3 septembre 2009 21:09scomeau Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     
    Anyone get the Dial-In tab to work w/ADUC on Win 7? yet?
  • vendredi 11 septembre 2009 19:40Jack Hac Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     
    I want to know how to get the Dial-In tab back too for RAST - windows 7 RTM?
  • mardi 15 septembre 2009 19:39Sephethus Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     
    I would like to be able to access the TS profile tab on RSAT for Windows 7, what's up with this missing tab and why is it still missing?
  • mardi 15 septembre 2009 22:57Ronnie VernonMVP, ModérateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     
    I would like to be able to access the TS profile tab on RSAT for Windows 7, what's up with this missing tab and why is it still missing?
    Hi

    Please see the following thread for a Microsoft explanation about the missing Dial-In tab.

    Windows 7 RSAT (for RC)

    Hope this helps.

    Thank You for testing Windows 7

    Ronnie Vernon MVP 


  • lundi 2 novembre 2009 16:32mav11rick Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     
    This worked for me on Win 7 Pro!