Skip to content

maximatt/scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Scripts

Generic scripts to perform a diverse tasks

Dell Update

Requeriments

Install Dell Command Update

Install PowerShell Windows Update module

> Install-module PSWindowsUpdate
> Import-Module PSWindowsUpdate
> Get-command -module PSWindowsUpdate

Install Chocolatey package manager

> Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

Execution

> powershell -executionpolicy bypass -File updateDell.ps1

About

generic scripts to perform a diverse tasks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published