filmov
tv
PowerShell in Intune - How to Copy file(s) (1/3)
Показать описание
In this short video series about three different ways of using PowerShell in Intune, we start with how to copy file(s) by using PowerShell copy files bundled up in a Win32 app (.intunewin file).
Links:
Script:
### Copy CMtrace file into c:\program files\CMtrace
### author: John Bryntze
### date: 18th October 2022
# Variables
$JBNScriptRoot = Split-Path -Path $MyInvocation.MyCommand.Path
$JBNCMtraceDir = "c:\program files\CMtrace"
if(!(test-path -Path $JBNCMtraceDir))
{
New-Item -ItemType Directory -Path $JBNCMtraceDir
}
Links:
Script:
### Copy CMtrace file into c:\program files\CMtrace
### author: John Bryntze
### date: 18th October 2022
# Variables
$JBNScriptRoot = Split-Path -Path $MyInvocation.MyCommand.Path
$JBNCMtraceDir = "c:\program files\CMtrace"
if(!(test-path -Path $JBNCMtraceDir))
{
New-Item -ItemType Directory -Path $JBNCMtraceDir
}
30. How to Deploy PowerShell Script using Microsoft Intune
PowerShell in Intune - How to Copy file(s) (1/3)
PowerShell App Deployment Toolkit with Microsoft Intune
PowerShell in Intune - Run Scripts (Create a Scheduled Task) (2/3)
S01E12 - How to Deploy PowerShell Scripts using Microsoft Intune - (I.T)
How to: Backup Microsoft Intune (Endpoint Manager) for FREE using Powershell in 10 minuntes
PowerShell in Intune - Proactive Remediation Scripts (3/3)
Installing & getting started with the Intune powershell SDK
Track Windows Update Compliance in Intune with Proactive Detection Script
Step-by-Step Guide: Deploy PowerShell Scripts with Microsoft Intune
MS63 - Push the PowerShell Scripts to Windows Devices via Intune MDM
Microsoft Intune From Zero to Hero
BiteSize: Map a drive using PowerShell with Intune
Using PowerShell with Microsoft Endpoint Manager
S01E17 - Intune PowerShell Scripts - Debugging and Troubleshooting - (I.T)
Perform Operation in Intune Using Graph API, How to Connect From Powershell, Part -1
Device configuration PowerShell scripts - Microsoft Intune Training Series video No#73
Deploy PowerShell script using Intune: Streamline Script Deployment
Intune Powershell Runbook
How to Use Graph to Quickly Edit Your Intune PowerShell Scripts
Deploying Powershell scripts through Intune -1
22. How to Package and Deploy Win32 application with Intune
PowerShell + Intune = PowerAppDeployment!
Intune Tutorial 20 -How to Deploy PowerShell Script in Intune
Комментарии