Sunday, December 30, 2007

Sitefinity

Here is a plug for Sitefinity. Our new website (www.calvaryccm.com) was built on top of a CMS from telerik (www.telerik.com) call Sitefinity (www.sitefinity.com). SiteFinity is an awesome platform for building easy to manage websites. You can't beat the price (** Free for a small site with only one editing user **), or $999 for the full production version. We did purchase the full version for our main site, but we have been using the free version for some other churches, and small minstries.

Sitefinity is built on top of ASP.Net 2.0, and as such is highly configurable. From install to running site, including basic design can be done in less than a day.

I would highly recommend this CMS for any Church. The Sitefinity roadmap will make this product really amazing in the next 6-12 months, not that it isn't already cool, but what they are cooking up is really going to rock!

2007 Year in Review

2007 has been a very exciting year at Calvary. Here are some cool items to note (for historical sake):

  • IT hired full time web developer
  • IT hired Senior Helpdesk Tech
  • Helpdesk Intern Started
  • IT Admin (Sarah the IT Chic) was hired

Accomplishments with this staff in the last year:

  • Launched new website (http://www.calvaryccm.com)
  • Built new school building network complete with in classroom sound and projectors
  • Deployed new fiber runs
  • Deployed 30+ new computers
  • Deployed New Juniper Firewall
  • Exceeded 500+ viewers for streamed internet services!

These are some highlights, but wonderful ones! God has been awesome in this place. Looking forward to how God will do exceedingly abundantly more than I could ask or think in 2008!

Tuesday, October 23, 2007

Revival Hymn


Revival Hymn
If you haven't seen the revival hymn yet, head on over to GodTube and see this. It is 35 minutes long, but powerful, beyond measure!
This will rock your ministry! I know most of you have seen it, but everytime I see it, it moves me!

Monday, October 22, 2007

Sharepoint: Moving a Site Up / Down

There is a really cool way that you can move a sharepoint site up or down in your hierarchy.

Let's say you created a sharepoint site your root level (ie http://intranet/website) and six months later you decide it really should be contained under your IT subsite (http://intranet/it/website). You can use the program STSADM to move a site from one location to another.

Steps to move a WSS subsite.

1. Create the new target URL (I created a blank site @ http://intranet/it/website)
2. Fire up the command line
3. CD \"Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN"
4. Export the old URL using the following Command:

stsadm -o export -url http://intranet/website -filename c:\test\backup.cmp

5. Import the file back into Sharepoint using the the following command:

stsadm -o import -url http://intranet/it/website -filename c:\test\backup.cmp

That's it! You have moved your website. You need to check user permissions especially if you are moving to a new subsite!

OTHER COOL STUFF: There is an option to -includeusersecurity while you do the export. You can also choose whether or not to pull all the revisionhistory over with the doc libs or not...

For a full view of options for Export / Import, run the following commands to see all your options:

stsadm -o export

stsadm -o import

These will print out all your possible options for doing these two operations!

Sharepoint: Automated Backups using STSADM

During the recent IT Roundtable Podcast there was discussion about SharePoint and how to automate the backup process.

We are using WSS 3.0, not the full blown MOSS (Microsoft Office Sharepoint Server) software.

The following is my exact backup command (inside a batch file that is scheduled to run every night at 11:00pm):

c:

cd "\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN"

stsadm -o backup -directory
\\ccm-gallery\ITBackup\ccm-sps\Sharepoint -backupmethod full

Basically this command does a full farm backup of your sharepoint environment into a subfolder. This will backup all necessary sharepoint databases / configurations / xml files ect that are need to recreate the sharepoint site.

WARNING: This will take care of everything inside of the Sharepoint WSS environment. If you customize anything outside of the environment (ie: create new master pages, implement FBA, or other alternative authentication schemes) - you will need to back these up seperately!

For safety sake, I run the STSADM commands automatically, then I also drop a full backup of the C:\InetPub folders.

When I restored my server recently, our intranet (plain vanilla WSS 3.0 Site with Windows Auth) restored in about 5 minutes after the server was rebuilt.

WARNING #2: The backup script I have proposed here creates a new subdirectory every time a backup takes place and drops the whole farm there. For us this is about 1.2 GB every time there is a backup. So make sure you keep that area fairly clean. We are doing backups to another server with 500Gb just for doing these kind of backups!

This command is just built into Sharepoint... Works great!

Thursday, October 11, 2007

Check your Firmware!

My most recent server problem (Satan and Raid 5) was caused not by a faulty or two faulty disks, but by a bad firmware in the Raid controller card that was sent to me by Dell. I used to check all my firmware / controller firmware / bios, etc at regular intervals, but since I started at the Church there just doesn't seem to be time... EVERYONE should double check thier firmware on thier Dell servers... Don't get stuck rebuilding! Anyway, the server rebuilt wonderfully, and I was able to Document (cough, cough) this time.



Pray for servers without ceasing!

Monday, October 8, 2007

Satan and Raid 5

Well it's official -- Raid 5 just ain't good enough no more. We have had a long weekend. Saturday morning, I got a phone call that Shelby and Email were down. This hasn't happened before... Both of those apps are on our Super Redundant VMWare Server that hasn't ever even hiccup'ed. I came and in and the worst fears were there. 2 Hard Drives blinking yellow at the same time. That's right, my 408GB SAS Raid 5 Array was gone, and all the VM's with it. We are still in the process of restoring the system, but I have some very good lesson's learned from this little excercise. Hopefully I will get the SAN I have been waiting for...

We'll find out!

Thursday, September 13, 2007

Better Windows Media Services Monitoring

I have had volunteers doing monitoring of our live services for quite some time. One of the trivial tasks that they have done is record the number of active streams during the service so we have metrics of how many people are watching, and of how much bandwidth we use. This has started becoming a growing task since we are adding more streams, and about to start streaming our multi-site service as well.

In the interest of getting better data, and more data points I have written / hacked together a script that will log the data for all the WMS publishing points with active data, and will also record total bandwidth. This little script can be scheduled to run every 5 minutes during your services and it logs the data to a CSV file so you can then import into any Database or Excel and graph or do what you want with it.

I will email the script to anyone interested along with installation instructions. Don't worry, it's really easy. Should take no more than 5 minutes to install have running!

Leave a comment or email me for a copy of the script and installation instructions!

Tuning Terminal Server

We have been using a thin client environment for many of our administrative staff for the last year, and the system has run almost maintenence free, but the time comes when all things need a cleanup. One of the areas I was always curious about was a cleanup of the IE Temporary Items in multiple profiles. I did what any good IT guy does... I googled it. Here is a link to a script that will scrub all the IE Temporary Folders for all profiles on a computer. I have run it and can testify to it working.

http://www.greatnorthcomputing.com/System+Admin+Articles/109.aspx

After making this change, I modified my Group Policy to automatically empty the IE temporary folders every time a user logs off. If you are looking for this Group Policy Item, it can be found in Group Policy Management under:

Computer Configuration->Administrative Templates->Windows Components->Internet Explorer->Internet Control Panel->Advanced Page

Here you will see the Empty Temporary Internet Files folder... This will start preserving the space you have available on the drive because how clean our users are....

Other GP items to note:

I Enabled the Turn Off Crash Detection to knock down some of the annoying IE crashed on... messages when you log onto the Terminal Server as Admin.

I hope this helps someone else!

Wednesday, August 29, 2007

Windows Steady State

Windows Steady State

A new product from Microsoft for controlling changes to PC's. Allow full roll back of the system. This is something I am definitely going to be looking more closely.

http://www.microsoft.com/windows/products/winfamily/sharedaccess/default.mspx

Monday, August 27, 2007

Gallery 2 Online

A couple of weeks ago, we launched a Gallery 2 image management solution for our photography / production ministries. (http://gallery.menalto.com) Needless to say they are in love with it, and so am I. We were able to use one of our older servers to host the application. We bumped up the storage with an Areca Raid 6 Storage Controller and 6 500Gb Drives. I was able to run Gallery on Windows by Downloading and installing the Web Developer Server Suite (http://www.devside.net/). This gave me the core of what was needed to install the Gallery 2 programs with out all the usual headaches of configuring the Apache / PHP / MySql core on Windows.

Once that was done, we were only 30 minutes from having a functioning Gallery 2 Site. If you want a sneak peak, check our http://gallery.calvarymelbourne.org.

All New Wireless

We just got our new wireless system from Aruba Networks. I was very excited to get this equipment. It is a really easy / awesome way to handle wireless, and what's better, they dropped thier price to meet the "other" company we were looking at. Aruba produces some serious Enterprise Wireless equipment. Setup was unbelievably easy. No configuration is made to any of the AP's. There is a base controller unit that we installed in our server rack. We configured the secure SSID, and then the public access SSID. Made one DNS entry, and viola. Anywhere we plug in an AP we get immediate secure access.

The Aruba gear locks onto your network and then GRE tunnels back to the controller where all of it's security and configuration data are TFTP'd back to the individual AP's. Basically, it took about 1 hour to configure the controller and the network, and now it only takes the time to plug the AP into the network (because all the ap's are POE).

Very Cool!

Monday, July 2, 2007

Transformers

I have an awesome wife. I would have waited, being swamped with a rollout of TimeClock Plus, and launching a new website, but she is completely great. She bought tickets to the first showing of Transformers in Melbourne, and we just home. I have to tell you all, it is a complete throwback to childhood. The crowd screamed when Optimus Prime showed up... The graphics were amazing, the story well developed...2.5 hours passed VERY QUICK!!! Can't say enough, I'm going to try and take my staff to see this for a "team building excercise"...

Ok, back to our regular programming...

GO SEE THIS FILM

Tuesday, June 19, 2007

Totally Geeky, Totally Cool

This past weekend, I needed to be on the road driving home from visiting my brother in Tampa, but at the same time I needed to launch and check all our streaming on the web (my volunteer was in Ukraine on a mission trip). So I got to do both at the same time. I have a Cingular 8125 with the data plan (wish I had the 8525), and was able to connect via Bluetooth from my computer to the phone and get online. I was able to vpn into the network, launch VNC, start the streams and at least see status, all while driving down the road at 70 mph.

NOTE: I wasn't driving the car...just clarifying for those holding breath waiting for the accident part of the story.

The data connection worked rather well although it was painfully slow. It operate around the speed of 14.4 modem, spiking up to a 28.8 modem at times. The good news is, it worked.

I am due for an upgrade soon, and I can't wait to play with the 8525, or whatever is next... I am waiting for the next windows mobile device to support WM6, and high speed internet.

Here's one for ministry on the run!

When laptops are stolen?

Well, we are turning a new corner today in our Church History. We had our first laptop stolen last week. Our Youth Pastor was a mission trip with the teens to DC and NY, and somewhere along the route his laptop was stolen. We were blessed that is was a new laptop, and he hadn't copied any of his information onto the computer yet except for his sermons.

This has brought a very serious issue to bear (in my mind at least). We have pastors and other staffers walking around with laptops that could be potentially full of sensitive information. I have a new project to begin looking into what technology would make the best attempt to secure that data. I know EFS (Encrypting File System) - a technology in Windows XP / Windows 2003 domains, and I have heard about BitLocker in Vista, but I haven't had the time yet to figure it out. In the coming months I will look heavily into locking down the data on our senior staff laptops.

Anybody else facing this challenge, or faced it and through the other side?

Always looking and eager for a plug?

Monday, June 18, 2007

The SAN Question

Do I ISCSI or Fiber Channel? What are you guys who are reading this who have SANs doing? I have worked with both technologies in my past. I am familiar with the challenges that come with Fiber Channel, but I love the speed. I have also worked with IScsi Sans... Seems easy, but the actual performance left something to be desired. However, this is a church and I want be running heavy transactional 500 GB databases (well until we grow some more)...

Please comment and leave your thoughts...

Saturday, June 9, 2007

Volunteers in IT Ministry

At CCM we have used volunteers in a variety of functions and roles. One of our most successful areas of IT volunteers is that of our media conversion. Every week for every one of our services we have two volunteers that take our dvd's and convert them to podcast and our archive video / audio files. They post these to the website through an interface we created for them. This is a huge ministry at our church, and we are very thankful for them.

Another group of our volunteers takes old computers and prepares them for the mission field. This is actually headed up by one of our elders. The machines are reloaded with Fedora Core 6 and a host of software and then we send them to the mission field our missions teams.

Our live streaming on our website is started and monitored by yet another group of volunteers. They remotely log into our streaming encoders and start everything. Additionally they monitor the whole service making sure that the experience on the web is optimal.

Still looking for ways to engage volunteers in IT tech.

Central Florida CITRT Group

Anybody interested in getting the Central Florida group going? I am hoping that we can all get together before the end of the year.

CloneZilla: Open Source Disk Imaging

This has rapidly become my newest Cool Tool. Struggling with the Licensing of all the Symantec Stuff, I decided recently to begin looking for alternatives. Since we are using Mac / Wintel / Linux - I wanted to find a universal solution for ghosting / imaging computers.

http://www.clonezilla.org/

Clonezilla will image everything (according to it's webpage).

DISCLAIMER: do not read the page at the link above and freak out. That is the hard version of the software. The link you want to use to setup and create your own usb stick boot of Clonezilla is here: http://clonezilla.sourceforge.net/clonezilla-live/

If you follow the directions, you can create a USB stick that will boot up linux and walk you through the process of connecting to your server, and then allow you to dump / restore disk images.

I have tested this with my Windows Vista Laptop. I have both dumped an image of the entire system and restored it as well. Worked flawlessly.

What's better is that I did not have to do any driver configuration. I have been a long time user of BartPE for doing CD based booting of Windows and using Ghost32 for disk imaging, and Clonezilla boots MUCH faster, doesn't require the complicated rebuild process when I get a new machine, is as fast on the imaging end of things, and best of all IT'S FREE!

I hope to post some more tips for CloneZilla in the coming days. I am going to try to build a customized load where the server is automatically mapped, and maybe a custom menu.

That's all for now!

Shelby ISC 2007

Just got home from Shelby ISC 2007 in San Antonio, Texas. Wow, there was so much to learn. Will have to begin blogging on how many things are changing in Shelby. A couple of highlights for other Shelby Users:

- In the fall release they are introducing a plugin for Office 2007 that will allow you to access GlobaFile information natively inside Office Apps.
- The current 5.7.1000 release can allow you do away with username / password for shelby and allow the system to inherit the system (Windows) authentication...very cool for casual users
- Arena --- Can't stop talking / thinking about this. The system (pricey, but cool) takes everything but the financials of shelby to the web. Our church hasn't integrated most of Shelby simply because we couldn't do much interfacing from the web. But with this, that will all change.

More Highlights to come.

Monday, May 14, 2007

Speed Test

I saw someone else post thier SpeedTest.Net results and I thought is was cool. Here are the numbers from our Internet Pipe. We have some issues with our current firewall that slow things down a little, but we will resolve that this year with our new one!




What's your speed?

Friday, May 11, 2007

Real Time Flash Stream

I am very excited. This wednesday, we are going to have a test version of a new stream available for the church. I have been experimenting with getting RealTime Flash Encoding to work. Today I finally got a setup that seems to be working. This is very exciting because it would create a very cool way to embed video into the website that would truly be cross platform. Flash runs on almost everything.

Tools that I am using:
- Adobe Flash Media Encoder - Running on a Dual Core Computer with 2048MB of RAM and an Osprey 210 Video Capture Board.
- Flash Media Player - a free download of a configurable embeddable flash player (including full screen support ***Requires Flash 9 ***) This player is available for free from http://www.jeroenwijering.com/?item=Flash_Media_Player. At the time of this post, the most current version was 3.8.

Server Side
- Windows 2003 Server / IIS / Flash Media Server 2.0 (We have sunk the $$$ into the real Flash Server, but I have been looking at Red 5 lately, as an open source alternative.)

I will post a link prior to Wednesday Night so anyone who wants to check it out can.

Oh by the way...This flash player works full screen...Totally Awesome!

Thursday, May 10, 2007

Central Florida CITRT Group

I would like to extend a warm welcome to anyone would like to become part of the Central Florida CITRT group. I would like to see this group get started since there are a lot of churches in the Central Florida Area. Calvary Melbourne is willing to host the sessions of the group, but it would probably be better if we could find a Church in the Orlando area willing to host some of the meetings. If anyone is interested, either drop me a comment, or send me an email.

Wednesday, May 9, 2007

The NeXT CITRT Get Together

I don't know if people are already starting to offer a location for the next Church IT Round Table large group get together, but I would like to put our Church on the table as a possible location. I have already discussed the idea with our Church Administrator, and he is totally open to our church hosting the event.

For those of you who don't know where we are, he is a google map link view:

Google Map

Usually the weather is warm all year around... I don't if everyone is thinking about switching everything into regional / local meetings only, or how things might evolve, but our campus is large enough to host just about any size event that CITRT might need to do.

I would like to start getting some of the local Florida Church IT people together and get a local group going that could meet somewhat regularly...

Thursday, May 3, 2007

Infrastructure Series: Streaming Setup

At CCM we have two very different streaming systems right now. We have our regular Internet Streams, and we also have our Live Streaming Solution for our Multi-Site Church. Both work off many of the same systems, but operate very differently. Let's start with our Internet Streaming setup. Currently we have 3 encoders...2 in production, 1 in standby mode (manual, nothing fancy yet, just a spare). The encoders are all built with the following:

Hardware:
- homebuilt rackmount dual core computers
- Osprey 210 Cards
- 1 to 8 Analog Composite Video & RCA Stereo Distribution Amplifier

Software:
- Windows XP
- Osprey Drivers / Utilities
- Windows Media Encoder / Real Producer

Server Side we have an interesting mix. In the process of getting our distributed network for Multi-Site streaming in place, we ended up getting 75Mb of Internet as part of the deal. Long story with Time Warner, if anyone ever wants to know email me... On the servers we have, again a home built box with some redundancy for our Windows Media Distribution Point (Win 2k3, WMS, etc) and we have a leased server from the Planet where we run Real Server.

Currently we are running the following streams:

WMS:
- 282 Kbps (16:9 Video 360x240 Resolution)
- 30 Kbps (16:9 Video 180x120 Resolution)
- 14-20 Kbps Audio Only Stream
- 14-20 Kbps Spanish Audio Only Stream (translated on the fly)

Real:
- 250 Kbps (16:9 Video 360x240 Resolution)
- 30 Kbps (16:9 Video 180x120 Resolution)

Right now all of these streams are being done from 1 Encoder Computer. (Dell Optiplex with Core 2 Duo / 2 GB Ram) ViewCast offers a software called simulstream which allows you to fire up multiple encoders on a single computer using a single osprey card to create completely seperate streams.

Our Second Encoder computer is being used to test some higher bitrate streams. Right now I am testing the possibility of upgrading to using the Flash Media Encoder to provide a Real Time Flash Stream.


My other upgrade project is to get a Black Magic Capture board and offer a full resolution (720x480) stream.


Here is a look at our streaming setup. Our Live multisite is also diagrammed here, but I will cover that in a later article.


Infrastructure Series: Content Filtering

For content filtering we have standardized on WebSense http://www.websense.com . I have worked with Surf Control and Websense rather extensively over the last 6 months. Pound for pound Surf Control is less expensive and get’s “close” to filtering as well as WebSense, but in the end, WebSense is simply a much better product. There are obviously much less expensive solutions out there, but there aren’t too many that can keep up with our network. Websense has several little features that are really cool…

First things first – our Church environment might be a little different. We have a large atrium area where we have public internet access…Totally public. I am looking at putting a captive portal in place so we can at least splash something at folks as they come in. Additionally we have a K-8 school and those little guys need some supervision / blocking. Lastly we have a Youth Center Building where teens have free access to the Internet from 8 computers (thin clients, but that’s another story).

WebSense has been a great solution for us because:

1) It enforces Safe Search on Image Sites (images.google.com / images.yahoo.com)

2) Has a wonderfully selectable policy engine

a. Multiple policies

b. Multiple Category / List settings

3) Much faster update than Surf Control

All in all it is a fantastic product. I actually considered going with Surf Control and then I learned that they are in the process of being acquired by WebSense. So that sealed the deal, that and the fact that WebSense offered to match the Surf Control Pricing.

So that begs the question? What is everyone doing on Content Filtering?

What is the best Blog to use?

I have noticed that many people are using different solutions to accomplish blogging, so the question I have is, what is the best solution right now for blogging? Anybody have any metrics on it?

Monday, April 30, 2007

Day of Silence



Read More

Saturday, April 28, 2007

Multi-Site Church: LIVE





Here is a shot of our Saturday Night service at our multi-site church.

On each side of the High School Auditorium our Viera Campus meets in, we added a 10 foot WideScreen Projector / Screen combo, and then also added a 25' WideScreen Projector screen for a center shot.

We are currently streaming both the side and center shots from our main campus in Melbourne, about 20 miles south.







This is half of the powerhouse that makes the multi-site church possible. What you see are 2 StreamBox units, 3 rows of monitors, 2 Camera Control Base Stations and an Opera Video Switcher. Basically we have enough power to run most churches, but contained in single roadcase. The Streamboxes allow us to broadcast the service live over IP at or above DVD quality.

We actually record the service to DVD at the multi-site church.




This campus has it's own band, and both campuses use the same set list everyweek. We still have a couple of timing issues to work out, like when we switch over to the live feed from the main campus, but in general everything runs really smooth.

Friday, April 27, 2007

More Binary

So I had to try it. Jesus (in binary) as the vertical member of the cross, and lord (in binary) as the horizontal member of the cross.

0100101001100101011100110111010101110011

This is a total geek moment, but did you ever wonder what Jesus' name looked like in binary? Where here it is:

0100101001100101011100110111010101110011

That's right, this is Jesus in binary.
And Lord in binary:

01001100011011110111001001100100

So Jesus is Lord would be:

01001010011001010111001101110101011100110010000001101001011100110010000001001100011011110111001001100100

Very Nerdy, but it popped into my brain this morning!
Have a blessed weekend

Wednesday, April 25, 2007

In Search of a CMS

We recently lost our web developer, so our search has begun for a way to replace him. We are looking at outsourcing our web design with a couple of different web design companies. We also need to look a couple of Content Management Systems to get our site up and running on a platform where our ministries can edit much more quickly than relying solely on the IT team to get it done.

We are currently looking at three different CMS. Ektron (Commercial, pricey), Drupal, WEC (Web Empowered Church), Typo 3 (the base of WEC), are all on the list at the moment... Comment back if you have any other ideas I need to be looking at!

Tuesday, April 10, 2007

Good Free Duplicate File Finder

Have you ever wondered how many files out there on your server were the same? I have and in my past companies we have actually purchased software to keep tabs on how much space is wasted with duplicate files. I recently found this freeware tool call Duplicate File Finder 3.1. It is totally freeware, and doesn't require installation - a feature I like when working on my servers.

I unzipped the file and ran it on my primary file server. We have 250Gb worth of data on this system so it took a few minutes to run...right around for a while, and returned the following:

What I ended up finding out is that out 210Gb of Data 56GB of it was being wasted by duplicate files. This is just one partition on one server. It will be interesting to see what is one the rest of the servers.


Enable Shadow Copy's on Win2k3

In a previous post I talked about how to restore a file using the Shadow Copy Features of Windows 2003 Server. Today let's talk about how to setup this useful feature on your own file server. This is very straight forward, and should be able to be accomplished in just a few minutes.

First make sure you are logged into your 2003 File / Web / Whatever Server. Open my Computer and you should see a list of Drives / partitions...


Right Click on the Drive that contains the share / shares you want to protect. NOTE: you cannot protect a single share, but you must protect and entire partition with Shadow Copy. Once you click properties click the Shadow Copies Tab. You can very easily turn on shadow copies by simply clicking the drive letter and then enable.

Your server will probably spin and sputter for a few minutes while it prepares the first snapshot. If you click the settings tab you can control how much or little room the shadow copies are allowed.



You can also configure some other options. If you have a multi-drive (physical drives) server, then you can configure your shadow copies to live on another drive...Which is what I do. You can also limit the amount of information that is stored in the shadow by configuring a limit. I highly recommend you set a limit. The default schedule for doing the the shadows if 7:00am and 12:00pm noon daily for your timezeone. This works really well because it doesn't affect performance of the system at all during other critical operations (eg Backup / Church Service / etc).

We have deployed Shadows on all our servers (SQL / Web /Application), and I can't tell you how many times they have been valuable. One time we had a really bad problem with the website, where a bunch of the files were overwritten with some code that just didn't work. 30 seconds later not much was working, but a quick jump into the shadow and voila... we were right back were we were earlier.

Another really cool thing to do is to create a snapshot before you do something potentially dangerous or otherwise problematic on the server. IN the original properties window there is a "CREATE NOW" button. This is really useful sometimes.



Don't ever depend on Shadow Copies as a replacement for Good Solid Tape backups, but they are great for the silly problems that commonly plague IT.

Everything you do, do as unto the Lord!

Implementing LIVE Shadow Backups

Microsoft released a really cool feature in Windows 2003 call Shadow Copies, which allows you to keep an active backup of the files that change on the server in a hidden area and not take up too much space. In the business world I found this feature to be invaluable, and now that in the Church environment, I am finding it to be doubly valuable.

If you have a user that accidentally saves over a file that they open to modify, "you know.... I clicked save when I meant Save AS" -- well normally we have to go get tapes -- load them, blah, blah, blah.

With Shadow Copy enabled drives all you have to do is right click in the server directory ... properties ... and you will find a previous versions tab.


This gives you access to that folder at all the shown points in time. If you double click the folder / file you want, you have options to restore or move to a new location. I can't begin to tell you how many times this has saved me from costly restore operations.




See my next article on how to setup Shadow Backups on your own Windows 2003 File Server.

Wednesday, April 4, 2007

Disable VM Screensavers

Disable the logon screen saver

To disable the logon screen saver, follow these steps:

1.

Click Start, click Run, type regedt32, and then click OK.

2.

Locate the following registry key:

HKEY_USERS\.DEFAULT\Control Panel\Desktop

3.

In the Details pane, double-click the ScreenSaveActive string value item.

4.

In the Value data box, replace the number 1 with the number 0, and then click OK.

You have now disabled the logon screen saver

http://support.microsoft.com/kb/185348

 

 

Outlook 2007 New Install on Vista

I couldn’t use Outlook Anywhere (RPC over HTTPS) on my new laptop. I did some googling and ended up finding this solution:

The issue is with new installs of Outlook 2007 and RPC over Https. From other feedback it appears
that this issue does not happen if you upgrade from Office 2003 and you were
using RPC over Https.


1. Click Start, click Run, type regedit in the Open box, and then click OK.
2. Locate and then click the following subkey:
HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Outlook\RPC
3. If the RPC key does not exisit, Right-click on the Outlook
Key and select New Key and call it RPC.
4. On the Edit menu, point to New, and then click DWORD Value.
5. Type DefConnectOpts, and then press ENTER.
6. Right-click DefConnectOpts, and then click Modify.
6. In the Value data box, type 0, and then click OK.
7. Exit Registry Editor.
8. Close Outlook and re-open it.

Wednesday, March 21, 2007

Office 2007 File Compatibility Update

If you are looking for ways to open the new Office 2007 files you can install the Office Compatibility Pack and it will enable your Office 2003/2000 installation to be able to work with the 2007 version of the files.

 

The original link to Microsoft:

http://www.microsoft.com/downloads/details.aspx?familyid=941b3470-3ae9-4aee-8f43-c6bb74cd1466&displaylang=en

 

You can also download and install OpenOffice which will give you access to the Microsoft Files and be able to create / edit them for free.  OpenOffice is available free under the GNU / OpenSource stuff at: http://www.openoffice.org

 

 

Make your own South Park Character

If you are a youth pastor, children’s ministry worker, etc, this site will allow you to create your own South Park character.  This can be a great ice breaker, especially if you are funny, to meet your kids right where they are.   Especially effective when you are making fun of yourself.

 

http://www.sp-studio.de/

 

 

Interesting SharePoint Discovery

In an effort to create a tool that is effective for ministry usage outside of the domain, I have put WSS 3.0 on a server and enabled forms based authentication.  Today was interesting as I was able to add multi-user alerts using a simple copy and paste.