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.
Tag: 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: 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.
Admin Scripts: How to create Windows Share Folder using Net Share command
Guide to create Windows Share Folder using Net Share command
Admin Scripts: Mac OS X – Installer Conversion (DMG to ISO)
Mac OS X can be freely downloaded from Apple Mac Store (in DMG) but it is not bootable. Hence, to install Mac OS X from scratch is not possible using DMG. The scripts is written to convert downloaded Mac OS X from Apple Store into Bootable ISO file.
Admin Script: Create USB ISO Bootable using Grub4Dos and NTLDR
To create USB Bootable requires understanding on how the image is booting and the solution may not applicable to different images. So, I am looking for a way that we can create USB Bootable to boot ISO image as they were boot from CD/DVD disc. Fortunately, I found the solution and I script it out […]