Viewing 15 posts - 2,776 through 2,790 (of 3,221 total)
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...
October 11, 2013 at 9:00 am
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...
October 11, 2013 at 8:24 am
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...
October 11, 2013 at 1:59 am
Does this offer what you need: http://technet.microsoft.com/en-us/library/cc281720.aspx
October 9, 2013 at 2:20 am
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.
October 9, 2013 at 2:14 am
You can print to a specified printer using the Output-Printer cmdlet e.g.
Get-Process | Output-Printer "IT Department Printer"
October 8, 2013 at 12:31 pm
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...
October 8, 2013 at 10:24 am
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...
October 8, 2013 at 9:02 am
Yes. It is totally amazing what some people don't know.
October 8, 2013 at 7:15 am
simon.crick (10/7/2013)
Cadavre (10/7/2013)
simon.crick (10/7/2013)
October 7, 2013 at 5:52 am
reuben.anderson (10/7/2013)
I can't keep up with it all...
October 7, 2013 at 2:12 am
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...
October 7, 2013 at 1:14 am
dogramone (10/6/2013)
October 7, 2013 at 1:04 am
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...
October 4, 2013 at 4:14 pm
victor.girling 17919 (10/4/2013)
October 4, 2013 at 5:26 am
Viewing 15 posts - 2,776 through 2,790 (of 3,221 total)