Backups/deduplication

2013-03-28 Thread Derrenbacker, L. Jonathan
I searched the NT archives and I don't think this has been discussed since 2011. I'm in the market for a deduplication backup device to replace my old LTO tape library. I'm curious what everyone is using for a backup/dedupe appliance, who likes what, and if there's anything to avoid or be aware

RE: Running Powershell script as scheduled task fails with 0x1

2013-03-08 Thread Derrenbacker, L. Jonathan
My first guess is UAC. Try turning it off, bounce the server and see if it runs. Happened to me on a Win2k8R2 box with a bat file scheduled task. Would run when I double-clicked it in the console, but would error out being run via scheduled task regardless of the credentials I gave it. UAC was bl

RE: Remote control software

2013-02-27 Thread Derrenbacker, L. Jonathan
x-related matter(s) addressed herein. -Original Message- From: Derrenbacker, L. Jonathan Sent: Wednesday, February 27, 2013 11:03 AM To: NT System Admin Issues Subject: RE: Remote control software Yeah, it works with Win7 x64 targets. To clarify, I'm using 'UltraVNC' v

RE: Remote control software

2013-02-27 Thread Derrenbacker, L. Jonathan
version of Vnc could you please email me a link thanks Thanks Nigel Parker Systems Engineer Ultraframe (UK) Ltd Tel: 01200 452329 Fax: 01200 452201 Web: www.ultraframe.com Email: mailto:nigel.par...@ultraframe.co.uk -Original Message- From: Derrenbacker, L. Jonathan [mailto:

RE: Remote control software

2013-02-27 Thread Derrenbacker, L. Jonathan
I use VNC with a custom script that does a silent install before it executes, and uninstall when it's done. It's pretty clean. You have the right ports open on Win7 right? Jon Derrenbacker | Systems Engineer | Manager | Keiter 4401 Dominion Boulevard, 2nd Floor, Glen Allen, VA 23060 phone: 80

RE: Replicating VMs to DR?

2012-11-26 Thread Derrenbacker, L. Jonathan
st Camden Street, Suite 100 Baltimore, MD 21201 410.625.2200 (main) 443.524.8573 (direct) 443-506.2400 (cell) www.xlhealth.com<http://www.xlhealth.com/> From: Derrenbacker, L. Jonathan [mailto:jderrenbac...@keitercpa.com] Sent: Monday, November 26, 2012 1:41 PM To: NT System Admin Issues Subje

Replicating VMs to DR?

2012-11-26 Thread Derrenbacker, L. Jonathan
For those who replicate their Virtual Servers to their Disaster Recovery site, I'm curious who uses what method. I don't have a second SAN in my disaster recovery site right now, and I'm looking for other methods to replicate my VMs without SAN-to-SAN. There's always the option of just taking a V

RE: Citrix XenApp 5.0 issue

2012-09-25 Thread Derrenbacker, L. Jonathan
I've seen several things cause this issue. Login scripts, child processes that don't shut down cleanly, even too many temp files on the end-user side. Good luck, Jon [cid:image001.png@01CD9B37.79E6FC60] Jon Derrenbacker | Systems Engineer Manager | Keiter 4401 Dominion Boulevard, 2nd Floor, Gle

re: Scripting -- How to Echo Spaces???

2010-06-10 Thread Derrenbacker, L. Jonathan
Awesome. Thanks everyone!!! Jon On Thu, Jun 10, 2010 at 1:41 PM, Andrew S. Baker wrote: > Easiest Approach > ECHO >C:\Temp\FileName.TXT > {where is the actual character, not that whole text} > > -ASB: http://XeeSM.com/AndrewBaker > > ~ Finally, powerful endpoint security that ISN'T a resour

RE: re: Scripting -- How to Echo Spaces???

2010-06-10 Thread Derrenbacker, L. Jonathan
-Original Message- From: Derrenbacker, L. Jonathan Sent: Thursday, June 10, 2010 1:17 PM To: 'ntsysadmin@lyris.sunbelt-software.com' Subject: re: Scripting -- How to Echo Spaces??? Thanks for everyones responses! I gave a bad example of what I'm trying to do. I'm t

re: Scripting -- How to Echo Spaces???

2010-06-10 Thread Derrenbacker, L. Jonathan
he way you have written it should output the space to the file. > -ASB: http://XeeSM.com/AndrewBaker > > > On Thu, Jun 10, 2010 at 10:05 AM, Derrenbacker, L. Jonathan > wrote: >> >> This seems so simple, but I'm stuck. >> >> I'm writing a

Scripting -- How to Echo Spaces???

2010-06-10 Thread Derrenbacker, L. Jonathan
This seems so simple, but I'm stuck. I'm writing a new bat file in windows and I need to echo spaces to a file. For example: echo bla bla bla >> results.txt Anyone know how to echo a space? I've tried $S, I've tried putting " " around spaces, I've tried echo Any ideas? Thanks in advance,

RE: Exchange Active Sync w/o a Front-End exchange server?

2010-06-07 Thread Derrenbacker, L. Jonathan
Maybe it's not a bad idea, I don't know... Partly I guess I've never trusted IIS. IIS on an exchange server exposed to the internet just doesn't seem right for some reason... The main issue I guess would be someone executing a new IIS exploit would have access to the entire internal network instea

Exchange Active Sync w/o a Front-End exchange server?

2010-06-07 Thread Derrenbacker, L. Jonathan
I'm curious how many people who have all exchange roles on the same box, are running active sync. It seems like a bad idea, but I'm curious if people do it, and if you have any issues. Thanks, Jon ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~

re: Riverbed Steelhead appliances v. Cisco WAAS v. Citrix Branch repeater

2010-04-12 Thread Derrenbacker, L. Jonathan
I tested all of the major wan optimizers about 2 years ago including Riverbed Steelheads, Cisco WAAS, and the Citrix product. The end result is the Riverbed blew everyone out of the water. It wasn't even close. I initially thought the Citrix product would be best since at the time all wan users u

VLans for VOIP Infrastructure

2010-03-17 Thread Derrenbacker, L. Jonathan
I'm doing my first VOIP rollout and I'm getting mixed answers on how to vlan the voice infrastructure. I'm curious how everyone else here does it. We have under 250 users, we're going to have 2 call managers, a unity box, and a IPcelerate box. Some people are saying each server should be in its o

RE: Scripting Question - How to go backwards with tokens in for loop?

2010-03-12 Thread Derrenbacker, L. Jonathan
#x27;type results\list2.txt') DO echo %%m%%l%%k%%j%%i>> results\list3.txt for /F "tokens=1-2 delims= " %%i in ('type results\list3.txt') DO echo %%j.%%i>> results\list4.txt Jon _ From: Derrenbacker, L. Jonathan Se

Scripting Question - How to go backwards with tokens in for loop?

2010-03-12 Thread Derrenbacker, L. Jonathan
I writing a quick script to show what domains are currently in a users dns cache. I only want the root domain itself, not anything past that. So if I run this: for /F "tokens=*" %%X in ('ipconfig /displaydns') DO echo %%X | find "CNAME Record" >> list.txt for /F "tokens=8" %%X in ('type list.txt

Market share of NT4, 2000, netware, and unix

2001-09-26 Thread Derrenbacker, L. Jonathan
Does anyone know what percent of market share each of these have in North America NT4, W2k, netware, and unix. Is this about right NT4 55% Win2k 5% netware 5% unix 45% ? Want to unsub? Do that here: http://lyris.sunbelt-software.com/scripts/lyris.pl?enter=ntsysadmin&text_mode=0&lang=english Nee

Index Server on IIS 5

2001-09-20 Thread Derrenbacker, L. Jonathan
Does anyone have the html code to use with index server on iis 5? Mine searches fine if you search from the computer management console, but if I browse to the c:\winnt\help\ciquery.htm, and double click it, it comes up with question marks in all the fields. Thanks in advance, Jon http://www.su

Index Server on IIS5 - How to make a query

2001-09-18 Thread Derrenbacker, L. Jonathan
Title: Message I have just moved our intranet from a NT4 box to a Win2K box.   With Index Server on IIS5, are there no .idq files? How do you call a search through a form?   I can search through the "query the catalog" inside of computer management, but I can't see the source code fo

What replaces boot.ini in windows 2000?

2001-09-17 Thread Derrenbacker, L. Jonathan
Title: Win2K looping upon bootup What replaces boot.ini in windows 2000? I've loaded 2 copies of windows 2000 onto a server, and I want to be able to have different names for the operating systems when it boots up.     http://www.sunbelt-software.com/ntsysadmin_list_charter.htm

RE: [LIST ADMIN MESSAGE]

2001-09-17 Thread Derrenbacker, L. Jonathan
Title: Message http://search.asiaco.com/Afghanistan/     -Original Message- From: Martin Blackstone [mailto:[EMAIL PROTECTED]] Sent: Friday, September 14, 2001 5:41 PM To: NT System Admin Issues Subject: RE: [LIST ADMIN MESSAGE]   What is the URL? -Original Message

RE: Backup Device Advice?

2001-09-07 Thread Derrenbacker, L. Jonathan
Same here. Very nice product. Mine holds 200gigs/tape. The robotic device we tested were unreliable. -Original Message- From: Lefkovics, William [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 06, 2001 6:17 PM To: NT System Admin Issues Subject: RE: Backup Device Advice? I am par

RE: Internet Explorer 6.0

2001-09-04 Thread Derrenbacker, L. Jonathan
I had the same problem with citrix here. Heres the fix: http://hqextsrvsft01.citrix.com/cgi-bin/webcgi.exe/,/?Session=149127,U=1,ST= 100,N=0007,K=8834,SXI=18,Case=obj(14980) -Original Message- From: Troy Rambo /278 Systems Specialist [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 30

RE: XIOtech SANS solution?

2001-08-29 Thread Derrenbacker, L. Jonathan
lso which might be cheaper in the long run. We are trying to get managment to go with a san and blade servers instead of the 7u/9u monsters we have now.After they eat the initial san cost, expansion will be way cheaper. "Derrenbacker, L. Jo

XIOtech SANS solution?

2001-08-29 Thread Derrenbacker, L. Jonathan
Has anyone has any experience with XIOtech? We're thinking about their Magnitude SAN solution, but I've never heard of them before.   Thanks, Jon http://www.sunbelt-software.com/ntsysadmin_list_charter.htm

RE: Citrix and IE5.5 SP2

2001-08-27 Thread Derrenbacker, L. Jonathan
Found the solution: http://hqextsrvsft01.citrix.com/cgi-bin/webcgi.exe/,/?Session=149127,U=1,ST= 100,N=0007,K=8834,SXI=18,Case=obj(14980) Apparently microsoft has changed a bunch of stuff relating to pluggins with SP2 of IE 5.5. http://www.sunbelt-software.com/ntsysadmin_list_charter.htm

Citrix and IE5.5 SP2

2001-08-25 Thread Derrenbacker, L. Jonathan
Has anyone had problems with citrix after upgrading Internet Explorer 5.5 with service pack 2? Thanks. http://www.sunbelt-software.com/ntsysadmin_list_charter.htm

Citrix Problem with ica file not executing with IE5

2001-08-22 Thread Derrenbacker, L. Jonathan
I'm using citrix metaframe 1.8sp2 with nfuse 4. All of a sudden, one day my home computer wont execute any programs on citrix. I can get to the screen that has the icons for each app, but when I click on one it doesn't do anything. I've tried deleting all temp files and temp internet files. Unin

code red patch when you need index server

2001-08-20 Thread Derrenbacker, L. Jonathan
How do you patch a iis4 box for code red when you need index server to run? I applied the fix from microsoft back when it came out, but after I applied it index server stopped working. Thanks http://www.sunbelt-software.com/ntsysadmin_list_charter.htm

RE: A disk to format NTFS drives?

2001-08-14 Thread Derrenbacker, L. Jonathan
:36 PM To: NT System Admin Issues Subject: RE: A disk to format NTFS drives? Why not boot from CD? Partition Magic can format NTFS drives, although I have never had any luck with that feature. - ASB -Original Message- From: Derrenbacker, L. Jonathan [mailto:[EMAIL PROTECTED]] Sent

A disk to format NTFS drives?

2001-08-14 Thread Derrenbacker, L. Jonathan
Is there a disk like the old 98 boot disk that can fdisk, format, and scandisk a ntfs drive? I hate having to wait 30 minutes to run through the 4 windows2000 boot disks just to format a drive. http://www.sunbelt-software.com/ntsysadmin_list_charter.htm