Intro

AllMyIT est un module Powershell permettant de configurer Windows et Windows Server avec un fichier JSON.

Venez nous soutenir sur les Réseaux et Youtube :)

Documentation

Toute la documentation: HiteaFR.github.io/PsPassManager

Documentation

The documentation is build master branch. HiteaFR.github.io/AllMyIT

Prérequis

Windows 10+ / Windows Server 2016+

Installation

    Install-Module -Name AllMyIT

Page du Module: powershellgallery.com/packages/AllMyIT

Dépot Git

    Git clone https://github.com/HiteaFR/AllMyIT.git

    Set-ExecutionPolicy Bypass -Scope Process -Force

    Import-Module -FullyQualifiedName [CHEMIN_VERS_LE_MODULE] -Force -Verbose

Téléchargement

Télécharger la dernière version : github.com/HiteaFR/AllMyIT/releases/latest

    Set-ExecutionPolicy Bypass -Scope Process -Force

    Import-Module -FullyQualifiedName [CHEMIN_VERS_LE_MODULE] -Force -Verbose

Usage

    # Lancer la confifuration à partir du fichier Json
    Ami -PSPath "CHEMIN_VERS_LE_FICHIER_JSON"

Voir toute la doc :: HiteaFR.github.io/AllMyIT