Hoofdstuk 8 Flashcards

1
Q

Cmdlet om info om te zetten in html

A

cmdlet | convertto-HTML

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Cmdlet om info om te zetten in xml

A

cmdlet | convertto-XML

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Cmdlet om info om te zetten in csv

A

cmdlet | convertto-Csv

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Cmdlet om info om te zetten in een csv bestand, zonder output op uw venster

A

cmdlet | export-Csv

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Cmdlet om info in een bestand te zetten

A

cmdlet | out-file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Cmdlet om het openen van bestanden te simuleren

A

cmdlet | invoke-item

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Cmdlet om iets direct naar een printer te sturen

A

cmdlet | out-printer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Cmdlet om een GUI te tonen van wat je vraagt

A

cmdlet | out-gridview

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Cmdlet om de output van services in een html FILE te zetten

A

get-service | convertto-HTML | out-file “pad file\naamfile.txt”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Alle output van uw processen in een csv bestand zetten

A

get-process | export-Csv pad\naam.csv

How well did you know this?
1
Not at all
2
3
4
5
Perfectly