Forum Replies Created

Viewing 15 posts - 2,206 through 2,220 (of 3,221 total)

  • RE: One a Week

    Jim P. (7/29/2014)


    Andrew Kernodle (7/29/2014)


    Haha, I'm actually kinda giddy to take a shot at this now :-P. Well, planning, setup, and budgeting come first, so I'll try to cast...

  • RE: email if no new files in last 2 days

    Glad to have helped.

    Please could you mark the appropriate post as the solution to aid future readers of this thread Thanks.

  • RE: One a Week

    In the next 12 months I am determined to attend one of these (or similar) to see what I get out of it. Or even what I can contribute. I...

  • RE: One a Week

    I have to say that even though I have yet to attend an event, I am very grateful that they are organised. I know that I benefit from this community...

  • RE: email if no new files in last 2 days

    $File = Get-ChildItem $Path | Where { $_.LastWriteTime -ge [datetime]::Now.Addhours(-48) }

    If (!$File)

    {

    # No file changed in 48 hours

    }

    I hope that helps.

  • RE: email if no new files in last 2 days

    Am I missing something or do you need to change -23 to -48 in the call to AddHours.

    Or did you want it based on date?

  • RE: Summer, Summer, Summertime

    quackhandle1975 (7/28/2014)


    Speaking as a freelancer sometimes you get enforced "sabbaticals" between contracts, or "on the bench" in contractor speak. Had far too many over the last ten years. It's...

  • RE: Frustration with Bad Design

    rot-717018 (7/28/2014)


    Jeff Moden (7/28/2014)


    I totally disagree as written above especially when it comes to private information such a Social Security Numbers. It [font="Arial Black"]MUST [/font]be proven if it exists...

  • RE: Frustration with Bad Design

    Jeff Moden (7/28/2014)


    From the article:


    However it's usually not your company, and it's not your place to prove that there is a flaw in a system. It's especially true that it's...

  • RE: Frustration with Bad Design

    chrisn-585491 (7/28/2014)


    BTW, I've refused interviews with two companies just because of negative Glass Door reviews that were followed up by personal inquires among the local community.

    If more people were...

  • RE: Frustration with Bad Design

    chrisn-585491 (7/28/2014)


    I'm taking option 2, Steve. Goals are set, plans are in place, nights are spent working on skills and such.

    Currently there are enough shops, companies and corporations demanding our...

  • RE: Summer, Summer, Summertime

    BenWard (7/28/2014)


    call.copse (7/28/2014)


    but I'd like to have watched England longer

    Really? Playing like that I could barely stand to watch just 2 of the 3 games they did play!

    I was poorly...

  • RE: Frustration with Bad Design

    I work as a freelancer so sometimes I have access to people or more kudos than the full time staff (sometimes completely the opposite).

    Regardless of the situation, I highlight any...

  • RE: Access Disdain

    People complaining that MS Access is not completely standards compliant? Does not the same follow for SQL Server?

  • RE: How to find number of columns returned from query in powershell

    Chandra, please can you indicate which one resolved the issue as I am sure that someone with your question will read our conversation and wonder what was the right option....

Viewing 15 posts - 2,206 through 2,220 (of 3,221 total)