Learn how to create your own PowerShell function, use parameters, return values and make advanced functions| LazyAdmin
Use the Write-Output cmdlet in PowerShell to print results or echo the value of variables. Including difference between Write-Host and Write-Output| LazyAdmin
Get-Help command explained in PowerShell. Learn how to view the help information of commands in PowerShell| LazyAdmin
AzureAD and MSOnline Modules are being retired this year. Find scripts and migrate them now to Microsoft Graph| LazyAdmin
Can you use Echo in PowerShell and what are the alternative for it? Learn how to use the correct Write-Output or Write-Host cmdlets| LazyAdmin
Learn how to check if a value is null or empty in PowerShell. Including the new Null-coalescing operators from PowerShell 7| LazyAdmin