Loading...
item-thumbnail

Converting Cisco AnyConnect stats (vpncli.exe stats) to a PowerShell Object

In this post I will show you how to convert result of vpncli.exe stats to a PowerShell object in order to be able to use easily properties.

item-thumbnail

Intune reporting with Log Analytics: list local admin accounts on your devices and who added them

In this post I will show you how to create a report of local admin found on your devices using Intune, PowerShell and Log Analytics.

item-thumbnail

Starting with Log Analytics: Part 1 - Creating the Log Analytics workspace

In this post, we will start playing with Log Analytics by creating our first Log Analytics workspace throough the portal and PowerShell.

item-thumbnail

Run in Sandbox: a quick way to run/extract files in Windows Sandbox from a right-click on a file

In this post I will show you the new version of my solution RunInSandbox allowing you to test multiple applications in Sandbox in the same s...

item-thumbnail

Using Intune (Proactive Remediation) and Azure Key Vault to set/change BIOS password and your devices (Lenovo/Dell/HP)

In this post I will show you how to use Endpoint Analytics Proactive Remediation scripts and Azure Key Vault to set or change your BIOS devi...

item-thumbnail

Managing Lenovo BIOS settings with Intune (Proactive Remediations) and Azure Key Vault

In this post I will you how to use the apply BIOS settings on Lenovo device using the Proactice Remediation part from the Endpoint Manager p...

item-thumbnail

Intune reporting: create a report of Lenovo BIOS versions (uptodate or not)

In this post we will see how to use Azure Automation and Intune to create a BIOS version report (current installed and last one available on...

item-thumbnail

Proactive Remediation script: Compare Lenovo BIOS versions (current installed and last one available on website)

In this post I will share a proactive remediation script allowing you to compare current BIOS version installed on device with the latest av...

item-thumbnail

RunInSandbox new version: run multiple apps in the same session and reg files in Windows Sandbox directly from a right-click

In this post I will show you the new version of my solution RunInSandbox allowing you to test multiple applications in Sandbox in the same s...

item-thumbnail

Windows Sandbox Explorer: easily modify the default Windows Sandbox

In this post I will show you a quick tool I created allowing you to modify the default Windows Sandbox to add your own content (folders, fil...

item-thumbnail

Automatically enroll Windows Sandbox or a device in Intune without going to Access work or school

In this post I will show you a way to enroll automatically your Windows Sandbox or a device in Intune without going to Access work or school.

item-thumbnail

Enroll Windows Sandbox in Intune and use it as test device instead of a Virtual Machine

In this post I will show you how to enroll Windows Sandbox in Intune and use it as a test device instead of using a Virtual Machine.

item-thumbnail

How to customize the default Windows Sandbox (files, folders, registry, wallpaper) without using WSB file

In this post I will show you how to customize the default Windows Sandbox environment by adding folders or files, modifying registry, wallpa...

item-thumbnail

RunInSandbox: Run PS1, VBS, EXE, MSI, intunewin, extract ZIP, share folder directly in Windows Sandbox from a right-click

In this post I will show you the new version of my tool RunInSandbox that allow you to quickly run file in Windows Sandbox (EXE, MSI, PS1, V...

item-thumbnail

Proactive Remediation script: issue you may have when running a GUI and waiting for an action

In this post I will share with you a feedback about displaying a GUI through a Proactive Remediation script and issue you may have.

item-thumbnail

Use PowerShell and Graph to Export Proactive Remediation script to a CSV - the native way

In this post I will show you how to use PowerShell and MS Graph to export your Proactive Remediation script to a csV format as it can be don...

item-thumbnail

Intune reporting: create a report of devices drivers status

In this post I will share a way to use Intune to create a report of devices with drivers issues maning disabled or missing.

item-thumbnail

Intune reporting with Power BI: list local admin accounts on your devices and who added them

In this post I will share a way to use Intune to create a report of local administrator on your device. You will be able to list devices wit...

item-thumbnail

Proactive Remediation script: Automatically update Lenovo BIOS to the latest version directly from Lenovo website

In this post I will show you how to use Endpoint Analytics Proactive Remediation script to detect if a new BIOS version if available and ins...

item-thumbnail

Authenticate to the Intune PowerShell module using an Azure application and a certificate

In this post i will show you how to authenticate to the Microsoft.Graph.Intune PowerShell module using aan Azure application and a certificate.

item-thumbnail

Send a mail using the current outlook user account without to provide credentials with PowerShell

In this post I will show you how to send a mail using the current outlook user account without to provide credentials.

item-thumbnail

Use PowerShell and MS Graph to locate an Intune device

In this post I will show you how to use PowerShell and MS Graph to locate an Intune device.

item-thumbnail

Proactive Remediation scripts: create a report of OneDrive size and size on disk on your devices

In this post I will show you how to use Endpoint Analytics Proactive Remediation to make a report of Onedrive usage of users with size and s...

item-thumbnail

OneDrive and PowerShell: Get size and size on disk

In this post I will show you a quick script allowing you to display OneDrive size, and onedrive size on disk.

item-thumbnail

Use Azure Automation to export Endpoint Analytics Proactive Remediation report to a CSV then upload on Sharepoint

In this post I will show how to use Azure Azure Automation to get device status from a specific Endpoint Analytics Proactive Remediation scr...

item-thumbnail

About my device: A systray tool that displays device information and run action like send logs or sync device

In this post, I will show you a quick systray tool allowing user to get some informations about the device and run some quick actions

item-thumbnail

Store BIOS passwords on Azure Key Vault and set devices password with Intune (for Lenovo, Dell, HP)

In this post I will show you how to store BIOS passwords on Azure key Vault, then use Intune or MECM to set or create BIOS passwords on your...

item-thumbnail

MS Graph and Intune - A quick way to find the Graph equivalent from the Intune portal

In this post I will show you a quick way to find the resource graph equivalent to an action from the Intune portal

item-thumbnail

Wow, TW0 MILLION HITS !!! Thank you

A special post today because my blog just reached 2 million hits so for this time I won't speak about PowerShell, Intune, SCCM, WPF, not...

item-thumbnail

Authenticate to the powershell PnP module without credentials

In this post I will show you how to authenticate to your Sharepoint environment using the pnp module and no credentials.

item-thumbnail

Upload files to Sharepoint/Teams using PowerShell

In this post I will show you how to upload files, folder on Sharepoint/Teams with PowerShell.

item-thumbnail

Intune Troubleshooting - Collect remotely whatever you want (files, event logs) on devices and upload content on Sharepoint/Teams

In this post I will show you how to use Intune to collect remotely what you want on your devices (folders, files, event logs, reg keys) crea...

item-thumbnail

Use PowerShell to convert your files (exe, ps1, png...) to Base64 and then back from Base64 to the file

In this post I will show you how to convert some files (EXE, PS1, PNG...) to a Base64 code then convert back the file from the Base64.

item-thumbnail

Block or unblock keyboard combinations on your devices with PowerShell

In this post I will show you how to prevent some keyboard combinations on your devices with PowerShell.

item-thumbnail

Encode a script or command to Base64 and pass it as parameter to PowerShell with EncodedCommand

In this post I will show you a cool tip allowing you to encode a script or command to Base64 then pass it as parameter to PowerShell using t...

item-thumbnail

Proactive Remediation scripts: Detects devices that don't have a BIOS password (for Lenovo, Dell and HP)

In this post I will show you how to use Endpoint Analytics Proactive Remediation scripts to detect if your computer has a password configure...

item-thumbnail

Store passwords on Azure Key Vault and retrieve them with PowerShell

In this post I will show you how to store your passwords (like BIOS password) on Azure key vault, then retrieve them from PowerShell.

Accueil archive

Award

Learn KQL in one month

Sponsors

You want to support me ?

Mes articles en français

Books in French


Stats