From fe8ec6d6fe98bb0c33710a9d06d91f41c509caa5 Mon Sep 17 00:00:00 2001 From: Alexandre LE GALL Date: Wed, 13 May 2020 12:51:58 +0200 Subject: [PATCH] adaptation pour www.ykn.fr --- clean_roaming_profiles.ps1 | 4 +-- deployTrendSecurityAgent.ps1 | 29 ------------------- deployer-firefox-en-entreprise/.gitkeep | 0 .../customFirefoxInstaller.ps1 | 4 +-- ...nge-via-powershell-en-session-distante.ps1 | 4 +-- hubic-sur-debian/.gitkeep | 0 hubicSytemd => hubic-sur-debian/hubicSytemd | 0 .../hubicSytemd.service | 0 .../.gitkeep | 0 9 files changed, 4 insertions(+), 37 deletions(-) delete mode 100644 deployTrendSecurityAgent.ps1 delete mode 100644 deployer-firefox-en-entreprise/.gitkeep delete mode 100644 hubic-sur-debian/.gitkeep rename hubicSytemd => hubic-sur-debian/hubicSytemd (100%) rename hubicSytemd.service => hubic-sur-debian/hubicSytemd.service (100%) delete mode 100644 limiter-les-algorithmes-de-cryptographie-sur-un-serveur-web/.gitkeep diff --git a/clean_roaming_profiles.ps1 b/clean_roaming_profiles.ps1 index 6dc2a71..2acdc01 100644 --- a/clean_roaming_profiles.ps1 +++ b/clean_roaming_profiles.ps1 @@ -2,11 +2,9 @@ #### Script : clean_roaming_profiles.ps1 #### Description : Script de suppression des dossiers de profils itinérants #### Exécution : Doit être lancé en administrateur du domaine -#### Source : - -#### Auteur : alexandre@inios.fr #################################################################################################################################### ## Définir l'emplacement des dossiers de profils -$profiles_path = "\\nas.inios.local\profils$"; +$profiles_path = "\\nas.ykn.local\profils$"; ## Définir le temps de rétention (en jours) $rentention = 30; diff --git a/deployTrendSecurityAgent.ps1 b/deployTrendSecurityAgent.ps1 deleted file mode 100644 index 9f70245..0000000 --- a/deployTrendSecurityAgent.ps1 +++ /dev/null @@ -1,29 +0,0 @@ -# SI l'exécutable d'AVG est toujours présent, alors le désinstaller et redémarrer -if (Test-Path -Path "C:\Program Files (x86)\AVG\Setup\avgsetupx.exe") { - # Désinstaller AVG - Start-Process -Wait -PassThru -NoNewWindow -FilePath "C:\Program Files (x86)\AVG\Setup\avgsetupx.exe" -ArgumentList "/mode=offline","/uninstall=av","/AV.DontRestart=1","/silent=true" - - # Attendre que les processus msiexec s'achèvent - Wait-Process -ErrorAction "SilentlyContinue" -Name "msiexec" - - # Nettoyer AVG - Remove-Item -Force -Recurse -ErrorAction "SilentlyContinue" -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AVG" - Remove-Item -Force -Recurse -ErrorAction "SilentlyContinue" -Path "C:\Program Files (x86)\AVG" - Remove-Item -Force -Recurse -ErrorAction "SilentlyContinue" -Path "C:\Program Files\AVG" - Remove-Item -Force -Recurse -ErrorAction "SilentlyContinue" -Path "C:\ProgramData\Avg" - Remove-Item -Force -Recurse -ErrorAction "SilentlyContinue" -Path "C:\ProgramData\Avg2012" - Remove-Item -Force -Recurse -ErrorAction "SilentlyContinue" -Path "C:\`$AVG" - -} - -## SI l'exécutable de Trend est présent, alors sortir -if (Test-Path -Path "C:\Program Files (x86)\Trend Micro\Client Server Security Agent\PccNtMon.exe") { - Write-Host "Trend Security Agent est deja installé." -} -else { - # Installer Trend - Start-Process -Wait -PassThru -NoNewWindow -FilePath "C:\Windows\System32\msiexec.exe" -ArgumentList "/i","\\naswin\deploiement$\app\trendWF\WFBS-SVC_Agent_Installer.msi","/qn" - - # Attendre que les processus msiexec s'achèvent - Wait-Process -ErrorAction "SilentlyContinue" -Name "msiexec" -} diff --git a/deployer-firefox-en-entreprise/.gitkeep b/deployer-firefox-en-entreprise/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/deployer-firefox-en-entreprise/customFirefoxInstaller.ps1 b/deployer-firefox-en-entreprise/customFirefoxInstaller.ps1 index cfb056c..a63be26 100644 --- a/deployer-firefox-en-entreprise/customFirefoxInstaller.ps1 +++ b/deployer-firefox-en-entreprise/customFirefoxInstaller.ps1 @@ -1,8 +1,6 @@ #################################################################################################################################### #### Script : customFirefoxInstaller.ps1 #### Description : Script permettant d'automatiser la création d'un installeur personnalisé de Firefox (40 et +) -#### Source : https://inios.fr/deployer-firefox-en-entreprise -#### Auteur : alexandre@inios.fr #################################################################################################################################### ## Dossier d'origine $DIR_root = "C:\firefox_work"; @@ -160,4 +158,4 @@ Write-Host "L'installeur personnalisé est disponible dans $DIR_make sous le nom $choice = Read-Host "Appuyer pour terminer..."; ## Retourner sur l'emplacement d'origine -Set-Location $scriptPath \ No newline at end of file +Set-Location $scriptPath diff --git a/exchange-via-powershell-en-session-distante.ps1 b/exchange-via-powershell-en-session-distante.ps1 index e58aa7b..2263836 100644 --- a/exchange-via-powershell-en-session-distante.ps1 +++ b/exchange-via-powershell-en-session-distante.ps1 @@ -1,8 +1,8 @@ ############################################################################################################## ### Initialisation du script ############################################################################################################## -$domain = "@inios.local"; -$exchange_server = "http://exchange2010.inios.local/PowerShell/"; +$domain = "@ykn.local"; +$exchange_server = "http://exchange2010.ykn.local/PowerShell/"; ############################################################################################################## ### Pré-chauffage diff --git a/hubic-sur-debian/.gitkeep b/hubic-sur-debian/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/hubicSytemd b/hubic-sur-debian/hubicSytemd similarity index 100% rename from hubicSytemd rename to hubic-sur-debian/hubicSytemd diff --git a/hubicSytemd.service b/hubic-sur-debian/hubicSytemd.service similarity index 100% rename from hubicSytemd.service rename to hubic-sur-debian/hubicSytemd.service diff --git a/limiter-les-algorithmes-de-cryptographie-sur-un-serveur-web/.gitkeep b/limiter-les-algorithmes-de-cryptographie-sur-un-serveur-web/.gitkeep deleted file mode 100644 index e69de29..0000000