SCONFIG

2.0.1

Description: Provides SCONFIG functionality through PowerShell. Has added features including, cleaned up UI, NIC Teaming setup, Firewall and Defender configuration.  Script operates correctly on Windows Server 2016 and newer server operating systems.  As of verions 2.0, script has been designed to function on both Windows PowerShell 5.x and PowerShell 7.0.

I recomme
Description: Provides SCONFIG functionality through PowerShell. Has added features including, cleaned up UI, NIC Teaming setup, Firewall and Defender configuration.  Script operates correctly on Windows Server 2016 and newer server operating systems.  As of verions 2.0, script has been designed to function on both Windows PowerShell 5.x and PowerShell 7.0.

I recommend placing the script file at C:\Windows\System32\ and then modifying C:\Windows\System32\sconfig.cmd so that this script replaces the built-in .vbs sconfig.
For Windows PowerShell 5.x, change the .cmd file content to:
  echo off
  powershell -File "%windir%\System32\SCONFIG.ps1"
For PowerShell 7.0, change the .cmd file content to:
  echo off
  pwsh -File "%windir&\System32\SCONFIG.ps1"

NOTE - You will likely need to take ownership and alter permissions on C:\Windows\System32\sconfig.cmd in order to modify the contents of that file.

Show more

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Script -Name SCONFIG -RequiredVersion 2.0.1

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Package Details

FileList

Version History

Version Downloads Last updated
2.0.2 307 11/10/2022
2.0.1 (current version) 913 5/19/2020
2.0 39 5/18/2020
1.8 185 1/3/2020