Intune deploy Win32 app

Intune deploy Win32 app

Andres Bohren
Hi All, To install an .exe or *.msi with Intune you need to Prepare Win32 app content for upload and create a *.intunewin File To create the *.intunewin File you will need the Microsoft Win32 Content Prep Tool In my example i run the IntuneWinAppUtil.exe interactive from a Windows Command Terminal. You will need to: specify source folder specify setup file specify output folder Microsoft Intune Admin Center > Apps > All apps
PowerToys v0.70.1 released

PowerToys v0.70.1 released

Andres Bohren
Hi All, Just let you know, that two days ago, Microsoft has released PowerToys v0.70.1 You will likely got a Notification in your Notifications Bar If you open PowerToys in the Taskbar you will already see the green bar that indicates an Update From the Main Window you can install the Update The Release notes will show you what’s new Et voila - the update has sucessfully installed Regards Andres Bohren
Intune Organizational Message is GA

Intune Organizational Message is GA

Andres Bohren
Hi All, Intune Organizational Messages where already announced in October 2023. End of May 2023 Microsoft announced the Organizational Messages to be Generally Available Organizational messages for Windows 11 now generally available Use organizational messages to deliver branded, personalized call-to-actions to employees. Select from more than 25 messages that support employees through device onboarding and lifecycle management, in 15 different languages. Messages can be assigned to Azure AD user groups, and delivered just above the taskbar, in the notifications area, or in the Get started app on devices running Windows 11.
Windows 11 22H2 Install Remote Server Administration Tool (RSAT) Feature

Windows 11 22H2 Install Remote Server Administration Tool (RSAT) Feature

Andres Bohren
Hi All, A while ago i did blog about how to add the Remote Server Administration Tools (RSAT) on Windows 10 with the GUI This time, i will show you how to install it on Windows 11 22H2 with PowerShell. Note that the PowerShell needs to be run elevated (As Administrator) Let’s query the installation status Get-WindowsCapability -Name RSAT* -Online | Select-Object -Property DisplayName, State To see the Names we need to use this command
ExchangeOnlineManagement 3.2.0-Preview4 released

ExchangeOnlineManagement 3.2.0-Preview4 released

Andres Bohren
Hi All, Just a few Days ago, Microsoft has released ExchangeOnlineManagement-Preview4 Module to the PowerShell Gallery. PowerShell Gallery ExchangeOnlineManagement 3.2.0-Preview4 According to the Release notes First, let’s check what we have installed and what is available from the PowerShell Gallery Get-InstalledModule ExchangeOnlineManagement -AllVersions Find-Module ExchangeOnlineManagement Ininstall Preview3 and install Preview4 I had to uninstall the ExchangeOnlineManagement with the Force Parameter, because i have dependend Modules. As i have already installed the regular Version of the Module, we need to use the Force Parameter for side by side installation.
HTTP Security Headers

HTTP Security Headers

Andres Bohren
Hi All, Recently my Colleque Tobias Asböck made me aware of the HTTP Security Headers. You can test the Security Headers with the Online Scan from Scott Helme. Ouch - that did not look good for my Website hosted on Azure App Service. So how do i add these Headers? It’s in the web.config File of the Project right afer the system.web configuration <system.webServer> <security> <requestFiltering removeServerHeader="true" /> <!-- Removes Server header in IIS10 or later and also in Azure Web Apps --> </security> <httpProtocol> <customHeaders> <clear /> <!
PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.23710.12000 released

PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.23710.12000 released

Andres Bohren
Hi All, Microsoft has released the Microsoft.Online.SharePoint.PowerShell 16.0.23710.12000 PowerShell Module to the PowerShell Gallery Check the installed Version and what is available from the PowerShell Gallery Get-InstalledModule Microsoft.Online.SharePoint.PowerShell Find-Module Microsoft.Online.SharePoint.PowerShell Uninstall old PowerShell Module and install the newest one. Uninstall-Module Microsoft.Online.SharePoint.PowerShell Install-Module Microsoft.Online.SharePoint.PowerShell Get-InstalledModule Microsoft.Online.SharePoint.PowerShell List the Commands of the Module Get-Command -Module Microsoft.Online.SharePoint.PowerShell Connect to Sharepoint Online Connect-SPOService -Url https://icewolfch-admin.sharepoint.com Get-SPOTenant | fl Regards Andres Bohren PowerShell Logo
Azure Information Protection Unified Labeling (AIP UL) 2.16.73

Azure Information Protection Unified Labeling (AIP UL) 2.16.73

Andres Bohren
Hi All, A few days ago, Microsoft has released a new Version of the Microsoft Azure Information Protection labeling client. Download Microsoft Azure Information Protection 2.16.73.0 Running the Installation with the *.msi File The Installer removes the old version and installs the new Version on the Client. You can find “Azure Information Protection Viewer” in the Startmenu Here you go. The new Version is installed Regards Andres Bohren Azure Logo
Azure Storage Explorer 1.29.2

Azure Storage Explorer 1.29.2

Andres Bohren
Hi All, Yesterday i have seen the Message, that there is an Update for Azure Storage Explorer. Just a few days after the Release of Azure Storage Explorer v1.29.1 Donwload: Azure Storage Explorer v1.29.2 There are just two Updates listed on the GitHup Repo. Installing the Update Actual Version of Azure Storage Explorer Regards Andres Bohren Azure Logo
PowerToys v0.70.0 released

PowerToys v0.70.0 released

Andres Bohren
Hi All, Just let you know, that two days ago, Microsoft has released PowerToys v0.70.0 You will likely got a Notification in your Notifications Bar If you open PowerToys in the Taskbar you will already see the green bar that indicates an Update From the Main Window you can install the Update Et voila - the update has sucessfully installed The Release notes will show you what’s new I tested the Registry Preview that now don’t show any errors anymore