NetCmdlets 2016
  • License
  • NetCmdlets 2016
    Questions / Feedback?

    UseHex Parameter (Send-SMS Cmdlet)

    Specifies if Message is hex encoded.

    Syntax

    Send-SMS -UseHex SwitchParameter

    Remarks

    Setting the UseHex flag causes the cmdlet to treat Message as if it is hex encoded. This can be useful when sending non-ASCII characters. For example:

    Send-SMS -server $server -user $user -password $password -recipient $recipients -message $hexMessage -config("DataCoding=8") -useHex

    Note that when the UseHex flag is set, DataCoding must be set to 8, and the Message should be the UTF-16 hex encoded.

    Default Value

    false

     
     
    Copyright (c) 2019 /n software inc. - All rights reserved.
    NetCmdlets 2016 - Version 16.0 [Build 7240]