Тёмный

PowerShell Input & Output 

TechThoughts
Подписаться 28 тыс.
Просмотров 25 тыс.
50% 1

Опубликовано:

 

15 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 20   
@sanghvian
@sanghvian 4 года назад
This series is proof that treasure does exist on this planet 👏🏻
@meo658
@meo658 Год назад
Learned a lot, truly great tutorial.
@kalyanben10
@kalyanben10 3 года назад
Honestly.. I watched Pluralsight course videos..and this playlist is 100x better than Pluralsight!
@Techthoughts2
@Techthoughts2 3 года назад
That means a lot!
@justforfunpagla
@justforfunpagla 2 года назад
Absolutely. RU-vid does have some great teachers who explain way better than some $1000 paid courses. The challenge is to find them out. It's even tougher now that RU-vid has removed the dislike counts.
@revolvur2622
@revolvur2622 2 года назад
Hi TechThoughts. Extremely grateful for your tutorials. How would i adjust the title length in '$posts | Select-Object Title,Score | Sort-Object Score -Descending'? Some of the reddit post lengths are way too lengthy. Thank you.
@Techthoughts2
@Techthoughts2 2 года назад
You can use Format-List instead: $posts | Select-Object Title,Score | Sort-Object Score -Descending | Format-List If you have to use Format-Table, it is unfortunately pretty tricky to define custom column widths for a table: stackoverflow.com/questions/38554966/controlling-column-widths-with-format-table
@s.baskaravishnu22
@s.baskaravishnu22 2 года назад
Many thanks for giving code
@cazmaj
@cazmaj 2 года назад
Nice tutorial, thanks :)
@chris8534
@chris8534 Год назад
How I wish the working files were at the github link to follow along.
@harigpriya7
@harigpriya7 Год назад
while i was trying with this line $objData = $rawJSON | ConvertFrom-Json ... it is throwing below error ''Conversion from JSON failed with error: Unexpected character encountered while parsing value:
@mahdikhalil2026
@mahdikhalil2026 4 года назад
where can I get the Sample.log file
@ramakantthorat2952
@ramakantthorat2952 4 года назад
I can retrieve only one object, I just copy-paste code from your site sill it is retrieving only one object
@Techthoughts2
@Techthoughts2 4 года назад
Please paste the code you are having issues with.
@ramakantthorat2952
@ramakantthorat2952 4 года назад
@@Techthoughts2 #retrieve dynamic content from a website $webResults = Invoke-WebRequest -Uri 'reddit.com/r/powershell.json' $rawJSON = $webResults.Content $objData = $rawJSON | ConvertFrom-Json $posts = $objData.data.children.data $posts | Select-Object Title,Score | Sort-Object Score -Descending I tried both Desktop and core edition but it returns only one object
@Techthoughts2
@Techthoughts2 4 года назад
I have verified that this code does indeed work as intended. Can you please indicate the error you are receiving? Can you clarify what you mean by only one object? You should only be receiving one object, the json payload. But, it can be drilled into to discover many sub properties containing content.
@abidinz
@abidinz 5 лет назад
the font is too small
@Techthoughts2
@Techthoughts2 5 лет назад
Thanks for the feedback. It looks like I didn't increase it on this lesson. I'll make sure that subsequent videos have a larger font.
@jjhatnm
@jjhatnm 4 года назад
@@Techthoughts2 Looks good on my 1440p monitor :)
@khondokerislam6765
@khondokerislam6765 4 года назад
Font size is too small, can't see.....
Далее
PowerShell Errors and Exceptions Handling
27:49
Просмотров 29 тыс.
PowerShell Functions
36:06
Просмотров 43 тыс.
Слушали бы такое на повторе?
01:00
Getting setup for PowerShell Development
18:42
Просмотров 18 тыс.
PowerShell providers and drives
8:12
Просмотров 278
Manage Cloud with PowerShell
36:56
Просмотров 10 тыс.
PowerShell Remoting
37:12
Просмотров 72 тыс.
Simple PowerShell Logging
9:43
Просмотров 14 тыс.
Learn and use PowerShell with just three commands
16:08
PowerShell Modules
25:01
Просмотров 13 тыс.
Taking Control with PowerShell Logic
27:57
Просмотров 28 тыс.