All Projects → johnthebrit → Powershellmc

johnthebrit / Powershellmc

PowerShell examples

Programming Languages

powershell
5483 projects

PowerShell Master Class GitHub Repo

PowerShell Master Class Assets

All content Copyright 2019 John Savill. All rights reserved No part of this course to be used without express permission from the author [email protected] @NTFAQGuy https://savilltech.com https://youtube.com/NTFAQGuy

YouTube Playlist for the videos that these materials are for - https://www.youtube.com/playlist?list=PLlVtbbG169nFq_hR7FcMYg32xsSAObuq8

Module Additional References
1 PowerShell Fundamentals
2 Connecting Commands
3 Remote Management
Getting ready for DevOps
4 Creating a PowerShell Script Azure PowerShell
5 Advanced Scripting
6 Data and Objects
7 Desired State Configuration
8 Automation Technologies Azure Functions with PowerShell
Azure Functions with PowerShell 2
PowerShell 7

Getting a Clone

Once Git is installed to have a local clone of the repository:

New-Item -ItemType Directory -Path C:\PowerShellMC
cd c:\PowerShellMC
git clone https://github.com/johnthebrit/PowerShellMC.git .

To update, make sure you are in the folder downloaded to and run

git pull

Useful Links and Info

Feature Link
PowerShell Core https://github.com/powershell/powershell
Visual Studio Code https://code.visualstudio.com/Download
Git https://git-scm.com/downloads

Chocolatey Install

Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

Chocolately PowerShell Core upgrade -

Choco outdated
Choco upgrade powershell-core

References

Windows PowerShell Compatibility - https://github.com/PowerShell/WindowsCompatibility

Installing PowerShell Core on Ubuntu - https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-core-on-linux?view=powershell-6#ubuntu-1804

Installing VS Core on Ubuntu - https://linuxize.com/post/how-to-install-visual-studio-code-on-ubuntu-18-04/ https://www.ubuntu18.com/install-visual-studio-code-ubuntu-18/

Setting up SSH - https://docs.microsoft.com/en-us/powershell/scripting/learn/remoting/ssh-remoting-in-powershell-core?view=powershell-6

Secrets of PowerShell Remoting eBook - https://leanpub.com/secretsofpowershellremoting

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].