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…
Category: PowerShell
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.
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.
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…
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
Delphix Web API – PowerShell Run Masking Job
Take note of the Global Variables $BaseURL and $LogFilePath, make sure you set them to your values. The idea for this script is to run this as part of a database restore/migration. Drop all access to the database to do the restore/migration, then run the script for Delphix, and then…