about_ps-snipetransfer.help.txt

NAME
    PS-SnipeTransfer
 
SYNOPSIS
    Powershell cmdlets to transfer assets from one user, location, or asset to another.
 
EXAMPLES:
    > Initialize-SnipConnection
    Required step to get connected to the Snipe-IT API.
 
    > New-SnipeTransferAll -FromID <OldUserID> -ToID <NewUserID>
    Transfers all assets and accessories from one user to another.
 
    > New-SnipeTransfer -TransferID <Asset ID> -ToID <User ID>
    Transfers a single asset from anywhere to the specified user.
 
    > New-SnipeTransfer -TransferType 'accessory' -TransferID <accessory+user Pivot ID> -AccessoryID <Accessory ID> -ToID <User ID>
    Transfers one accessory from a user to another user
 
NOTES:
    Make sure you run Initialize-SnipeConnection before using other cmdlets.
     
    References to IDs (asset IDs, User IDs, etc.) are references to the database IDs. You can find these in the URL when looking at a user, asset, etc. This is **NOT** the asset tag or the username.
 
    Get-Help is available on all cmdlets to provide more information and specific syntax.
 
CMDLETS:
    - Initialize-SnipeConnection
    - New-SnipeTransferAll
    - New-SnipeTransfer
    - New-SnipeCheckout
    - New-SnipeCheckin
 
SOURCE:
    https://github.com/dcbell/ps-snipetransfer