I have encountered issue with non service critical program that stops running. So to reduce administrative support to always check whether this program is running is to write a batch script with scheduler.
Category: Admin Scripts
Admin Scripts: How to assign NTFS permission from Network Share using ICACLS
Well, we know that we can assign NTFS permission from local machine using ICACLS command. How about assigning NTFS permission from share folder? The answer is yes, you can.
Admin Scripts: Batch Full Clone using RoboCopy
System Administrator is always challenged with migration of files/folder from old server to new server or simply moving to specific folder while retaining file/folder permission. However, the challenge happens when SA needs to migrate large volume of files/folders to different location based on specific folder name. Hence, I create this admin scripts to make full […]
References: RoboCopy
RoboCopy is a great tool to create full clone of file/folder to another location.
Admin Scripts: Full Clone using RoboCopy
RoboCopy is a great tool to create full clone of file/folder to another location. The admin script is designed to create a full clone of source to target location.
Admin Scripts: PNG Image Optimizer using OptiPNG
Smaller image size really helps to improve blog articles and to reduce image storage. Google PageSpeed Insights recommends Losslessly image compression to improve user experience. In this blog, I will use lossless image optimizer OptiPNG which I used to optimize PNG images used in my blog.
Admin Scripts: Dump Local Disk Size Report
Dump Local Disk Size admin script is a script to dump all local disk size info in a computer into CSV format. If you have further suggestion to improve this script, please feedback in comments. Thank you
Admin Scripts: Dump Folder Contents Report
Dump Folder Contents admin script is a companion to my YLNApp for generating SQL Server Restore Scripts but it can also be used as generic report of file contents from the root folder. The admin script will dump all folder contents from root folder with files info (name, date created & modified, and file size). […]
Admin Scripts: Create Folder with NTFS Permission using Windows Batch and ICACLS
This is Admin Script to create folders and subfolders and assigned with NTFS permission. I notice that there is such request from a user in Technet Forum on how to generate folders with NTFS permission using script. The request is to use VBScript, but I think for fast and simplified approach, Windows Batch for creating […]
Admin Scripts: How to assign folder permission using ICACLS/CACLS
This tutorial is written to help administrator to write script to grant folder NTFS permission.