Compare commits

..

No commits in common. "simon404-brouillon" and "master" have entirely different histories.

3 changed files with 0 additions and 54 deletions

View File

@ -1,10 +0,0 @@
# Raccourcis et réglages
- CTRL + E : option de la fenêtre active
- Touche Méta (Alt) + clic pour déplacer fenêtres trop larges
- F12 : Menu racine
- Commandes : arranger les icônes / cacher etc.
- Méta + H : masquer fenêtre ouverte
<http://www.windowmaker.org/docs/chap2.html>
<http://www.windowmaker.org/docs/chap3.html>

View File

@ -1,5 +0,0 @@
# Récupérer les répertoires Home des utilisateurs de Linux :
`cat /etc/passwd | awk -F: '{printf "User %s Home %s\n", $1, $6}'`
Source : <https://stackoverflow.com/a/491924>

View File

@ -1,39 +0,0 @@
# Utilisation des commandes dans PowerShell
Articles documentation Microsoft, aide communaitaire (ex. SpiceWork) et experts.
Avec cas d'utilisations.
## Configuration Windows Server
- réglages interface réseau
- le DHCP
## l'AD
<https://docs.microsoft.com/en-us/powershell/module/activedirectory/new-aduser?view=windowsserver2019-ps>
<https://docs.microsoft.com/en-us/powershell/module/activedirectory/new-adorganizationalunit?view=windowsserver2019-ps>
## Partage de fichiers SMB
<https://docs.microsoft.com/en-us/powershell/module/smbshare/set-smbshare?view=windowsserver2019-ps>
## Contrôle à distance
Contrôle d'un ordinateur via WinRM ou SSH.
### SSH
<https://docs.microsoft.com/en-us/powershell/scripting/learn/remoting/ssh-remoting-in-powershell-core?view=powershell-7.1>
## Ecriture de scripts
<https://docs.microsoft.com/en-us/powershell/scripting/learn/ps101/09-functions?view=powershell-7.1>
## Sortie script
<https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/tee-object?view=powershell-7.1>
##