[NTSysADM] PowerShell is my weakness....

2013-12-10 Thread James Rankin
I'm trying to compare the date/time stamps of two folders (including all the included files and subfolders). So far, this seems to do the trick get-childitem c:\users\me\test\* | select -expandproperty lastaccesstime but the problem is it pumps out the date in a long format - how can I get it to

[NTSysADM] Start menu to rise again?

2013-12-10 Thread James Rankin
http://www.theregister.co.uk/2013/12/09/microsoft_threshold_start_menu/ -- *James Rankin* Technical Consultant (ACA, CCA, MCTS) http://appsensebigot.blogspot.co.uk

RE: [NTSysADM] PowerShell is my weakness....

2013-12-10 Thread Michael B. Smith
Actually, no it isn't. It's pumping out the date as a System.DateTime object, and since you don't say otherwise, the FO engine is taking the default output on the object. Prove this to yourself: $array = get-childitem c:\users\me\test\* | select -expandproperty lastaccesstime

RE: [NTSysADM] PowerShell is my weakness....

2013-12-10 Thread Charlie Kaiser
Is this any better? PS C:\Windows\system32 Get-childItem -Path c:\users\me\test\* | select-object lastaccesstime There might be a way to trim the date further but I don't know it offhand... *** Charlie Kaiser charl...@golden-eagle.org Kingman, AZ ***

Re: [NTSysADM] PowerShell is my weakness....

2013-12-10 Thread CESAR.ABREG0
Try this: $d = [datetime](Get-ItemProperty -Path $source -Name LastWriteTime).lastwritetime Using the name you can parse the second directory and use the compare cmdlet. Cesar A. Meaning is NOT in words, but inside people! Dr. Myles Munroe My iPad takes half the blame for misspells. On Dec

Re: [NTSysADM] PowerShell is my weakness....

2013-12-10 Thread Christopher Bodnar
get-childitem c:\temp\* |select -expandproperty lastAccessTime|get-date -Format g Christopher Bodnar Enterprise Architect I, Corporate Office of Technology:Enterprise Architecture and Engineering Services Tel 610-807-6459 3900 Burgess Place, Bethlehem, PA 18017 christopher_bod...@glic.com

Re: [NTSysADM] PowerShell is my weakness....

2013-12-10 Thread James Rankin
Aha! Thanks for all the input guys. I think I may be able to continue onwards nowalthough I will probably hit a snag when I try to compare the two, knowing my luck :-) Cheers, JR On 10 December 2013 14:51, Christopher Bodnar christopher_bod...@glic.comwrote: get-childitem c:\temp\*

Re: [NTSysADM] RE: To trunk or lacp

2013-12-10 Thread Michael Leone
On Wed, Dec 4, 2013 at 1:24 PM, Ben Scott mailvor...@gmail.com wrote: On Wed, Dec 4, 2013 at 12:49 PM, Michael Leone oozerd...@gmail.com wrote: I literally (as in about an hour ago) configured ... That word, literally... I do not think it means what you think it means. Altho, if you want to

Re: [NTSysADM] PowerShell is my weakness....

2013-12-10 Thread elsalvoz
Should be as easy as this: insert a foreach to parse each file and you should be set. PS C:\temp $source = c:\temp PS C:\temp $d = [datetime](Get-ItemProperty -Path $source -Name LastWriteTime).lastwritetime PS C:\temp $source2 = C:\temp\7-Zip PS C:\temp $d2 = [datetime](Get-ItemProperty

Re: [NTSysADM] RE: To trunk or lacp

2013-12-10 Thread Ben Scott
On Tue, Dec 10, 2013 at 10:11 AM, Michael Leone oozerd...@gmail.com wrote: I literally (as in about an hour ago) configured ... That word, literally... I do not think it means what you think it means. So yes, I literally had just finished enabling/using LACP on the distributed switch ...

[NTSysADM] Peculiar Office 365 Issue

2013-12-10 Thread Kuehn, Shannon
Hi everyone, I have a weird, weird Office 365 issue and am hopeful the brain power on this list could potentially help! To set the stage: - We have an internal namespace (internaldomain.com) where everyone connects for internal resources (email server, file share, applications,

RE: [NTSysADM] RE: To trunk or lacp

2013-12-10 Thread Richard McClary
Figuratively silly or literally silly? -- richard -Original Message- From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On Behalf Of Ben Scott Sent: Tuesday, December 10, 2013 10:58 AM To: ntsysadm@lists.myitforum.com Subject: Re: [NTSysADM] RE: To trunk or

Re: [NTSysADM] It's unlikely I will ever buy an LG Smart TV, but

2013-12-10 Thread Michael Leone
On Wed, Nov 20, 2013 at 5:29 PM, Christopher Bodnar christopher_bod...@glic.com wrote: I'm not sure but I think my toaster is spying on me. I'm sure that your toaster is spying on you ... That is what Cylons do ...

[NTSysADM] outlook connectivity to imap issue

2013-12-10 Thread Jimmy Tran
Hi All, I have a client who cannot connect to his imap account in outlook. He has two accounts, exchange and imap. Exchange is working fine. imap goes to imap.gmail.com. All the settings are correct. that same imap account works on a different machine. This just started last night. I

[NTSysADM] RE: Peculiar Office 365 Issue

2013-12-10 Thread Michael B. Smith
Sounds to me as if your autodiscover is configured incorrectly, either internally, externally, or both. From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On Behalf Of Kuehn, Shannon Sent: Tuesday, December 10, 2013 11:59 AM To: 'ntsysadm@lists.myitforum.com' Subject:

[NTSysADM] RE: outlook connectivity to imap issue

2013-12-10 Thread Michael B. Smith
Yes. this is a problem either with the last Outlook security update or the last recommended update for Outlook. From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On Behalf Of Jimmy Tran Sent: Tuesday, December 10, 2013 12:56 PM To: ntsysadm@lists.myitforum.com

[NTSysADM] RE: Peculiar Office 365 Issue

2013-12-10 Thread Kuehn, Shannon
Ok that's one avenue I didn't necessarily think of at first because my consultant had me running around like a chicken with its head cut off recreating profiles and such. Let me dig a bit and see what I uncover. Might also expedite the MS call (whenever that decides to happen). From:

[NTSysADM] RE: outlook connectivity to imap issue

2013-12-10 Thread Jimmy Tran
Hi Michael, I did a search and see two updates that could have caused this problem but neither one of those are installed. Any other ideas? Jimmy From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On Behalf Of Michael B. Smith Sent: Tuesday, December 10, 2013 10:01

[NTSysADM] RE: outlook connectivity to imap issue

2013-12-10 Thread Michael B. Smith
Can you connect to imap.gmail.com manually, using the telnet client, on the proper port? From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On Behalf Of Jimmy Tran Sent: Tuesday, December 10, 2013 1:20 PM To: ntsysadm@lists.myitforum.com Subject: [NTSysADM] RE: outlook

[NTSysADM] RE: outlook connectivity to imap issue

2013-12-10 Thread Jimmy Tran
Yes I can. From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On Behalf Of Michael B. Smith Sent: Tuesday, December 10, 2013 10:32 AM To: ntsysadm@lists.myitforum.com Subject: [NTSysADM] RE: outlook connectivity to imap issue Can you connect to imap.gmail.com manually,

[NTSysADM] RE: outlook connectivity to imap issue

2013-12-10 Thread Michael B. Smith
Then I would check to see what got installed last night and remove it. Almost certainly something did. From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On Behalf Of Jimmy Tran Sent: Tuesday, December 10, 2013 1:37 PM To: ntsysadm@lists.myitforum.com Subject:

RE: [NTSysADM] RE: outlook connectivity to imap issue

2013-12-10 Thread Jimmy Tran
They are on outlook 2007. I’m looking at installed programs and don’t see anything. I might just have to try a system restore. From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On Behalf Of Christopher Bodnar Sent: Tuesday, December 10, 2013 10:51 AM To:

Re: [NTSysADM] RE: To trunk or lacp

2013-12-10 Thread Ben Scott
On Tue, Dec 10, 2013 at 12:00 PM, Richard McClary richard.mccl...@aspca.org wrote: Figuratively silly or literally silly? Blue. -- Ben