filmov
tv
30. PS App Deployment Toolkit - PowerShell Script check process (30/33)
Показать описание
## Author: John Bryntze
## Date: 25th October 2021
## Version: 1.0
if ($JBNChromeProcesses.Count -eq 0) {
Try {
Write-Output "Google Chrome is not started, we can run the installation in session 0"
}
Catch {
$ErrorMessage = $_.Exception.Message
$ErrorMessage
}
}
else {
Try {
Write-Output "Google Chrome is started, we need to run the installation in session 1, ServiceUI.exe"
}
Catch {
$ErrorMessage = $_.Exception.Message
$ErrorMessage
}
}
Write-Output "Exit Code of installation is: $LASTEXITCODE"
exit $LASTEXITCODE
30. PS App Deployment Toolkit - PowerShell Script check process (30/33)
26. PS App Deployment Toolkit - Overview/Download (26/33)
29. PS App Deployment Toolkit - MDT ServiceUI.exe (29/33)
PowerShell App Deployment Toolkit with Microsoft Intune
28. PS App Deployment Toolkit - Update template (28/33)
What IS the Powershell App Deployment Toolkit? Here's a quick look.
27. PS App Deployment Toolkit - Files (27/33)
PowerShell App Deployment Toolkit - [Chapter 1 Fundamentals]
PowerShell App Deployment Toolkit - [Chapter 3 TOP 3 most used functions]
33. PS App Deployment Toolkit - Final & Google Chrome App install test (33/33)
Powershell App Deployment Toolkit - 002 - Template
31. PS App Deployment Toolkit - Create Google Chrome Intunewin file (31/33)
Deploying software and scripts using PowerShell Application Deployment Toolkit by Phil Bossman
Powershell App Deployment Toolkit - 003 - Branding PDT
Create a simple PowerShell App Deployment Toolkit wrapper
32. PS App Deployment Toolkit - Intune Win32 App Google Chrome Creation (32/33)
Application Packaging Experts Roundtable: The PowerShell App Deploy Toolkit (October 2021)
PowerShell App Deployment Toolkit - [Chapter 4 Mastering Registry Keys]
How to deploy a PowerShell App Deployment Toolkit Application using Configuration Manager
AdminStudio Integration with PowerShell Application Tool-Kit
30. How to Deploy PowerShell Script using Microsoft Intune
Deploy applications with the PowerShell Application Deployment Toolkit
abandoned PC restoration
Technisches Webinar - Software Paketierung mit PowerShell App Deployment Toolkit - Tipps & Trick...
Комментарии