Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

windows server 2016 powershell override password complexity

secedit /export /cfg c:secpol.cfg
(gc C:secpol.cfg).replace("PasswordComplexity = 1", "PasswordComplexity = 0") | Out-File C:secpol.cfg
secedit /configure /db c:windowssecuritylocal.sdb /cfg c:secpol.cfg /areas SECURITYPOLICY
rm -force c:secpol.cfg -confirm:$false
Comment

windows server 2016 powershell override password complexity

secedit /export /cfg c:secpol.cfg
(gc C:secpol.cfg).replace("PasswordComplexity = 1", "PasswordComplexity = 0") | Out-File C:secpol.cfg
secedit /configure /db c:windowssecuritylocal.sdb /cfg c:secpol.cfg /areas SECURITYPOLICY
rm -force c:secpol.cfg -confirm:$false
Comment

PREVIOUS NEXT
Code Example
Shell :: uxmovemen 
Shell :: sed subgroup pattern replace 
Shell :: app to see git branches in ubuntu 
Shell :: bash nb args 
Shell :: how to clear/delete/remove/erase/wipe/forget shell traps 
Shell :: kubernetes get -o yaml 
Shell :: failed to write object git pull 
Shell :: linux check how many open files are allowed 
Shell :: yarn, npm,craco 
Shell :: How to output color text on batch with exe 
Shell :: grep two different ocurrencies 
Shell :: How To Configure WiFi on Raspberry Pi - NAYCode.com 
Shell :: chromium open new tab linux terminal 
Shell :: are pip packages safe for linux 
Shell :: mac copy big file into clipboard 
Shell :: bash: cd: too many arguments 
Shell :: windows cmd "head -n " equivalent 
Shell :: install homebrew on godaddy 
Shell :: how to install audacity in fedora 34 
Shell :: install slurm ubuntu 20.04 
Shell :: git commit id 7 characters 
Shell :: sed print all lines except last 
Shell :: set mdp user ubuntu 
Shell :: packet forwarding linux echo 1 
Shell :: obs ubuntu noise reduction 
Shell :: Fix Network Error Docker and Windows Containers 
Shell :: change git console text size 
Shell :: conda install packages from different channels 
Shell :: Shell command, operator and separator/control characters: 
Shell :: gist add image 
ADD CONTENT
Topic
Content
Source link
Name
7+3 =