Installation of DotNet 3.5 Framework feature fails
Hi Guys
I am trying to install MS .Net feature on Windows 2008 ticket via a task sequence using SCCM. It just contains a simple powershell commands as given below.
Import-Module servermanager
Add-WindowsFeature NET-Framework-Core
But it just doesnt seem to work. The 64-bit redirection is ticked.
The task sequence reports 16389 before it time outs. Any ideas??
I am trying to install MS .Net feature on Windows 2008 ticket via a task sequence using SCCM. It just contains a simple powershell commands as given below.
Import-Module servermanager
Add-WindowsFeature NET-Framework-Core
But it just doesnt seem to work. The 64-bit redirection is ticked.
The task sequence reports 16389 before it time outs. Any ideas??
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
anonymous_9363
13 years ago
Posted by:
India_Repackaging
13 years ago
We have some softwares that require MS.Net to be installed as pre-requiste and a good way I thought to install this was using the role. Then I decided to automate it by including it on a task sequence using the mentioned powershell script. The script works manually but dont know what happens when i do it from within a task sequence. Also that the execution policy is set to unrestricted.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.