Get-Command Enable-UMMailbox clearly shows that this is a function. This is an important distinction when running in a restricted runspace. Rather than having the cmdlet directly available, I need to look up and source the initialization file(s) that load this function before being able to make use of it.
↧