Powershell:Introductie: verschil tussen versies

Uit Belois's Wiki
k (1 versie geïmporteerd)
Geen bewerkingssamenvatting
 
(12 tussenliggende versies door dezelfde gebruiker niet weergegeven)
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 ====
Regel 29: Regel 20:
Get-MoveRequest nuno | FL
Get-MoveRequest nuno | FL
New-MoveRequest -Identity 'tony@alpineskihouse.com'</nowiki>
New-MoveRequest -Identity 'tony@alpineskihouse.com'</nowiki>
[[Profiel:Introductie|Belois]] ([[Profiel:Introductie|Over mij]])

Huidige versie van 3 mei 2023 om 14:39

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'

Belois (Over mij)