Video Tutorial: Task Sequences Integration – Application Deployment Part 18

Hello everyone, here is part 18 of a series focusing on Application Deployment in Configuration Manager. This series is recorded by , a Microsoft principal premier field engineer.
 
This session focuses on the new Task Sequence Deployment Type int… Continue reading Video Tutorial: Task Sequences Integration – Application Deployment Part 18

C++/WinRT injects additional constructors into each runtime class

C++/WinRT treats runtime classes similar to C# reference types. Copying a C++/WinRT runtime class copies a reference to the underlying object. You can null out the reference by assigning nullptr to it.

On the other hand, C++ constructors don’t use the new keyword; the new keyword has a differen

Continue reading C++/WinRT injects additional constructors into each runtime class

Checking the certificate trust chain for an HTTPS endpoint

Sometimes our client apps, including browsers, are unable or unwilling to connect to an HTTPS site. A common cause: the certificate presented by the server endpoint fails the validation; the client does not trust the certificate presented by the server… Continue reading Checking the certificate trust chain for an HTTPS endpoint

What’s new: Microsoft Teams connector in Public Preview

This installment is part of a broader series to keep you up to date with the latest features in Azure Sentinel. These installments will be bite-sized to enable you to easily digest the new content.
 
Great news! You can now use an in-built connect… Continue reading What’s new: Microsoft Teams connector in Public Preview