Audit who changed folder permissions

2011-07-28 Thread Oliver Marshall
Someone has been buggering about the permissions on folders on a server. Nothing critical but annoying. Is there a way we can audit who makes changes to folder/file permissions? Ideally posthumously, but certainly going forward. Thanks Olly [cid:personal22cd6.jpg]

Re: Audit who changed folder permissions

2011-07-28 Thread James Rankin
Yes, turn on object access auditing on the server's audit policy, then add the users/groups you want to audit to the Audit tab on the folder propertie. See here http://support.microsoft.com/kb/310399 On 28 July 2011 10:53, Oliver Marshall oliver.marsh...@g2support.comwrote: Someone has been

Batch file syntax question

2011-07-28 Thread Oliver Marshall
Does anyone know what this does to this variable? set Var1=%1# set Var1=%Var1:=% set Var1=%Var1:\#=% set Var1=%Var1:#=% [cid:personal226e9.jpg] [cid:g2supportsmall_250x58border1eb.png] Network Support Online Backups Server Management [http://www.g2support.com/googleapps.jpg] Tel: 0845

RE: Batch file syntax question

2011-07-28 Thread Ken Cornetet
From set /? set Var1=%1# Sets Var1 to first parameter passed to the batch file (%1) and appends a # set Var1=%Var1:=% Removes all occurrences of the double-quote character in Var1 set Var1=%Var1:\#=% Removes all occurrences of \# in Var1 set Var1=%Var1:#=% Removes all occurrences of the hash

RE: Vipre console hangs server on reboot

2011-07-28 Thread Ralph Smith
My wife just gave up her 17 year old Ford Escort with over 250K miles on it. She got a new Kia Rio. I have a 13 year old Escort wagon, my one son who is still living at home has a '94 Saturn, and the other one, who finally moved out, has a '96 Sentra. We tend to take care of our cars and

RE: 2008 R2 Local Admin Password Expiration

2011-07-28 Thread Phil Hershey
Thank you, Andrew. That was the senior brain fart I was having. Clearly I need more sleep. J From: Andrew S. Baker [mailto:asbz...@gmail.com] Sent: Wednesday, July 27, 2011 2:06 PM To: NT System Admin Issues Subject: Re: 2008 R2 Local Admin Password Expiration Why not just set the

Re: Vipre console hangs server on reboot

2011-07-28 Thread Dan Evensen
I have a 2010 Honda Civic with 21,000 miles on it. Daniel Evensen - Original Message - From: Ralph Smith m...@gatewayindustries.org To: NT System Admin Issues ntsysadmin@lyris.sunbelt-software.com Sent: Thursday, July 28, 2011 9:14 AM Subject: RE: Vipre console hangs server on reboot

Re: Batch file syntax question

2011-07-28 Thread Andrew S. Baker
And, if you change the first line to: *SET Var1=%~1#* Then, you get rid of in the variable up front. * * *ASB* *http://about.me/Andrew.S.Baker* *Harnessing the Advantages of Technology for the SMB market… * On Thu, Jul 28, 2011 at 8:34 AM, Ken Cornetet ken.corne...@kimball.comwrote:

Re: 2008 R2 Local Admin Password Expiration

2011-07-28 Thread Andrew S. Baker
:) Glad to be of assistance... * * *ASB* *http://about.me/Andrew.S.Baker* *Harnessing the Advantages of Technology for the SMB market… * On Thu, Jul 28, 2011 at 10:12 AM, Phil Hershey phers...@agia.com wrote: *Thank you*, Andrew. That was the senior brain fart I was having. Clearly I

RE: Vipre console hangs server on reboot

2011-07-28 Thread David Lum
...I work myself out of some positions because I completely automate the functions I provided. But I can always provide value in another arena. This is the mindset of how I work! I try hard to eliminate my position because I view it as one measure of success - the less things *I* have to do to

old cars (was RE: Vipre console hangs server on reboot)

2011-07-28 Thread David Lum
I have a 40yr old 400hp Datsun, also paid for :-). Our newest of 3 cars we own car is uh...14. Dave -Original Message- From: Kurt Buff [mailto:kurt.b...@gmail.com] Sent: Wednesday, July 27, 2011 8:52 PM To: NT System Admin Issues Subject: Re: Vipre console hangs server on reboot I have

Re: old cars (was RE: Vipre console hangs server on reboot)

2011-07-28 Thread RichardMcClary
Anyone out there in the market for some new carpeting? David Lum david@nwea.org wrote on 07/28/2011 09:51:20 AM: I have a 40yr old 400hp Datsun, also paid for :-). Our newest of 3 cars we own car is uh...14. Dave -Original Message- From: Kurt Buff

RE: Vipre console hangs server on reboot

2011-07-28 Thread Robert LeBlanc
Is the dash on your Dodge all cracked to Sh%. Mine is and I bought a dash mat for it from day one. Apparently a chronic problem with the Dodge RAM's. Mine is a 2000 though so maybe the used better material in your year. -Original Message- From: Kurt Buff [mailto:kurt.b...@gmail.com]

RE: Serial-to-USB Kit

2011-07-28 Thread Gene Giannamore
I used http://www.digi.com/products/model.jsp?mid=212 for a motel rental system about 5 years ago. The rental software only supported this Edgeport/1 and 1 other usb to serial adapter. My memory is really bad, I think it was to communicate with the cash register, or it could just have been for

Citrix nightmare after changing ISPs

2011-07-28 Thread RichardMcClary
Greetings! We switched internet service providers early this morning. All appeared to be going well (that is, MIP'd services, mail flow, etc). We even logged into our Citrix server from a separate network. Then we got the call... It seems we can access our Citrix server, log in, and browse

Re: FW: GPOs applying to a service account

2011-07-28 Thread Steve Kradel
This is a pretty interesting question... here http://msdn.microsoft.com/en-us/library/ff649254.aspx MSFT mentions that the service control manager loads the user profile, which implies the HKCU hive -- the target of most user-level GPOs -- but it doesn't seem that a non-interactive session would

Re: Citrix nightmare after changing ISPs

2011-07-28 Thread Mike Sullivan
Looks like you need to update the translated address in the Citrix Web Interface. Yes, used google-fu. http://forums.citrix.com/thread.jspa?messageID=1556140 On Thu, Jul 28, 2011 at 9:37 AM, richardmccl...@aspca.org wrote: Greetings! We switched internet service providers early this

RE: Citrix nightmare after changing ISPs

2011-07-28 Thread Kennedy, Jim
Never done Citrix...but the message leads me to believe that the 'Citric XenApp' server is defined by IP address and not hostname. So it is trying to get to the old ISP's IP address range? Or something in the configuration is pointing to old DNS records. From: richardmccl...@aspca.org

Re: Advanced Format Drives 512e

2011-07-28 Thread William Robbins
According to Dell Win7 is *supposed* to be able to read it. There are some tools and steps for formatting here: http://support.dell.com/support/topics/global.aspx/support/kcs/document?docid=408172 - WJR On Thu, Jul 28, 2011 at 11:43, Jimmy Tran jt...@teachtci.com wrote: So I just

RE: File dropbox for an org

2011-07-28 Thread Paul Hutchings
We use an in-house Accellion. I don't think I've setup an FTP account for 3 years now, the thing is an absolute godsend and just stops all those calls @ 5pm because someone needs to get something out urgently so they need an FTP account and then the recipients firewall/proxy policy blocks FTP

RE: Advanced Format Drives 512e

2011-07-28 Thread Jimmy Tran
Yes, I did read through that doc. Maybe I missed something but lets say the OS is corrupt and I need to pull user data off that drive. How in the world do I do it if my W7 box shows the disk partition as raw? From: William Robbins [mailto:dangerw...@gmail.com] Sent: Thursday, July 28,

RE: Citrix nightmare after changing ISPs

2011-07-28 Thread Webster
What is your Secure Access setting for your Web Interface site? Alternate Translated Direct Gateway Direct Gateway Alternate Gateway Translated How many XenApp servers? You used singular in your question, so I am assuming one? Go to a command prompt and type in altaddr, press enter and what

[LIST ADMIN MESSAGE] RE: Vipre console hangs server on reboot

2011-07-28 Thread Stu Sjouwerman
Let's put this thread to rest? Thanks! Stu -Original Message- From: Robert LeBlanc [mailto:robert.lebl...@aanmpc.com] Sent: Thursday, July 28, 2011 11:01 AM To: NT System Admin Issues Subject: RE: Vipre console hangs server on reboot Is the dash on your Dodge all cracked to Sh%. Mine

Re: Advanced Format Drives 512e

2011-07-28 Thread William Robbins
Ooo...in that case I'd go with a USB thumbdrive that boots to Ubuntu. (Or whatever flavor you like best) Question 22: 1. What is required for Ubuntu Linux to support Advanced Format drives? Ubuntu 10.04 and RHEL6.x or later have native support. - WJR On Thu, Jul 28, 2011 at 12:15,

RE: Advanced Format Drives 512e

2011-07-28 Thread Jimmy Tran
Awesome. You have a good eye! From: William Robbins [mailto:dangerw...@gmail.com] Sent: Thursday, July 28, 2011 10:52 AM To: NT System Admin Issues Subject: Re: Advanced Format Drives 512e Ooo...in that case I'd go with a USB thumbdrive that boots to Ubuntu. (Or whatever flavor you like

Re: Vipre console hangs server on reboot

2011-07-28 Thread Kurt Buff
Nope, the dash is fine. It's in the shop right now for a dent repair - some head backed into it and left without a note. The shop has to pull the rack, the canopy and the bumper to remove the right rear panel on the bed to put it back together, and it'll be 3-4 workdays before I have it back

Re: Advanced Format Drives 512e

2011-07-28 Thread Steven Peck
There seems to be a hotfix for this http://support.microsoft.com/kb/982018 On Thu, Jul 28, 2011 at 10:15 AM, Jimmy Tran jt...@teachtci.com wrote: Yes, I did read through that doc. Maybe I missed something but lets say the OS is corrupt and I need to pull user data off that drive. How in

RE: Advanced Format Drives 512e

2011-07-28 Thread Joe Tinney
Are you running SP1 on the system you're talking about? I'm not familiar with this type of format but perhaps the improvements in SP1 for this may be what you need.

RE: Exchange 2010 System Public Folders

2011-07-28 Thread Crawford, Scott
Ok, thx for the info. I think I got my extra ones deleted, but I'll wait til the next upgrade to kill the whole PF tree. -Original Message- From: Brian Desmond [mailto:br...@briandesmond.com] Sent: Wednesday, July 27, 2011 10:27 AM To: NT System Admin Issues Subject: RE: Exchange 2010

RE: old cars (was RE: Vipre console hangs server on reboot)

2011-07-28 Thread Maglinger, Paul
18 year old Mazda 626, 10 year old Subaru Forester, and a 6 year old Dodge Dakota. -Paul -Original Message- From: David Lum [mailto:david@nwea.org] Sent: Thursday, July 28, 2011 9:51 AM To: NT System Admin Issues Subject: old cars (was RE: Vipre console hangs server on reboot) I

Re: Seriously (was RE: Vipre console hangs server on reboot)

2011-07-28 Thread Devin Meade
HEY SAM: Blows raspberry sheepish grin On Thu, Jul 28, 2011 at 1:45 PM, Sam Cayze sca...@gmail.com wrote: Seriously I’d rather go back to the bashing. At least that had topics of management, budgeting, morals, professionalism, etc. (Although I saw LITTLE of the latter out of many of

Re: Seriously (was RE: Vipre console hangs server on reboot)

2011-07-28 Thread Jonathan Link
You forgot to add: Just sayin' On Thursday, July 28, 2011, Sam Cayze sca...@gmail.com wrote: Seriously I’d rather go back to the bashing. At least that had topics of management, budgeting, morals, professionalism, etc. (Although I saw LITTLE of the latter out of many of you). Sam ~

RE: old cars (was RE: Vipre console hangs server on reboot)

2011-07-28 Thread RichardMcClary
40-yr-old Raleigh Professional (the motor is going on 60). Fantastic commuter! Now, when Stu once again tells us to end this thread, I wonder if he'll tell us what HE drives? -- richard Maglinger, Paul pmaglin...@scvl.com wrote on 07/28/2011 01:17:31 PM: 18 year old Mazda 626, 10 year old

RE: old cars (was RE: Vipre console hangs server on reboot)

2011-07-28 Thread Webster
He will probably tell us that WE drive him nuts! :) Carl Webster Consultant and Citrix Technology Professional http://www.CarlWebster.comhttp://www.carlwebster.com/ From: richardmccl...@aspca.org [mailto:richardmccl...@aspca.org] Subject: RE: old cars (was RE: Vipre console hangs server on

RE: Advanced Format Drives 512e

2011-07-28 Thread Jimmy Tran
Windows SP1 or the patch here: http://support.microsoft.com/kb/982018 dont seem to fix the problem. I guess I'll just use the Linux option for now until these drives are more widely used and there is a solution for it. Jimmy From: Joe Tinney [mailto:jtin...@lastar.com] Sent: Thursday,

I hate Dell

2011-07-28 Thread Jonathan Link
My rep, rather. And, yes, I have contacted her boss. Especially since he was so insistent that I sign up for surveys to tell him how they're doing. Except I skipped the signing up with survey part. Trouble is, the quote comes back wrong. Again. After her boss got involved. I'm about done. ~

Re: I hate Dell

2011-07-28 Thread Matthew W. Ross
I love Dell. But I must agree, the rep leaves me feeling ... uncared for. But, I make my own EQuotes using Dell's Premier page. If an option isn't there, I ask my rep to turn the option on: Me: Hey, can I get the option to install your 128 SSD on the Optiplex 390? Rep: Uh, yeah. You want that

RE: I hate Dell

2011-07-28 Thread Sam Cayze
Ha, wow. You would think if they were going to turn any options off, for whatever reason, they would turn off the cheap downgrades, not an SSD! -Original Message- From: Matthew W. Ross [mailto:mr...@ephrataschools.org] Sent: Thursday, July 28, 2011 4:03 PM To: NT System Admin Issues

RE: I hate Dell

2011-07-28 Thread Mathew Shember
Dell can be hit and miss. I have had good and bad. The worst was Computer Associates. In one year we counted 42 rep changes.It became a game to guess how long they would last.. -Original Message- From: Matthew W. Ross [mailto:mr...@ephrataschools.org] Sent: Thursday, July

RE: I hate Dell

2011-07-28 Thread Matthew W. Ross
In one year we counted 42 rep changes. Wow. And I thought the quarterly Dell rep changes were bad! --Matt Ross Ephrata School District - Original Message - From: Mathew Shember [mailto:mathew.shem...@synopsys.com] To: NT System Admin Issues

RE: I hate Dell

2011-07-28 Thread Matthew W. Ross
Oh, they do. There is an option to install NO HARD DRIVE. I've used this option to install my own SSD. Sure, my drive (thank you Intel SSD, Newegg) is not warrantied by Dell, but I just won't call them if it fails. --Matt Ross Ephrata School District - Original Message - From: Sam

RE: I hate Dell

2011-07-28 Thread Jeff S. Gottlieb
...mostly miss! HAVE to chime in... we think of Dell, we think justifiable indignation. IF you have other branded options, you are a reseller, and want a WHOLE NEW WORLD of great sales support. Try DH. Cheers -J Ps. Dell is SO unimpressive, albeit we can make a few points more in margin!

Re: File dropbox for an org

2011-07-28 Thread Angus Scott-Fleming
On 28 Jul 2011 at 16:40, David Lum wrote: Do any of you use http://www.dropbox.com/teams or something similar for your organization? If so do you also have FTP in place or do you use dropbox in place of it? Any other information you can share is greatly appreciated! Looking

Weird robocopy /mir bug?

2011-07-28 Thread Crawford, Scott
I'm having some strange problem where robocopy /mir doesn't actually, well...mirror. I'm pretty sure it has something to do with short file names. The files that are causing problems are named: Short name Long name OLIVER~1.WPD OLIVER-M.GD2.wpd OLIVER-M.GRD OLIVER~3.WPD

RE: old cars (was RE: Vipre console hangs server on reboot)

2011-07-28 Thread Erik Goldoff
Huh ? You have a 240Z with a Chevy 350 v-8 ? Erik Goldoff IT Consultant Systems, Networks, Security ' Security is an ongoing process, not a one time event ! ' -Original Message- From: David Lum [mailto:david@nwea.org] Sent: Thursday, July 28, 2011 10:51 AM To: NT System

Re: The Fed Audit [OT]

2011-07-28 Thread Angus Scott-Fleming
On 22 Jul 2011 at 13:00, Ben Scott wrote: On Fri, Jul 22, 2011 at 10:25 AM, Ken Schaefer k...@adopenstatic.com wrote: Isn´t there another list for this discussion? I sent to the wrong address; sorry for the noise everyone... Share, please, the right address for rants like this ;-) --

Re: HP universal driver for 2008 x64 and x32?

2011-07-28 Thread Angus Scott-Fleming
On 22 Jul 2011 at 15:10, Terry Dickson wrote: I pulled one yesterday with FTP, the link on the website was broken. However that was for Windows 7, I don't see them for Server 2008. Do you have the FTP URL for this? -- Angus Scott-Fleming GeoApps, Tucson, Arizona 1-520-290-5038 Security

Re: Weird robocopy /mir bug?

2011-07-28 Thread Kurt Buff
Turn off short filenames? On Thu, Jul 28, 2011 at 15:51, Crawford, Scott crawfo...@evangel.edu wrote: I’m having some strange problem where robocopy /mir doesn’t actually, well…mirror.  I’m pretty sure it has something to do with short file names. The files that are causing problems are named:

Re: old cars (was RE: Vipre console hangs server on reboot)

2011-07-28 Thread Manuel Santos
1969 Porsche 911T Black :-) 2011/7/28 Erik Goldoff egold...@gmail.com Huh ? You have a 240Z with a Chevy 350 v-8 ? Erik Goldoff IT Consultant Systems, Networks, Security ' Security is an ongoing process, not a one time event ! ' -Original Message- From: David Lum

Re: Weird Duplicate IP address problem

2011-07-28 Thread Angus Scott-Fleming
On 19 Jul 2011 at 14:04, Kennedy, Jim wrote: Take it out back and beat it with a hammer. Tell the bean counters someone must have dropped it. +1 -- Angus Scott-Fleming GeoApps, Tucson, Arizona 1-520-290-5038 Security Blog: http://geoapps.com/ ~ Finally, powerful endpoint

Re: There were a few things here that I didn't know about...

2011-07-28 Thread Angus Scott-Fleming
On 21 Jul 2011 at 8:58, Kurt Buff wrote: And there were a few that I wasn't interested in, but I thought all y'all might find it helpful... http://www.networkworld.com/slideshows/2011/071911-microsoft-tools.html I **_hate_** slideshow articles. What a waste of bandwidth and time you have

RE: old cars (was RE: Vipre console hangs server on reboot)

2011-07-28 Thread David Lum
Nope, a Datsun 510 with a twin turbo V6 from a '93 300ZXand the motor isn't exactly stock :) 2011/7/28 Erik Goldoff egold...@gmail.commailto:egold...@gmail.com Huh ? You have a 240Z with a Chevy 350 v-8 ? Erik Goldoff IT Consultant Systems, Networks, Security ' Security is an ongoing

Re: old cars (was RE: Vipre console hangs server on reboot)

2011-07-28 Thread Manuel Santos
And also a red 1973 Triumph Spitfire Mk IV with black canvas top :-) 2011/7/29 David Lum david@nwea.org Nope, a Datsun 510 with a twin turbo V6 from a ’93 300ZX….and the motor isn’t exactly stock J ** ** 2011/7/28 Erik Goldoff egold...@gmail.com Huh ? You have a 240Z with

RE: Weird robocopy /mir bug?

2011-07-28 Thread Crawford, Scott
You mean short name generation on the server? That's on my list of desperation ideas, mainly cuz I've never done it so I'm not sure exactly what the effects will be. Does that delete all existing short names? -Original Message- From: Kurt Buff [mailto:kurt.b...@gmail.com] Sent:

Re: Advanced Format Drives 512e

2011-07-28 Thread Ben Scott
On Thu, Jul 28, 2011 at 12:43 PM, Jimmy Tran jt...@teachtci.com wrote: So I just purchased a Dell Latitude E6520 laptop.  In the package I found a yellow notice about 512e drives.  So I read about this and it looks like the partitioning of the drive is different. Do you have a hard disk

Re: I hate Dell

2011-07-28 Thread Ben Scott
On Thu, Jul 28, 2011 at 5:25 PM, Jeff S. Gottlieb jeff.s.gottl...@gmail.com wrote: ...mostly miss! HAVE to chime in... we think of Dell, we think justifiable indignation. IF you have other branded options, you are a reseller, and want a WHOLE NEW WORLD of great sales support. One thing I

RE: Citrix nightmare after changing ISPs

2011-07-28 Thread Webster
Did you get this resolved? Carl Webster Consultant and Citrix Technology Professional http://www.CarlWebster.comhttp://www.carlwebster.com/ From: richardmccl...@aspca.org [mailto:richardmccl...@aspca.org] Subject: Citrix nightmare after changing ISPs Greetings! We switched internet service

RE: Advanced Format Drives 512e

2011-07-28 Thread Mike Gill
Don't know anything about this yet, but couldn't you just wipe it and install Win7 fresh or from a prepared image? Or is this a hardware issue? -- Mike Gill From: Jimmy Tran [mailto:jt...@teachtci.com] Sent: Thursday, July 28, 2011 1:00 PM To: NT System Admin Issues Subject: RE: Advanced

Re: old cars (was RE: Vipre console hangs server on reboot)

2011-07-28 Thread Harry Singh
Would love to see pics of the 47 Ford someone posted about earlier. The GTR is a monster. Congrats. On Thursday, July 28, 2011, Eric Wittersheim eric.wittersh...@gmail.com wrote: I meant to say that I pull. On Thu, Jul 28, 2011 at 8:47 PM, Eric Wittersheim eric.wittersh...@gmail.com wrote: