Skip to content

Commit

Permalink
Create InstallNetFx3.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
cosine83 authored Oct 10, 2017
1 parent dcb233e commit 54b5765
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions InstallNetFx3.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#Requires microsoft-windows-netfx3-ondemand-package.cab from the install media under \Sources\SxS
#Syntax for SCCM Task Sequence only, unsure of usage outside of that
#Put in as a step after Windows setup and configuration

$currentLocation = Split-Path -Parent $MyInvocation.MyCommand.Path;
Enable-WindowsOptionalFeature -Online -FeatureName NetFx3 -Source $currentLocation -LimitAccess -All

0 comments on commit 54b5765

Please sign in to comment.