Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Posh365
0.9.120
Public/Migration/MailboxMove/BitTitan/Remove-BTUser.ps1
function
Remove-BTUser
{
[
CmdletBinding
(
)
]
Param
(
)
end
{
Invoke-RemoveBTUser
|
Out-GridView
-Title
"Results of Remove BitTitan User"
}
}