Send SMS Message

Ask your PowerShell-related questions, including questions on cmdlet development!
Forum rules
Do not post any licensing information in this forum.

Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
This topic is 5 years and 8 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked
User avatar
timstspry17
Posts: 45
Last visit: Tue Apr 18, 2023 2:49 pm

Send SMS Message

Post by timstspry17 »

Hi, I am trying to figure out how to send an SMS message from PowerShell? I already have scripts that send email, but wanted to be able to send an SMS message as well.

Thanks!

Tim
jvierra
Posts: 15439
Last visit: Tue Nov 21, 2023 6:37 pm
Answers: 30
Has voted: 4 times
Been upvoted: 33 times

Re: Send SMS Message

Post by jvierra »

Send an email to the phone number and domain supplied by the SMS provider.

For Verizon: 9995551234@verizon.net

Contact the provider for correct format. Mail must be sent in text and be limited in length correctly.
User avatar
timstspry11
Posts: 15
Last visit: Wed Sep 18, 2019 6:41 am

Re: Send SMS Message

Post by timstspry11 »

Thank you so much!
This topic is 5 years and 8 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked