Create 3 Groups under Settings > profiles > IP Groups
Create 4 groups
- IPv4 Address Group
- Name: RFC1918
- Address values: 192.168.0.0/16, 172.16.0.0/12, 10.0.0.0/8
<?xml version="1.0" encoding="utf-8"?> | |
<unattend xmlns="urn:schemas-microsoft-com:unattend"> | |
<settings pass="windowsPE"> | |
<component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<InputLocale>1409:00000409</InputLocale> | |
<SystemLocale>en-NZ</SystemLocale> | |
<UILanguage>en-US</UILanguage> | |
<UILanguageFallback>en-US</UILanguageFallback> | |
<UserLocale>en-NZ</UserLocale> | |
<SetupUILanguage> |
Code | Company | Price | Change | Volume | Value | Captilisation | |
---|---|---|---|---|---|---|---|
ACE | Ascension Capital Limited | $0.055 | $0.000 / 0.00% | 0 | $0.00 | $1,053,186 | |
AFC | AFC Group Holdings Limited | $0.001 | $0.000 / 0.00% | 0 | $0.00 | $3,664,216 | |
AFI | Australian Foundation Investment Company Limited | $8.180 | $0.000 / 0.00% | 0 | $0.00 | $10,107,411,338 | |
AFT | AFT Pharmaceuticals Limited | $3.790 | $0.000 / 0.00% | 0 | $0.00 | $397,443,125 | |
AGG | Smartshares Global Aggregate Bond ETF | $1.158 | $0.000 / 0.00% | 2,439,837 | $2,813,132.06 | $163,123,138 | |
AGL | Accordant Group Limited | $1.820 | $0.000 / 0.00% | 0 | $0.00 | $61,531,020 | |
AIA | Auckland International Airport Limited | $8.310 | $0.000 / 0.00% | 0 | $0.00 | $12,239,142,070 | |
AIR | Air New Zealand Limited (NS) | $0.770 | $0.000 / 0.00% | 0 | $0.00 | $2,593,691,202 | |
AKL | Auckland Real Estate Trust | $0.930 | $0.000 / 0.00% | 0 | $0.00 | $74,718,200 |
Code | Company | Price | Change | Volume | Value | Captilisation | |
---|---|---|---|---|---|---|---|
ACE | Ascension Capital Limited | $0.055 | $0.000 / 0.00% | 0 | $0.00 | $1,053,186 | |
AFC | AFC Group Holdings Limited | $0.001 | $0.000 / 0.00% | 0 | $0.00 | $3,664,216 | |
AFI | Australian Foundation Investment Company Limited | $8.180 | -$0.010 / -0.12% | 301 | $2,452.23 | $10,107,411,338 | |
AFT | AFT Pharmaceuticals Limited | $3.790 | $0.070 / 1.88% | 5,371 | $20,318.65 | $397,443,125 | |
AGG | Smartshares Global Aggregate Bond ETF | $1.146 | $0.005 / 0.44% | 3,883 | $4,464.98 | $161,432,743 | |
AGL | Accordant Group Limited | $1.790 | $0.000 / 0.00% | 61 | $109.75 | $60,516,773 | |
AIA | Auckland International Airport Limited | $8.080 | $0.040 / 0.50% | 161,843 | $1,304,994.80 | $11,900,393,252 | |
AIR | Air New Zealand Limited (NS) | $0.760 | -$0.005 / -0.65% | 469,478 | $356,596.05 | $2,560,006,900 |
#requires -version 4 | |
<# | |
.SYNOPSIS | |
.DESCRIPTION | |
Removes pre-installed apps from Windows 10 | |
Based on https://github.com/W4RH4WK/Debloat-Windows-10/blob/master/scripts/remove-default-apps.ps1 | |
Do the same for the new plan |
Below is a simple how-to of sorts to get the default domain password policy.
Then to set PasswordNeverExpires as True Or False for a single user, specific ADGroup, specific OU or users in a CSV file.
Notes:
PasswordNeverExpires
as $true
to set expire $false
to not expire.Microsoft URL's for Azure, inTune and other portal URL's
To generate a new key pair using ed25519, type this command:
ssh-keygen -a 100 -t ed25519 -f ~/.ssh/id_ed25519 -C “demo comment here”
You can specify a password or have the key password-less.
——
To copy the new key to server2 as an example type this command:
cd c:\windows\system32
slmgr.vbs /dlv
slmgr.vbs /ipk <product key here>
slmgr.vbs /skms <kms server name>
slmgr.vbs /ato
Replace with your own.