Understanding Microsoft Intune: Deploying Applications Using PowerShell
Autor Owen Heaumeen Limba Engleză Paperback – noi 2022
Learn to deploy simple and complex applications that are beyond the scope of default Intune application deployment scenarios and limitations. This book will help you deploy applications using a PowerShell script.
The book starts with PowerShell Cmdlets to get an understanding of deployment through PowerShell scripts. Next, you will learn how to work with msiexec where you will learn which properties of your MSI can be set and what values can be passed to them, even if you do not know what the properties and values initially are.
Further, you will learn how to install and uninstall a Setup.exe and how to determine the silent switches, along with MSI extraction methods. You will then learn detection rules using PowerShell, including how to detect by registry or application version and build numbers as well as using custom PowerShell detection rules. You will then gain an understanding of the location to run the script. Moving forward, you will go through installinga program by calling MSI or Setup.exe using PowerShell and how to handle spaces in the filenames.
Following this, you will go through how to deploy the various script types in Intune; whether it is a standard script, or if the whole script is a function or contains functions, or if it has an entry point. Deployment Templates and application preparation in Intune are discussed next, along with the process to create the .Intunewin with the Intune Winapp Util. You will then learn how to uninstall previous applications before a new deployment. You'll also be walked through useful snippets and examples of deployment where you will be able to utilize all the aspects of deployment in Intune discussed in prior chapters.
After reading the book, you will be able to manage application deployments and detection rules using PowerShell with Microsoft Intune.
The book starts with PowerShell Cmdlets to get an understanding of deployment through PowerShell scripts. Next, you will learn how to work with msiexec where you will learn which properties of your MSI can be set and what values can be passed to them, even if you do not know what the properties and values initially are.
Further, you will learn how to install and uninstall a Setup.exe and how to determine the silent switches, along with MSI extraction methods. You will then learn detection rules using PowerShell, including how to detect by registry or application version and build numbers as well as using custom PowerShell detection rules. You will then gain an understanding of the location to run the script. Moving forward, you will go through installinga program by calling MSI or Setup.exe using PowerShell and how to handle spaces in the filenames.
Following this, you will go through how to deploy the various script types in Intune; whether it is a standard script, or if the whole script is a function or contains functions, or if it has an entry point. Deployment Templates and application preparation in Intune are discussed next, along with the process to create the .Intunewin with the Intune Winapp Util. You will then learn how to uninstall previous applications before a new deployment. You'll also be walked through useful snippets and examples of deployment where you will be able to utilize all the aspects of deployment in Intune discussed in prior chapters.
After reading the book, you will be able to manage application deployments and detection rules using PowerShell with Microsoft Intune.
What You Will Learn:
- How to find valid properties and values to use with msiexec
- Using PowerShell for detection rule
- Deploying using a template for reliable and repeatable deployments
- How to create the Windows App (Win32) App
Who Is This Book For:
I.T Professionals who manage application deployments using Microsoft Intune.
Preț: 153.84 lei
Preț vechi: 192.30 lei
-20% Nou
Puncte Express: 231
Preț estimativ în valută:
29.44€ • 30.70$ • 24.47£
29.44€ • 30.70$ • 24.47£
Carte disponibilă
Livrare economică 28 februarie-14 martie
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781484288498
ISBN-10: 1484288491
Pagini: 183
Ilustrații: XX, 183 p. 106 illus.
Dimensiuni: 155 x 235 x 16 mm
Greutate: 0.29 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1484288491
Pagini: 183
Ilustrații: XX, 183 p. 106 illus.
Dimensiuni: 155 x 235 x 16 mm
Greutate: 0.29 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Cuprins
Chapter 1: PowerShell Fundamentals.- Chapter 2: MSIEXEC.- Chapter 3: Setup.exe. - Chapter 4: Detection Rules.- Chapter 5: Location, Location, Location.- Chapter 6: Installing the Application.- Chapter 7: Deploying the Script.- Chapter 8: Deployment Template.- Chapter 9: Application Preparation.- Chapter 10: Uninstall an Application.- Chapter 11: Pre- and Post-Code.- Chapter 12: Example Scenario.
Notă biografică
Owen Heaume is a senior network administrator for a global company based in the UK’s headquarters. He has over 20 years of networking experience across Novell and Microsoft technologies and has acquired a variety of professional technical qualifications. He enjoys writing blogs and information on ConfigMgr and PowerShell scripting. Owen has also published books on ConfigMgr for deploying applications, language and regional settings.
Textul de pe ultima copertă
Learn to deploy simple and complex applications that are beyond the scope of default Intune application deployment scenarios and limitations. This book will help you deploy applications using a PowerShell script.
The book starts with PowerShell Cmdlets to get an understanding of deployment through PowerShell scripts. Next, you will learn how to work with msiexec where you will learn which properties of your MSI can be set and what values can be passed to them, even if you do not know what the properties and values initially are. Further, you will run the Setup.exe for installation and un-installation of parameters along with MSI extraction. You will then learn detection rules using PowerShell and gain an understanding of the location to run the script. Moving forward, you will go through installing a program by calling MSI or Setup.exe in Intune. Following this, you will go through a demonstration of deploying a script containing functions. Deployment Templates and application preparation in Intune are discussed next, along with the process to create the .Intunewin with tool prep. You'll also be walked through useful snippets and examples of deployment where you will be able to utilize all the aspects of deployment in Intune discussed in prior chapters.
After reading the book, you will be able to manage application deployments and detection rules using PowerShell with Microsoft Intune.
You will:
- Find valid properties and values to use with msiexec
- Use PowerShell for detection rule
- Deploy using a template for reliable and repeatable deployments
- Create the Windows App (Win32) App
Caracteristici
Covers useful code snippets such as detecting operating system architecture Contains case studies for deployment with Intune Focuses on deploying applications and detection scripts using PowerShell