Powershell:Introductie: verschil tussen versies

Uit Belois's Wiki
Geen bewerkingssamenvatting
 
k (1 versie geïmporteerd)
(geen verschil)

Versie van 28 apr 2023 13:09

Op deze pagina kunt u, naast de talloze scripts, ook informatie en tutorials vinden over en in Powershell.

Powershell websites en Tutorials

Powershell tutorials Varonis Powershell tutorials Guru99 Powershell Tech toughts
Teams reports with Powershell IIS Commando's [/ Powershell Template]

Via Powershell Windows Updates uitvoeren

Set-ExecutionPolicy Unrestricted
Install-Module PSWindowsUpdate
Get-WindowsUpdate
Install-WindowsUpdate
Start-Sleep -Second 10 

Meer informatie : Windows update command line

Mailbox Office365 verplaatsen en status

Get-MailboxStatistics -Identity 'j.doe@johndoe.nl' –IncludeMoveHistory | FL
Get-MailboxStatistics nuno –IncludeMoveHistory | FL
Get-MoveRequest nuno | FL
New-MoveRequest -Identity 'tony@alpineskihouse.com'