Converting DOCX to PDF in bulk with Powershell
Use the below PowerShell script to easily convert Microsoft Word DOC or DOCX files to PDF for publishing on the...
Use the below PowerShell script to easily convert Microsoft Word DOC or DOCX files to PDF for publishing on the...
A quick Server 2016/19 script tutorial on enabling Volume Shadow copy for using Powershell v4/5 1 2 3 4 5...
To enable MPIO in a Server Core edition of Windows Server, run the following command at an elevated command prompt,...
1 2 3 4$Path = Get-ChildItem -Path C:\Windows\CCMCache -Recurse -Filter *.MSI ForEach ( $Installer in ( Get-ChildItem -Path $Path.DirectoryName -Filter...
Right click on the Wireless Icon and click Network & Internet SettingClick Change adapter optionsRight click your VPN connection for...
You can use netdom to quickly join a domain via cmd, the sytax of the command is netdom join {/d:...
Below are a few one liners you can use to install Windows updates from the command line This one can...
This is the easiest way I have found to reliably open all ports on a SQL server for access. Quick...
After a server reboot I often find that some services don't start correctly so this script set as a start-up...
Adding Trusted Root Certificates to iOS15 is slightly different to earlier versions so here is a quick guide on how...