Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

Filters and send mail from excel file

$
0
0

I have a excel file which should get accurate data for sending bulk mail through a public folder NOT USING SMTP, the data that I have in the excel are:

 

ComputerNameStatusUserNameMembership(OfComputer)DescriptionMembershipNEWSMembershipDescriptionNEWMembershipModelDirector

INC1111Ping OKJhonOffice 2010To worksOffice 2012Microsoft Office 2012LENOVOStu

INC1111Ping OKJhonPackActualizationActualizations manuallySameLENOVOStu

INC1111Ping OKJhonPowerShell v1ScriptingPowerShell v3New sourcesLENOVOStu

INC1111Ping OKJhonCommunicatorMessengerLyncMost MessengerLENOVOStu

INC1111Ping OKJhonMcAfee v1.01AntivirusMcAfee v2.06AntivirusLENOVOStu

INC1111Ping OKJhonChromeNavegatorSameLENOVOStu

INC1111Ping OKJhonPhotoshop 12IllustratorNot support.LENOVOStu

INC3333Ping OKCharlesOffice 2010To worksOffice 2012New sourcesDELLStu

INC3333Ping OKCharlesPackActualizationActualizations manuallySameDELLStu

INC3333Ping OKCharlesPowerShell v1ScriptingPowerShell v3New sourcesDELLStu

INC3333Ping OKCharlesCommunicatorMessengerLyncMost MessengerDELLStu

INC3333Ping OKCharlesMcAfee v1.01AntivirusMcAfee v2.06AntivirusDELLStu

INC3333Ping OKCharlesChromeNavegatorSameDELLStu

INC4444Ping OKPaulOffice 2010To worksOffice 2012Microsoft Office 2012DELLStu

INC4444Ping OKPaulPackActualizationActualizations manuallySameDELLStu

INC4444Ping OKPaulPowerShell v1ScriptingPowerShell v3New sourcesDELLStu

INC4444Ping OKPaulCommunicatorMessengerLyncMost MessengerDELLStu

INC4444Ping OKPaulMcAfee v1.01AntivirusMcAfee v2.06AntivirusDELLStu

INC5555Ping OKBrianOffice 2010To worksOffice 2012Microsoft Office 2012LENOVOCarl

INC5555Ping OKBrianPackActualizationActualizations manuallySameLENOVOCarl

INC5555Ping OKBrianPowerShell v1ScriptingPowerShell v3New sourcesLENOVOCarl

INC5555Ping OKBrianCommunicatorMessengerLyncMost MessengerLENOVOCarl

INC6666Ping OKRichardOffice 2010To worksOffice 2012Microsoft Office 2012DELLCarl

INC6666Ping OKRichardPackActualizationActualizations manuallySameDELLCarl

INC6666Ping OKRichardPowerShell v1ScriptingPowerShell v3New sourcesDELLCarl

INC6666Ping OKRichardCommunicatorMessengerLyncMost MessengerDELLCarl

INC6666Ping OKRichardMcAfee v1.01AntivirusMcAfee v2.06AntivirusDELLCarl

INC6666Ping OKRichardChromeNavegatorSameDELLCarl

INC7777Ping OKMarchOffice 2010To worksOffice 2012Microsoft Office 2012DELLCarl

INC7777Ping OKMarchPackActualizationActualizations manuallySameDELLCarl

INC7777Ping OKMarchPowerShell v1ScriptingPowerShell v3New sourcesDELLCarl

INC7777Ping OKMarchCommunicatorMessengerLyncMost MessengerDELLCarl

INC7777Ping OKMarchMcAfee v1.01AntivirusMcAfee v2.06AntivirusDELLCarl

INC7777Ping OKMarchChromeNavegatorSameDELLCarl

INC7777Ping OKMarchCitrixAppDesignNot support.DELLCarl

 

 

And the mail should be in the following format:

 

From: PublicFolder-Test

Subject: Test1

 

ComputerName: INC3333

UserName:SO88830 - SILVIA OLIVETO

Model:DELL

Serial:MXJ01104HX

 

Membership(OfComputer)DescriptionMembershipNEWSMembershipDescriptionNEWMembership

(Here the data corresponding to ComputerName above).

 

The mail should automatically sent to UserName with a copy to the Director concerned.

 

 

I'm going crazy trying to apply filters and selection of cells ... Any kind soul?

 

Greetings and thanks!

 


Viewing all articles
Browse latest Browse all 6937

Trending Articles