Clone a record with a button : Part 1

Have you ever needed to copy, or rather, clone a record, perhaps from one entity to another or even within the same entity? I encountered this challenge and was initially clueless. However, after summarizing my knowledge and consulting Copilot, the internet, and YouTube, I discovered several articles on LinkedIn and a YouTube video. These resources …

PowerShell Hash Control

In enterprise and other sensitive environments, ensuring the security and integrity of downloaded software is of paramount importance. Therefore, meticulously checking the hash value of downloaded software becomes an essential practice. By verifying the hash value, which acts as a unique fingerprint of the original file, organizations can confirm that the downloaded software has not …

Helpful REGEX Formulas for PowerApps

Regex, short for Regular Expression, is a powerful tool used in computer science to match and manipulate patterns in strings. It enables efficient searching, extraction, and validation of data based on specified criteria, such as email addresses or phone numbers. Though concise, mastering regex syntax is essential for utilizing its full potential in programming and …

Hash Secured Powershell TaskScheduler

A multitude of scripts are employed in a scheduled manner to carry out diverse actions on an Active Directory (AD) server. These scripts serve various purposes, such as the generation of signatures or the exportation of user information for utilization in other applications or systems. By scheduling these scripts to run at specific intervals, organizations …