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: Robocopy only .csv

      Any other commands to move that .csv from Powershell ?

      Through Get-ChildItem ?

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • RE: Robocopy only .csv

      I am getting invalid
      ERROR : Invalid Parameter #1 :

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • Robocopy only .csv

      I am trying to copy the .csv file from the source folder to destination where copy is not happening..

      robocopy "Source Path" "Destination Path" "*.csv"

      2018/01/02 08:52:29 ERROR 3 (0x00000003)
      Help

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

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

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • Locate and Delete only .csv from the machine

      How to locate and delete the .csv files from the machine ?I need delete all the .csv files from the machine through the help of the Powershell ?
      Any suggestions ?

      Once deleted the new .csv files will come as entrance and that needs to be copied to the folder

      Aim : Delete old .csv files from the machine and copy the new .csv to the new location

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • RE: .vbs to mention the default or current user

      Verifying this link https://social.technet.microsoft.com/Forums/en-US/1b8b424b-6514-462c-b605-240dc05621fe/use-the-userprofile-variable-within-a-vbscript?forum=ITCG

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • RE: Happy New Year 2018

      @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

      posted in News
      LakshmanaL
      Lakshmana
    • .vbs to mention the default or current user

      The same issue like in the powershell how to mention the default or current user in .vbs since the same input (C:\Users\Username\Foldername).Can anyone help on 2018 ?

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • RE: Happy Birthday Thread

      @scottalanmiller said in Happy Birthday Thread:

      Happy Birthday @Lakshmana

      Thanks @scottalanmiller

      posted in Water Closet
      LakshmanaL
      Lakshmana
    • RE: Powershell Default User

      @lakshmana The $env:USERNAME is not working inside string it seems ?Any suggestions ?

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • RE: 2nd Time visit to Sabarimala

      Okay.Came anytime ?

      posted in Self Promotion
      LakshmanaL
      Lakshmana
    • RE: 2nd Time visit to Sabarimala

      @scottalanmiller Its full of Forest going to workship God

      https://en.wikipedia.org/wiki/Sabarimala

      posted in Self Promotion
      LakshmanaL
      Lakshmana
    • 2nd Time visit to Sabarimala

      Hi
      On 3rd Jan I will be visiting Sabarimala 2nd Time .Will share the experience soon.

      posted in Self Promotion
      LakshmanaL
      Lakshmana
    • Happy New Year 2018

      Happy New Year for all the members as well as their Families.

      This year brings you Wealth and Health.

      Happy New Year 2018 from India

      posted in News
      LakshmanaL
      Lakshmana
    • RE: Powershell Default User

      @dbeato said in Powershell Default User:

      @lakshmana said in Powershell Default User:

      @scottalanmiller said in Powershell Default User:

      Are you sure that the filename exists?

      The files exists inside that folder and before doing this i have mentioned as in .bat but that has to runned in the all the machine means it should get the current user details so only asked for the same which is not working when tried to execute in the powershell

      So are you running this via a task or when the user logs in?

      This is the powershell which converts into .csv to .xlsx in the machine in the folder mentioned

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

      @black3dynamite said in Powershell Default User:

      @lakshmana said in Powershell Default User:

      @dbeato said in Powershell Default User:

      @black3dynamite said in Powershell Default User:

      @lakshmana said in Powershell Default User:

      @dbeato said in Powershell Default User:

      [string]$file = 'C:$env:UserName\fILENAME'
      )

      Get-Item : Cannot find path 'C:$env:Username\Tickets' because it does not exist.

      It should be 'C:\Users\$env:USERNAME\filename'

      That's right...

      Get-Item : Cannot find path 'C:\Users$env:USERNAME\filename' because it does not exist.

      C:\$env:Username\Tickets should be 'C:\Users\$env:USERNAME\Tickets'

      I have changed already

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

      @scottalanmiller said in Powershell Default User:

      Are you sure that the filename exists?

      The files exists inside that folder and before doing this i have mentioned as in .bat but that has to runned in the all the machine means it should get the current user details so only asked for the same which is not working when tried to execute in the powershell

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

      @scottalanmiller Its already there when i am copy pasting its not showing

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

      @dbeato said in Powershell Default User:

      @black3dynamite said in Powershell Default User:

      @lakshmana said in Powershell Default User:

      @dbeato said in Powershell Default User:

      [string]$file = 'C:$env:UserName\fILENAME'
      )

      Get-Item : Cannot find path 'C:$env:Username\Tickets' because it does not exist.

      It should be 'C:\Users\$env:USERNAME\filename'

      That's right...

      Get-Item : Cannot find path 'C:\Users$env:USERNAME\filename' because it does not exist.

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

      @dbeato said in Powershell Default User:

      [string]$file = 'C:$env:UserName\fILENAME'
      )

      Get-Item : Cannot find path 'C:$env:Username\Tickets' because it does not exist.

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • 1 / 1