Archive

Archive for the ‘tools’ Category

Smart and Easy way to do follow-ups

October 12, 2010 2 comments

I came across a nice service which makes the task of following up with other parties very easy. The advantage with this service is it works through email; that means you can create/read follow-ups anytime anywhere. Visit http://www.followupthen.com/ to know more about it. Btw, I started using this :-)

See this video to get a sense of what it is…

Categories: Tips, tools Tags:

Audit local administrator password on workstations/servers using PowerShell script

September 15, 2010 1 comment

“How to audit local administrator password on list of servers using a script” – this is the question I have seen in one of the forums I participate. The requester asked for a way to read local administrator password on a server and compare it with the standard password and report deviations if any. While this sounds like a good algorithm to audit, I wonder how one can “READ” passwords of any account in Windows Operating System. But still requirements are requirements and we need a way to address them.

After thinking for sometime, I recollected one of the old tricks I have used during my initial days of system administration. “Accessing of other systems resources(like C$) works if the source(from where you are trying to access) and target systems are running with same local administrator password”. That means you should login to system with local administrator password and then you should be able to manage remote systems if they have same password with which you logged into the current one. I felt why can’t I use this to audit the administrator password.

I quickly wrote a powershell script(code below) of few lines and tested. It worked like a champ. So, what I am trying to do here is, accessing the c$ share of remote computer. This works if the remote computer password is same as the one with which I logged into current computer; otherwise it fails. Is n’t it enough to audit the admin rights and identify the computers which are not having the correct password? I feel this should be good and quick.

$servers = Get-Content c:tempserverslist.txt$servers | % {

if(Test-Path “\$_c`$windows”) {

Write-Host “Local administrator account on $_ has same password”

}  else  {

Write-Host “Local administrator account on $_ has different password”
}
}
 
 
 

 

I would be more happy if you can suggest a more efficient way of doing this.

Categories: PowerShell, Tips, tools Tags: , ,

Calculate RAID Disk space outcomes online

September 15, 2010 Leave a comment

I came across a couple of RAID disk space calculators day before yesterday and thought of sharing them. They basically helps you to figure out the usable space you get out of your available disks when configured under a particular RAID level(say RAID 0, RAID 1, RAID 5, etc). It also gives sufficient information about each RAID level like no. of disks it should have etc. Another good thing is, they are available online. So you can connect and calculate anytime. Below are the links.

http://www.z-a-recovery.com/art-raid-estimator.htm

http://www.icc-usa.com/raid-calculator.asp

Let me know have comes across any such interesting tools.

Categories: Tips, tools Tags: , ,

Easily turn off your monitors to maintain privacy

Generally co-workers in office stop by your desk to seek some help or to throw some questions. That time you might be busy in middle of something and don’t want the person to see what is going on your screen. The general thing we do in such instances is, minimize all windows; but if you have some items on desktop, they are still visible to your visitor. So, now what should one do to blank the screen without disturbing the work?

I came across a nice utility (blacktop) which can be of some help here. This makes the screen blank with ctrl+alt+b key combination. Though using the key combination is bit difficult, I felt is useful.

Categories: tools Tags: , ,

Microsoft Download Manager Released

The Microsoft Download Manager enables you to download files from the Internet in a more reliable and faster way than using a browser alone. Using the Download Manager makes it easier to download large files such as an application or multimedia files. The Download Manager has been specifically designed to manage file downloads from supporting Microsoft Web sites in a secure and reliable way. Once started, the Download Manager displays an easy¬-to-use interface that shows the status of downloads and enables you to resume downloads if they have failed. The Microsoft Download Manager currently supports downloads from Web addresses starting with http://.

System Requirements

Supported Operating Systems: Windows 7; Windows Server 2003; Windows Server 2008; Windows Vista; Windows XP Service Pack 2

The Microsoft Download Manager requires one of the following operating systems: • Windows© XP with SP2 • Windows Vista© • Windows 7 • Windows Server© 2003 • Windows Server© 2008 The Microsoft Download Manager supports the following Web browsers: • Windows© Internet Explorer© 6 • Internet Explorer 7 • Internet Explorer 8 • Mozilla© Firefox©2 • Mozilla Firefox 3 

Download Link:

Download from here

InputDirector: Control Multiple Windows Systems with Single Keyboard and Mouse

A Software to easily swich between two physical computer consoles

As part of one of my project, I have to work on two physical systems. So, I don’t have any option than connecting both of them at my desk maintain two keyboards and mouses. When ever I want to switch between computers, I have to swing my chair to reach other keyboard and mouse. This is really painful and I have to switch like this for more than 100 times a day. Initially I thought of of using a KVM. But I am afraid after looking at it’s cost. That too, I have multi monitors connected for one of my system, that means I have three monitors now. If I use a KVM, I can not make use of multi monitor.

That time, I dreamed about a application which easily takes your mouse control from monitor of one machine to monitor of other machine, when it reaches end of first one. My friends said, it is out of scope. I too felt that and days are rolling….and I have no option than to swing my chair every time.

But today I have seen something great which really helped me. I was reading Technet Magazine and in IT tool box section, they talked about Input Redirector. After reading it’s overview, I felt very happy and immediately tried on my machine.  It worked like a champ and I am able to change my KB and mouse control to second machine with just a mouse move. Amazing right?. I read completely about this tool and they have some more exciting features like, clipboard transfer between computers, Simultaneously locking all computers, and has hotkey option for faster switching between computers …many more…

Visit Product Site, if you want to give a try.

Let me know if you know any other tools which perform like this.

WMI Code Generator — a easy tool for WMI code generation

February 12, 2010 Leave a comment

I generally use Scriptomatic Tool for samples of WMI queries using VBscripts. It is useful and servers the purpose in many conditions. But I decided to stop using it…because, I am impressed with Microsofts new Tool “WMI Code Generator” — yay.. :-)

It is really a rich version of Scriptomatic tool. Using WMI code generator, you can generate scripts for specific property, work with wmi events, and many more along with wmi code samples.

It helps you to,

  • Get samples codes for all WMI classes
  • Has the capability to generate code for selected properties
  • Supports and WMI methods execution
  • Supports WMI events code generation
  • Browsing WMI made easy
  • More importently, you can run this with normal user account and no installation is required. In case of scriptomatic, you should use administrator account to run it.

So, don’t miss it…

Download:

Download link is here..

Reference :

http://blogs.technet.com/askperf/archive/2010/02/02/two-minute-drill-wmi-code-creator.aspx

Happy Learning..,
Sitaram Pamarthi

Resolve GPO GUID to GPO name

December 22, 2009 3 comments

“I have a GPO GUID and want to know to which GPO this belongs to?”. If that is your question, you can happily use the below method.  For this you need to have “support tools” of Windows 2003.  You can get it from Microsoft Web Site as well. Alternatively, you can copy search.vbs from any machine where support tools package is installed.


cscript /nologo search.vbs “LDAP://dc=mydomain,dc=com” /C:”&(objectClass=groupPolicyContainer)(name={31B2F340-016D-11D2-945F-00C04FB984F9})” /P:displayName /S:SubTree

You can find more other alternatives ways at http://support.microsoft.com/kb/216359
Happy Learning..,
Sitaram Pamarthi

tags:how to find GPO name, GPO GUID to name resolution

Categories: Group Policies, Tips, tools

Good bye NewSID

December 20, 2009 Leave a comment

When I was with my old organization, we used to deploy operating system with the help of Ghost — an imaging technique. So, after completing the imaging process, we used to run newsid.exe to make the new installation unique in environment.

But surprisingly, the author of newsid has taken a decision to retire that decade old utility. Believe me, it is no more available at any MS websites. MS suggesting it’s customers to user sysprep instead of newsid as sysprep does lot more things which newsid will not.

You can refer to below URL to know reasons behind it’s retirement.

http://blogs.technet.com/markrussinovich/archive/2009/11/03/3291024.aspx

 Happy Learning..,
Sitaram Pamarthi
Categories: General, tools

How to get the CPU utilization of remote machine from command prompt

September 24, 2009 6 comments

Use below command if you want to get the CPU utilization of remote machine from command prompt. It’s very useful if you don’t want to spend time in logging on to the server to verify the stats. Needless to say, replace RemoteMachine with your remote machine name in below command.

typeperf “\RemoteMachineprocessor(_Total)% Processor Time”

Refer to my old article to know more about typeperf

Happy Learning…,
Sitaram Pamarthi

Categories: Tips, tools