Blog

Windows Special Run Commands

File Function Tabs (number in parentheses is index n discussed below) access.cpl Accessibility controls Keyboard(1),…

Script to remove files older than X days

------------- Batch file ------------------------@echo off:: set folder pathset dump_path="E:\Shared\APP01\LOGFILES\RatingWebService2\Rating Comments\Production":: set min age of files…

How to Add Network Printers

Windows XP Source:      1. Click Start and select Printers and Faxes.      2. Under…

SUBINACL and TAKEOWN

Change owner:subinacl /file C:\demofile.doc /setowner=SS64Dom\AliceTsubinacl /subdirectories "C:\Documents and Settings\USER\Desktop\FOLDER\*.*" /setowner=DOMAIN\USER

Magicall Jelly Bean & Belarc Advisor Key Finders

Source: https://www.magicaljellybean.com/keyfinder  Source: http://www.belarc.com/free_download.html 

Quick 1-liner: get system model number

# the 1-linerwmic computersystem get model,name,manufacturer,systemtype# Get RAM DIMM Slotswmic memorychip get Capacity /format:list

Spike: Call Center Solutions

I. GoAutoDial Opensource: Linux, Asterisk, mySQL, PHP Two options: hosted or in-house Met most of…

Restore User Script

echo offSET RAR="C:\Program Files\WinRAR\RAR.EXE"IF NOT EXIST P:\ (NET USE P: \\WDFS1\BACKUP)cd %USERPROFILE%%RAR% x -y p:\%username%\desktopstuff.rarC:cd…

Small Call Center BPX Capacity Planning

Requirements: 20+ users ~ 40000 minutes Recurring cost to be less than $1000 per month?…

VMWare: How to Convert Physical To Virtual Machine

1. Install VMWare Converter in physical machine 2. Run converter 3. Turn on virtual machine…

How to migrate DNS Server

The Windows Server 2012 wizard normally performs this task automatically. Thus, the following steps may…

How to set UniFi controller as a Windows service

Download the software: https://www.ui.com/download/unifi/ Close any instances of the UniFi software on the controller Open…

Update Root Hints on the DNS Server

You can use root hints to prepare servers that are authoritative for nonroot zones so…

Set up ESX with QNAP iSCCI targets

1. Download Qfinder: http://download.qnap.com/webstart/QNAPQfinder_Windows.exe 2. Login as admin / admin; then, set a new password…

SonicWall Setup Notes

Initialization: Reset device and access it via 192.168.168.168 (default), default login is Admin/password Check firmware…

DNS Bypass

Click on start - run - type "ncpa.cpl" - press enter Double click on the…

Quick 1-liner Generate List of Active Directory users

# Discover domain controller:echo %LOGONSERVER%# Display Users:dsquery user -limit 0 | dsget user -display -dept…

How to recreate user profile on Windows 7

Method 1: You can do it with the User Profiles dialog in System Properties: Log…

Windows 2012 Advantages

1. Dynamic Access Control: automatically apply access restriction to certain files that contain sensitive information,…