Power shell смотреть последние обновления за сегодня на .
This part 1 of a multi-part series for learning PowerShell. This video covers the basics to get you up and running. * Get-Command * Get-Help * Get-Alias * Get-Member * Get-History * Start-Transcript Update! Microsoft changed the process name to msedge :( Sorry. So now you want to do: $zebra = Get-Process msedge Video 2 on manipulating Lists is here: 🤍 Want to make your PowerShell color coded and easier to use? Check out this video for Windows 7 and 8. 🤍 For support or more information about PowerShell check out 🤍 Edit notes: None. :)
If you would like to support me, please like, comment & subscribe, and check me out on Patreon: 🤍 E-mail: johnhammond010🤍gmail.com PayPal: 🤍 GitHub: 🤍 Site: 🤍 Twitter: 🤍
This Jump Start is designed to teach the busy IT Professionals about this powerful management tool. Learn how PowerShell works and how to make PowerShell work for you from the experts Jeffrey Snover, the inventor of PowerShell, together with Jason Helmick, Senior Technologist at Concentrated Technology. IT Professionals, Admins, and Help Desk persons learn how to improve your management capabilities, automate redundant tasks and manage your environment in scale. ⭐⭐⭐⭐🕑TIME STAMP📋⭐⭐⭐⭐⭐ 0:00:00 Don't fear the shell 0:38:56 The help system 1:33:33 The pipeline getting connected and extended the shell 2:00:46 Objects for the Admin 2:42:14 The pipeline deeper 3:24:51 The PowerShell in the Shell, remoting 4:19:03 Getting prepared for Automating 4:44:58 Automation in scale,Remoting 5:11:43 Introducing Scripting and toolmaking - If you realllly enjoy my content, you're welcome to support me and my channel with a small donation via PayPal 👉Link to PayPal donation 🤍 ♥️♥️Thanks for watching don't forget to like and Subscribe♥️♥️ ✨✨PLEASE IGNORE THESE TAGS✨✨ powershell basics, powershell scripting, powershell for beginners, powershell automation, powershell course, powershell active directory, powershell azure, powershell arrays, powershell beginners, powershell beginner tutorial, powershell basic commands for beginners, powershell best practices, powershell basic commands, powershell batch script tutorial, powershell bootcamp, powershell core, powershell crash course, powershell classes, powershell dsc for beginners, powershell debugging, powershell devops, powershell explained, powershell full course, powershell functions for beginners, powershell lessons, powershell learning, powershell masterclass
PowerShell made easy is your perfect introduction to PowerShell. In just 25mins, I take you from zero to hero with an overview of everything you need to know in order to get you up and running. From it's history, I'll take a look at basic commands, structure, tools, including Power Automate and much more. Also some great recourses to visit if you want to get the most out of this amazing piece of this open source software. Please like and share the video and as always I'd welcome any comments or questions. Enjoy :-)
What is Powershell?What is it used for?Tutorial for begginers Have you ever heared about Powershell? well, it is for some reason getting popular these days and I decided to give you some information as you might be wondering what it is and what is it even used for. What is Windows PowerShell? Is powershell a programming language? PowerShell isn't a programming language. Windows PowerShell is a framework developed by Microsoft that is based on the .Net Framework. Basically, its an application already installed on your computed. It's called powershell.exe. When you call this application. You get a console similar to the "cmd" console. The PowerShell console is shown in blue. If you are using a Windows operating system that is higher than Windows XP, just look for PowerShell and call it. Now you can enter a command in this PowerShell console. Why PowerShell? Windows PowerShell is installed by default in Windows 7 and later, and it's applicable in all subsequent versions of Windows. Starting with Windows Server 2012 R2, most graphical server tools use PowerShell commands in the background, and the administrator only sees them in a graphical form. PowerShell modules are provided by the most popular technology vendors in the world. Microsoft has built such PowerShell modules for all of their products. This means that you can use PowerShell to manage all versions of Windows from Windows Server 2008 and later with PowerShell. Furthermore, you can simultaneously administer all Windows applications such as Active Directory, DNS, Exchange, Hyper-V, file servers, etc. With the right PowerShell knowledge you can do your tasks more efficient and easier.
PowerShell is UGLY and cumbersome by default. This Video fixes that! Website Guide: 🤍 Support My Work - ►► Get Updates, Launch Announcements and More ➜ 🤍 ►► Chris Titus Tech Digital Downloads ➜ 🤍 ►► Product and Service Recommendations ➜ 🤍 ►► My YouTube Gear and Computers ➜ 🤍 Other Places to Find Me - ►► Titus Tech Talk ➜ 🤍 ►► Titus Tech Gaming ➜ 🤍 ►► 40 Year Old Fitness ➜ 🤍 ►► Twitch ➜ 🤍 ►► Twitter ➜ 🤍 DISCLAIMER: This video and description contain affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This helps supports the channel and allows us to continue to make videos like this. Thank you for your support!
#powershell #powershellscripting #powershelltraining Table of Contents/Chapters: 0:10 - Introduction 0:32 - Introduction to James Tyler 1:20 - What is PowerShell? 1:41 - How to open PowerShell 1:55 - Adjust the font size of PowerShell 2:13 - Check the version of PowerShell 2:45 - Comparing PowerShell with Command Prompt (CMD) 4:04 - Tips on using the shell itself (up arrow, tab completion) 4:50 - Getting & Setting Execution Policy (so you can actually run scripts!) 6:46 - Open PowerShell ISE 7:46 - Adjust Zoom in PowerShell ISE 8:14 - Write First PowerShell Script 9:06 - Run Your First PowerShell Script 9:22 - Note about PowerShell file extension 9:40 - PowerShell Coding Comments 11:14 - What are Cmdlets? 12:50 - Cmdlet Parameters 14:20 - Clearing the shell 14:29 - Use Get-Command to find Cmdlets 16:08 - PowerShell Modules 16:22 - Get-Help (similar to man in Unix systems) 18:50 - Pipeline (piping - or combining - commands) 20:48 - Variables 21:45 - Pipe a variable 22:29 - PowerShell Variable/Data Types 24:17 - Arithmetic with variables 25:09 - Objects - Chris Thomas shoutout 26:24 - Object properties 26:47 - Get all properties of an object with Select-Object 27:32 - Use Get-Member to get all of the different possible methods of an object 29:18 - Arrays 33:52 - Hashtables 39:42 - Collecting user input with Read-Host 43:44 - If... then... else conditionals 52:47 - Switch Statements 56:24 - For Loops 1:02:58 - Foreach Loops 1:04:07 - While Loops 1:09:08 - Do While Loops 1:10:25 - Defining Custom Functions 1:14:14 - Defining Custom Advanced Functions 1:17:01 - Error Handling 1:22:40 - Create a file with New-Item 1:24:05 - Create a folder with New-Item 1:24:43 - Copy file with Copy-Item 1:25:55 - Move file with Move-Item 1:26:44 - Delete file with Remove-Item 1:27:35 - Confirm if a file is there with Test-Path 1:28:35 - Rename something with Rename-Item 1:29:29 - Active Directory 1:30:20 - Load AD Cmdlets with Import-Module ActiveDirectory 1:30:41 - Get user information with Get-ADUser 1:33:46 - Change user information with Set-ADUser 1:35:30 - Add a user to a group with Add-ADGroupNumber 1:36:55 - Remove a user from a group with Remove-ADGroupMember 1:37:27 - Turn on advanced features in Active Directory Users & Computers 1:38:26 - Add a new user with New-ADUser 1:43:24 - Reset a password of a user 1:46:50 - Wrap up & conclusion Coding Projects: 🤍 Newsletter: 🤍 Socials: Twitter: 🤍 Facebook: 🤍 Instagram: 🤍 TikTok: 🤍
PowerShell is Microsoft's command-line shell and scripting language for Windows (and Linux and macOS). The command shell can be daunting especially since it is oriented around .NET objects. But here are 5 tips and tricks that can help you get started. - Let Me Explain T-shirt: 🤍 Twitter: 🤍 Instagram: 🤍 #garyexplains
IS POWERSHELL JUST A BLUE COMMAND PROMPT? ⇒ Become a channel member for exclusive features! Check it out here: 🤍 ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ Merch ⇨ 🤍 ⇨ 🤍 ⇨ 🤍 ⇨ 🤍 My Gear & Equipment ⇨ 🤍 ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ #Windows #Tech #ThioJoe
Windows PowerShell is a task-based, command-line, automation platform and scripting language that allows you to simplify the management of your systems. Join us, and learn to automate the administration of your Windows environments with the rich objects and built-in functionality of PowerShell.
Learn PowerShell by leveraging three basic PowerShell commands. In this first episode of Learn PowerShell you'll be introduced to some of the PowerShell basics to get you using PowerShell quickly. Start by learning just three cmdlets that open the power of PowerShell! Corresponding Techthoughts write-up: 🤍 ▬ Contents of this video ▬▬▬▬▬▬▬▬▬▬ 00:00 - Intro 00:29 - Starting with PowerShell 01:25 - PowerShell basics - cmdlets 03:17 - Get-Command 05:16 - Get-Help 08:46 - Get-Member 12:51 - Other ways to find a PowerShell command 14:33 - Bonus cmdlet - Find-Module 15:46 - Outro Learn PowerShell - Episode 1 - PowerShell Basics - The Three Commands You Need To Learn To Use PowerShell Reference PowerShell code examples from this episode: 🤍 Install PowerShell on Linux: 🤍 Install PowerShell on MacOS: 🤍 Check out the complete Learn PowerShell YouTube Playlist: 🤍 ~ 🤍 My recommended books for learning PowerShell: (these affiliate links cost you nothing extra and help support this channel) - Learn PowerShell in a Month of Lunches: 🤍 - Learn PowerShell Scripting in a Month of Lunches: 🤍 - Windows PowerShell in Action: 🤍 - PowerShell Cookbook: 🤍 If you are able, and found this content valuable, please consider a secure donation in the link below. Your contribution helps offset the costs of producing this PowerShell series. Much appreciated! 🤍 Learn PowerShell online free in this operationally focused PowerShell series. These PowerShell tutorials are designed to get you ramped up and using PowerShell quickly. Each episode provides practical PowerShell examples for using PowerShell in the real world. Whether you are a PowerShell beginner or seeking advance PowerShell training, this Learn PowerShell series covers the topics you'll need to be effective with PowerShell! Recording gear used in this video: - Camera: 🤍 - Lens: 🤍 - Teleprompter: 🤍 - Mic: Audio-Technica AT2035 - Mic Preamp: 🤍 - Mic Arm: 🤍 - Audio Interface: 🤍 - Lighting: 🤍 - Rear color lighting: 🤍 #learnPowerShell #PowerShell #PowerShelltraining #PowerShellTutorial
Quickly learn the Basics of PowerShell, Windows' answer to Linux's Terminal. How to Copy/Move files, create and remove Directories, navigate Windows and some key useful commands. Edit: Linux command to reveal hidden files is ls -a NOT ls -h, usually I just use ls -lah and mixed them up in my head while recording. My bad :P
👍 Смотрите о Windows PowerShell. В этом видео мы разберем что это такое, для чего он нужен, его ключевые возможности и основные команды, а также поговорим о написании и запуске простых скриптов. Изучая начальный экран Windows вы вероятно заметили это приложение. Найти PowerShell можно кликнув правой кнопкой мыши по меню Пуск, здесь есть два варианта запуска. Впервые Windows PowerShell был выпущен в составе Windows 7, как неотъемлемый компонент системы. Кроме того, вторая версия была доступна и для более ранних систем, таких, как Windows XP и Windows Vista, а также Windows Server начиная с 2003го. Скорее всего для обычного пользователя этот инструмент окажет минимальную пользу, а вот для системного администратора данная программа является отличным помощником. Это видео для начинающего пользователя, для продвинутых пользователей скорей всего следующая информация не будет новой. В ролике будет представлена базовая начальная информацию о PowerShell. Итак, давайте начнем. Случайное удаление файлов, форматирование диска, вирусная атака, системный сбой или ошибка файловой системы — это не полный список проблем, которые решают программы компании Hetman Software: 🤍 Содержание: 00:00 - Вступление; 1:55 - Что такое PowerShell и для чего он нужен 2:27 - Возможности и основные команды Power Shell 4:00 - Основные команды 8:53 - Написание и запуск простых скриптов Windows PowerShell, нельзя назвать простой и доступной программой, она сложная для понимания, и освоить ее за короткий промежуток времени не получится. Я же надеюсь что после просмотра данного видео у вас появилось представление о том что из себя представляет PowerShell. А на этом все! Надеюсь данное видео было вам полезно. Не забудьте поставить лайк и подписаться на наш канал. Свои вопросы задавайте в комментариях под видео. Всем спасибо за просмотр. Пока. Другие видео: #PowerShell, #Windows, #Command
Обучающий курс «GIT - это просто!»: 🤍 Домашка по теме ролика здесь: 🤍 Таймкоды: 0:00 История появления PowerShell 2:42 Execution Policy PowerShell 4:20 Переменные в PowerShell 6:22 Операции в PowerShell 7:55 Условный оператор PowerShell 8:50 Циклы PowerShell Сегодня мы подробно рассмотрим вопрос применения PowerShell в операционных системах семейства Windows. Познакомимся с расширениями, узнаем, что из себя представляет Execution Policy. Ну и традиционно поговорим про переменные, условные операторы, циклы и прочие прелести присущие командным оболочкам без графики. Если вам интересна данная тема и вы хотите научиться писать скрипты на pShell. Тогда не теряйте времени даром. Устраивайтесь по удобней и приготовьте к погружению в максимально понятный ликбез по теме скриптописания на Винде. Продвинутые обучающие курсы и материалы от автора: 🤍 Рекламодателям и сочувствующим камрадам: ● Помочь каналу копеечкой: 🤍 ● Реклама на канале: 🤍 Денчик социальный: ✓ YouTube канал: 🤍 ✓ Подкасты в iTunes: 🤍 ✓ VK: 🤍 ✓ INSTAGRAM: 🤍 ✓ ODNOKLASSNIKI: 🤍 ✓ TELEGRAM: 🤍 ✓ TWITTER: 🤍 ✓ TikTok: 🤍 Внимание! Все ролики из раздела «Информационная безопасность» являются постановочными. Это ни в коем случае не инструкции, обучающие х🤍керству. В них не рассказывается, как обойти компьютерные системы безопасности, а также получить личные или учетные данные пользователей. Все видео сняты исключительно с благой целью повышению уровня осведомлённости зрителей на YouTube, а действия, проделываются профессиональным сетевым инженером на устройствах являющихся его личной собственностью. Предшествующие основному сюжету истории - выдуманы с первых слов. Совпадения с реальными людьми и событиями - случайны. Весь контент на канале предназначен исключительно для ознакомления и записан сугубо в образовательных целях на основе информации взятой в открытых общедоступных источниках. Повторение действий из видео с целью навредить другим людям - полностью исключается, т.к. это 100% монтаж и фотошоп. Однако, на всякий случай, всё же предупреждаю вас о том, что сам я, всячески порицаю любые попытки использования данных материалов во вред. Смотрите и используйте их только для того, чтобы уберечь свои гаджеты от злоумышленников. Благодарю за внимание. Дополнительные тэги: #powershell #скрипты #уроки #циклы #переменные
🔵 Intellipaat Microsoft Azure training: 🤍 #WhatIsWindowsPowershell #MicrosoftPowershellForWindows #PowershellScriptingForBeginners #WindowsPowershellUltimatePerformance #HowWindowsPowershellWorks #Intellipaat 🔵 Why should you opt for an Azure career? If you want to fast-track your career then you should strongly consider Azure. Cloud computing and cloud infrastructure are today some of the most powerful shifts that are happening in organizations around the world that want to benefit from its strengths like low cost, instant availability, and high reliability. The Intellipaat industry-designed Microsoft Azure training is for those looking to make a solid career in the Microsoft Azure domain and become a Microsoft Azure certified professional. The salaries for Azure professionals are very good. Hence this Intellipaat azure video is your stepping stone to a successful career! 🔵 For more information: Call Our Course Advisors IND: +91-7022374614 US: 1-800-216-8930 (Toll-Free) Website: 🤍
#sabes #QUEesPOWERSHELL ##### ¿QUE ES POWERSHELL? ##### #DALEpulgarARRIBA #sigueme #conoce #comparte SIGUEME EN MIS REDES SOLCIALES 🤍 🤍 🤍 NOTA: PowerShell es un marco de administración de configuración y automatización de tareas multiplataforma que consta de un shell de línea de comandos y un lenguaje de scripting. A diferencia de la mayoría de los shells, que aceptan y devuelven texto, PowerShell se basa en .NET Common Language Runtime (CLR) y acepta y devuelve objetos de .NET. Este cambio fundamental aporta herramientas y métodos completamente nuevos para la automatización. 🤍
The first module in the PowerShell Master Class. This is a multi-part class that should be viewed as part of its playlist, 🤍 Materials for the class available at 🤍 0:00:00 Introduction 0:01:54 Agenda 0:02:56 PowerShell Fundamentals 0:03:27 Before PowerShell 0:08:05 PowerShell Introduction 0:14:10 PowerShell Language and Syntax 0:15:56 PowerShell Availability and Versions 0:25:35 Installing PowerShell Core and VSCode 0:35:47 Windows PowerShell vs PowerShell Core 0:38:30 Check PowerShell Version 0:43:05 Easy PowerShell Access 0:48:00 Using ISE 0:50:38 Using VSCode 0:52:10 Using the Interactive Shell 0:55:12 Non-PowerShell commands in PowerShell 0:57:05 Aliases 0:58:17 Navigating with PowerShell 1:00:33 Tab support 1:01:33 PowerShell Modules 1:08:34 PowerShell Help 1:10:55 Coming up next and GitHub Repo
Did you know about this? Article with all differences: 🤍 ⇒ Become a channel member for special emojis, early videos, and more! Check it out here: 🤍 ▼ Time Stamps: ▼ 0:00 - Intro 0:54 - Different 'Types' of PowerShell 5:36 - PowerShell Core 8:05 - PowerShell ISE 9:42 - Should You Install It? Corrections: 6:03 - The "Core" naming was actually dropped from .NET Core, and now it is just called ".NET". Though I believe it is still a subset of the overall ".NET Framework" 8:05 - While Powershell ISE is included with Windows Powershell 5.1, it is no longer being actively developed. Instead, the official recommendation is to use Visual Studio Code with the PowerShell Extension ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ Merch ⇨ 🤍 ⇨ 🤍 ⇨ 🤍 ⇨ 🤍 My Gear & Equipment ⇨ 🤍 ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Powershell est disponible sur toutes les versions de Windows. Il existe plusieurs versions de Powershell. C’est un langage interprété. Powershell est organisé en Module. Une commande Powershell est une CmdLET. Une commande Powershell commence par un Verb. WWW W Who am I (qui suis je) Where am I (ou suis je) What i my goal Retrouve ma formation complète sur 🤍 Formation 100 % gratuite sur la Vulgarisation Profitez de cette formation offerte sur les challenges des responsables informatiques 🤍 Toutes mes formations sur fluctuationit.com Pour info, je propose sur ma plateforme 2 types de formations : Vidéos Ce type de format vous propose un ensemble de vidéos que vous achetez à un tarif entre 50 et 70 €. Vous avez le choix entre plusieurs thèmes : - Cloud computing - Vmware virtualisation - Windows server 2016/1019 - WIndows 10 - Powershell - Web developement ........ La vidéo est disponible a vie Les vidéos disponible : 🤍 Class-Room Live Dans ce format, vous allez suivre la formation comme dans une salle de cours mais a distance. J'utilise la solution Citrix Gototraining Les virtual classroom chez FluctuationIT.com c’est: Une formation interactive et professionnalisante, Des labs et des démos prêts à l'emploi, Un maximum de pratique sur des environnements réels, Une préparation optimisée pour les certifications Microsoft BONUS : La formation sera disponible en Replay pour les participants, après la classroom ! Après votre inscription, vous allez recevoir un lien pour vous connecter sur la classroom. Vous serez alors connecté avec votre instructeur et les participants ! En Live Les classes virtuelles disponible 🤍 Si vous avez des questions, je suis disponible sur fabrice🤍fluctuationit.com Vous inscrire a notre newsletter pour recevoir nos dernières formations 🤍 ➖➖➖➖➖➖➖ 🚩Nouveau Abonnement mensuel et accès a toutes mes formations Je vous propose de vous abonner et d'accéder à toutes nos formations a vie et illimitées 😜 Abonnement mensuel 35 € / mois ➖➖➖➖➖➖➖ 🚩 Find all my trainings on my website 🤍 ➖➖➖➖➖➖➖ 🚩Find me on social media -LinkedIn: 🤍linkedin.com/in/fabrice-chrzanowski -LinkedIn PRO: 🤍 - Facebook: 🤍 - My website: 🤍 -My email address: fabrice🤍fluctuationit.com ➖➖➖➖➖➖➖ 🔔Subscribe to my channel 🤍
Take your PowerShell scripts to a new level, with this Microsoft Virtual Academy course taught by Jeffrey Snover, PowerShell architect and inventor. Powershell Advanced Tools and Scripting Full Course 🤍 TIME STAMP ⭐⭐⭐⭐🕑TIME STAMP📋⭐⭐⭐⭐⭐ 👉0:00:00 get-started-scripting This module provides an overview of PowerShell and describes how to install the Windows Management Framework and run PowerShell as an Administrator. It explains PowerShell security and execution policies and demonstrates how to run scripts. 👉0:44:50 Powershells-scripting-language This module describes aspects of PowerShell's scripting language, including variables, quotation marks, object members and variables, parentheses, and logical and looping constructs. 👉1:45:39 Simple-scripts-and-functions This module explains how to turn commands into scripts for automation, choose variables to parameterize, parameterize scripts, write functions, and run scripts and functions. 👉2:11:36 Advanced-functions This module describes aspects of advanced functions, including using templates, creating and testing parameters, adding code, and writing objects out to the pipeline. 👉3:05:08 More-on-parameters This module provides more information on parameters, including mandatory parameters, switching parameters and accepting pipeline input, as well as parameter Help, aliases, and validation. 👉3:45:11 Writing-help This module describes Help, including why you should provide it and where it should be located, and provides an example of comment-based Help. 👉4:10:12 Error-handling This module describes error handling and provides sample code for handling and logging errors. 👉4:48:32 Tools-that-make-changes This module describes tools that use the –confirm and –whatif parameters and provides examples using the ShouldProcess function 👉5:05:12 Script-and-manifest-modules This module provides an overview and demonstration of modules, including where they should be placed, module manifests, and custom views. - PowerShell For Beginners Full Course: 🤍 - If you realllly enjoy my content, you're welcome to support me and my channel with a small donation via PayPal 👉Link to PayPal donation 🤍 ♥️♥️Thanks for watching don't forget to like and Subscribe♥️♥️ ✨✨PLEASE IGNORE THESE TAGS✨✨ a powershell script example, powershell basics, powershell commands powershell scripting tutorial, powershell tutorial, powershell scripting, learn powershell, windows powershell, powershell commands, ,powershell scripting for beginners, powershell tutorial for beginners, powershell basics,, powershell scripting, powershell for beginners, powershell automation, powershell course, powershell active directory, powershell azure, powershell arrays, powershell beginners, powershell beginner tutorial, powershell basic commands for beginners, powershell best practices, powershell basic commands, powershell batch script tutorial, powershell bootcamp, powershell core, powershell crash course, powershell classes, powershell dsc for beginners, powershell debugging, powershell devops, powershell explained, powershell full course, powershell functions for beginners, powershell lessons, powershell learning, powershell masterclass
Microsoft created the PowerShell for task automation and configuration management. If you want to learn the PowerShell and looking for some useful commands to start with, then watch this video till the end and you learn such 15 useful PowerShell commands for newbies. Follow the timestamp to quickly jump to the command you want to learn 1. Listing the drives 0:34 Get-PSDrive To list drives with the file system Get-PSDrive –PSProvider FileSystem 2. Listing the files in a directory 1:10 Get-ChildItem To list files in another directory Get-ChildItem path-of-another-directory 3. Changing the current directory 1:36 Set-Location path 4. Creating a new item 1:53 To create directory New-Item –ItemType Directory –Path path -Name name-of-the-directory To create file New-Item –ItemType File –Path path –Name filename –Value “value in your file” To edit content later Set-Content –Path path-of-file –Value “your new value” 5. Viewing file information or printing it 3:10 To view file information Get-Item file-name To view the content of the file Get-Content file-name To view it in an external window Get-Content file-name | Out-GridView To print it Get-Content file-name | Out-Printer 6. Renaming a file or folder 4:03 Rename-Item –Path path –NewName new-name 7. Copying or moving an item 4:34 To copy Copy-Item path-with-file-name –Destination destination-path To move Move-Item –Path path-with-file-name –Destination destination-path To move and rename Move-Item –Path path-with-file-name –Destination destination-path-with-new-name 8. Removing a file or directory 5:44 Remove-Item file-or-directory-name 9. Getting all the commands 6:00 Get-Command To get command of specific type Get-Command –CommandType function, alias, or cmdlet To search for a command Get-Command *search-value 10. Getting help for a command 6:32 Get-Help command-name To get examples Get-Help command-name -Example 11. Getting the list of processes and services 7:04 For processes Get-Process For services Get-Service 12. To stop a process 7:20 Stop-Process –Name name-of-process To stop a particular instance of the process and confirm Stop-Process –Id id-of-process –Confirm -PassThru 13. Get the list of Windows drivers 8:01 Get-WindowsDriver –Online –All 14. Taking backup of drivers 8:15 Export-WindowsDriver -Online -Destination path-for-backup 15. Scan for malware 8:42 Start-MpScan –ScanType QuickScan/FullScan –ScanPath directory-path-to-be-scanned We will be uploading a video on advanced PowerShell commands so subscribe to the channel and press the bell button to get the notification.
تنـوية هـام: إن قناتنا تسعي الي تقديم التوعية الأمنية للمجتمع وإن تقمص دور الهاكر في بعض الفيديوهات لا يدل علي ان منشئ المحتوي يشجع علي هذه الامور وإنما هي ابسط الطرق لايصال المعلومه، كما ان كل مايُذكر في هذه الفيديوهات هو مايحدث فعليا ومايتم تداوله بين الجميع ولذلك وجب علينا الاهتمام بمجال الامن المعلوماتي من ناحيه نشر الوعي الامني والتقني لدي الجميع ولسنا مسؤولين عن اي سوء استخدام لما نقدمه من دروس تعليميه ونرجوا من المشاهدين الالتزام بذلك. »»» للتـواصـل مـعـنا: صفحتنا علي فيس بوك 🤍 موقعنا الإلكتروني 🤍 قناتنا علي تيلجرام 🤍 جروب المتابعين والرد علي الاسئله 🤍 قناتنا الرسمية Vairous 7x 🤍 قناتنا الثانية Vairous 7x 2 🤍 قناه الفلوجات والبث المباشر 🤍 »»» بـعـض كورســاتـنا المجـانيــة: Bash Scripting Course | كورس الشيل - الباش سكريبت 🤍 كورس الهكر الاخلاقي من الصفر للإحتراف CEH 🤍 Java Course | كورس جافا بالعربي 🤍 كورس لغه بايثون من الهاتف: 🤍 »»» شروحات اخري: هكذا يتم اختراق جهازك والتحكم به بالكامل من خلال البايلود 🤍 طريقه التخفي علي الانترنت بنسبه 100%؟ 🤍 تعلم برنامج Termux بإحتراف في 20 دقيقة فقط..! 🤍 شرح الطريقه الصحيحه لتثبيت برنامج Termux 🤍 كيف تكون هاكر محترف دوليا بشهاده معتمده..؟ 🤍 حصريا: شرح بروتوكولات الانترنت والسيرفرات وكيف تعمل 🤍 تعرف علي عالم الانترنت المظلم والويب العميق وأسرارهم.. 🤍 »»» مـعلومــات حـول القـنـاة: قناه Vairous 7x هي قناه عربيه تعليميه صممت بهدف نشر الوعي الأمني لدي المجتمع وتوعية الناس من طرق التصيد والتجسس والاختراق وعمليات الخداع والنصب وسرقة البيانات الحساسة، كما نقدم دورات تعليميه مجانيه حول لغات البرمجه والشبكات وأنظمة التشغيل والذكاء الاصطناعي وتطويرالتطبيقات وبرمجتها وتطوير المواقع والعديد من الامور الخاصه بمجال التكنولوجيا والتقنيه الحديثه، كما ان القناه ليست مسؤولة عن أي سوء استخدام لما نقدمه من دروس تعليميه ونرجوا من المشاهدين الالتزام بذلك. #علم_نفسك_بنفسك #اتعلم_صح
Did you know you can install updates with using PowerShell? This is the Guide for doing that! Website guide: 🤍 Support My Work - ►► Get Updates, Launch Announcements and More ➜ 🤍 ►► Chris Titus Tech Digital Downloads ➜ 🤍 ►► Product and Service Recommendations ➜ 🤍 ►► My YouTube Gear and Computers ➜ 🤍 Other Places to Find Me - ►► Titus Tech Talk ➜ 🤍 ►► Titus Tech Gaming ➜ 🤍 ►► 40 Year Old Fitness ➜ 🤍 ►► Twitch ➜ 🤍 ►► Twitter ➜ 🤍 DISCLAIMER: This video and description contain affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This helps supports the channel and allows us to continue to make videos like this. Thank you for your support!
// Membership // Want to learn all about cyber-security and become an ethical hacker? Join this channel now to gain access into exclusive ethical hacking videos by clicking this link: 🤍 // Courses // Full Ethical Hacking Course: 🤍 Full Web Ethical Hacking Course: 🤍 Full Mobile Hacking Course: 🤍 // Books // Kali Linux Hacking: 🤍 Linux Basics for Hackers: 🤍 The Ultimate Kali Linux Book: 🤍 // Social Links // Website: 🤍 Facebook: 🤍 Instagram: 🤍 LinkedIn: 🤍 // Disclaimer // Hacking without permission is illegal. This channel is strictly educational for learning about cyber-security in the areas of ethical hacking and penetration testing so that we can protect ourselves against the real hackers.
5 Motivos para Aprender Powershell ✅ Participe do meu Canal no TELEGRAM 👇🏻 🤍 💡 Se inscrevam no canal 🤍 💡 Meu Blog: 🤍 💡 Compartilhem este video: 🤍 🖇️Outros videos do canal: 📌 Como Criar Usuários em Lote no Active Directory 🤍 📌 Criando uma Pagina de criaçao de usuário no Active Directory com Powershell 🤍 📌 Preenchendo formulários do Google Forms com Powershell 🤍 📌 Livros para Aprender Powershell 🤍 📌 Relatórios HTML no Powershell com PSHTML 🤍 #powershell #aprenderpowershell #5motivos
This video has been updated. Check out the new video here: 🤍 Learn PowerShell by leveraging three basic PowerShell commands. In this first episode of Learn PowerShell you'll be introduced to some of the PowerShell basics to get you using PowerShell quickly. Start by learning just three cmdlets that open the power of PowerShell! Corresponding Techthoughts write-up: 🤍 Learn PowerShell - Episode 1 - PowerShell Basics - The Three Commands You Need To Learn To Use PowerShell Reference PowerShell code examples from this episode: 🤍 Install PowerShell on Linux: 🤍 Install PowerShell on MacOS: 🤍 Check out the complete Learn PowerShell YouTube Playlist: 🤍 If you are able, and found this content valuable, please consider a secure donation in the link below. Your contribution helps offset the costs of producing this PowerShell series. Much appreciated! 🤍 Learn PowerShell online free in this operationally focused PowerShell series. These PowerShell tutorials are designed to get you ramped up and using PowerShell quickly. Each episode provides practical PowerShell examples for using PowerShell in the real world. Whether you are a PowerShell beginner or seeking advance PowerShell training, this Learn PowerShell series covers the topics you'll need to be effective with PowerShell! #learnPowerShell #PowerShell #PowerShelltraining #PowerShellTutorial
Impariamo ad usare la powershell e scopriamo le differenze con il prompt dei comandi. In questa prima lezione impariamo a elencare, stoppare ed eseguire lo start dei servizi. #powershell #windows #libro #book #corso #linguaggio #programmazione Questo è un ottimo libro per iniziare a conoscere powershell 🤍 LINK: FACEBOOK: 🤍 GOOGLE+: 🤍 TWITTER: 🤍 SITO: 🤍sistemistaitaliano.it EMAIL: sistemistaitaliano🤍gmail.com
目次 00:00 はじめに 00:17 概要 00:49 Windows PowerShellとクロスプラットフォームのPowerShell 02:30 PowerShellの起動方法 04:42 管理者として起動する方法 05:41 コマンドレットについて 06:58 Get-Command 08:00 Get-Help 09:25 Get-Member 10:44 プロパティとメソッド 12:08 まとめ 記事: 🤍 参考資料: 🤍 #PowerShell #PowerShell入門
Learn Complete Powershell Training Full Course for Beginners [Tutorial] |Windows Powershell Training Powershell Training Full Course for Beginners [Tutorial] |Windows Powershell Training This is a Complete Powershell FULL Course in 6Hours from Basics to Advance Powershell concepts. After completing this course you should be able to write your own Windows Powershell scripts as a Windows Admins to the administration of Windows Server and Client. Learn Complete Powershell Training Full Course for Beginners [Tutorial] |Windows Powershell Training. Windows PowerShell courses free online for Windows Administrators If you are looking for any of the below this Windows PowerShell training #! is for you. windows PowerShell tutorial Windows PowerShell scripting tutorial Windows PowerShell scripting tutorial for beginners Microsoft PowerShell scripting tutorial Windows PowerShell scripting guide learn PowerShell scripting learn PowerShell scripting from scratch learn PowerShell scripting online learn PowerShell scripting step by step online learn PowerShell scripting free Microsoft Powershell certification Microsoft PowerShell course Windows PowerShell course Microsoft PowerShell training videos PowerShell training youtube PowerShell scripting examples Other Full Courses by PaddyMaddy AZ-900 Full course 10+ Hours - Exam AZ-900: Microsoft Azure Fundamentals 10 hours 45 Mins Part 1 of 2 👉 ► 🤍 4 hours 28 Mins Part 2 of 2 👉 ►🤍 AZ-303 Full Course -30 Hours Exam AZ-303: Microsoft Azure Architect Technologies Each video 10 hrs of content on Deep drive to AZ-303 Exam Microsoft Azure Architect Technologies (AZ-303) Part 1👉 ►🤍 Microsoft Azure Architect Technologies (AZ-303) Part 2 👉 ► 🤍 Microsoft Azure Architect Technologies (AZ-303) Part 3 👉 ► 🤍 AZ-500 Full Course - 17 Hours Exam AZ-500: Microsoft Azure Security Technologies 10 hours 45 mins Part 1 👉 🤍 6 hours 34 mins Part 2 👉 🤍 Windows Powershell Scripting Full training Course for Windows Admins 6 hours training 👉 🤍 Complete Intune Course Play List Link 👉► 🤍 Complete Azure Training Play list 👉►🤍 Full Course Play List 👉► 🤍 Azure Active Directory FULL COURSE Play List 👉► 🤍 #Powershell #PaddyMaddy #windowsPowershell Course Content based on the time Slot 00:00 Introduction to Powershell Full training course 00:01:10 Why should I learn Powershell 00:08:31 PowerShell Versions with Windows OS 00:10:46 Difference between PowerShell Core vs. PowerShell 00:21:14 Frequently asked questions on Powershell Core 00:29:41 How to Open ISE - Powershell 00:36:56 Understanding the Powershell Commands - Getting ready for Powershell - Running simple commands 00:44:27 How to Updated Powershel Help 00:49:05 Discovering PowerShell Commands 00:58:57 Previous Command History in PowerShell 01:15:25 Deep Drive for Getting Help from Powershell 01:35:05 Deep Drive for Getting self help from Powershell Level 200 01:39:08 Create a Function in Powershell 01:48:33 Write a simple Script and Test Execution Policy 01:50:53 Creating Aliases in Powershell 01:57:28 Creating Powershell Profile 02:12:08 Get Powershell modules 02:19:07 Few Examples on Operators 02:20:00 Powershell Pipeline Options 02:29:26 How to use Select-Object in Powershell 02:44:39 Working with Variables in Powershell 02:55:49 Work with If and If Else Statements in Poweshell 03:03:31 Working with Registry Keys in Powershell 03:10:09 Use Pipeline Option to get output to a CSV file 03:22:53 Work With XML Data in PowerShell 03:26:33 Convert output to HTML format 03:31:57 GM - Deep Drive of Powershell Object 03:53:00 Work with Objects 03:59:14 Use cases of Regular Expressions 04:03:42 Sorting the Data with Powershell 04:12:25 Create Properties - Use WMI Class 04:21:53 Filter with Where-Object and combination of Operators 04:25:56 PowerShell ISE 04:38:13 Use Get & Install-WindowsFeature 04:42:55 Create your First basic Script in Powershell 05:01:53 Create Intermediate Script in Powershell 05:24:02 Introduction to Powershell Remoting 05:26:30 Powershell PowerShell Remoting - Part1 05:33:46 Powershell PowerShell Remoting - Part2 05:39:48 PowerShell Remoting to One to Many Sessions -Part 3 05:54:11 PowerShell Remoting to One to Many Sessions with Example Script - Part 4 05:59:34 Powershell Core 7 Install and run the commands and scripts 06:09:44 conclusion end of the Powershell scripting course
PowerShell is more than just a management and configuration framework for IT Pro’s, it’s the glue that DevOps, Developers, and IT Pro’s use to manage, configure, and automate servers and services. Are you taking full advantage of what PowerShell has to offer? Let world-renowned inventor of PowerShell, Jeffrey Snover, and his side-kick Jason Helmick, show off their favorite solutions building from PowerShell’s successful 15-year past and leveraging the new solutions for the future. Regardless if you focus on the cloud, on-premises, or a combination of both, PowerShell is the cross-platform management tool to do it all. Additional Resource: Contact sales 🤍 BRK260 Additional Resources 🤍 #MSIgnite
🚨 O Curso de Windows 2016 Server NÃO esta mais disponível no AULAEAD, mas pode estudar pela Playlist no 🤍 🚨 Gostou da Dica ??? Poste ai nos Comentários !!! 👍 Não esquece aquele LIKE !!! e compartilha com a galera !!! Introdução ao Windows PowerShell O Windows PowerShell é o novo shell de linha de comando do Windows. Shell é uma interface que permite aos usuários interagir com o sistema operacional e pode ser tanto no modo gráfico Graphical User Interface (GUI) quanto em modo texto Command–Line Interface (CLI ). PowerShell usa linguagem de script expressiva, com expressões regulares e permite o uso do .NET Framework, Windows Management Instrumentation (WMI ), COM, Registro do Windows e muito mais. O Windows PowerShell introduz o conceito de cmdlet (pronuncia-se "command-let"), uma ferramenta de linha de comando simples, de função única e compilada no shell. Você também pode fazer o uso do ISE (Integrated Scripting Environment ) onde você pode executar comandos, gravar, testar e depurar scripts em uma interface de usuário gráfica baseada no Windows. Aula de MS-DOS: 🤍 Facebook do PROFESSORRAMOS: 🤍 Leandro Ramos - Janeiro de 2016 - 🤍 & 🤍
针对PowerShell初学者的实用、实战课程,每周更新一课,感兴趣的小伙伴可通过订阅,及时观看最新内容。 This course for PowerShell beginners, updated once a week, interested friends can subscribe to the latest content.
Learn how to create and run PowerShell Scripts. In this episode of Learn PowerShell I live code a PowerShell script from start to finish. Follow along to see the thought process and workflow that goes into scripting PowerShell solutions and writing your own PowerShell scripts. Corresponding TechThoughts write-up: 🤍 ▬ Contents of this video ▬▬▬▬▬▬▬▬▬▬ 00:00 - Intro 00:26 - Live coding a PowerShell script 43:06 - Executing PowerShell scripts 48:00 - Outro Learn PowerShell - Episode 10 - PowerShell Scripts Reference PowerShell code examples from this episode: 🤍 Check out the complete Learn PowerShell YouTube Playlist: 🤍 ~ 🤍 My recommended books for learning PowerShell: (these affiliate links cost you nothing extra and help support this channel) - Learn PowerShell in a Month of Lunches: 🤍 - Learn PowerShell Scripting in a Month of Lunches: 🤍 - Windows PowerShell in Action: 🤍 - PowerShell Cookbook: 🤍 How to create a Telegram Bot: 🤍 If you are able, and found this content valuable, please consider a secure donation in the link below. Your contribution helps offset the costs of producing this PowerShell series. Much appreciated! 🤍 Learn PowerShell online free in this operationally focused PowerShell series. These PowerShell tutorials are designed to get you ramped up and using PowerShell quickly. Each episode provides practical PowerShell examples for using PowerShell in the real world. Whether you are a PowerShell beginner or seeking advance PowerShell training, this Learn PowerShell series covers the topics you'll need to be effective with PowerShell! These videos were recorded on a lot of my older equipment. My newer videos use the following equipment: - Camera: 🤍 - Lens: 🤍 - Teleprompter: 🤍 - Mic: Audio-Technica AT2035 - Mic Preamp: 🤍 - Mic Arm: 🤍 - Audio Interface: 🤍 - Lighting: 🤍 - Rear color lighting: 🤍 #learnPowerShell #PowerShell #PowerShelltraining #PowerShellTutorial
¿Qué es PowerShell? PowerShell, llamado Windows PowerShell originariamente, es una interfaz de línea de comandos o CLI (Command-Line Interface) que tiene la posibilidad de ejecutar Scripts (unión de comandos) y que facilita la configuración, administración y automatización de tareas multiplataforma, ademas dispone de un lenguaje de scripting. Powershell tiene una salida basada en objetos por lo que acepta y devuelve objetos de .NET ya que está basado en .NET CLR (Commond Language Runtime) esto es ideal para automatización de procesos. La principal diferencia de PowerShell respecto a otras interfaces de línea de comandos es que PowerShell puede tratar con objetos, algo mas que un simple comando de otros CLI que solo devuelve texto. Estos comandos, llamados cmdlet, devuelven una instancia de un objeto que da lugar a una información de salida mucho más completa que los demás intérpretes de comandos, además los otros CLI necesitan de este para poder obtener la información de salida, mientras que un cmdlet obtiene la información de salida por si mismo. PowerShell permite un conjunto de comandos extensible a diferencia de otros CLI que su conjunto de comandos está integrado, se pueden crear nuevos cmdlet a partir de scrpit o código compilado, si necesitamos nuestro propio cmdlet podemos crearlo. También trabaja con alias de comandos para facilitar su manejo, un alias es un nombre que designa a un comando, así si estamos acostumbrados a trabajar con otros CLI, podemos asignar alias a los comandos de PowerShell y seguir usando los mismos comandos. Por ejemplo, podemos asignar el alias listar-directorios al comando dir que nos mostrará una lista de directorios, cuando ejecutemos uno u otro nombre, siempre mostrará el mismo resultado. El código fuente de PowerShell se liberó el 15 de agosto de 2016 y Microsoft, que es su desarrollador, lo publico en GitHub, que ahora le pertenece al haberlo comprarlo un par de años más tarde. La versión inicial de PowerShell fue lanzada en noviembre de 2006 para Windows XP Service Pack 2, Windows Vista y Windows Server 2003 Servide Pack 1. ¿Para qué sirve PowerShell? PowerShell sirve para facilitar a los administradores de sistemas tareas de automatización, administración y configuración de sistemas Windows, aunque también sirve para otros programas de Microsoft como SQL Server, Exchange o IIS. Con PowerShell puedes declarar variables de todo tipo, incluye operadores aritméticos y de asignación, se pueden crear vectores y compararlos, crear hashtables y un sinfín de opciones más que permitirán que la automatización de tareas sea aún más sencilla, es por esto por lo que es mayormente usada por los administradores de sistemas. También puedes usar PowerShell en tu PC con Windows, tan solo tienes que escribir PowerShell en el recuadro de búsqueda de la barra de tareas de Windows, incluso puedes poner a PowerShell como tu consola por defecto para Windows 10, con esta CLI además podrás gestionar el sistema operativo o incluso gestionar unidades de discos, aunque esto también puedes hacerlo con Diskpart, dispone de comandos y utilidades dedicadas para la gestión de las unidades de tu PC. Otra de las utilidades es realizar script para automatizar las tareas normales, no necesariamente tenemos que ser un administrador de sistemas o ejecutar Windows Server para realizar esto. Por ejemplo, podemos usar PowerShell para conectar y realizar tareas administrativas o crear informes de Microsoft Office 365 o Azure. También puedes crear tus propios alias para hacer funcionar los comandos de PowerShell si estás acostumbrado a unos comandos concretos usados en cualquier otro CLI. Pero PowerShell está mas orientado a facilitar la administración, gestión y configuración de sistemas Windows o programas de Microsoft. Los administradores de sistemas pueden crear sus propios script para automatizar las tareas que desempeñen más habitualmente y siempre hay margen para ir añadiendo o mejorando las que ya disponen, para finalmente dejar un sistema perfectamente automatizado y vigilado muy de cerca por el administrador por si surgen fallos. SIGUEME: FACEBOOK: 🤍 Instagram: 🤍 🤍 Twitter: 🤍 LinkedIn: 🤍 Tik Tok: 🤍 Mi 2do Canal de Youtube: 🤍 BLOGS: 🤍 🤍 BLOG DE VIAJES: 🤍 Github: 🤍 Blogger: 🤍 DONAR al Canal: 🤍 Patreon: 🤍 Donar en Bitcoin: 3GCnvtqR8ukzPm69iR9QCVNcLC2pEVhDWp
📚 Aprende más con mis cursos para Profesionales de TI 📚 🌏 🤍 🌏 → Sígueme en mis redes sociales ← Facebook → 🤍 Twitter → 🤍 Instagram → 🤍 Grupo en Telegram → 🤍 #PowerShell #Shorts
PowerShell es una herramienta que deberíamos dominar, para apoyaros en esta tarea de introducirse en este mundo de los CMDLets he querido hacer este vídeo para que podamos ver por un lado el potencial del mismo y por otro que puede, tal vez, no ser tan complicado. Apoya este canal en 🤍
There are multiple ways to install PowerShell in Windows. Choose the method that best suits your needs. Recommended way to install PowerShell on Windows clients is Winget. MSI package is the best choice for Windows Servers and enterprise deployment scenarios. ZIP package is the easiest way to "side load" or install multiple versions. Use this method for Windows Nano Server, Windows IoT, and Arm-based systems. .NET Global tool - A good choice for .NET developers that install and use other global tools. And microsoft store package is an easy way to install for casual users of PowerShell but has limitations.
Fala xovens? Suave? Você já ouviu falar em Powershell? Sabe o que? Aqui, vou começar a falar um pouquinho dessa poderosa ferramenta, que vai mudar a forma como você administra o seu ambiente. Nesse video, o start sobre administrar o seu AD (Active Directory) com o Powershell. Documentação de suporte do video Get-Module: 🤍 Get-AdUser: 🤍 Import-Module: 🤍
شرح تفعيل بور شيل في ويندوز 10 لجميع المستخدمين في هذا الدرس سوف نتعرف على كيفية تفعيل Windows PowerShell Windows 10 لكل المستخدمين لإجراء جميع العمليات النصية والبرمجية التي لا يمكن تنفيذها الا من خلال الشل ، ويعتبر هذا الشرح مقدم لكل من واجهه مشاكل تفعيل PowerShell بور شيل في نظام التشغيل ويندوز 10. الاوامر المستخدمة بالشرح بنفس الترتيب :: Get-ExecutionPolicy -List Set-ExecutionPolicy Unrestricted -Scope LocalMachine Get-ExecutionPolicy -List أهم اوامر البور شيل في ويندوز 10 1- أكتب في البور شيل ls ثم اضغط انتر لاحظ سوف يتم عرض كل الفلادر والملفات الموجودة في المسار الحالي بالتالي تستطيع التعديل علي اي ملف من هذه الملفات . 2- أكتب أمر Rename-Item c:\Users\Folder Folder2 لإعادة تسمية فولدر أو ملف . 3- أمر Move-Item c:\Users\Folder c:\Users\test\Folder2 لنقل فولدر أو ملف من مسار الي مسار أخر 4- لفتح أي برنامج أكتب هذا الأمر Invoke-Item c:\Windows\System32\notepad.exe 5- عند فتح اي ملف أكتب هذا الامر Get-Content c:\Users\Folder/test.text 6- للكتابة بداخل ملف Add-Content c:\Users\Folder/test.text Hello 7- ضبط الوقت والتاريخ Set-Date -date “7/8/2016 10:8 AM”
Automating your routine tasks is one of the key components to performing Systems Administration tasks. Here I show you what I have setup. Screenshots instructions: 🤍 Using PowerShell, I am able to utilize scripts (in the form of functions within a module) to help me perform some simple yet important tasks. A quick side-note, I use the following scripts/functions in PowerShell V3. I have not tested them all in V2. DOWNLOAD my personal PowerShell Module (at the time of this video): 🤍 Subscribe for more videos: 🤍 PC-Addicts Website: 🤍 PC-Addicts FaceBook Page: 🤍 PC-Addicts Twitter: 🤍 PC-Addicts Google+ Community Page: 🤍 PC-Addicts on Pinterest: 🤍