ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Lakshmana
    3. Posts
    • Profile
    • Following 66
    • Followers 3
    • Topics 313
    • Posts 1,763
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Powershell Default User

      @dbeato
      Param (
      [string]$file = 'C:%USERNAME%\fILENAME'
      )

      in my powershell how to rename here ?

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • RE: Powershell Default User

      @scottalanmiller Whether this can be used in String too ?

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • Powershell Default User

      How to mention the default or current user in the Powershell. Like in .bat file we can mention C:%username%\

      In powershell it's not working.How to enable that ?

      posted in IT Discussion powershell
      LakshmanaL
      Lakshmana
    • RE: Copy First Sheet from Excel to Outlook.exe through Powershell

      @irj copy part of the excel allignment as well as subject of the mail

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • RE: Copy First Sheet from Excel to Outlook.exe through Powershell

      @lakshmana I think @scottalanmiller is busy in real,if he is here he would have replied to the thread it seems

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • RE: Whats your new year plan ????

      @roopankumar Fate

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • Copy First Sheet from Excel to Outlook.exe through Powershell

      I need to copy the first sheet of the excel sheet to the outlook through powershell where i am referring the below link but the copying is not happening.Help needed

      https://social.technet.microsoft.com/Forums/scriptcenter/en-US/21643bfc-40c0-4b2e-8a75-365361f0654e/powershell-outlookapplication-send-email-containing-text-excel-copied-speadsheet?forum=ITCG

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • RE: Whats your new year plan ????

      @roopankumar What ?

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • RE: Whats your new year plan ????

      Going to Office on the First day of the Year in First Shift

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • RE: Copy Paste Excel by Powershell

      Can anyone help on the same if not busy ?

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • Copy Paste Excel by Powershell

      I am having the Excel File 1 and Excel File 2 where the contents in the excel file 2 needs to be copied to excel file 1.Whether the copying can be done through the Sheet name ?

      I am having this powershell script to copy but the copying is happening but it should happen according to the sheet present.Can any one help on the same ?

      $excel=new-object -comobject excel.application;
      $excel.visible=$true;
      $SourceWorkBook=$Excel.Workbooks.open("$filelocation");
      $TargetWorkBook=$excel.workBooks.open("filelocation");
      $SourceWorkBook.WorkSheets.item(1).activate();
      $SourceRange=$SourceWorkBook.WorkSheets.item(1).range("A2","O2");
      $SourceRange.copy() | out-null;
      $TargetWorkBook.worksheets.item(1).paste();
      $SourceWorkBook.close($false) # close source workbook w/o saving
      $TargetWorkBook.close($true) # close and save destination workbook
      $excel.quit()

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • RE: Powershell Help Part 3

      Unexpected token 's' in expression or statement.
      + CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
      + FullyQualifiedErrorId : UnexpectedToken

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • RE: Powershell Help Part 3

      Checking on the same

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • RE: Powershell Help Part 3

      Downloading the production level tickets in Excel file which needs to be copied to master copy

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • Powershell Help Part 3

      I am having having 3 Excel sheets where A file is the master copy where B and C are duplicate copy.The master copy Excel has 3 pages and duplicate copy has only one page.I need to copy B Excel file in page 2 of Master Copy and copy C Excel file in Page 3 of Master copy.These things to be done in Powershell is it possible?The first page content in Master copy should not be deleted and the other two pages can be deleted before copying the data

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • RE: Copperhead OS - A Security and Privacy Focused Android OS

      Whether it preferable to install in Coolpad Note5 ?

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • RE: 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

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • RE: 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

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • RE: 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

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • RE: 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

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • 1 / 1