![](/rp/kFAqShRrnkQMbH6NYLBYoJ3lq9s.png)
How To Quickly Test a SQL Connection with PowerShell
Dec 10, 2018 · Unfortunately, not every SQL database is always available when we expect it to be. When you're creating automation scripts to discover, add, update or remove records from a remote SQL database, you need to ensure your script can successfully connect to the database.
How To Display GUI Message Boxes in PowerShell
Jun 9, 2016 · About the Author. Adam Bertram is a 20-year veteran of IT. He's an automation engineer, blogger, consultant, freelance writer, Pluralsight course author and content marketing advisor to multiple technology companies.
How To Work with Environment Variables in PowerShell
Mar 28, 2019 · Windows environment variables give system administrators access to a plethora of information about the Windows operating system. Separated into system and user-level scopes, default environment variables can be read and modified, and new environment variables can be …
Automating Active Directory Jobs with PowerShell Scripts
Aug 27, 2019 · PowerShell seems to have the ability to automate just about anything. Active Directory (AD) is no different. By downloading a freely available PowerShell module, an IT admin can manage every facet of AD and build powerful scripts to save time on all kinds of tasks.
How To Save and Read Sensitive Data with PowerShell
Jul 20, 2017 · About the Author. Adam Bertram is a 20-year veteran of IT. He's an automation engineer, blogger, consultant, freelance writer, Pluralsight course author and content marketing advisor to multiple technology companies.
John Doe Lawsuits Filed Against Phishing Operators
Mar 31, 2005 · News. John Doe Lawsuits Filed Against Phishing Operators. By Scott Bekker; 03/31/2005; Microsoft filed 117 "John Doe" lawsuits against phishing site operators in an effort to curtail the identity theft scams.
How To Transfer Files via SCP with PowerShell
Jul 19, 2018 · Native support for Secure Copy Protocol (SCP) isn't in PowerShell, but that doesn't mean it's not capable. By using a free community module called Posh-SSH, we can transfer files via SCP just as quickly as we can with Copy-Item.. The module we need to …
Getting Started with Word Using PowerShell -- Microsoft Certified ...
May 24, 2018 · About the Author. Boe Prox is a Microsoft MVP in Windows PowerShell and a Senior Windows System Administrator. He has worked in the IT field since 2003, and he supports a variety of different platforms.
Adding a Certificate to a Store Using PowerShell
Nov 18, 2014 · Usually the method for adding a certificate to a certificate store in Windows means that you perform one of a couple of actions, such as right-clicking on the certificate file and importing the certificate to a store or using the certificates MMC snap-in to import the certificate.
How To Query and Parse a REST API with PowerShell
Apr 2, 2019 · About the Author. Adam Bertram is a 20-year veteran of IT. He's an automation engineer, blogger, consultant, freelance writer, Pluralsight course author and content marketing advisor to multiple technology companies.