-
Continue reading →: Creating and Removing Scheduled Tasks Using PowerShell
Introduction: Scheduled tasks are a powerful tool for automating routine tasks on Windows systems. They allow system administrators to schedule scripts or programs to run at specific times or in response to specific events, improving efficiency and reducing the need for manual intervention. PowerShell, Microsoft’s command-line tool for task automation…
-
Continue reading →: Got Autodesk? Brace yourself
License models Autodesk, a leading provider of software for the architecture, engineering, construction, manufacturing, media, and entertainment industries, has been transitioning its license model from network licenses to named user licenses. In the past, Autodesk offered network licenses, also known as multi-user licenses, which allowed multiple users to share access…
-
Continue reading →: Uninstall Microsoft Office with SaRA
SaRA Microsoft Support and Recovery Assistant is a self-contained, enterprise-ready diagnostic tool that you can use to troubleshoot specific client issues that affect Microsoft 365 apps, such as Microsoft Teams and Outlook. This version of the Assistant runs at a command line or through a script such as PowerShell. Administrators…
-
Continue reading →: Excuse Generator!
How many times you ran out of excuses? I am not judging 🙂 I found this funny script on Reddit, I just modified it a bit and wanted to share it with you. I will explain few things first which we will use in the script. Here-Strings @”Blah Blah”@ As…
-
Continue reading →: about Logging – PowerShell
Logging plays a crucial role in any scripting or programming context, including PowerShell, as it enables administrators and developers to monitor script activities, identify errors, and troubleshoot issues. To create log entries in PowerShell, you can utilize built-in cmdlets such as Out-File or Add-Content to add text to a file,…
-
Continue reading →: ConfigMgr SCCM Client Actions
Default Actions in SCCM Client Configuration Manager client application properties include a list of ten default client actions. If these actions are unavailable in the ConfigMgr Client App, the client’s health may be compromised. To initiate any of these actions, you can select one from the list provided below on…
-
Continue reading →: Uninstall Silverlight 5
Microsoft Silverlight is now a deprecated web application framework and plug-in for running rich interactive applications in browsers, developed by Microsoft. It was designed to provide a cross-platform, cross-browser environment for delivering multimedia content, animations, and interactive user experiences, similar to Adobe Flash. Silverlight supported features like video streaming, vector…
-
Continue reading →: Manage secrets with SecretManagement Module
Introduction to SecretManagement SecretManagement is an open-source PowerShell module developed by Microsoft that offers a solution for managing secrets across various vaults. It communicates with extension vaults , which are PowerShell modules that link the SecretManagement module with the vault where the secrets are stored. The SecretManagement module allows you…
-
Continue reading →: Efficient Installation of Teams new (v2): Complete Guide
The introduction of Teams v2 brought some changes in the installation process compared to the previous version (v1). In the past, Teams v1 featured a “machine wide installer” in the form of an .msi file, which facilitated the installation of the software in the “Program Files” directory. This was particularly…








