-
-
Code | PowerShell | Windows
PowerShell – Script Timer
There are a few methods for this but my preference is below.
-
Code | PowerShell | Windows | Windows Server
PowerShell – Clear Temporary ASP.NET Files
If your Temporary ASP.NET Files directory is getting out of hand there are a few things you can do about it. First option I found was at https://sysadminspot.com/server-administration/powershell-cleanup-temp-asp-net-files/. This option works well and in some cases could be the safer option as it can’t delete files that are currently in use. I then found this…
-
Code | PowerShell | Windows | Windows Server
PowerShell – Find a file
If you run into a need to find a file on your computer/server this script should help make things a bit easier
-
PowerShell – Mass Rename Files / Directories
Recently I needed to rename files and directories in a repository so I came up with the PowerShell script. NOTE: Use caution using this.
-
Code | DNS | PowerShell
PowerShell – Script for adding/removing/viewing entries to the hosts file.
As a web developer you often have to use a host file, this script helps assist a safe and fast change with little effort.
-
Code | macOS | macOS Shell | PowerShell | UNIX | UNIX Shell Scripts
Bash / PowerShell – Rip Sermon Audio From CD
To expand on an earlier post “MacPorts / HomeBrew – Rip CD tracks from terminal” I have worked on two scripts; one for Mac and one for PC. Both scripts (Bash and PowerShell) will run similar with predefined values that you’ll need to update for your own purposes (look at the highlighted lines). First script…
-
-
Code | PowerShell | Windows
PowerShell – Check DNS For Skype For Business
Reference: https://www.uc.solutions/Skype_for_Business/Skype4B_Set_Up/How_to_verify_or_set_DNS_records_for_Skype_for_Business
-