Powershell:Introductie: verschil tussen versies

Uit Belois's Wiki
k (1 versie geïmporteerd)
kGeen bewerkingssamenvatting
Regel 12: Regel 12:
| [/ Powershell Template]
| [/ Powershell Template]
|}
|}
==== Via Powershell Windows Updates uitvoeren ====
<nowiki>Set-ExecutionPolicy Unrestricted
Install-Module PSWindowsUpdate
Get-WindowsUpdate
Install-WindowsUpdate
Start-Sleep -Second 10 </nowiki>
Meer informatie : [https://www.minitool.com/backup-tips/windows-update-command-line-021.html Windows update command line]


==== Mailbox Office365 verplaatsen en status ====
==== Mailbox Office365 verplaatsen en status ====

Versie van 28 apr 2023 13:10

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]

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'