site/search/search_index.json

{"config":{"lang":["en"],"prebuild_index":false,"separator":"[\\s\\-]+"},"docs":[{"location":"","text":"Getting started AllMyIT est un module Powershell permettant de configurer Windows et Windows Server avec un fichier JSON. Read the doc The documentation is build master branch. dockob.github.io/AllMyIT Download Download latest realease: github.com/DocKob/AllMyIT/releases/latest Requirements Minimal Windows 7 SP1 / Windows Server 2008 R2 SP1 Windows Management Framework 5.1 Recommended Windows 10 / Windows Server 2016 / Windows Server 2019 Installation From PowerShell Gallery Install-Module -Name AllMyIT See module page: powershellgallery.com/packages/AllMyIT From Source Clone the repository : Git clone https : // github . com / DocKob / AllMyIT . git Or download the latest release : github.com/DocKob/AllMyIT/releases/latest Run Powershell as Administrator : Set-ExecutionPolicy Bypass -Scope Process -Force Import-Module -FullyQualifiedName [CHEMIN_VERS_LE_MODULE] -Force -Verbose Usage # Run AllMyIT module in ConfigFile mode Ami -PSPath \"CHEMIN_VERS_LE_FICHIER_JSON\" Voir toute la doc : dockob.github.io/AllMyIT","title":"Getting started"},{"location":"#getting-started","text":"AllMyIT est un module Powershell permettant de configurer Windows et Windows Server avec un fichier JSON.","title":"Getting started"},{"location":"#read-the-doc","text":"The documentation is build master branch. dockob.github.io/AllMyIT","title":"Read the doc"},{"location":"#download","text":"Download latest realease: github.com/DocKob/AllMyIT/releases/latest","title":"Download"},{"location":"#requirements","text":"","title":"Requirements"},{"location":"#minimal","text":"Windows 7 SP1 / Windows Server 2008 R2 SP1 Windows Management Framework 5.1","title":"Minimal"},{"location":"#recommended","text":"Windows 10 / Windows Server 2016 / Windows Server 2019","title":"Recommended"},{"location":"#installation","text":"","title":"Installation"},{"location":"#from-powershell-gallery","text":"Install-Module -Name AllMyIT See module page: powershellgallery.com/packages/AllMyIT","title":"From PowerShell Gallery"},{"location":"#from-source","text":"Clone the repository : Git clone https : // github . com / DocKob / AllMyIT . git Or download the latest release : github.com/DocKob/AllMyIT/releases/latest Run Powershell as Administrator : Set-ExecutionPolicy Bypass -Scope Process -Force Import-Module -FullyQualifiedName [CHEMIN_VERS_LE_MODULE] -Force -Verbose","title":"From Source"},{"location":"#usage","text":"# Run AllMyIT module in ConfigFile mode Ami -PSPath \"CHEMIN_VERS_LE_FICHIER_JSON\" Voir toute la doc : dockob.github.io/AllMyIT","title":"Usage"},{"location":"configfile/","text":"Config File Warning, if you set the password in config file, he's in clear ! After script run, please delete the config file or restrict file access. Naning the config file Only use Alphanumeric characters for the filename. Installer section Install-Features \"Install-Features\" : { \"Features\" : [ \"Hyper-V\" , \"Hyper-V-PowerShell\" , \"Windows-Server-Backup\" ] } You can execute : Get-WindowsFeature in Powershell and search feature name Settings section New-LocalAdmin \"New-LocalAdmin\" : { \"NewLocalAdmin\" : \"Name\" , \"Password\" : \"Password\" } Create a new local admin, if the user name already exist the password is reset with defined Set-Network \"Set-Network\" : { \"IPAddress\" : \"192.168.1.100\" , \"PrefixLength\" : \"24\" , \"DefaultGateway\" : \"192.168.1.254\" , \"Dns\" : \"8.8.8.8\" } Set the IP address, the application asks you for which card you want to set the IP address Set-ConfigMode \"Set-ConfigMode\" : { \"Statut\" : false } Disable all firewall rules and sets WSManCredSSP to server role if set to true Set-Accessibility \"Set-Accessibility\" : { \"Statut\" : false } Enable PSRemoting, WinRM and Secure RDP mode if is set to true","title":"Config File"},{"location":"configfile/#config-file","text":"Warning, if you set the password in config file, he's in clear ! After script run, please delete the config file or restrict file access.","title":"Config File"},{"location":"configfile/#naning-the-config-file","text":"Only use Alphanumeric characters for the filename.","title":"Naning the config file"},{"location":"configfile/#installer-section","text":"","title":"Installer section"},{"location":"configfile/#install-features","text":"\"Install-Features\" : { \"Features\" : [ \"Hyper-V\" , \"Hyper-V-PowerShell\" , \"Windows-Server-Backup\" ] } You can execute : Get-WindowsFeature in Powershell and search feature name","title":"Install-Features"},{"location":"configfile/#settings-section","text":"","title":"Settings section"},{"location":"configfile/#new-localadmin","text":"\"New-LocalAdmin\" : { \"NewLocalAdmin\" : \"Name\" , \"Password\" : \"Password\" } Create a new local admin, if the user name already exist the password is reset with defined","title":"New-LocalAdmin"},{"location":"configfile/#set-network","text":"\"Set-Network\" : { \"IPAddress\" : \"192.168.1.100\" , \"PrefixLength\" : \"24\" , \"DefaultGateway\" : \"192.168.1.254\" , \"Dns\" : \"8.8.8.8\" } Set the IP address, the application asks you for which card you want to set the IP address","title":"Set-Network"},{"location":"configfile/#set-configmode","text":"\"Set-ConfigMode\" : { \"Statut\" : false } Disable all firewall rules and sets WSManCredSSP to server role if set to true","title":"Set-ConfigMode"},{"location":"configfile/#set-accessibility","text":"\"Set-Accessibility\" : { \"Statut\" : false } Enable PSRemoting, WinRM and Secure RDP mode if is set to true","title":"Set-Accessibility"}]}