У нас вы можете посмотреть бесплатно Discovering PowerShell Cmdlets или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Learn how to use three basic commands to build a PowerShell command and/or Script. You will learn how to use "Get-Help", "Get-Member", and "Get-Command" together to build a PowerShell command to parse an unstructured text document. The first demo shows how to just pull a specific line out of the document based on a pattern. The second demo walks you through how to pull a line of text out of a document based on a different line of text. For example, if a line match “myPattern” give me the 4th line above it.