Forum Replies Created

Viewing 15 posts - 2,776 through 2,790 (of 3,221 total)

  • RE: Help with PS Script

    Thanks for the compliment Fred. Around here it appears that the attitude is that we like to help those who are trying to help themselves. I like that attitude. You...

  • RE: Help with PS Script

    I would guess that you need to replace:

    $OutputObj | Add-Member -MemberType NoteProperty -Name DriveName -Value $DriveSize.Name

    $OutputObj | Add-Member -MemberType NoteProperty -Name DriveSizeTotal -Value $DriveSize.Size

    $OutputObj | Add-Member -MemberType NoteProperty -Name DriveSizeFree...

  • RE: Help with PS Script

    Haven't got long so I will be brief (please don't mistake this for rudeness).

    First, you have a typo ($DirveSize instead of $DriveSize):

    $DriveSizeFree = $DirveSize.FreeSpace / 1GB

    Secondly, $DriveSize is an array...

  • RE: Printing to a specific printer

    I believe so, by what you have posted. If I were you I would test that the printing is working first then build it up.

  • RE: Printing to a specific printer

    You can print to a specified printer using the Output-Printer cmdlet e.g.

    Get-Process | Output-Printer "IT Department Printer"

  • RE: Powershell: Passing variables to scriptfile using invoke-sqlcmd

    I cannot sum it up any better than this DevCentral article.

    Just in case the link ever goes here is an example of a named parameter (must be the first line...

  • RE: Beginner, Expert, or Both?

    Jeff, I was both agreeing and disagreeing with Simon. It's never straightforward here 😉

    Simon, totally agree. I have a CV full of skills that half of them I have used...

  • RE: Beginner, Expert, or Both?

    Yes. It is totally amazing what some people don't know.

  • RE: Beginner, Expert, or Both?

    simon.crick (10/7/2013)


    Cadavre (10/7/2013)


    simon.crick (10/7/2013)


    I will probably get shot down again for saying this, but I believe people should stick to core technology and basic tecnhiques unless there is a very...

  • RE: Beginner, Expert, or Both?

    reuben.anderson (10/7/2013)


    Totally agree. That's why I follow this site. I really like format; a little bit, on a range of subjects, each day.

    I can't keep up with it all...

  • RE: Beginner, Expert, or Both?

    Of course, the editorial is spot on. So many people do not bother to find out the "why" either like SQL being set based, the ordering of the execution of...

  • RE: The Ratio

    dogramone (10/6/2013)


    The last place I worked for that had in house development and hosting was about 1 to 8. It was a strange mix as one system had two...

  • RE: The Ratio

    dtinney (10/4/2013)


    ...be careful, in my experience most developers don't get data.

    I agree. Even as a developer. Having said that, my participation here perhaps sets me apart from the worst of...

  • RE: The Ratio

    victor.girling 17919 (10/4/2013)


    For me it like a scene from the film Zulu... I'm massively outnumbered from an enemy with very blunt instruments. The odd one can shoot but normally misses....

Viewing 15 posts - 2,776 through 2,790 (of 3,221 total)