James Lim
|
|

James Lim is a senior infrastructure systems specialist at NOL. He is an MCSE, Certified Ethical Hacker (CEH), Certified Information Systems Security Professional (CISSP), and Oracle Certified Professional (OCP) 9i.
Email address: james_k_k_lim@apl.com
|

12 results found for James Lim, displaying items 1 - 12
|
 |
PowerShell Script Lets You Check Patches' Status
Wanting to experience the "power" in Windows PowerShell firsthand and to learn how to use PowerShell to solve problems, one reader rewrote in PowerShell a VBScript script that checks for patches.
Windows IT Pro
|
August 22, 2007 |
 |
Copy Group Memberships from One AD User to Another
CopyMembership.vbs is a real time-saver if you need to copy group memberships. Even if you don't, you'll likely find its dn function a handy piece of code for your scripting toolbox. This function converts usernames into distinguished names (DNs).
Windows IT Pro
|
June 27, 2007 |
 |
Automatically Delete Old Folders
Do your users often create folders, then forget about them? If so, check out DelFolder.vbs. This script loops through all the folders in the specified root directory and deletes folders (and their subfolders) based on their last modified date.
Windows IT Pro
|
June 27, 2007 |
 |
Find Out Who Is Logged On to a Remote Machine With Just One Line of Code
Here's an example of how a PowerShell script can accomplish the same objective as VBScript script but with a lot fewer lines of code.
Windows IT Pro
|
April 18, 2007 |
 |
A Quick Way to Find Out Whether CD-ROM Drives Can Read and Write
If you have many PCs to maintain, even checking something as simple as whether their CD-ROM drives are read-only or read/write can be a real chore. Here's a script that you can use to make this task less time-consuming.
Windows IT Pro
|
March 28, 2007 |
 |
An MMC-less Way to Add Computers to Global Groups
Adding computers to global groups in the MMC Active Directory Users and Computer snap-in takes multiple searches and many mouse clicks. If you often have to perform this task, you'll want to check out the AddComputers.vbs script.
Windows IT Pro
|
January 24, 2007 |
 |
Automatically Delete Old Files
Use Delfile.vbs to delete old files from your network drive.
Windows IT Pro
Add or Remove AD Users
Use a simple script to quickly and easily add or remove a Windows NT user ID at the command prompt.
Windows IT Pro
Quickly Detect Who Is Logged On to Your Remote Machines
Here's a script that uses WMI to detect the currently logged-on user on the specified remote machine.
Windows IT Pro
Determine the Machines Users Are Logged On To
Here’s a script that locates the machine a user is logged on to by looking at the open sessions on the user’s home server and determining which computers those sessions originate from.
Windows IT Pro
Forcing VBScript Files to Run in CScript Mode
If you use the CScript script host often, you’ll want to check out the checkengine subroutine. This subroutine determines the script host currently being used and automatically changes it to CScript if necessary.
Windows IT Pro
Dsmod.exe Improvement
A reader offers a script that makes Windows Server 2003’s dsmod.exe run more efficiently
Windows IT Pro
|
|