Showing posts with label MDOP. Show all posts
Showing posts with label MDOP. Show all posts
Thursday, April 19, 2012
Wednesday, April 11, 2012
DISM Commands for inserting drivers into Image file
DISM Commands
For Mounting Image File-
DISM.exe /Mount-Wim /wimfile:"C:\DeploymentShare\Operating
Systems\WIN7ENT\WIN7ENT.wim" /index:1 /MountDir:C:\Mount
*Note- In "" your .wim file path. Also its one continues command.
For Adding Drivers-
DISM.exe /Image:C:\Mount /Add-Driver /Driver:C:\Users\Administrator\Desktop\LAN_Broadcom_14.4.2.2_W7x64 /Recurse
*Note- The Above is one continues command.
For Commitiing changes-
DISM.exe /Commit-Wim /MountDir:C:\Mount
For Dismounting WIM File-
DISM.exe /Unmount-Wim /MountDir:C:\Mount /Discard
For Mounting Image File-
DISM.exe /Mount-Wim /wimfile:"C:\DeploymentShare\Operating
Systems\WIN7ENT\WIN7ENT.wim" /index:1 /MountDir:C:\Mount
*Note- In "" your .wim file path. Also its one continues command.
For Adding Drivers-
DISM.exe /Image:C:\Mount /Add-Driver /Driver:C:\Users\Administrator\Desktop\LAN_Broadcom_14.4.2.2_W7x64 /Recurse
*Note- The Above is one continues command.
For Commitiing changes-
DISM.exe /Commit-Wim /MountDir:C:\Mount
For Dismounting WIM File-
DISM.exe /Unmount-Wim /MountDir:C:\Mount /Discard
Saturday, April 7, 2012
MBAM: Setup Fails with SQL Error - Error obtaining a certificate protected by the master key
Issue: You will receive an error when you try to
install MBAM Program
SQL Error: Error obtaining a certificate protected by master key
A master key
password is needed for the setup to complete the Transparent data encryption
(TDE) in the SQL Server database. Please create a master key encryption and
provide a secure password for it.
Friday, March 30, 2012
App-V: Error 25122. ASP.NET web service extension
Issue:-
When you
install the Application Virtualization 4.5 Management Server either through a
typical installation option or a custom option that includes the Application
Virtualization Management Web Service on Windows Server 2008 or Windows Server
2008 R2, you may encounter the following error:
Error 25100. An internal error occurred.
or
Error 25122. The installation program was unable to register the ASP.NET web service extension.
Error 25100. An internal error occurred.
or
Error 25122. The installation program was unable to register the ASP.NET web service extension.
Wednesday, March 28, 2012
App-V 4.6 SP1: Management Server Installation and Configuration
In this blog we have evaluated Microsoft Application
Virtualization 4.6 SP1 and given the detailed step by step procedure to set up
the infrastructure. The blog is divided into 3 parts:-
App-V 4.6 SP1: Management Server Installation and
Configuration
Installing App-V Management Server
Windows Domain Controller
·
Windows Server® 2008 or Windows
Server 2008 R2 with Active Directory Domain Services and Microsoft DNS
Sunday, March 25, 2012
DaRT 7.0 Installation Step by Step Guide
Step by Step Guide to Install and Run DaRT
We’re going to install DaRT on an administrator’s workstation running Windows 7 x 86 Enterprise edition and then use it to troubleshoot computers running Windows 7 that fail to boot properly. Begin by copying DaRT installer files on Windows 7 Machine.
We’re going to install DaRT on an administrator’s workstation running Windows 7 x 86 Enterprise edition and then use it to troubleshoot computers running Windows 7 that fail to boot properly. Begin by copying DaRT installer files on Windows 7 Machine.
Subscribe to:
Posts (Atom)
Azure Policy support for remediating tags for existing resources
Use Azure policy to remediate tags for existing resources. https://azure.microsoft.com/en-us/updates/azure-provides-at-scale-tags-managem...
-
This is regarding the activity recently I have completed at global IT services and consulting company . Their IT manager had a requiremen...
-
Many times we come across a scenario where we need to create bulk of AD user accounts. But who wants to spend a whole bunch of time for cre...
-
Deleting bulk user accounts made easy using Powershell. We have tested the below script in Windows Server 2008 R2 AD infrastructure. Use...


