Hyper-V Bulk configure VM networks with PowerShell
The Random Admin
by David
2d ago
Tired of manually configuring networks for each VM? Perhaps you’re not alone. Virtual network management is time-consuming and error-prone. If I told you there’s a simpler way? This essay examines a PowerShell script that does that. Making your life easy is key. This will teach you how to quickly Bulk Configure VM networks with PowerShell. This PowerShell script revolutionizes. Create a private switch and assign it to all VMs automatically. Imagine setting up networks without manually selecting VMs. The script verifies network’s existence. If not, it binds your VMs to a new private switch. Aut ..read more
Visit website
Intune Detection Script
The Random Admin
by David
1w ago
Hi there! Have you ever scratched your head and wondered if you loaded software the right way? You’re not by yourself. This gives a lot of system administrators a headache. This is especially hard to do when handling programs like AutoCAD 2022 in a variety of settings. That is where Microsoft Intune really shines. The fact that you can use your own recognition scripts makes it very useful. A custom Intune detection script is key. These scripts save my life a lot. They help you check every network gadget. This makes sure that not only is there an app, but it’s also the right version for you. To ..read more
Visit website
Windows 11 VM on Hyper-V with PowerShell
The Random Admin
by David
2w ago
Hi there! When you were setting up a virtual machine, did you ever get stuck and scratch your head? You’re not the only one. I still remember the first time I tried it; let’s just say there were more “oops” than I’d like to admit. The good news is that I’ve been there, and I can show you how to use PowerShell to set up a Windows 11 VM on Hyper-V. The next question you might have is “Why PowerShell?” Believe me, you’ll be a pro at setting up VMs once you get the hang of it. Also, it’s always good to have a cool trick handy, right? I’ll show you how to set up a VM whether you need it for work, t ..read more
Visit website
Tailscale and Linux
The Random Admin
by David
3w ago
Hey there, tech aficionado! So, you’ve got yourself a Linux-based home lab, and you’re probably thinking, “How do I make all these gadgets talk to each other without going down the rabbit hole of traditional VPN setups?” Well, let me introduce you to your new digital BFF, Tailscale and Linux in your home lab. It’s about to make your life a whole lot easier, and I’m here to guide you through it, minus the techno-babble. You can find more information about Tailscale here. Why Tailscale? Because Simplicity is King Tailscale is like that one friend who knows everybody and can help you sneak into a ..read more
Visit website
PowerShell App Deployment Toolkit
The Random Admin
by David
1M ago
Over the years of Intune deployments, I have searched for a way to let my end users know that an application is being installed or uninstalled from their computer. I have used things ranging from notification bubbles to blanking a screen. All of these methodologies are poor at best. I found a few paid items that companies just didn’t want to pay for due to the insanity of the pricing. For example, one company wanted us to pay 150 USD per deployment. Times that by 1500 devices, that adds up quickly. It wasn’t until I found the PowerShell App Deployment Toolkit that I found what I was finally lo ..read more
Visit website
General Uninstaller for Intune
The Random Admin
by David
1M ago
This past month I was given a task to Uninstall a few applications in Intune. However, the app’s uninstall feature did not work according to plan. However, a bunch of these worked with the cim methods of uninstall. Which I thought was funny. After writing a bunch of the same code over and over again, I decided to write a General Uninstaller for Intune. This also requires a custom Detection Script. The General Uninstaller Script param ( [string[]]$ProductNames ) $Products = Get-CimInstance -ClassName win32_Product foreach ($Product in $ProductNames) { if ($null -eq ($Products | where ..read more
Visit website
Get Intune Devices with PowerShell
The Random Admin
by David
2M ago
Recently I was working with a company that gave me a really locked down account. I wasn’t use to this as I have always had some level of read only access in each system. I was unable to create a graph API application either. So, I was limited to just my account. This was a great time to use the newer command lines for graph Api as when you connect to Graph API using the PowerShell module, you inherit the access your account has. So today we will Get Intune Devices with PowerShell and Graph API. The Script Function Get-IntuneComputer { [cmdletbinding()] param ( [string[]]$User ..read more
Visit website
A Guide to Subject Matter Expert Tickets
The Random Admin
by David
2M ago
In the intricate ecosystem of IT support, the quality of communication in ticket submissions can significantly influence the efficiency of problem resolution. Imagine walking into a dense forest, each tree representing a different issue or ticket awaiting resolution. Just as a seasoned guide can navigate these woods with ease, providing clear paths and descriptions, a Subject Matter Expert (SME) in IT can illuminate the way to swift solutions with well-crafted tickets. The Spectrum of Ticket Details Venture into the thicket of daily IT support tickets, and you’ll encounter a wide array of comm ..read more
Visit website
WordPress in Docker with LDAP
The Random Admin
by David
2M ago
A few weeks ago, we built WordPress in Docker. Today I want to go deeper into the world of docker. We will be working with a single WordPress instance, but we will be able to expand this setup beyond what is currently there over time. Unlike last time we will be self-containerizing everything and adding plugins along with the LDAP php which doesn’t natively come with the WordPress:Latest image. It’s time to build an WordPress in Docker with LDAP. Docker Files As we all know docker uses compose.yml files for it’s base configuration. This file processes the requested image based on the instructi ..read more
Visit website
AD User Audit with PowerShell
The Random Admin
by David
2M ago
In the intricate web of modern network management, the security and integrity of user accounts stand paramount. “AD User Audit with PowerShell” isn’t just a technical process; it’s a critical practice for any robust IT infrastructure. Why, you ask? The answer lies in the layers of data and accessibility that each user account holds within your organization’s Active Directory (AD). Whether it’s for compliance, security, or efficient management, auditing user accounts is akin to a health check for your network’s security posture. Understanding the last login times, password policies, and group m ..read more
Visit website

Follow The Random Admin on FeedSpot

Continue with Google
Continue with Apple
OR