Powershell Help Needed Part2
-
Another help needed for the powershell commands,If i am going to mangolassi.it through command from PS i need to select the New Topic option automatically.How to do this ?Any suggestions or help on this ?
-
What will you accomplish with these? Are you going to be posting automatically and then flagged as spam?
-
@dbeato no automate mail from outlook
-
@dbeato said in Powershell Help Needed Part2:
What will you accomplish with these? Are you going to be posting automatically and then flagged as spam?
Agree. Sounds strange to want to do this or even ask to do this.
-
@lakshmana said in Powershell Help Needed Part2:
@dbeato no automate mail from outlook
How does 'Automate mail from outlook' get you to 'PS to select New Topic' on ML?
-
@jimmy9008 want to do this
-
@jimmy9008 said in Powershell Help Needed Part2:
@lakshmana said in Powershell Help Needed Part2:
@dbeato no automate mail from outlook
How does 'Automate mail from outlook' get you to 'PS to select New Topic' on ML?
Need powershell as medium to automate mail
-
@lakshmana said in Powershell Help Needed Part2:
@jimmy9008 said in Powershell Help Needed Part2:
@lakshmana said in Powershell Help Needed Part2:
@dbeato no automate mail from outlook
How does 'Automate mail from outlook' get you to 'PS to select New Topic' on ML?
Need powershell as medium to automate mail
Thats not what the post said.
-
@jimmy9008 said in Powershell Help Needed Part2:
@lakshmana said in Powershell Help Needed Part2:
@jimmy9008 said in Powershell Help Needed Part2:
@lakshmana said in Powershell Help Needed Part2:
@dbeato no automate mail from outlook
How does 'Automate mail from outlook' get you to 'PS to select New Topic' on ML?
Need powershell as medium to automate mail
Thats not what the post said.
In this post need to select the option in webpage to download if excel is there
-
@lakshmana said in Powershell Help Needed Part2:
@jimmy9008 said in Powershell Help Needed Part2:
@lakshmana said in Powershell Help Needed Part2:
@dbeato no automate mail from outlook
How does 'Automate mail from outlook' get you to 'PS to select New Topic' on ML?
Need powershell as medium to automate mail
Now you are asking a different question.
-
@lakshmana said in Powershell Help Needed Part2:
@jimmy9008 said in Powershell Help Needed Part2:
@lakshmana said in Powershell Help Needed Part2:
@jimmy9008 said in Powershell Help Needed Part2:
@lakshmana said in Powershell Help Needed Part2:
@dbeato no automate mail from outlook
How does 'Automate mail from outlook' get you to 'PS to select New Topic' on ML?
Need powershell as medium to automate mail
Thats not what the post said.
In this post need to select the option in webpage to download if excel is there
Another request?
-
@dbeato said in Powershell Help Needed Part2:
@lakshmana said in Powershell Help Needed Part2:
@jimmy9008 said in Powershell Help Needed Part2:
@lakshmana said in Powershell Help Needed Part2:
@dbeato no automate mail from outlook
How does 'Automate mail from outlook' get you to 'PS to select New Topic' on ML?
Need powershell as medium to automate mail
Now you are asking a different question.
No read this post carefully all i need in PS
-
So, you are wanting PS to look at a website, and, if a new excel spreadsheet exists on it, download it automatically to a specified internal location. Am I correct in this understanding?
-
@lakshmana said in Powershell Help Needed Part2:
@dbeato said in Powershell Help Needed Part2:
@lakshmana said in Powershell Help Needed Part2:
@jimmy9008 said in Powershell Help Needed Part2:
@lakshmana said in Powershell Help Needed Part2:
@dbeato no automate mail from outlook
How does 'Automate mail from outlook' get you to 'PS to select New Topic' on ML?
Need powershell as medium to automate mail
Now you are asking a different question.
No read this post carefully all i need in PS
I read it carefully, you need to be more specific on what you want on the OP.
-
@lakshmana said in Powershell Help Needed Part2:
@dbeato said in Powershell Help Needed Part2:
@lakshmana said in Powershell Help Needed Part2:
@jimmy9008 said in Powershell Help Needed Part2:
@lakshmana said in Powershell Help Needed Part2:
@dbeato no automate mail from outlook
How does 'Automate mail from outlook' get you to 'PS to select New Topic' on ML?
Need powershell as medium to automate mail
Now you are asking a different question.
No read this post carefully all i need in PS
You said you needed Outlook.
Are you sending from PS or from Outlook? That's two different things.
-
@lakshmana said in Powershell Help Needed Part2:
Another help needed for the powershell commands,If i am going to mangolassi.it through command from PS i need to select the New Topic option automatically.How to do this ?Any suggestions or help on this ?
So, you want to browse a website via PowerShell, and be able to create a new topic on the website, also via PowerShell?
-
@lakshmana said in Powershell Help Needed Part2:
@dbeato no automate mail from outlook
What exactly do you want to do to Outlook via PowerShell?
Outlook is a desktop software application, as far as I'm concerned. Are you talking about OWA (Outlook Web Access)... outlook.com or outlook.office365.com?
-
If you want to send emails via PowerShell, it's best to specify a
-SmtpServer
switch in theSend-MailMessage
cmdlet. -
Okay forget everything.I need only powershell commands which needes fo open the browser automatically and need to go to another page by searching keyword in that website(consider open facebook.com and click on forgot password without human intervention that click option sgojld be through Powershell).Once the keyword is searched there will be a excel is downloaded from the website then that content needs to be copied in automatically to the outlook and that mail should also send automatically without human intervention
-
@lakshmana said in Powershell Help Needed Part2:
Okay forget everything.I need only powershell commands which needes fo open the browser automatically and need to go to another page by searching keyword in that website(consider open facebook.com and click on forgot password without human intervention that click option sgojld be through Powershell).Once the keyword is searched there will be a excel is downloaded from the website then that content needs to be copied in automatically to the outlook and that mail should also send automatically without human intervention
Check out the Invoke-WebRequest command and the send-mailmessage command. Work on everything else in between.