Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Romanitho committed Jan 31, 2022
1 parent 46b5abb commit 225f213
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Winget-Install
Powershell scripts to install Winget Packages with SCCM/Intune or other tools and even standalone.

## Install
### SCCM
- Create an application and put the "winget-install.ps1" script as sources
- For install command, put this command line:
>powershell.exe -ExecutionPolicy bypass -File winget-install.ps1 -AppIDs Notepad++.Notepad++
### Intune
- Create Intunewin with the "winget-install.ps1" script
- Create an Win32 application in Intune
- Put this command line as Install Cmd
>powershell.exe -ExecutionPolicy bypass -File winget-install.ps1 -AppIDs Notepad++.Notepad++
## Detection method
- Use the "winget-detect.ps1" with SCCM or Intune as detection method.
- Replace "$AppToDetect" value by your App ID
>$AppToDetect = "Notepad++.Notepad++"
## Updates
https://github.com/Romanitho/Winget-autoupdate

## Other ideas and approaches
https://github.com/o-l-a-v/winget-intune-win32

0 comments on commit 225f213

Please sign in to comment.