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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Admin Tools on Win 7 64 bit error 1

Status
Not open for further replies.

aramalla

IS-IT--Management
Dec 6, 2011
3
IE
Hi guys,

The issue is is Win 7 64 bit, while enabling the AD tools in control panel and click ok, I am getting the following error "An error has occured. Not all of the features were successfully changed". a 64 bit Admin Pack for 2003 server Windows update was downloaded and installed,. the file name was "Windows6.1-KB958830-x64-RefreshPkg.msu". can some one help what is the issue is and how to fix it?

thanks
 
while enabling the AD tools". Can you clarify that "AD" stands for Administrative Tools and not something like Active Directory? How are you enabling these Tools in the first place? If it is a reference to Administrative Tools is there just one of the several tools listed that is giving you any error message or is it all of them? I am not too sure what you mean by "enabling" if it is a reference to Administrative Tools in the Control Panel.



This example might or might not work for you with your problem?


"It seems that the "Run as administrator" command only gives you some administrative privileges, and they're not enough to install Java (and OpenOffice, by association). In order to get around this, you need to actually log into an administrator. Open a command prompt with admin rights by clicking start, typing cmd into the search/run box, and hitting CTRL-SHIFT-ENTER. At the prompt, type:

net user administrator /active:yes

Then log out of your regular account and back in as the administrator, where you should be able to install the program. When you're done, log back into your regular account and, for security purposes, disable the administrator account using:

net user administrator /active:no "

You could then test your problem out with the highest possible privileges available.



This has helped fix similar problems too. If you can't get it from Windows Updates try the "Microsoft Download Center"

Description of the System Update Readiness Tool for Windows Vista, for Windows Server 2008, for Windows 7, and for Windows Server 2008 R2
 
Sorry, if I am confused with my question.

This is what I am trying to do, but getting the above error.

I want to get access Active Directory Users and Computers in Windows 7 (our file server is Windows 2003, I have full admin rights on my Win 7 PC)

Downloaded the Remote Server Administration Tools (that’s the new name for what used to be Server 2003 Admin Pak)from Microsoft.

After you install, from the control panet, programs featurs, through Turn Windows Features on or off, under the “Remote Server Administration Tools” sectio, “Role Administration Tools" from where this Active Directory tools can be enabled, After I hit ok getting the following error,
"An error has occured. Not all of the features were successfully changed"

any help much appriciated...
 
problem solved, here is what worked for me..

(courtesy original poster on technet forum)

Platform 64-bit W7 Professional.

Make an install.bat file and run from dos command (as Admin) with the following contents:

dism.exe /online /quiet /enable-feature /featurename:RemoteServerAdministrationTools
dism.exe /online /quiet /enable-feature /featurename:RemoteServerAdministrationTools-Roles
dism.exe /online /quiet /enable-feature /featurename:RemoteServerAdministrationTools-Roles-CertificateServices
dism.exe /online /quiet /enable-feature /featurename:RemoteServerAdministrationTools-Roles-CertificateServices-CA
dism.exe /online /quiet /enable-feature /featurename:RemoteServerAdministrationTools-Roles-CertificateServices-OnlineResponder
dism.exe /online /quiet /enable-feature /featurename:RemoteServerAdministrationTools-Roles-AD
dism.exe /online /quiet /enable-feature /featurename:RemoteServerAdministrationTools-Roles-AD-DS
dism.exe /online /quiet /enable-feature /featurename:RemoteServerAdministrationTools-Roles-AD-DS-SnapIns
dism.exe /online /quiet /enable-feature /featurename:RemoteServerAdministrationTools-Roles-AD-Powershell
dism.exe /online /quiet /enable-feature /featurename:RemoteServerAdministrationTools-Roles-AD-DS-AdministrativeCenter
dism.exe /online /quiet /enable-feature /featurename:RemoteServerAdministrationTools-Roles-AD-DS-NIS
dism.exe /online /quiet /enable-feature /featurename:RemoteServerAdministrationTools-Roles-AD-LDS
dism.exe /online /quiet /enable-feature /featurename:RemoteServerAdministrationTools-Roles-DHCP
dism.exe /online /quiet /enable-feature /featurename:RemoteServerAdministrationTools-Roles-DNS
dism.exe /online /quiet /enable-feature /featurename:RemoteServerAdministrationTools-Roles-FileServices
dism.exe /online /quiet /enable-feature /featurename:RemoteServerAdministrationTools-Roles-FileServices-Dfs
dism.exe /online /quiet /enable-feature /featurename:RemoteServerAdministrationTools-Roles-FileServices-Fsrm
dism.exe /online /quiet /enable-feature /featurename:RemoteServerAdministrationTools-Roles-FileServices-StorageMgmt
dism.exe /online /quiet /enable-feature /featurename:RemoteServerAdministrationTools-Roles-HyperV
dism.exe /online /quiet /enable-feature /featurename:RemoteServerAdministrationTools-Roles-RDS
dism.exe /online /quiet /enable-feature /featurename:RemoteServerAdministrationTools-Features
dism.exe /online /quiet /enable-feature /featurename:RemoteServerAdministrationTools-Features-BitLocker
dism.exe /online /quiet /enable-feature /featurename:RemoteServerAdministrationTools-Features-Clustering
dism.exe /online /quiet /enable-feature /featurename:RemoteServerAdministrationTools-Features-GP
dism.exe /online /quiet /enable-feature /featurename:RemoteServerAdministrationTools-Features-LoadBalancing
dism.exe /online /quiet /enable-feature /featurename:IIS-WebServerRole
dism.exe /online /quiet /enable-feature /featurename:IIS-WebServerManagementTools
dism.exe /online /quiet /enable-feature /featurename:IIS-IIS6ManagementCompatibility
dism.exe /online /quiet /enable-feature /featurename:IIS-Metabase
dism.exe /online /quiet /enable-feature /featurename:IIS-LegacySnapIn
dism.exe /online /quiet /enable-feature /featurename:IIS-WebServerManagementTools
dism.exe /online /quiet /enable-feature /featurename:IIS-WebServerRole
dism.exe /online /quiet /enable-feature /featurename:RemoteServerAdministrationTools-Features-SmtpServer
dism.exe /online /quiet /enable-feature /featurename:RemoteServerAdministrationTools-Features-StorageExplorer
dism.exe /online /quiet /enable-feature /featurename:RemoteServerAdministrationTools-Features-StorageManager
dism.exe /online /quiet /enable-feature /featurename:RemoteServerAdministrationTools-Features-Wsrm
dism.exe /online /quiet /enable-feature /featurename:RemoteServerAdministrationTools-ServerManager

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top