PowerShell – Rename Pictures to Image Taken
GitHub: https://gist.github.com/dkittell/746e69967a7f4d0f0c52 Reference: https://gallery.technet.microsoft.com/Rename-picture-files-with-97738191 (Magnus Ringkjøb)
GitHub: https://gist.github.com/dkittell/746e69967a7f4d0f0c52 Reference: https://gallery.technet.microsoft.com/Rename-picture-files-with-97738191 (Magnus Ringkjøb)
This script below is an extension of this script PowerShell Download Latest WordPress Plugin. This download script uses two XML files, primary XML will serve as the configuration file where the secondary will have the plugins that we currently have installed and then this script will run through the XML and download any free plugins…
Forgetting or never having the root password for a MySQL database can be rather difficult if it is now your job to support it. Note: You will need root access on the UNIX box to follow these commands. If for some reason you get an error saying mysql database doesn’t exist you may need to…
Reference: https://github.com/alastairtree/deploy-websites-with-powershell
This script relies on this post currently as it gets a test ASPX site to make sure everything was setup correctly.
Approach 1 Approach 2 Approach 3 – More Details
UNIX Terminal commands can really speed things up, take grep for example if you are not sure of where you put a file or if some text is in a file you can run a simple command like this. Find all references to “www.domain.com” PowerShell has a similar command If you don’t want to show…
GitHub: https://gist.github.com/dkittell/90b53d1136d80f1c53c0