PowerShell Quick Tips : Out-GridView

preview_player
Показать описание
Quick tips in PowerShell. In this video ill be going over the Out-Gridview CMDLET and how you can use it for interacting with your data and/or give it to people to use that might not be 100% comfortable with PowerShell.

Tags:
PowerShell
GUI
Programming
Scripting
Automating
JackedProgrammer
Coding
Рекомендации по теме
Комментарии
Автор

Very Good and very clear . Thx a lot for PS series

pitvit
Автор

It's not get-outgridview, it's outgridview, besides that, thanks for everything you do, you helped me a lot

ulroxvladtepes
Автор

You were right the first time when creating a shortcut - it's 'pwsh' for PowerShell 7 and 'powershell' for PowerShell 5 🙂

Harx
Автор

Very nice, didn't know that Gridview was that useful. Possible idea for video, getting all the ACL's on FileShares :)

justinemmons
Автор

Can you make C# project making series?

curtal
Автор

I want to add below 2 commands in one powershell script and want to run, could you please guide me for this request

Get-AD computer -identity 'serv1' - Properties lastlogondate, operating system | select Name, lastlogondate

Get-wmiobject -class win32 _logicaldisk -computername 'serv1' | format-table Deviceid, Media type


Want to make 1 script by adding above 2 commands

Pls guide, waiting for the reply

shaiknadimkhan
visit shbcf.ru