Overblog Tous les blogs Top blogs Technologie & Science Tous les blogs Technologie & Science
Suivre ce blog Administration + Créer mon blog
MENU

Deploy Windows Server 2008 or higher in vCenter script

Publié le par damcuvelier

Set a CSV file with informations: Domain vCenterInstance Cluster VMTemplate CustomSpec Location DataStore DiskStorageFormat NetworkName Memory CPU DiskCapacity SubnetLength GW IP_DNS Hostname IP JoinDomainYN Deploy Windows Server 2008 or higher in vCenter...

Lire la suite

Copy User and OU to new AD

Publié le par damcuvelier

From a server in old AD: ExpUsrsInOu.ps1: #Export User in OU: $CanoName = Get-ADOrganizationalUnit -Filter * -Properties CanonicalName | Select-Object -Property CanonicalName foreach($OUpath in $CanoName.CanonicalName) { $ExportPath = 'C:\users_in_ou.csv'...

Lire la suite

Create AD Powershell Script

Publié le par damcuvelier

A simple script to create a AD in powershell: # .\CreateDom.ps1 -DomainName MyDomain -AdminPassword P@ssw0rd! Param($DomainName,$AdminPassword) if(!$DomainName){Write-Output "Value for Domain Name (DomainName) is mandatory"; Exit} if(!$AdminPassword){Write-Output...

Lire la suite

Install New AD from Powershell

Publié le par damcuvelier

Semi-Automatique Install New AD from Powershell: AddAdPrereqs.ps1 (need reboot after because of the computer rename): Param( [Parameter(Mandatory=$false, ValueFromPipeline=$true)][string[]]$ipaddress = "192.168.0.255", [Parameter(Mandatory=$false, ValueFromPipeline=$true)][string[]]$netbiosName...

Lire la suite

Migration multiples AD

Publié le par damcuvelier

How to migrate multiple AD when you can not upgrade? That is when there is a mounted of several versions (for example: 2008 to 2016). Here is my approach to the subject: 1. Create new ADs (in mixed mode (**)) in the same subnet as the old ADs 2. Create...

Lire la suite

VDI SCCM duplicate GUID

Publié le par damcuvelier

Comment gérer des machines VDI à partir d’un master GOLD avec SCCM notamment pour y déployer des applications. En effet, il est intéressant de pouvoir gérer les VDI induis d’un master GOLD avec SCCM mais se pose alors un problème : le client à un GUID...

Lire la suite

virtualisation sans droit admin

Publié le par damcuvelier

Pour faire de la virtualisation vous avez besoin de 2 choses: 1. Les droits d'admin sur le poste 2. activer la virtualisation dans le bios Nous allons partir du postula que la virtualisation est active dans le bios. Prérequis: Avoir l'ISO de votre OS...

Lire la suite

[SCCM] Déploiement d'une application setup.exe

Publié le par damcuvelier

Dans la console “System Center Configuration Manager” cliquez sur “Software library”. Dans l’espace de travail “ Software library ” sélectionnez “Overview” | « Application Management » | « Applications » Faire un clic droit sur application et sélectionner...

Lire la suite

<< < 10 11 12 13 14 15 16 17 18 19 20 30 40 > >>