Thursday, March 30, 2017

Sending emails with Powershell (en-EN)

Send emails with Powershell (en-EN)


Main command: send-emailmessage

Additional commands
     -From "Mysendername@xx.com"   //Senders email address
     -To "myreceiver@xx.com"       //First email address which needs to send mail
     -Cc "example@xx.com"            //Second email address which needs to send copy of mail
     -Bcc "example2@xx.com"        //Another email address which needs to send copy of mail. But this receiver will not see other receivers name. 
     -Attachments "Filename.xx"    //Path and name of attachment
     -Subject "About xxxx"              //This is only subject which represents main info about mail
     -Body "Hello please send me email"  //Mail body where you are typing your full message
     -Credential "Username or Domainname\Username" //Specifies a user account which has        permission to do it, without a credential process will be started with current logged in user credentials
     -DelilveryNotificationOption "OnSuccess" //This is notification option for yourself to remind that mail has sent, or failed, or delayed. Without this command there will not notify. There are few parameters for this command: 
          None: No need notification 
          OnSuccess: Notify if the delivery is successful
          OnFailure: Notify if the delivery is unsuccessful
          Delay: Notify if delivery is delayed
          Never: Never notify
     -Port "587"    //If we have different port than standard then we will need this command. By default it will be sent through 25 port
     -SmtpServer "smtp.mailserver.com"   //Specifies your smtp server address
     -UseSSL   //If you need to use SSL for mail then type this commands. If not then not need to type it. By default if you didn't type this comand system will not use SSL.
     -Priority "High"    //By default without using this command mail has normal priority. This command specifies the priority of email. It has following commands: 
     Normal
     Low
     High
     -Encoding "UTF8"   /Specifies the encoding used for body and subject. If you typed on Turkish or Azeri or other language which best works with UTF8 encoding then you need type this command. By defaul systems uses ASCII encoding. Here are other codes which are possible for the encoding:
    ASCII
    UTF8
    UTF7
    UTF32
    Unicode
    OEM
    BigEndianUnicode

Examples:

Sending email to your friend:


Sending email with attachment:





Thursday, March 23, 2017

Azure Certifications

Azure Certifications


Azure Certifications link: 

List of  Azure Certifications:


- Microsoft Certified Solutions Associate (MCSA)

     - MCSA: Cloud Platform
     - MCSA: Linux on Azure

Microsoft Certified Solutions Expert (MCSE)

     - MCSE: Cloud Platform and Infrastructure
Microsoft Certified Solutions Developer (MCSD)
     - MCSD: Azure Solutions Architect
-------------------------------------------------------------------------------------------------------------

MCSA: Cloud Platform

Need to pass any two of these exams:

    Exam 70-532    Developing Microsoft Azure Solutions
    Exam 70-533    Implementing Microsoft Azure Infrastructure Solutions
    Exam 70-534    Architecting Microsoft Azure Solutions 
    Exam 70-473    Designing and Implementing Cloud Data Platform Solutions
    Exam 70-475    Designing and Implementing Big Data Analytics Solutions


MCSA: Linux on Azure

Need to pass following exams:

    Exam 70-533 Implementing Microsoft Azure Infrastructure Solutions
    Exam LFCS     Linux Foundation Certified System Administrator

MCSE: Cloud Platform and Infrastructure

1st Need to earn one of following MCSA certificates:

    MCSA: Windows Server 2012
    MCSA: Windows Server 2016
    MCSA: Cloud Platform
    MCSA: Linux on Azure

2nd Pass any one of following exams:
    
    Exam 70-532    Developing Microsoft Azure Solutions
    Exam 70-533    Implementing Microsoft Azure Infrastructure Solutions
    Exam 70-534    Architecting Microsoft Azure Solutions
    Exam 70-473    Designing and Implementing Cloud Data Platform Solutions
    Exam 70-475    Designing and Implementing Big Data Analytics Solutions
    Exam 70-744    Securing Windows Server 2016
    Exam 70-413    Designing and Implementing a Server Infrastructure
    Exam 70-414    Implementing an Advanced Server Infrastructure
    Exam 70-246    Monitoring and Operating a Private Cloud
    Exam 70-247    Configuring and Deploying a Private Cloud

MCSD: Azure Solutions Architect

You need to pass following exams:

   Exam 70-532    Developing Microsoft Azure Solutions
   Exam 70-533    Implementing Microsoft Azure Infrastructure Solutions
   Exam 70-534    Architecting Microsoft Azure Solutions

What is AZURE


What is AZURE?

        As we know day by day Information Technologies has evolving. From Desktops to Laptops, From simple networks to complex networks, from workstations to Virtual Machines and from virtual machines to the Cloud. Azure is the one of the latest technologies which developed by Microsoft Company. Think it is a Hyper-V machine which include so many images and ready to use machines with different operating systems. Azure also created by the same way and it's just located on internet. Who learned to work with Microsoft family products, will easy adapt on Azure and can start to work on Azure without doubts. 
      Azure provides SaaS (Software as a Service), IaaS (Infrastructure as a Service) and PaaS 
(Platform as a Service). Also Azure supports many different programming languages.


Here is the website for Azure: https://azure.microsoft.com/en-au/