A big part of configuring Windows Server is installing the roles and features that are required for whatever task the server is going to be performing. Although it is easy enough to accomplish this ...
In a previous article, I talked about getting started with managing SQL server using PowerShell and the Server Management Objects (SMO). While that was mostly spent making the connection and doing ...
In the 12 years since Microsoft released PowerShell, it has become the de facto tool to dependably administer servers. In August of 2016, it was made open-source and cross-platform with the ...
While many know that the Get-Process command in PowerShell can provide basic process information, it can also display specific details with some minor tweaks. If you have been using Windows PowerShell ...
Use PowerShell to script objects on a schedule or in a special order. Use PowerShell if you need to switch between windows and SQL commands or even share data between the two. It’s much easier in ...
PowerShell has taken the Windows command line to the next level. It’s not just for automating admin tasks, but also for ...
PowerShell is Microsoft’s alternative to their own Command Prompt. Earlier, Microsoft announced that they will be open sourcing PowerShell and will be bringing it to recent versions of different Linux ...