Lister toutes les mises a jour Windows
$Session = New-Object -ComObject "Microsoft.Update.Session" $Searcher = $Session.CreateUpdateSearcher() $historyCount = $Searcher.GetTotalHistoryCount() $Searcher.QueryHistory(0, $historyCount) | Select-Object…
$Session = New-Object -ComObject "Microsoft.Update.Session" $Searcher = $Session.CreateUpdateSearcher() $historyCount = $Searcher.GetTotalHistoryCount() $Searcher.QueryHistory(0, $historyCount) | Select-Object…
Amusant. Si vous faites "enregistrer sous" et choisissez le format "CSV" et que vous avez…
Vous allez dans Azure? Vous voulez utiliser un mot de passe super complexe? et bien…
Pré-requis : Un share réseau sur lequel l'objet COMPUTER de la machine VEEAM a les…
Sources: http://old.k2underground.com/blogs/johnny/archive/2012/09/13/deploying-the-silverlight-package-to-users-using-a-gpo.aspx https://4sysops.com/archives/install-32-bit-and-64-bit-applications-with-group-policy-and-sccm/ L'application à déployer peut exister en 32 et 64 bit (avec 2…
Configurer le wifi en ligne de commande nmtui Mettre à jour et redémarrer l'engin apt-get…
Totalement inspiré de http://www.raspibo.org/wiki/index.php/Compile_the_Linux_kernel_for_Chip:_my_personal_HOWTO Pré-requis indispensable : un debian SID (unstable) 32 bit. # Stocker…
#!/bin/sh # Fortement inspiré de battery.sh # a mettre dans /etc/init.d/monitorBattery.sh # a configurer dans…
Microsoft a changé sa méthode pour le rapatriement des GPO. Je vous passe les détails.…