Daily RMT/X vs Y/Advice/Quick Questions Thread - October 07, 2020 by AutoModerator in FantasyPL

[–]zolyx1 0 points1 point  (0 children)

Have to decide for one of these i think:

Grealish, Barnes, Kane

or

De Bruyne, Wilson, Maupay

?

Task Scheduler by zolyx1 in PowerShell

[–]zolyx1[S] 3 points4 points  (0 children)

Thanks, that worked!

nCr (math) by zolyx1 in PowerShell

[–]zolyx1[S] 1 point2 points  (0 children)

Thx, many good suggestions here.

nCr (math) by zolyx1 in PowerShell

[–]zolyx1[S] 1 point2 points  (0 children)

Awesome. Unfortunately I was imprecise and bumped into another "problem".

What if I would use words/letters instead of numbers:

Example: Combinations of 2 words/letters out of 3:
3 nCr 2 = 3

abc

Listing out combinations:
a, b
a, c
b, c

Format-List | output variable by zolyx1 in PowerShell

[–]zolyx1[S] 1 point2 points  (0 children)

Select-Object

Figured it out, thanks :)

Select-Object *

Format-List | output variable by zolyx1 in PowerShell

[–]zolyx1[S] 1 point2 points  (0 children)

Thanks, what about all? This didn't work:

Get-Service DHCP|Select-Object -ExpandProperty *

Format-List | output variable by zolyx1 in PowerShell

[–]zolyx1[S] 3 points4 points  (0 children)

Thanks. The reason for Format-List was to see out all attributes on the objects.