MSI, App-V, SCCM, Appsense, Citrix. This blog contains hints and tips on these technologies. Primarily it is an online notebook of items that I may need to refer to in the future, or things I constantly forget!
Wednesday, February 11, 2015
SCCM 2012 Configuration Manger Console may require the MDT
Tuesday, February 3, 2015
KMS
Key Management Service (KMS) clients use DNS to locate a KMS server. The DNS entry is a SRV type with a name of _VLMCS
slmgr /dlv on the client to display the license information and which server has been selected for KMS.
this command queries the DNS for the KMS server addresses.
nslookup -type=SRV _vlmcs._tcp.<forward lookup zone>
Use cscript slmgr.vbs to get screen text output. The default just pops up text windows which can be useless if there is a lot of text.
More information here https://technet.microsoft.com/en-us/library/ff793434.aspx
Some Microsoft products which are volume licensed use KMS servers to activate. Office 2016 is an example run the following to check the activation status.
change directory to C:\Program Files (x86)\Microsoft Office\Office16
run
cscript ospp.vbs /dstatus
Saturday, January 31, 2015
Internet Explorer update fails with error code 9C59
This post refers applies to a failure of Internet Explorer (IE) to update from a previous version; in this case IE9 on Win7 SP1.
The automatic update repeatedly failed apply the update to IE10 and later IE11 and logged update failures in the the update history:
Installation status: Failed
Error details: Code 9C59
Significant time was spent attempting to assess how this error could be solved. During troubleshooting the Windows Features window was discovered to be blank and it was surmised that this was the actual cause of the update failure, as IE 9 is considered a feature of Windows and is on this list of features. Instead of attempting to solve the update failure attention turned to solving the blank Windows Features window as arguably this was even more serious than a failing update.
Initially blogs and guides recommended using system file checks as sfc /scannow and DISM commands described here http://www.thewindowsclub.com/windows-resource-protection-found-corrupt-files note DISM /Online /Cleanup-Image /RestoreHealth is not a valid command at least on Win 7 SP1.
While researching DISM the system update readiness tool (SURT) was discovered http://support.microsoft.com/kb/947821 It is a large download "Windows6.1-KB947821-v34-x64.msu"
This system update readiness tool solved the blank Windows Features. After applying it the features were available in the display again.
Running the Windows Update to apply the IE11 update was then successful.
Remember to reboot after installing the SURT.
DISM = Deployment Image Servicing and Management
Thursday, January 29, 2015
Wednesday, January 28, 2015
SCCM 2012 boundary groups
Several logs including this one http://www.trailingreboot.com/?p=60 suggest using one boundary group containing all ip subnet boundaries to do site assignment, then use additional boundary groups to define site servers (distribution points DPs) for ip subnets.
Friday, January 23, 2015
Microsoft Office Pro Plus 2010 SP2 partial install of excluded features
http://www.microsoft.com/en-us/download/details.aspx?id=39667
There is a bug in Microsoft Office 2010 SP2 released 22/7/2013 which results in the incomplete installation of some features even if they have been specifically excluded from the installation by the Office Customization Toolkit (OCT).
Without SP2, excluded features do not install. However if the SP2 msp files (specifically officesuiteww-x-none.msp) are put into the Updates folder, then the problem occurs. An SP2 install to the original release installation also exhibits the effect.
It can be particularly problematic because the Access application feature installs file associations but not a complete application. .accdb files appear to have associations but launching access results in the error
Can't find Language DLL msmain.dll
The publisher application feature MSPUB.EXE is also incorrectly installed when the feature is disabled in the OCT. This results in this error
Publisher failed to start correctly last time.
The issue is discussed in the thread here:
http://answers.microsoft.com/en-us/office/forum/office_2010-office_install/office-2010-sp2-partially-installs-access-2010/9bb56acf-d48a-4244-b9ee-cda4e66fe58c
Workarounds:
The features can be installed then uninstalled in Programs and Features which properly removes them.
Tuesday, January 20, 2015
Outlook 2013 Archiving Contacts
The following procedure moves contacts to a separate .pst file for archiving.
In Contacts create a new Outlook Data File - New Items_More Items_Outlook Data File
Type the name of the file and save - it will be left open.
The file will be open and can be seen from the Mail view but NOT from the contacts view.
Right click a contact to be archived to the new contacts pst and select Move_Other Folder
A list of open and possible options appears
Select the name of the file created above and click New
Create a Contacts item to store contact information
Select the contacts item of the new .pst data file as the location to move the contact to. Click OK
To move multiple contacts use Ctrl to select items, right click the most recent select Move and then select the item from the menu as the destination for the selections.
Subscribe to:
Posts (Atom)
