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

    Topics

    • LakshmanaL

      Happy New Year 2018

      Watching Ignoring Scheduled Pinned Locked Moved News
      8
      3 Votes
      8 Posts
      882 Views
      LakshmanaL

      @tim_g said in Happy New Year 2018:

      Still 2017 for me... how's 2018 looking so far?

      Its good to hear the Wishes from every nooks and corners inside Office as well as Outside office.There are many people visited their nearer Gods and Workship starts and then many with new dresses and Party

    • LakshmanaL

      Powershell Default User

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion powershell
      26
      1 Votes
      26 Posts
      3k Views
      LakshmanaL

      @manxam Thanks now it works in command prompt from the .bat file

    • LakshmanaL

      Copy First Sheet from Excel to Outlook.exe through Powershell

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      4
      0 Votes
      4 Posts
      433 Views
      LakshmanaL

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

    • LakshmanaL

      Copy Paste Excel by Powershell

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      3
      0 Votes
      3 Posts
      669 Views
      RoopanKumarR

      @lakshmana sorry am very busy....

    • LakshmanaL

      Powershell Help Part 3

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      6
      0 Votes
      6 Posts
      540 Views
      LakshmanaL

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

    • LakshmanaL

      Powershell Help Needed Part2

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      20
      0 Votes
      20 Posts
      1k Views
      NerdyDadN

      @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.

    • LakshmanaL

      Powershell output in Email is Possible

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion powershell send-mailmessage windows scripting
      21
      1 Votes
      21 Posts
      4k Views
      ObsolesceO

      Here is a script I made to set up a scheduled task to either launch a PowerShell script, or a batch file.

      Comment out the $action line that you do NOT want to use. The below script will create a scheduled task that launches a PowerShell script called psScript.ps1.

      Note that you must execute these lines in an elevated PowerShell window.

      #Requires -RunAsAdministrator $action = New-ScheduledTaskAction -Execute 'C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe' -Argument "-ExecutionPolicy bypass -NonInteractive -NoLogo -NoProfile -File '\\server\path\to\psScript.ps1'" # $action = New-ScheduledTaskAction -Execute '\\server\path\to\batchFile.bat' $trigger = New-ScheduledTaskTrigger -AtLogon $principal = New-ScheduledTaskPrincipal -GroupId "BUILTIN\Administrators" -RunLevel Highest $settings = New-ScheduledTaskSettingsSet $task = New-ScheduledTask -Action $action -Trigger $trigger -Principal $principal -Settings $settings Register-ScheduledTask -TaskName "kickoff" -InputObject $task

      If you choose to launch the PowerShell script via a batch file, here's what you need to have in your .bat file:

      Powershell.exe -executionpolicy bypass -File "\\server\path\to\psScript.ps1"
    • LakshmanaL

      IP Hidden behind Cloudfare

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      4
      0 Votes
      4 Posts
      521 Views
      scottalanmillerS

      @lakshmana said in IP Hidden behind Cloudfare:

      @scottalanmiller Whether need to create the account and how much for starting the account ?

      CloudFlare is free. But if CF is already hiding the IP, you need to log into the account that already exists.

    • LakshmanaL

      Root vs Naugat Update in Coolpad Note 5 Suggestion Needed

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      7
      1 Votes
      7 Posts
      865 Views
      IRJI

      Most of the time when you upgrade android, you break root. If you upgrade before you root, rooting may not be possible.

      I would advise against doing any rooting procedures if you do not understand the process of rooting. You are likely to brick the device.

    • LakshmanaL

      Browser Issue

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      5
      0 Votes
      5 Posts
      725 Views
      J

      @lakshmana said in Browser Issue:

      @jackcpickup You are also facing the same issue?

      Nono, I'm saying to Scott that mine is working as you are expecting it to.

      All I sometimes have to do is remove the .com/.co.uk etc. that FF recommends some times with delete, then search for what I'm after.

    • LakshmanaL

      Keychain Issue in Mac

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion keychain mac osx
      21
      1 Votes
      21 Posts
      2k Views
      DustinB3403D

      In order to change a Keychain password, you'll have to know the original password used to create the Keychain. If you don't know what that original password is, simply create a new Keychain with a new password and enter passwords into the Keychain as you or the user comes across applications that require a password.

    • LakshmanaL

      Centos Wifi Drivers not present Help Needed

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      18
      0 Votes
      18 Posts
      3k Views
      matteo nunziatiM

      @lakshmana cwntos has a wiki page on the issue

    • LakshmanaL

      How Compiler works?

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      4
      1 Votes
      4 Posts
      503 Views
      scottalanmillerS

      @lakshmana said in How Compiler works?:

      Everything will be done in Software or by coding ?

      Yes

    • LakshmanaL

      Bat file Protection

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      79
      0 Votes
      79 Posts
      7k Views
      CloudKnightC

      Head and brick wall comes to mind....

      I don't see any security issue, if anything you should allow people to see what's being installed whenever they are silently installed or not.
      It just seems strange and you are being vague with what you are asking and you are not listening to the same repeated answers which Scott stated.

      Post some of this batch file leaving out any sensitive information you are worried about, but remember it's plain text, so you should not be storing passwords or anything sensitive in batch files anyway and even if you encrypted the batch file, the user will still need to unecrypt to run the file, so thats a flawed option.

      If there is nothing malicious in the batch file, then you should have no issue posting it?

    • LakshmanaL

      Happy Aadi Peruku

      Watching Ignoring Scheduled Pinned Locked Moved Self Promotion
      8
      3 Votes
      8 Posts
      1k Views
      Reid CooperR

      Happy Aadi Peruku

      Send some holiday pictures!

    • LakshmanaL

      Cyber Security Topic in MangoCon

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      7
      1 Votes
      7 Posts
      712 Views
      QuixoticJeremyQ

      @scottalanmiller said in Cyber Security Topic in MangoCon:

      @pchiodo had a session on security.

      It was a good one too. I enjoyed it thoroughly.

    • LakshmanaL

      Connecting 2 VPN

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      13
      0 Votes
      13 Posts
      1k Views
      LakshmanaL

      @travisdh1 As checked proxy settings not present.But other VPN (Turbo VPN) is working fine in all Browser in my phone.

      How is it working?

      Tor vs Turbo VPN!

    • LakshmanaL

      Bitcoin

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      80
      0 Votes
      80 Posts
      10k Views
      scottalanmillerS

      @maxi5005 said in Bitcoin:

      I saw in some forums that Bitcoin can be availaed by Mining?

      That is, indeed, how cryptocurrency works essentially by definition.

    • LakshmanaL

      .Exe to .msi

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      22
      0 Votes
      22 Posts
      2k Views
      dbeatoD

      @lakshmana said in .Exe to .msi:

      rosoft tools are there to convert .Exe to .MSI and vice versa
      Once converted the file needs to be executed
      Can anyone give me links to check on the sme

      http://lmgtfy.com/?q=Exe+to+MSI

    • LakshmanaL

      Best ADSL Wireless Router-Home Usage

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      22
      0 Votes
      22 Posts
      3k Views
      LakshmanaL

      @roopankumar I am ready to pay but the budget should match too for the device

    • 1
    • 2
    • 3
    • 4
    • 5
    • 15
    • 16
    • 3 / 16