Sean M. Drew Sr.blog.seandrew.info·Jan 9, 2025File Comparison Made Easy: Detecting New and Changed Files with PowerShellRecently, I was tasked with comparing two directory structures of two different project versions and to identify 'new files' and 'changed files' between the most current version of the project and the prior version of the project. The idea was to pro...Powershell
mdgrsmdgrs.hashnode.dev·Jan 5, 2025Using PowerShellRun as an Interactive SelectorIn my previous blog post, I introduced PowerShellRun module as a terminal based launcher application. That is the main purpose of the module but the underlying fuzzy selector can also be used as a generic selector. In this post, we’ll see some use ca...131 readsPowershell
Ricardo Santosrscybertech.hashnode.dev·Jan 3, 2025TryHackMe | Windows PowerShell | RSCyberTech➡️ By @RSCyberTech Website: RSCyberTech.com LinkedIn: linkedin.com/in/ricardoams Platform: TryHackMe Learning Path: Cyber Security 101 Room: Windows PowerShell 1️⃣ Task 1 - Introduction no answer needed 2️⃣ Task 2 - What Is PowerShell What do...tryhackme
Platwoindiegamescreation.hashnode.dev·Dec 31, 2024Scripting as Part of Games DevelopmentIntroduction Welcome to this blog post! In the previous post, which was about JSON files, I mentioned that I was going to be writing about scripting next. Well here we are! This blog is going to be covering what scripting languages are, how I have us...Python
Sandeep P Sthesnippetguy.hashnode.dev·Dec 25, 2024PowerShell: The Secret Weapon for Tracking SharePoint Site Page Visitors (No, It’s Not a Spy Tool! 😉)Hello SharePoint aficionados! 👋 As SharePoint admins, developers, or even super-users (we all know who you are), you might be wondering how to get your hands on detailed insights about how people are interacting with your SharePoint site. Well, don’...109 readsSharePoint
harshilharshils.hashnode.dev·Dec 20, 2024Streamline Linux User Management and Backups with a Simple Shell ScriptIntroduction In this blog post, we'll delve into creating a powerful shell script to streamline user management and file backup tasks within a Linux environment. This script will offer a user-friendly interface for adding, deleting, and modifying use...3 likesLinux
Aysham Aliaysham.dev·Dec 20, 2024Windows 11 Manual Upgrade: Easy PowerShell InstructionsIf you need more control over installing Windows 11 updates, PowerShell can help. Follow these quick steps to manually check and install updates. Steps to Update Windows 11 via PowerShell Step 1: Open PowerShell as Admin Right-click the Start button...Powershell
Sean M. Drew Sr.blog.seandrew.info·Dec 17, 2024PowerShell Script CollectionOver the years, PowerShell has proven to be an invaluable tool in simplifying complex administrative tasks, automating repetitive operations, and bridging the gap between system management and development. During my journey, I have created some scrip...Powershell
Aboelhamd Abdellatifaboelhmd.com·Dec 11, 2024The Rise of Fileless Cyber Attacks: What You Need to KnowIn the ever-evolving world of cybersecurity, one type of attack has gained notoriety for its ability to evade traditional defenses: fileless attacks. These stealthy incursions have shifted the paradigm of cyber threats by exploiting legitimate tools ...#FilelessAttacks
Jyotiprakash Mishrablog.jyotiprakash.org·Dec 10, 2024Getting Started with Anaconda and Jupyter Notebook on Windows for Python ProgrammingGetting started with Python programming can often feel overwhelming, especially when setting up the environment and managing libraries. This is where Anaconda shines. More than just a Python distribution, Anaconda provides a complete ecosystem tailor...327 readsanaconda