Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Posh365
0.9.132
Private/Migration/BitTitan/Invoke-EnterBTCustomer.ps1
function
Invoke-EnterBTCustomer
{
[
CmdletBinding
(
)
]
Param
(
)
end
{
Get-BT_Customer
-RetrieveAll:
$true
-IsArchived:
$False
-SortBy_Updated_Descending
}
}