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
Bernice Choybernicecpz.hashnode.dev·Aug 5, 2024How to Create and Update Gitlab CI/CD Variables Using PowerShellContext I needed to create multiple CI/CD variables in Gitlab on my Windows machine. I chose to be lazy and skip the Clickops, so I automated everything instead using PowerShell 🤪️️️️️️ Prerequisite Create a personal access token with api scope to ...Discuss·47 readsAutomation and ToolsGitLab
codingwithadicodingwithadi.hashnode.dev·May 12, 2024Elevating Automation: Mastering PowerShell and C# Integration with Dynamic Paths and ParametersHello, dear friends! In today's post, we're going to delve deeper into the world of automation by enhancing our PowerShell scripts and integrating them seamlessly with C# applications. We'll focus on using Path.Combine for creating dynamic paths and ...DiscussC#
Brian BaldockProblog.brianbaldock.net·Nov 4, 2023Automating UPN Suffix Updates in Active DirectoryIn a large-scale enterprise environment, managing User Principal Name (UPN) suffixes in Active Directory can become a herculean task, especially when there are domain transitions, mergers, or rebranding. Manually updating the UPN suffixes is not only...Discuss·62 readsPowershell scripting
Pavan G Spavansridhar.co.in·Oct 12, 2023AD user offboarding GUI toolUser offboarding is a critical process in every organization, ensuring that the departure of employees is handled securely and efficiently. To streamline this process and minimize human errors, we'll create a powerful PowerShell tool that not only di...Discuss·430 readsPowershell GUI and ScriptingPowerShell Automation
Pavan G Spavansridhar.co.in·Sep 26, 2023Automating Active Directory Host Movement with PowerShellManaging and organizing computer objects within Active Directory can be a time-consuming task for server administrators, especially when there is no OS deployment tool in place. To streamline this process and improve efficiency, we've created a Power...Discuss·96 readsPowershell GUI and ScriptingPowerShell Automation
Pavan G Spavansridhar.co.in·Sep 1, 2023Transforming PowerShell Scripts into Executable FilesWhen creating a PowerShell GUI application, it may be necessary to distribute it to a larger audience, such as end users or support admins. In such cases, compiling the application can provide a more convenient solution. By compiling the application,...Discuss·64 readsPowershell GUI and Scriptingsoftware-packaging