adminbromo.blogspot.com
ADMIN BROMO: Getting into the swing of things...
http://adminbromo.blogspot.com/2006/10/getting-into-swing-of-things.html
Hopefully Helpful Blogging. :). Monday, October 23, 2006. Getting into the swing of things. As I work to establish a library of "best quotes ever" . I give you this tidbit. Watch for bad formatting and grammar). My wireless internet has no dial tone." - anonymous C.E.O. The windows software key fried my motherboard" - an actual lvl1 tech. Posted by Ian :). At 10/23/2006 09:50:00 PM. Quitting Warcraft is a lot like being in a War." - Yes, Someone actually said this. Subscribe to: Post Comments (Atom).
adminbromo.blogspot.com
ADMIN BROMO: How To Create a Universal Ghost Image Using Sysprep and Mysysprep
http://adminbromo.blogspot.com/2006/10/universal-ghost-image-guide.html
Hopefully Helpful Blogging. :). Monday, October 30, 2006. How To Create a Universal Ghost Image Using Sysprep and Mysysprep. How To Create a Universal Ghost Image. This is my guide to building a "Universal" (compatible with most HALs) Ghost Image. I will revise as needed. Hopefully this will cover everything you need to create your own Universal Image. I have tried to cover all the issues I have run into. With the use of " MYSYSPREP. If you have any questions or suggestions please feel free to comment.
adminbromo.blogspot.com
ADMIN BROMO
http://adminbromo.blogspot.com/2010/07/hi-everyone-sorry-for-long-hiatus.html
Hopefully Helpful Blogging. :). Tuesday, July 20, 2010. Sorry for the long hiatus. Between work and life stuff, this blog has gathered some dust. Hopefully I can get some helpful posts put up soon. Have a great day everyone! Posted by Ian :). At 7/20/2010 07:33:00 AM. Subscribe to: Post Comments (Atom). Check out my new comic. My Cats an A-hole. Check out my other Blog. I'm firing back up the hot sauce testing lab. Let me review your hot sauce! Http:/ pepperdeath.blogspot.com/.
adminbromo.blogspot.com
ADMIN BROMO: Manually backup Windows SharePoint Services 3.0 and purge old backups from command line (script)
http://adminbromo.blogspot.com/2010/11/manually-backup-windows-sharepoint.html
Hopefully Helpful Blogging. :). Tuesday, November 16, 2010. Manually backup Windows SharePoint Services 3.0 and purge old backups from command line (script). SharePoint Services 3.0 creates its own SQL instance which needs to be backed up. Here are a couple of steps you can take to do a manual back up and purge older backups. Create a batch file and setup a task on the server that you are attempting to backup. Cd %COMMONPROGRAMFILES% Microsoft Shared web server extensions 12 BIN. If you run into any snags.
adminbromo.blogspot.com
ADMIN BROMO: Issues with Offline Files syncronizing folder that is no longer available.
http://adminbromo.blogspot.com/2010/09/issues-with-offline-files-syncronizing.html
Hopefully Helpful Blogging. :). Thursday, September 30, 2010. Issues with Offline Files syncronizing folder that is no longer available. I ended up switching the path of a network share that I had been synchronizing offline files with. It kept giving me an error stating "The specified network file is no longer available". Even though I turned off offline files and renabled them, it still kept trying to synchronize this old share. I even went through the registry and updated any old paths. Posted by Ian :).
adminbromo.blogspot.com
ADMIN BROMO: Sushi Night.
http://adminbromo.blogspot.com/2006/10/sushi-night.html
Hopefully Helpful Blogging. :). Thursday, October 26, 2006. How To Make Sushi. A.K.A. Beginners Guide To Sushi. Below is an e-mail I typed up for family and friends regarding sushi night. I kept everything pretty simple, nothing exotic. My wife has a fear of raw things etc. Indeed 9/10/2006 was the day I decided to go balls to the wall against. In a word, "success". Let me recap my plan so you too can be successful. and make like 20 rolls. Rice (Short Grain). Don't skimp, get the good stuff. Kewpie Mayo ...
adminbromo.blogspot.com
ADMIN BROMO: Single user backup script for Lotus Notes.
http://adminbromo.blogspot.com/2006/10/single-user-backup-script-for-lotus.html
Hopefully Helpful Blogging. :). Wednesday, November 22, 2006. Single user backup script for Lotus Notes. Here is a script I created to backup a users profile within Lotus Notes. It's a quick and dirty but you should get the idea. Save this into a batch (.bat extension) file. Make sure the user can utilize reg.exe. By default it is a part of Windows XP and 2000. I suggest running something like this at the system startup. This will avoid any corruption that may happen from the user opening notes. FOR /F "...
adminbromo.blogspot.com
ADMIN BROMO: Office prank.
http://adminbromo.blogspot.com/2010/07/office-prank.html
Hopefully Helpful Blogging. :). Tuesday, July 20, 2010. Here is a prank we pulled on a co-worker about a year or so ago. He was asking for a PS3 as a wedding gift. We happened to get our hands on a PS3 box. hilarity ensues (well, I thought it was funny). Posted by Ian :). At 7/20/2010 09:56:00 AM. Subscribe to: Post Comments (Atom). Check out my new comic. My Cats an A-hole. Check out my other Blog. I'm firing back up the hot sauce testing lab. Let me review your hot sauce!
adminbromo.blogspot.com
ADMIN BROMO: How to delete a service via the command prompt.
http://adminbromo.blogspot.com/2010/10/how-to-delete-service-via-command.html
Hopefully Helpful Blogging. :). Monday, October 25, 2010. How to delete a service via the command prompt. Sometimes you get an orphaned service entry that needs to be manually deleted. It's a pretty painless process via the command line. Here is the command. SC delete "name of the service". This works in windows XP, vista and 7. Please be careful. :D. Posted by Ian :). At 10/25/2010 08:08:00 AM. Subscribe to: Post Comments (Atom). Check out my new comic. My Cats an A-hole. Check out my other Blog.
adminbromo.blogspot.com
ADMIN BROMO: Single user backup script for Lotus Notes Part 2.
http://adminbromo.blogspot.com/2007/01/single-user-backup-script-for-lotus.html
Hopefully Helpful Blogging. :). Friday, January 19, 2007. Single user backup script for Lotus Notes Part 2. Sorry I've been slammed at work and such so I have not had much time to post. Here is the 2nd part of the single user backup for Lotus Notes. Mind you it is nothing spectacular (but it can be very useful). It is a simple VBS I modified from the Microsoft script center. Here is the code. Const ForReading = 1. Const ForWriting = 2. Opens notes.ini within the backup folder that was. Posted by Ian :).