user1272047programmingetc.hashnode.dev·12 hours agoPowerhsell commands.find recursive Get-ChildItem -Recurse -Directory | Where-Object { $_.Name -like "*proposal*" } | Select-Object FullName | Tee-Object -FilePath "C:\Users\user001\Desktop\myfiles.win.11\files.tsk.02.proposals.dir.recursive.txt" Get-ChildItem -Recurse -...DiscussPowershell
Zahoor Farooqzahoorfarooq.hashnode.dev·Nov 14, 2024Monitoring Disk Space in PowerShell with Automated Email AlertsKeeping track of available disk space is crucial for system health and performance. In this blog, I'll walk you through creating a PowerShell script that checks disk space on a specific drive and sends an automated email alert when the free space fal...Discuss·1 likePowershell
Hubert Garcia GordonforSMTP Insightssmtp-insights.hashnode.dev·Nov 6, 2024Pruebas de Envío de Correos SMTP: De PowerShell a C#Introducción Cuando desarrollamos aplicaciones que involucran envío de correos electrónicos, es crucial probar la configuración SMTP antes de subir a producción. En este artículo, te mostraré cómo usar PowerShell para validar tu configuración SMTP y ...Discusssmtp
Muhammad HassanforDevOps Journey with M Hassanhassandevops.site·Nov 4, 2024Automating APK Management: Retain Only the 4 Most Recent Versions Using PowerShellAs app developers and DevOps professionals, managing build artifacts—especially large APK files—can become cumbersome. Each new build generates a new APK, and without periodic clean-up, these files quickly clutter storage, making it harder to locate ...DiscussPowershell
Robert Shortrobshort.hashnode.dev·Oct 28, 2024Securing a PowerShell Web App Using Azure ADI have a new use case for a web app. I’ve been searching all over for a good knowledgebase that I can use to store my documentation of the systems I administrate and end user self service articles. While I solved the problem at work using two differe...Discusspode
Sammyskinekwokdoodle.com·Oct 26, 2024Configuring your first Active Directory server | Active Directory Domain Services (ADDS)Introduction Welcome, doodler! In this blog, we will discuss what an Active Directory is, know how it works, and configure it in our environment. What is Active Directory? It is a proprietary directory services product built by Microsoft Corporation ...DiscussActive Directory
J3bitokjebitok.hashnode.dev·Oct 24, 2024Windows PowerShellIn this article, I will write a write-up for the Windows PowerShell that covers What Powershell is, Powershell Basics, Navigating the File System and Working with Files, Piping, Filtering and Sorting Data, System and Network information, Real-time Sy...Discuss·97 readsPowershell
Jimmy BriggsforNo Clocks Blogblog.noclocks.dev·Oct 23, 2024Lazy Loading Tab Completion Scripts in PowerShellIf you’re a frequent PowerShell Core user who has set up an extensive shell profile, you've probably encountered slow startup times, especially when loading many tab completion scripts. Often, these scripts are dot-sourced during profile startup, whi...Discuss·2 likesPowerShell Automation
Bill Powellasoftman.hashnode.dev·Oct 21, 2024Keyboard TricksNo. Not your PC keyboard. The other sort. In my case an AKAI MPK mini plus that I use with one of my other hats on. The musician (and author) Bill. You see, I wrote a book. It’s about a band, touring, having disasters, falling in love, etc. And it’s ...Discuss·35 readsPowershell
Shivanshu Semwaltotoro.hashnode.dev·Oct 17, 2024Reasons to Consider PowerShell for Daily OperationsHere’s the situation: you’re attempting to copy a large file using File Explorer, but it’s taking a long time even before the copying begins. This delay occurs because Explorer calculates certain information about the files to provide an accurate pro...DiscussPowershell