kb_commands.md

Recensement des articles consultés + cas d'utilisation.
This commit is contained in:
Simon404 2021-08-12 18:54:45 +02:00
parent a217dfce05
commit e9f6012a6b

View File

@ -0,0 +1,39 @@
# 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>
##