Lars Lohmann

Identify VMM RU6 installation (Update Rollup 6)

Microsoft has released Update Rollup 6 for System Center 2012 R2 Virtual Machine Manager Update Rollup 6 for System Center 2012 R2 Virtual Machine Manager If you manually download the update packages from the Microsoft Update Catalog and install them by double-clicking the packages, you have to install the Virtual

Continue to read »

Remove Microsoft System Center 2012 R2 Menu

When you install the Configuration manager client you will see Software Center in your start menu. In some situations you might not want this to happen. The installation of the menu items can be excluded if you use the installation property, as shown here in a Task Sequence. /ExcludeFeatures:ClientUI After

Continue to read »

Join Windows 10 to Azure Active Directory

This time lets try to join a Windows 10 client build 10061 to Azure AD. First we need to enable Device Registration Azure AD. open the Azure portal and browse to your Directory, select Configure and select Yes on Enable Device Registration, then save the change: On the Windows 10

Continue to read »

Extend the Task sequence error timeout duration

Whenever you encounter and error in your Task Sequence you will see a Task Sequence Error popup. This message will be shown for 15 minutes by default. You might first be back after the 15 minutes has passed, and then the machines could be at the login screen. You actually

Continue to read »

Citrix Receiver for Windows 4.2.100.14

Citrix has released a new version of Citrix Receiver for Windows, new version reported is 4.2.100.14 Download installation file : http://www.citrix.com/go/receiver.html Changes is this version: http://support.citrix.com/article/CTX138197 Spring Forward to Receiver for Windows 4.2.100 (The Citrix Blog post) http://blogs.citrix.com/2015/04/14/spring-forward-to-receiver-for-windows-4-2-100/ And finally documentation: http://support.citrix.com/proddocs/topic/receiver-windows-42/receiver-windows-42-wrapper.html  

Continue to read »

SCCM – SQL Server service running account error

When installing SCCM 2012 R2 you might see an error like this in the Prerequisite Check. SQL Server service running account The logon account for the SQL Server service cannot be a local user account, NT SERVICE<sql service name> or LOCAL SERVICE.  You must configure the SQL Server service to

Continue to read »

Prerequisites installation and SCCM Client

In some situations, you want the Configuration manger Client not to install prerequisites like Silverlight and DotNet4. Perhaps you want to install a newer versions or you simply don’t need for example Silverlight. The client will per default install Microsoft .NET Framework 4 Client Profile and Silverlight, but this can

Continue to read »

Detect if PowerShell remoting is enabled

In some scenarios I need to now if PowerShell remoting is enabled on the local host, this can be done in many different ways, but this is an easy way to do it: Start PowerShell on the local machine and enter the command Enter-PSSession -ComputerName localhost If PowerShell remoting is

Continue to read »

SCCM SQL database not using right Collation

When installing SCCM 2012 R2 you might see this error: Required SQL Server Collation Configuration Manager requires that you configure your SQL Server instance and Configuration Manager site database (if already present) to use the SQL_Latin1_General_CP1_CI_AS collation, unless you are using a Chinese operating system and require GB18030 support.  For

Continue to read »

Windows 7 and Windows 2008 R2 KMS keys

Still working with Windows 7 and Windows 2008 R2 Not that long ago I needed the KMS keys for Windows 2008 R2, but realized that I only had posted the keys for Windows 2012 and Windows 8.1 on this blog. http://larslohmann.blogspot.dk/2013/10/windows-81-and-windows-2012-r2-kms-keys.html Time to change this. The default KMS keys used

Continue to read »

Hotfixes that breaks OSD – March 2015

And once again were have new updates breaking OSD http://larslohmann.blogspot.dk/2014/11/hotfixes-that-breaks-osd.html Microsoft has updated the support case: http://support.microsoft.com/kb/2894518 The new problematic updates are: 3036493 MS15-030: Description of the security update for Remote Desktop protocol: March 10, 2015 3039976 MS15-030: Vulnerability in Remote Desktop protocol could allow denial of service: March 10,

Continue to read »

System Center Endpoint Protection 4.7.209.0 Update

Microsoft has released a new update for the System Center Endpoint Protection client. Revised February 2015 anti-malware platform update Endpoint Protection clients The update are available from Windows update ad explained here: Anti-malware platform updates for Forefront Endpoint Protection/System Center Endpoint Protection will be released to Microsoft Update. Newly deployed

Continue to read »

Identify VMM RU5 installation

Update Please note this update released after RU 5 Hotfix for known issues in Update Rollup 5 for System Center 2012 R2 Virtual Machine Manager Original Post Microsoft has release Update Rollup 5 for System Center 2012 R2 Virtual Machine Manager Description of the security update for Update Rollup 5

Continue to read »

System Center Endpoint Protection 4.7.205.0 Update

Please note that there are know issues with this update on Windows 8.1 clients: http://blogs.technet.com/b/configmgrteam/archive/2015/02/19/known-issue-endpoint-protection-blocks-internet-explorer-downloads.aspx Fix: http://larslohmann.blogspot.dk/2015/03/system-center-endpoint-protection.html Original Post: Microsoft has released a new update for the System Center Endpoint Protection client. February 2015 anti-malware platform update for Endpoint Protection Clients The update are available from Windows update ad explained

Continue to read »

Identify Whether SCCM 2012 R2 CU4 has been installed

Cumulative Update 4 for System Center Configuration Manager 2012 R2 has been released http://support.microsoft.com/kb/3026739/ So once again it’s time to take a closer look at how to determine the installation status of this cumulative update, this time for CU4. After upgrading to System Center Configuration Manager 2012 R2 CU4, you

Continue to read »

Run command in system context

Sometimes I need to test program, scripts and so on running in system context, just to see if its working. For this I always use an old friend from sysinternals PSEXEC. http://technet.microsoft.com/en-us/sysinternals/bb897553 So let start a command prompt as SYSTEM: Use the command: psexec -s cmd.exe First time you start

Continue to read »

How long has this system been running

I often need a quick way to see how long a Windows box has been running, or actually when it was last restarted One way is to use the command net statistics workstation and find Statistics since: And of course PowerShell is nowadays also an option: Get-CimInstance -ClassName win32_operatingsystem |

Continue to read »

Changing Windows Login Screen Background

Sometimes I need to change the standard Login Screen background to for example a corporate logo. Windows 7 We can easily do this from a SCCM task sequence during OSD. First we need a jpg file with the image we want to use, this file must not be greater than

Continue to read »

Citrix Receiver for Windows 4.2.0.10

Citrix has released a new version of Citrix Receiver for Windows, new version reported is 4.2.0.10 Download installation file : http://www.citrix.com/go/receiver.html Changes is this version: http://support.citrix.com/article/CTX138197 And finally documentation: http://support.citrix.com/proddocs/topic/receiver-windows-42/receiver-windows-42-wrapper.html

Continue to read »

Download fails with error 80072ee2

Sometime I have problem with packages not downloading and in smsts.log I get this error. Download() failed, 80072ee2. The only way I have found to fix this when it happen are to use the variables SMSTSDownloadRetryCount = 5 SMSTSDownloadRetryDelay = 15 Set the at the top in your Task Sequence

Continue to read »

Hotfixes that breaks OSD

Once again I have found my self in a situation where a customer had problems with a task Sequence stopping, so now it’s time to do a post about this well known situation You might see your Task Sequence stopping with the following error in smsts.log: Failed to set log

Continue to read »

Identify VMM RU4 installation

Microsoft has release Update Rollup 4 for System Center 2012 R2 Virtual Machine Manager http://support2.microsoft.com/kb/2992024. Let’s take a look on how we identify the versions installed. First the administrative console, you can see the current version by selecting about in the console: After the RU4 update for the console has

Continue to read »

Citrix Receiver for Windows 4.1.200

Citrix has released a new version of Citrix Receiver for Windows, new version reported is 4.1.200.13 Download installation file : https://www.citrix.com/downloads/citrix-receiver/windows/receiver-for-windows-41.html Changes is this version: http://support.citrix.com/article/CTX138197 And finally documentation: http://support.citrix.com/proddocs/topic/receiver-windows-40/receiver-windows-40-wrapper.html This update includes all updates from 4.1 Cumulative Update 1: (4.1.100) http://larslohmann.blogspot.dk/2014/09/citrix-receiver-for-windows-41.html

Continue to read »
Search blog posts
Search
Authors
Modern Workplace consultant and a Microsoft MVP in Enterprise Mobility.

Modern Workplace consultant and a Microsoft MVP in Windows and Devices.

Infrastructure architect with focus on Modern Workplace and Microsoft 365 security.

Cloud & security specialist with focus on Microsoft backend products and cloud technologies.

Cloud & security specialist with focus on Microsoft 365.

Cloud & Security Specialist, with a passion for all things Cybersecurity

Cloud and infrastructure security specialist with background in networking.

Infrastructure architect with focus on design, implementation, migration and consolidation.

Infrastructure consultant with focus on cloud solutions in Office365 and Azure.

Modern workplace and infrastructure architect with a focus on Microsoft 365 and security.

follow us in feedly
Categories
  • Follow on SoMe