-
Simplify Windows Registry Management with PowerShell (Part 2)
The Windows Registry is a crucial component of the Windows operating system, storing essential configuration settings, preferences, and options. My previous blog post referenced my registry “mega-function” and if you prefer seperate functions (and following PowerShell best practice) then you will want to read this.
-
Function New-OHShortcut: Create and Manage Shortcuts with PowerShell
If you’re a Windows user, chances are you use shortcuts to quickly access your favorite programs and files. Shortcuts are an essential part of the user experience, and they can help you save time and improve your productivity. However, creating and managing shortcuts can be a time-consuming and tedious task. That’s where the New-OHShortcut function comes in handy. I wrote this for work last week and this PowerShell function allows you to create and manage shortcuts with ease.
-
Schedule PowerShell scripts with ease using New-OHScheduledTask function
Automating repetitive tasks is essential for many IT professionals and system administrators. One of the most useful tools for automating tasks on a Windows machine is PowerShell. However, scheduling PowerShell scripts to run at specific times can be a bit of a challenge. Fortunately, there is a solution: the
New-OHScheduledTask
function. -
How to Automate Registry-Related Tasks with Set-OHRegistry PowerShell Function
At work, I needed to write a PowerShell function that would modify the Windows registry by creating, replacing, or deleting a specified registry key value. After some development and testing, I created a function called “Set-OHRegistry,” which takes five parameters to complete the required task.
-
Understanding Microsoft Intune: Deploying Applications Using PowerShell
I am excited to announce the release of my latest book, “Understanding Microsoft Intune: Deploying Applications Using PowerShell.”
-
Podcast: The Secret Diary of a Network Administrator - Episode 8
Podcast: The Secret Diary of a Network Administrator Episode 8. In this episode I talk about the continuing voyages of AOVPN, SCCM, AppLocker, my two new SCCM books, and some of the other work I have been up to. I also have a small moan and explain why I dumped Twitter.
-
ConfigMgr: How To Deploy Language, keyboard and Regional Settings
How to deploy language, keyboard and other regional settings using a native task sequence in ConfigMgr (SCCM) the easy way.
-
ConfigMgr: How To Deploy EMC SourceOne using PowerShell
If you want to know how I deployed EMC SourceOne for Offline Files using PowerShell and SCCM then you will want to read this post.
Page: 1 of 7
Next »