Re: Server list application

2010-09-14 Thread Tigran K
That's what I was trying to avoid the work. Thanks for all the replies sounds like Excel is my choice at the moment. Thank you --Tigran On Mon, Sep 13, 2010 at 9:57 AM, Joseph Heaton jhea...@dfg.ca.gov wrote: Excel can be as structured as you want, as long as you are willing to put the work

Really simple powershell query - text formatting...

2010-09-14 Thread Palmer, Neal
Hi all, I'm trying to do the most simple of things, so I can start writing in Powershell instead of vbscript, but can't find a way to do it... Basically I'm processing a large input stream (30k+ users from a remote data source) of text, in two columns of Variable Name and Variable Data,

RE: Really simple powershell query - text formatting...

2010-09-14 Thread Michael B. Smith
There are a couple of ways to attack this. The easiest is probably to continue to use the normal vbscript concepts of string handling. $records = gc filename.txt foreach( $record in $records ) { $array = $record.Split( ' ' ) $varName = $array[0].ToUpper().Trim()

Open a new browser window

2010-09-14 Thread itli...@imcu.com
I am at a loss right now. Some of my users complain that when they go from one app to another the previous app with close. But I think it is just that these apps are all browser based and the new app is opening in the same window. How to I set them to open in a new window each time? I forget

Re: Server list application

2010-09-14 Thread Erik Goldoff
you can pipe Net View to a text document to automatically get a list of systems in the domain you can edit/cull for just servers. Then maybe run PSINFO with various switches, also piped to a text file and import that into the spreadsheet too. On Tue, Sep 14, 2010 at 2:13 AM, Tigran K

Re: Really simple powershell query - text formatting...

2010-09-14 Thread James Rankin
Totally unrelated, buthow annoying is that animation in your signature? On 14 September 2010 12:46, Palmer, Neal npal...@uwic.ac.uk wrote: Hi all, I’m trying to do the most simple of things, so I can start writing in Powershell instead of vbscript, but can’t find a way to do it…

Strange PowerChute errors

2010-09-14 Thread John Aldrich
I had to reinstall PowerChute (Business Edition Basic) on one of our servers yesterday because it went brain dead and couldn't see the UPS. I also switched from USB to serial for the communications. I got a bunch of alternating messages from PowerChute overnight, one saying self-test failed, and

RE: SAN vendors

2010-09-14 Thread John Aldrich
Well, I wouldn't say contractually obligated but I would put it as strongly encouraged. I'll try and remember to switch to plain text for this list. :-) Won't guarantee I'll remember, but I'll try. One thing I like about my email client at home (Linux) is that I can change certain settings for

RE: Strange PowerChute errors

2010-09-14 Thread John Aldrich
Correction -- the emails all say failed but when I look at the log entries about every other one says passed. -Original Message- From: John Aldrich [mailto:jaldr...@blueridgecarpet.com] Sent: Tuesday, September 14, 2010 8:51 AM To: NT System Admin Issues Subject: Strange PowerChute

Re: SAN vendors

2010-09-14 Thread Jonathan Link
Uhh... You can. Also, you'll notice that several contributors use gmail. Gmail's really good at handling list traffic. While I use this list for work related things, it doesn't belong to work. Opinions I share on this list are mine, and are not my employer's. It also helps with not having to

Re: SAN vendors

2010-09-14 Thread William J. Robbins
Outlook can do all those things unless you're running an ancient version. Just set up a contact for the list. WJR - from my Crackberry. If you find yourself in a fair fight, your tactics suck. -Original Message- From: John Aldrich jaldr...@blueridgecarpet.com Date: Tue, 14 Sep 2010

Re: SAN vendors

2010-09-14 Thread William J. Robbins
+11 for Gmail. And the price is right. WJR - from my Crackberry. If you find yourself in a fair fight, your tactics suck. -Original Message- From: Jonathan Link jonathan.l...@gmail.com Date: Tue, 14 Sep 2010 08:57:32 To: NT System Admin Issuesntsysadmin@lyris.sunbelt-software.com

Re: SAN vendors

2010-09-14 Thread James Kerr
Yeah, gmail is where its at.We have a huge footer/disclaimer that goes out with every email from my job also. - Original Message - From: Jonathan Link To: NT System Admin Issues Sent: Tuesday, September 14, 2010 8:57 AM Subject: Re: SAN vendors Uhh... You can. Also,

Re: Strange PowerChute errors

2010-09-14 Thread William Robbins
I'd interpret two things... First powerchute is probably still trying to see the USB version of the UPS. Second if the UPS battery is over 3 years old, and something important is attached to it you should refresh the UPS. - WJR On Tue, Sep 14, 2010 at 07:51, John Aldrich

Assistance with eMail footers

2010-09-14 Thread Doug Hampshire
I need to include an excessively large eMail footer with every eMail, including all Replies and Forwards. In addition to the eMail footer, it needs to include a Signature for every message (including Replies and Forwards). The Signature must include large graphics and preferably animated GIF

RE: dcpromo 2 old W2K dc's

2010-09-14 Thread pdw1914
That's correct, Brian. Attribute has no value listed. From: br...@briandesmond.com To: ntsysadmin@lyris.sunbelt-software.com Subject: RE: dcpromo 2 old W2K dc's Date: Fri, 10 Sep 2010 21:32:47 + OK. We need to inspect the tombstoneLifetime attribute on this object: CN=Directory

RE: Assistance with eMail footers

2010-09-14 Thread Martin Blackstone
Hey Doug! What version Exchange? From: Doug Hampshire [mailto:dhampsh...@gmail.com] Sent: Tuesday, September 14, 2010 6:21 AM To: NT System Admin Issues Subject: Assistance with eMail footers I need to include an excessively large eMail footer with every eMail, including all Replies and

Re: Assistance with eMail footers

2010-09-14 Thread Doug Hampshire
I have Outlook Server 7. On Tue, Sep 14, 2010 at 9:24 AM, Martin Blackstone mblackst...@gmail.comwrote: Hey Doug! What version Exchange? *From:* Doug Hampshire [mailto:dhampsh...@gmail.com] *Sent:* Tuesday, September 14, 2010 6:21 AM *To:* NT System Admin Issues *Subject:* Assistance

RE: Strange PowerChute errors

2010-09-14 Thread John Aldrich
Yeah... I went up and looked at the UPS again. It's down to like 60% of the battery, but still has a run-time in the 30-minute mark. That being said, I'm seriously looking at getting a new battery for it. I mean, it's not that expensive for a new battery... As for seeing the USB connection, I

RE: Assistance with eMail footers

2010-09-14 Thread Martin Blackstone
Awesome. Do you use Outlook? :-) Have you checked out Exclaimer? We've used it for that in the past. From: Doug Hampshire [mailto:dhampsh...@gmail.com] Sent: Tuesday, September 14, 2010 6:27 AM To: NT System Admin Issues Subject: Re: Assistance with eMail footers I have Outlook Server 7.

Re: Assistance with eMail footers

2010-09-14 Thread William Robbins
That ones my favorite version. Do you have the one with the bigger GB's? - WJR On Tue, Sep 14, 2010 at 08:26, Doug Hampshire dhampsh...@gmail.com wrote: I have Outlook Server 7. On Tue, Sep 14, 2010 at 9:24 AM, Martin Blackstone mblackst...@gmail.comwrote: Hey Doug! What version

Re: Assistance with eMail footers

2010-09-14 Thread William Robbins
I wish I had some expertise... [image: Poe-small.gif] Once upon a midnight dreary, while I pondered weak and weary, Over many a quaint and curious volume of forgotten lore, While I nodded, nearly napping, suddenly there came a tapping, As of some one gently rapping, rapping at my chamber door.

RE: Assistance with eMail footers

2010-09-14 Thread Paul Hutchings
Whilst on a personal note that sounds plain wrong as a default signature, have you informed them that you may find quite a few companies will actively quarantine/redirect/block mail with multimedia stuff on it? Also (and this is just curiosity not aimed at you personally) why would you choose

RE: Assistance with eMail footers

2010-09-14 Thread Martin Blackstone
LOL!! http://www.youtube.com/watch?v=FL7yD-0pqZg http://www.youtube.com/watch?v=FL7yD-0pqZgfeature=related feature=related From: William Robbins [mailto:dangerw...@gmail.com] Sent: Tuesday, September 14, 2010 6:32 AM To: NT System Admin Issues Subject: Re: Assistance with eMail footers

RE: Strange PowerChute errors

2010-09-14 Thread John Aldrich
Where would you guys recommend buying replacement batteries? I'm looking on Amazon and found an aftermarket replacement battery for like $90. -Original Message- From: John Aldrich [mailto:jaldr...@blueridgecarpet.com] Sent: Tuesday, September 14, 2010 9:28 AM To: NT System Admin

Re: Strange PowerChute errors

2010-09-14 Thread William Robbins
Two words. Registry. Entries. - WJR On Tue, Sep 14, 2010 at 08:28, John Aldrich jaldr...@blueridgecarpet.comwrote: Yeah... I went up and looked at the UPS again. It's down to like 60% of the battery, but still has a run-time in the 30-minute mark. That being said, I'm seriously looking

Re: Strange PowerChute errors

2010-09-14 Thread William Robbins
Amazon rules, especially if you can get free shipping. - WJR On Tue, Sep 14, 2010 at 08:38, John Aldrich jaldr...@blueridgecarpet.comwrote: Where would you guys recommend buying replacement batteries? I'm looking on Amazon and found an aftermarket replacement battery for like $90.

RE: Strange PowerChute errors

2010-09-14 Thread John Aldrich
OK. Thanks. J John-AldrichPerception_2 From: William Robbins [mailto:dangerw...@gmail.com] Sent: Tuesday, September 14, 2010 9:46 AM To: NT System Admin Issues Subject: Re: Strange PowerChute errors Amazon rules, especially if you can get free shipping. - WJR On Tue, Sep 14, 2010

Re: Really simple powershell query - text formatting...

2010-09-14 Thread William Robbins
That was an animation? Damnit, I set off that fogger in my cube for no reason! They told me if I did that again I'd have to move to the basement! - WJR On Tue, Sep 14, 2010 at 07:08, James Rankin kz2...@googlemail.com wrote: Totally unrelated, buthow annoying is that animation in your

RE: Strange PowerChute errors

2010-09-14 Thread John Aldrich
Unfortunately, no free shipping on this. L John-AldrichPerception_2 From: John Aldrich [mailto:jaldr...@blueridgecarpet.com] Sent: Tuesday, September 14, 2010 9:46 AM To: NT System Admin Issues Subject: RE: Strange PowerChute errors OK. Thanks. J John-AldrichPerception_2 From:

Re: Really simple powershell query - text formatting...

2010-09-14 Thread Richard Stovall
Sucker. Now off to the dungeon with you! On Tue, Sep 14, 2010 at 9:52 AM, William Robbins dangerw...@gmail.comwrote: That was an animation? Damnit, I set off that fogger in my cube for no reason! They told me if I did that again I'd have to move to the basement! - WJR On Tue, Sep 14,

Re: Open a new browser window

2010-09-14 Thread Richard Stovall
Can't promise positve results, but which browser are we talking about? On Tue, Sep 14, 2010 at 8:04 AM, itli...@imcu.com itli...@imcu.com wrote: I am at a loss right now. Some of my users complain that when they go from one app to another the previous app with close. But I think it is just

Re: Strange PowerChute errors

2010-09-14 Thread Richard Stovall
Are you a Prime member? On Tue, Sep 14, 2010 at 9:55 AM, John Aldrich jaldr...@blueridgecarpet.comwrote: Unfortunately, no free shipping on this. L [image: John-Aldrich][image: Perception_2] *From:* John Aldrich [mailto:jaldr...@blueridgecarpet.com] *Sent:* Tuesday, September 14, 2010

RE: Strange PowerChute errors

2010-09-14 Thread John Aldrich
Nope. :-) Plus, this is not from Amazon themselves, but another Amazon Marketplace Vendor. From: Richard Stovall [mailto:rich...@gmail.com] Sent: Tuesday, September 14, 2010 9:58 AM To: NT System Admin Issues Subject: Re: Strange PowerChute errors Are you a Prime member? On Tue, Sep 14, 2010

RE: Assistance with eMail footers

2010-09-14 Thread Gasper, Rick
Is that Enterprise or standard? From: Doug Hampshire [mailto:dhampsh...@gmail.com] Sent: Tuesday, September 14, 2010 9:27 AM To: NT System Admin Issues Subject: Re: Assistance with eMail footers I have Outlook Server 7. On Tue, Sep 14, 2010 at 9:24 AM, Martin Blackstone

Re: SAN vendors

2010-09-14 Thread Steven M. Caesare
“Linux” is your home email client? You keep making applications assertions about the OS. Why? -sc -Original Message- From: John Aldrich [mailto:jaldr...@blueridgecarpet.com] Sent: Tuesday, September 14, 2010 8:53 AM To: NT System Admin Issues Subject: RE: SAN vendors

RE: Assistance with eMail footers

2010-09-14 Thread Steven M. Caesare
I know you can do that with the new Outlook 2010 Server... it's much higher performing because they based the underlying store on MongoDB, which has no joins. -sc From: William Robbins [mailto:dangerw...@gmail.com] Sent: Tuesday, September 14, 2010 9:32 AM To: NT System Admin Issues

Re: Strange PowerChute errors

2010-09-14 Thread William J. Robbins
Well that adds a +5 to your suck roll. Battery shipping makes it cheaper to just buy a new UPS...sometimes. WJR - from my Crackberry. If you find yourself in a fair fight, your tactics suck. -Original Message- From: John Aldrich jaldr...@blueridgecarpet.com Date: Tue, 14 Sep 2010

RE: Assistance with eMail footers

2010-09-14 Thread Steven M. Caesare
Paul here brings up a very good point about PC's not having QT installed by default. Something we've found helpful is to try and remove as many obstacles for the end-user as possible, so they can focus on being more productive. Maybe you could include a download link to apple.com in the

Re: Assistance with eMail footers

2010-09-14 Thread William J. Robbins
I have the white one! WJR - from my Crackberry. If you find yourself in a fair fight, your tactics suck. -Original Message- From: Gasper, Rick rickgas...@kings.edu Date: Tue, 14 Sep 2010 10:09:46 To: NT System Admin Issuesntsysadmin@lyris.sunbelt-software.com Reply-To: NT System

RE: Open a new browser window

2010-09-14 Thread itli...@imcu.com
IE 7 From: Richard Stovall [mailto:rich...@gmail.com] Posted At: Tuesday, September 14, 2010 10:01 AM Posted To: itli...@imcu.com Conversation: Open a new browser window Subject: Re: Open a new browser window Can't promise positve results, but which

Re: Assistance with eMail footers

2010-09-14 Thread Jonathan Link
And include instructions for recipients to forward to their IT departments which detail how to deploy Quicktime to all their organization's computers, in the event the user doesn't run with admin rights. On Tue, Sep 14, 2010 at 10:20 AM, Steven M. Caesare scaes...@caesare.comwrote: Paul here

Re: SAN vendors

2010-09-14 Thread William J. Robbins
You mean my Windows Live email is an application? WJR - from my Crackberry. If you find yourself in a fair fight, your tactics suck. -Original Message- From: Steven M. Caesare scaes...@caesare.com Date: Tue, 14 Sep 2010 10:16:20 To: NT System Admin

RE: SAN vendors

2010-09-14 Thread John Aldrich
No, my home email client is KMail. Linux is the O/S. I figured it would be understood that the computer at home was running Linux from what I said and I figured a lot of people on this list might not know what KMail is, plus I did not think it was relevant to this conversation what *specific*

RE: Assistance with eMail footers

2010-09-14 Thread Paul Hutchings
Who's going to do that though? this isn't aimed at Doug as I know what it's like trying to convince marketing folks that something is a really dumb idea, but honestly, if you received an email that had a video in it and you couldn't play it, how likely would you be to actually go try and install

Re: Assistance with eMail footers

2010-09-14 Thread Jonathan Link
That's what the instructions for the IT department are for... On Tue, Sep 14, 2010 at 10:30 AM, Paul Hutchings paul.hutchi...@mira.co.ukwrote: Who’s going to do that though? this isn’t aimed at Doug as I know what it’s like trying to convince marketing folks that something is a really dumb

Re: Open a new browser window

2010-09-14 Thread Charles Whitby
I've done this: Create a shortcut to IE (c:\program files\internet explorer\iexplore.exe Modify the shortcut's target to put the web addess of your app after the above (so it looks like c:\program files\internet explorer\iexplore.exe cghs-ams-prod/PFSprod) Rename the shortcut appropriately.

Re: Assistance with eMail footers

2010-09-14 Thread Bill Humphries
Quicktime? I really think you are making a mistake there. If you couldn't tell from the weeks-long recent Apple/PC thread, you are opening yourself up to some unsurmountable cross platform issues. For this reason, I would suggest you take a look at Real® player for your multi-media

RE: SAN vendors

2010-09-14 Thread Steven M. Caesare
No, that’s a virus. -sc From: William J. Robbins [mailto:dangerw...@gmail.com] Sent: Tuesday, September 14, 2010 10:27 AM To: NT System Admin Issues Subject: Re: SAN vendors You mean my Windows Live email is an application? WJR - from my Crackberry. If you find yourself in a fair

Re: Assistance with eMail footers

2010-09-14 Thread Don Ely
How likely are users to click a link to a PDF file contained in an email with a subject line containing poor grammar? On Tue, Sep 14, 2010 at 7:30 AM, Paul Hutchings paul.hutchi...@mira.co.ukwrote: Who’s going to do that though? this isn’t aimed at Doug as I know what it’s like trying to

Re: Assistance with eMail footers

2010-09-14 Thread Don Ely
I was thinking Windows Media Services... On Tue, Sep 14, 2010 at 7:37 AM, Don Ely don@gmail.com wrote: How likely are users to click a link to a PDF file contained in an email with a subject line containing poor grammar? On Tue, Sep 14, 2010 at 7:30 AM, Paul Hutchings

RE: Assistance with eMail footers

2010-09-14 Thread Gasper, Rick
Most of us are IT people, so we would probably have it installed. But you know end users, they click on everything and will attempt to install something anyway. From: Paul Hutchings [mailto:paul.hutchi...@mira.co.uk] Sent: Tuesday, September 14, 2010 10:30 AM To: NT System Admin Issues

RE: SAN vendors

2010-09-14 Thread Steven M. Caesare
You'd be surprised what's relevant. For instance, you have already received responses indicating that Outlook can do what you want, depending on version. Unfortunately, we don't seem to have that info. -sc -Original Message- From: John Aldrich [mailto:jaldr...@blueridgecarpet.com]

RE: Assistance with eMail footers

2010-09-14 Thread Paul Hutchings
You know I did think that as soon as I hit send... From: Don Ely [mailto:don@gmail.com] Sent: 14 September 2010 15:38 To: NT System Admin Issues Subject: Re: Assistance with eMail footers How likely are users to click a link to a PDF file contained in an email with a subject line

RE: Assistance with eMail footers

2010-09-14 Thread Gasper, Rick
With Enterprise you can use a powerscript to add it to the outbound smtp connector. With standard, you would need to script it to add it to the email client. Both are simple and will accomplish the same thing. From: William J. Robbins [mailto:dangerw...@gmail.com] Sent: Tuesday, September 14,

Re: Assistance with eMail footers

2010-09-14 Thread Don Ely
E... you would willingly install quicktime on your PC? What kind of IT person are you?!?! You animal!! On Tue, Sep 14, 2010 at 7:38 AM, Gasper, Rick rickgas...@kings.edu wrote: Most of us are IT people, so we would probably have it installed. But you know end users, they click on

RE: Assistance with eMail footers

2010-09-14 Thread Steven M. Caesare
I tend to error on wanting to give MORE helpful information rather than less. So maybe a line that says something like Can't see this embedded video? Click HERE to install the free Apple Quicktime player!. And make it red or something (flashing?) so that it's easily seen by the end user,

RE: Strange PowerChute errors

2010-09-14 Thread Mike Hoffman
APC also to a trade in against an older model - usually about 10% off and then they pick up and dispose of the old battery systems free of charge. The batteries should last 3-5 years, but if the battery is out of warranty either replace it or upgrade. If you can find a good local reseller then

Re: Assistance with eMail footers

2010-09-14 Thread Don Ely
I think that about users every day... In war, conflict or whatever you want to call it they tell you to expect the unexpected. Does that mean that IT Professionals are constantly at war? On Tue, Sep 14, 2010 at 7:39 AM, Paul Hutchings paul.hutchi...@mira.co.ukwrote: You know I did think that

RE: Really simple powershell query - text formatting...

2010-09-14 Thread Palmer, Neal
I'm glad to hear that the animation is annoying ;) I wiped my screen a few times before I realised it wasn't real, so I'm just spreading the wealth. It's the power of the interweb ; From: Richard Stovall [mailto:rich...@gmail.com] Sent: 14 September 2010 15:02 To: NT System Admin Issues

Re: Assistance with eMail footers

2010-09-14 Thread Don Ely
How much power does powerscript require? On Tue, Sep 14, 2010 at 7:40 AM, Gasper, Rick rickgas...@kings.edu wrote: With Enterprise you can use a powerscript to add it to the outbound smtp connector. With standard, you would need to script it to add it to the email client. Both are simple and

RE: Assistance with eMail footers

2010-09-14 Thread Steven M. Caesare
Or maybe both, so as to be cross platform. -sc From: Bill Humphries [mailto:nt...@hedgedigger.com] Sent: Tuesday, September 14, 2010 10:37 AM To: NT System Admin Issues Subject: Re: Assistance with eMail footers Quicktime? I really think you are making a mistake there. If you

Re: Assistance with eMail footers

2010-09-14 Thread Don Ely
I was making a point. Clearly, I made it a very sharp one... On Tue, Sep 14, 2010 at 7:41 AM, Gasper, Rick rickgas...@kings.edu wrote: Did you really have to ask that??? chances are greater than 42 that they would click on it anyway. *From:* Don Ely [mailto:don@gmail.com] *Sent:*

Re: Assistance with eMail footers

2010-09-14 Thread Roger Wright
I think you should include links and instructions on how to install the player, codec, etc., in the disclaimer. Also, might as well include the latest headlines regarding L. Lohan and P. Hilton. Roger Wright ___ When it's GOOD there ain't nothin' like it, and when it's BAD there ain't nothin'

Re: Assistance with eMail footers

2010-09-14 Thread Jonathan Link
The future is now. I mean now. No, now. Here it is. I can see the future coming... On Tue, Sep 14, 2010 at 10:48 AM, Don Ely don@gmail.com wrote: But then I won't get back to the future... On Tue, Sep 14, 2010 at 7:47 AM, Jonathan Link jonathan.l...@gmail.comwrote: Less than 1.21

Re: Assistance with eMail footers

2010-09-14 Thread Don Ely
But then I won't get back to the future... On Tue, Sep 14, 2010 at 7:47 AM, Jonathan Link jonathan.l...@gmail.comwrote: Less than 1.21 gigawatts. On Tue, Sep 14, 2010 at 10:43 AM, Don Ely don@gmail.com wrote: How much power does powerscript require? On Tue, Sep 14, 2010 at 7:40 AM,

Re: Assistance with eMail footers

2010-09-14 Thread Jonathan Link
Less than 1.21 gigawatts. On Tue, Sep 14, 2010 at 10:43 AM, Don Ely don@gmail.com wrote: How much power does powerscript require? On Tue, Sep 14, 2010 at 7:40 AM, Gasper, Rick rickgas...@kings.eduwrote: With Enterprise you can use a powerscript to add it to the outbound smtp

Re: Assistance with eMail footers

2010-09-14 Thread Jonathan Link
Is it true that Mongo is webscale? On Tue, Sep 14, 2010 at 10:18 AM, Steven M. Caesare scaes...@caesare.comwrote: I know you can do that with the new Outlook 2010 Server… it’s much higher performing because they based the underlying store on MongoDB, which has no joins. -sc *From:*

Re: SAN vendors

2010-09-14 Thread William J. Robbins
Einstein said you weren't relevant. ;) WJR - from my Crackberry. If you find yourself in a fair fight, your tactics suck. -Original Message- From: Steven M. Caesare scaes...@caesare.com Date: Tue, 14 Sep 2010 10:38:38 To: NT System Admin Issuesntsysadmin@lyris.sunbelt-software.com

RE: SAN vendors

2010-09-14 Thread John Aldrich
OL2K7 is what I'm running. I wasn't aware that I could set up Outlook to always send to this list via plain-text. I'll go research that. Obviously Outlook will reply in whatever the format is of the current message, but I did not know that there was a way to *force* it to reply in

Re: Strange PowerChute errors

2010-09-14 Thread William J. Robbins
I'd offer to assist, but we're in a different continent :-) That's a far cry better than being incontinent. WJR - from my Crackberry. If you find yourself in a fair fight, your tactics suck. -Original Message- From: Mike Hoffman m...@drumbrae.net Date: Tue, 14 Sep 2010 15:41:46 To:

Re: Open a new browser window

2010-09-14 Thread Ben Scott
On Tue, Sep 14, 2010 at 8:04 AM, itli...@imcu.com itli...@imcu.com wrote: How to I set them to open in a new window each time? I forget entirely where to even look for this? Internet Explorer - Tools - Internet Options - Advanced tab - Browsing - Reuse windows -- Ben ~ Finally, powerful

Re: Assistance with eMail footers

2010-09-14 Thread Jonathan Link
If you don't have the flux capacitor, you don't need as much. IIRC, that option isn't available to most powershell developers. On Tue, Sep 14, 2010 at 11:01 AM, William J. Robbins dangerw...@gmail.comwrote: Depends on the size of your shell, and how many ohms your power supply produces in

Re: Assistance with eMail footers

2010-09-14 Thread William J. Robbins
No, definitely 1.21 gigawatts. WJR - from my Crackberry. If you find yourself in a fair fight, your tactics suck. -Original Message- From: Jonathan Link jonathan.l...@gmail.com Date: Tue, 14 Sep 2010 10:47:27 To: NT System Admin Issuesntsysadmin@lyris.sunbelt-software.com Reply-To:

Re: Assistance with eMail footers

2010-09-14 Thread William J. Robbins
Depends on the size of your shell, and how many ohms your power supply produces in gigawatts. I think you'll need 1.21. WJR - from my Crackberry. If you find yourself in a fair fight, your tactics suck. -Original Message- From: Don Ely don@gmail.com Date: Tue, 14 Sep 2010

Re: Assistance with eMail footers

2010-09-14 Thread William J. Robbins
I don't have it installed. Can I go home now since I'm not in IT any longer? :) WJR - from my Crackberry. If you find yourself in a fair fight, your tactics suck. -Original Message- From: Gasper, Rick rickgas...@kings.edu Date: Tue, 14 Sep 2010 10:38:25 To: NT System Admin

Re: Assistance with eMail footers

2010-09-14 Thread William J. Robbins
Oh...my bad. I assumed he had the Enterprise kit. WJR - from my Crackberry. If you find yourself in a fair fight, your tactics suck. -Original Message- From: Jonathan Link jonathan.l...@gmail.com Date: Tue, 14 Sep 2010 11:03:57 To: NT System Admin

Re: Assistance with eMail footers

2010-09-14 Thread Steve Ens
I think the Enterprise was retired after the The Next Generation started On Tue, Sep 14, 2010 at 10:07 AM, William J. Robbins dangerw...@gmail.comwrote: Oh...my bad. I assumed he had the Enterprise kit. WJR - from my Crackberry. If you find yourself in a fair fight, your tactics suck.

Re: Assistance with eMail footers

2010-09-14 Thread William J. Robbins
Wait until the Captain hears about this! WJR - from my Crackberry. If you find yourself in a fair fight, your tactics suck. -Original Message- From: Steve Ens stevey...@gmail.com Date: Tue, 14 Sep 2010 10:09:05 To: NT System Admin Issuesntsysadmin@lyris.sunbelt-software.com Reply-To:

Re: Assistance with eMail footers

2010-09-14 Thread Gary Slinger
I need it as part of my iTunes setup, so that I may reside comfortably in my SJRDF. On Tue, Sep 14, 2010 at 10:41 AM, Don Ely don@gmail.com wrote: E... you would willingly install quicktime on your PC? What kind of IT person are you?!?! You animal!! On Tue, Sep 14, 2010 at 7:38

RE: Really simple powershell query - text formatting...

2010-09-14 Thread Palmer, Neal
Hi all, Thanks Michael, that does it, but since it's now moving into more of a coding area, rather than using 'the power of Powershell', I'm running into syntactic issues which are making things even more convoluted. Firstly it assumes I've got a file full of data to process and the for-loop

RE: Assistance with eMail footers

2010-09-14 Thread Steven M. Caesare
Fortunately PDF's are only text/pictures, so not much danger there. -sc From: Don Ely [mailto:don@gmail.com] Sent: Tuesday, September 14, 2010 10:38 AM To: NT System Admin Issues Subject: Re: Assistance with eMail footers How likely are users to click a link to a PDF file

Re: Assistance with eMail footers

2010-09-14 Thread Doug Hampshire
Why have you all hijacked my thread? I was seeking some actual help with this. We are a company focused primarily on Merger and Acquisition activities and the owner wants to include a video (I recommended Flash but he insists it work on an iPad/iPhone) of the Viking Kittens. He thinks it portrays

Re: Assistance with eMail footers

2010-09-14 Thread William J. Robbins
That explains a lot. Say, speaking of explaining, don't I know you? You're that limey b...@stard aren't you? WJR - from my Crackberry. If you find yourself in a fair fight, your tactics suck. -Original Message- From: Gary Slinger gary.slin...@gmail.com Date: Tue, 14 Sep 2010

Re: Assistance with eMail footers

2010-09-14 Thread Steve Ens
We tend to use Silverlight in our signatures here since it more aptly reflects the updated technology that we use in our organization. On Tue, Sep 14, 2010 at 9:37 AM, Bill Humphries nt...@hedgedigger.comwrote: Quicktime? I really think you are making a mistake there. If you couldn't tell

Re: Assistance with eMail footers

2010-09-14 Thread William J. Robbins
Do y'all do acquisitions? I only ask because it'd be HI larious if you were and were b!tching about us hijacking a thread. WJR - from my Crackberry. If you find yourself in a fair fight, your tactics suck. -Original Message- From: Doug Hampshire dhampsh...@gmail.com Date: Tue, 14

Re: Assistance with eMail footers

2010-09-14 Thread Don Ely
A limey b...@stard who for some reason consumes Corona in mass quantities and has an adoration for sheep I've never seen before... On Tue, Sep 14, 2010 at 8:28 AM, William J. Robbins dangerw...@gmail.comwrote: That explains a lot. Say, speaking of explaining, don't I know you? You're that

RE: Assistance with eMail footers

2010-09-14 Thread Mayo, Bill
QuickTime is a player and it also has a container specication, but it is not a codec. QuickTime can play almost any kind of standard audio file and many (but not all) video formats. If you stick with standards, people should be able to play them on most any platform. For video these days,

Re: Assistance with eMail footers

2010-09-14 Thread Jonathan Link
Yeah, that ain't adoration... On Tue, Sep 14, 2010 at 11:31 AM, Don Ely don@gmail.com wrote: A limey b...@stard who for some reason consumes Corona in mass quantities and has an adoration for sheep I've never seen before... On Tue, Sep 14, 2010 at 8:28 AM, William J. Robbins

Re: Assistance with eMail footers

2010-09-14 Thread William J. Robbins
Oh yeah! Likes to shoot stuff! WJR - from my Crackberry. If you find yourself in a fair fight, your tactics suck. -Original Message- From: Don Ely don@gmail.com Date: Tue, 14 Sep 2010 08:31:38 To: NT System Admin Issuesntsysadmin@lyris.sunbelt-software.com Reply-To: NT System

Re: SAN vendors

2010-09-14 Thread Steven Peck
http://office.microsoft.com/en-us/outlook-help/change-the-message-format-to-plain-text-html-or-rich-text-HP005242689.aspx My EMail client is WIndows 7. I use it with all my email accounts. Even my GMail one. Steven Peck http://www.blkmtn.org On Tue, Sep 14, 2010 at 7:54 AM, John Aldrich

RE: Assistance with eMail footers

2010-09-14 Thread Kim Longenbaugh
The flux capacitor has been re-purposed: http://www.nechville.com/flux.html From: Jonathan Link [mailto:jonathan.l...@gmail.com] Sent: Tuesday, September 14, 2010 10:04 AM To: NT System Admin Issues Subject: Re: Assistance with eMail footers If you don't have the flux capacitor,

File Renaming Utility

2010-09-14 Thread Bob Hartung
I recently needed to rename a bunch of files. I didn't want to rename each one individually so I started looking for a utility, free or otherwise, that would help. I came across the aptly named Bulk Rename Utility ( www.bulkrenameutility.co.uk ). If you need to rename files, this free utility

Re: File Renaming Utility

2010-09-14 Thread Anders Blomgren
Tools like that are great for people that do not have the time to learn powershell but it's probably one of the first things you do learn... -Anders On Tue, Sep 14, 2010 at 6:01 PM, Bob Hartung bhart...@wiscoind.com wrote: I recently needed to rename a bunch of files. I didn't want to rename

Re: File Renaming Utility

2010-09-14 Thread Manuel Santos
Back in those MS-DOS days, I remember a utility called rename, that allowed me to rename one or a lot of files at the same time... 2010/9/14 Anders Blomgren chanks...@gmail.com Tools like that are great for people that do not have the time to learn powershell but it's probably one of the first

Re: File Renaming Utility

2010-09-14 Thread Anders Blomgren
Agreed. But powershell, like the other named tool, takes it further. -Anders On Tue, Sep 14, 2010 at 6:08 PM, Manuel Santos nel...@gmail.com wrote: Back in those MS-DOS days, I remember a utility called rename, that allowed me to rename one or a lot of files at the same time... 2010/9/14

RE: File Renaming Utility

2010-09-14 Thread Walker, Michael
Here's a write up of it - http://www.pcmag.com/article2/0,2817,27023,00.asp You can download it here - http://www.freewareweb.com/cgi-bin/archive.cgi?ID=173download=1 Michael Walker Senior Network Engineer Citrus Valley Health Partners 140 W. College Street, Covina, CA 91723

R: File Renaming Utility

2010-09-14 Thread HELP_PC
If for every thing I have to do I must learn a language (maybe powershell or C++)... Now you can tell me that for creating a new user in AD I may use powershell. I still prefer the GUI option GuidoElia HELPPC _ Da: Anders Blomgren [mailto:chanks...@gmail.com] Inviato: martedì 14

RE: Strange PowerChute errors

2010-09-14 Thread Miller Bonnie L .
The only time I've seen the site wiring fault (and the wiring tested okay) was in a brown-out situation. We had one school where they would occasionally lose power in a strange way. I'm not an electrician, but it was something about the way the power came into the building--it had 3 of

Re: File Renaming Utility

2010-09-14 Thread Manuel Santos
It's not that you *must* use powershell for everything, but sometimes, it helps to use those old utilities. 2010/9/14 HELP_PC g...@enter.it If for every thing I have to do I must learn a language (maybe powershell or C++)... Now you can tell me that for creating a new user in AD I may use

  1   2   >