Veles Software Blog

Product Updates and Operational Lessons from the Field

This is where we publish updates on Panorama AI, MPA Tools, enterprise automation patterns, and the operational decisions that shape the software.

Product Insights

Blog

Updates on Panorama AI, MPA Tools, enterprise automation, and the operational patterns behind the software.

Clear filters
How to Use the PowerShell AI Module
MPA TOOLS TECHNICAL ARTICLES
December 15, 2023Graham Lake-Johns

How to Use the PowerShell AI Module

Today, we're diving into the realm of AI-powered scripting by exploring the PowerShell AI module—an innovative fusion of PowerShell's strength with the intelligence of OpenAI's technology. This blog post is intended to be your comprehensive guide, walking you through the process of setting up an OpenAI account, obtaining API keys, and integrating the PowerShell AI module into your workflow.

Read article
Set up Windows Kiosk Mode with PowerShell
MPA TOOLS TECHNICAL ARTICLES
November 24, 2023Graham Lake-Johns

Set up Windows Kiosk Mode with PowerShell

Welcome back to our Kiosk mode series focusing on setting up kiosk mode in Windows 11! In this second installment, we’ll delve into the PowerShell configuration, a powerful method to streamline the setup process. By leveraging PowerShell, users gain an efficient way to automate kiosk mode configuration and management.

Read article
Deploy Kiosk mode and Autologon with MPA Tools
MPA TOOLS TECHNICAL ARTICLES
November 21, 2023Graham Lake-Johns

Deploy Kiosk mode and Autologon with MPA Tools

Welcome back to our extended Kiosk mode series on configuring kiosk mode in Windows 11! We're thrilled to present the fifth and final installment. Building upon the previously discussed methods, we will demonstrate how to use MPA Tools to deploy Kiosk mode in Windows 11 with the MDM Bridge WMI Provider. And we will set up the Kiosk mode to use an AD user account and the desktop/Win32 version of Edge. We will also deploy PsExec (which is required to execute the script) and we will deploy Autologon.

Read article
Set up Windows Kiosk Mode with the MDM Bridge
MPA TOOLS TECHNICAL ARTICLES
November 21, 2023Graham Lake-Johns

Set up Windows Kiosk Mode with the MDM Bridge

Welcome back to our extended Kiosk mode series on configuring kiosk mode in Windows 11! In this post, we'll explore a hybrid approach using PowerShell in conjunction with the MDM Bridge. This combined method provides a robust solution for setting up and managing kiosk mode using the MDM Bridge WMI Provider to configure the MDM_AssignedAccess class. Unlike the previously discussed Set-AssignedAccess cmdlet, this method allows the following:

Read article
Set up Windows Kiosk Mode
MPA TOOLS TECHNICAL ARTICLES
November 21, 2023Graham Lake-Johns

Set up Windows Kiosk Mode

Welcome to the comprehensive guide series on setting up kiosk mode in Windows 11! In this five-part series, we'll explore various methods to configure kiosk mode, starting with manual configuration. Kiosk mode can transform your Windows 11 device into a dedicated, restricted environment, ideal for public-facing or specialized usage scenarios. In this series, we will cover the following topics:

Read article
Set up Windows Kiosk Mode with Intune
MPA TOOLS TECHNICAL ARTICLES
November 21, 2023Graham Lake-Johns

Set up Windows Kiosk Mode with Intune

Continuing our exploration of kiosk mode setup in Windows 11, this blog post is the third part of our Kiosk mode series . Today, we'll dive into the world of Microsoft Intune configuration. Intune offers centralized management capabilities, allowing administrators to easily control and deploy kiosk mode settings across multiple devices. .

Read article
Troubleshooting Intune PowerShell Scripts
MPA TOOLS TECHNICAL ARTICLES
August 8, 2023Graham Lake-Johns

Troubleshooting Intune PowerShell Scripts

PowerShell is a cross-platform task automation solution made up of a command-line shell, a scripting language, and a configuration management framework. In some of our posts we discuss using PowerShell scripts to perform various tasks, such as deploying Intune Remediation scripts or setting up Windows kiosk mode with the MDM Bridge . We also have a post discussing how to leverage the Power of AI in PowerShell Scripting . Once you have developed your PowerShell script, you may be looking to deploy it with Intune.

Read article