Archive

Archive for June, 2009

Script to fix error with start up of AU and BITS (EventID 7023 and 7024)

June 30th, 2009 Zaur Bahramov No comments

This script detects and tries to fix the error related to start up of Automatic Updates and BITS services on network computers. Such error is related to security identifier (EventID 7023 and EventID 7024).  This problem is usually observed on network computers after applying changes to group policies. In such cases the script will reset a security identifier as per Microsoft KB 555336 (http://support.microsoft.com/kb/555336) and start Automatic Updates and BITS. Can be usefull for networks where Windows Server Update Services 3.0 (WSUS) is used.

Script is taken from: http://forum.vingrad.ru/forum/topic-154708/view-all.html

Read more…

Script for remote reboot/shutdown, power off and more.

June 30th, 2009 Zaur Bahramov No comments

Script for remote reboot/shutdown, power off, etc. You must have proper rights on a remote computer  for this script to work.

Read more…

Script to manage Event Log files

June 30th, 2009 Zaur Bahramov No comments

This script will check the size of the Event Log files and if any of these files will have the size greater than defined value it will back it up and then clean it.

Read more…

VB Script to query domain computers for currently logged in users

June 30th, 2009 Zaur Bahramov No comments
The script will query domain computers for logged on users on each computer

Quick and simple way to download files from FTP

June 4th, 2009 Zaur Bahramov No comments

I’ve written this mini how-to as a simple reference to help non-advanced PC users to quickly download files from an FTP server. Let’s say, someone asked you to download several files from his/their FTP and gave you an access credentials. I will use the following credentials in this example:

Ftp host: ftp.example.com
User name: user1
Password: pass1

This information is a minimum that one must have to successfully connect and authenticate in some FTP site provided that on an FTP server no anonymous access is granted, or the data was made available to a specific user, user1 in our case.

Read more…

Categories: Windows Tags: