ML
    • Register
    • Login
    • Search
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Laksh1999
    3. Topics
    L
    • Profile
    • Following 3
    • Followers 1
    • Topics 19
    • Posts 53
    • Best 6
    • Controversial 1
    • Groups 0

    Topics created by Laksh1999

    • L

      AWS - Code Deployment is getting in Deployment
      IT Discussion • • Laksh1999

      1
      0
      Votes
      1
      Posts
      148
      Views

      No one has replied

    • L

      AWS - Automated Code Deployments
      IT Discussion • • Laksh1999

      1
      0
      Votes
      1
      Posts
      74
      Views

      No one has replied

    • L

      Exchange Environment - Lab
      IT Discussion • • Laksh1999

      49
      0
      Votes
      49
      Posts
      724
      Views

      dave247

      @obsolesce said in Exchange Environment - Lab:

      @dave247 said in Exchange Environment - Lab:

      @obsolesce said in Exchange Environment - Lab:

      @dashrender said in Exchange Environment - Lab:

      As for the OP's error? No clue - but the person who asked if he actually had AD setup or not - that's a great starting place.

      Has the OP looked at all of the prerequisites and ensured they are all in place before trying to install Exchange?

      We're beyond that now. I answered his issue with why it happened, what happened, and how to fix it here.

      Yeah but if he doesn't have AD set up, then he's gonna have a hard time despite running the setup.exe properly

      I was addressing his error in his very first post. How far back do you go regarding prerequisites that has nothing to do with the error posted? I mean, should we verify he has an active network connection as well? The direct cause of the error is obvious, let's get past that first, and see what happens next. I mean, the whole point of the command is to extend the AD schema... if he doesn't have AD, then no guide will help him at this point, as it's also insanely clear in the guide he's following.

      Ah yes, I see waht you're saying. I should have first asked him if his home has electricity. Then move on to Powershell. Yes.

    • L

      Bash Help
      IT Discussion • • Laksh1999

      9
      0
      Votes
      9
      Posts
      267
      Views

      scottalanmiller

      @pete-s said in Bash Help:

      My personal preference is actually php. A lot of people think it's just for web development and don't realize it's actually a script language that you could use for anything.

      Rarely use it for that specifically, but PHP is definitely an awesome general purpose scripting language. I especially like that it is so good for web and great as a gp scripting language. So you get the best of one and one of the best of the other.

      I like Python a lot, too. And it covers the same range of things as PHP. But I like PHP better.

    • L

      Grep help
      IT Discussion • • Laksh1999

      17
      0
      Votes
      17
      Posts
      260
      Views

      JaredBusch

      https://www.cloudsavvyit.com/1877/how-to-work-with-json-on-the-command-line/

    • L

      Bash Script with Node JS
      IT Discussion • • Laksh1999

      8
      0
      Votes
      8
      Posts
      214
      Views

      L

      @scottalanmiller said in Bash Script with Node JS:

      first step... are you managing to download the page with CURL?

      I have the ticketing data downloaded from the API through CURL. trying to post the message through the txt file which i have which is giving some errors

    • L

      Bash Script for Stock Market Analysis
      IT Discussion • • Laksh1999

      5
      0
      Votes
      5
      Posts
      276
      Views

      L

      @stacksofplates said in Bash Script for Stock Market Analysis:

      @laksh1999 said in Bash Script for Stock Market Analysis:

      @dafyre said in Bash Script for Stock Market Analysis:

      @laksh1999 said in Bash Script for Stock Market Analysis:

      data=["WIPRO"]

      Should this not simply be

      data="WIPRO" ?

      i can do that,i am trying to download more companies like 50.So need to add through [] only

      In bash arrays are defined with parens, like data=("WIPRO"). Then you would need to loop over the items in the array. Something like

      for i in ${data[@]}; do nsecli history --symbol $i..... done

      This Worked.How to make multiple stock there ?

      GNU nano 5.4 #!/bin/bash cd /home/shiva/Documents data=('WIPRO') start_date=2017-01-01 end_date=$(date "+%Y-%m-%d") for i in ${data[@]}; do nsecli history --symbol $i -s $start_date -e $end_date -o 01.wipro.csv done
    • L

      Email list and Exchange list
      IT Discussion • • Laksh1999

      4
      0
      Votes
      4
      Posts
      122
      Views

      dbeato

      @laksh1999 You can just export the list from Exchange.
      https://www.codetwo.com/kb/export-exchange-mailboxes-list/

    • L

      Slack query
      IT Discussion • • Laksh1999

      2
      1
      Votes
      2
      Posts
      148
      Views

      L

      @laksh1999

      How to create an attachment in this ?
      anyone used builder kit in slack ?

      $Webhook = "https://hooks.slack.com/workflows" $ContentType= 'application/json' $Body = @" { "text": "Update your Status + :sunglasses: + $(Get-Date -format g)", } "@ Invoke-RestMethod -uri $Webhook -Method Post -body $Body -ContentType $ContentType
    • L

      Orphoned Email list
      IT Discussion • • Laksh1999

      2
      1
      Votes
      2
      Posts
      108
      Views

      scottalanmiller

      @laksh1999 This will be 100% dependent on the email system in question. There's no "email interface" generically that can find orphaned accounts.

    • L

      Outlook 2016 Calendar issue
      IT Discussion • • Laksh1999

      4
      0
      Votes
      4
      Posts
      130
      Views

      L

      The issue resolved by having .ics file from one of the invitee and it got restored in the outlook application in the Windows

    • L

      Network Drive issue
      IT Discussion • • Laksh1999

      5
      1
      Votes
      5
      Posts
      185
      Views

      L

      @gjacobse said in Network Drive issue:

      @laksh1999

      Wait,.. you can delete one but not the other? Are they on the same server?

      Example Drive 1 is correct server location user have mapped
      Drive 2 which is incorrect name like test123 which is not there as well.but its showing in the File Explorer and its asking for the password whenever the user opens word or excel file in sharepoint

    • L

      Send CSV file to Slack Channel by bash script through Webhook
      IT Discussion • slack csv bash script webhook api • • Laksh1999

      6
      1
      Votes
      6
      Posts
      1011
      Views

      stacksofplates

      @pete-s said in Send CSV file to Slack Channel by bash script through Webhook:

      @laksh1999 said in Send CSV file to Slack Channel by bash script through Webhook:

      @pete-s said in Send CSV file to Slack Channel by bash script through Webhook:

      @laksh1999 said in Send CSV file to Slack Channel by bash script through Webhook:

      Hi
      I am trying to send the assigned tickets in the queue as .csv file to the slack channel. I am able to download the .csv file in the dev desktop through bash script but unable to send that file to the Slack Channel.

      Anyone have tried this before?

      I have checked this

      https://api.slack.com/methods/files.upload

      I have only Webhook URL no other token is there with me as per the suggestion in the above link.

      You must have a token or some kind of authentication, otherwise anyone would be spam slack with files.

      Also the function you are looking at is not a webhook. Webhooks are triggered by an event. And they cause a http request to be sent.

      I accept with your point the csv file which i download is authenticated with the kerberos only.So is that enough and send the .csv file to the slack channel through the webhook ?

      @stacksofplates maybe you can offer some insight?

      At the bottom of the upload API page they give you an example of what you need. You need your API token and the channel ID(s) that you want to send the data to.

      curl -F [email protected] -F "initial_comment=Shakes the cat" -F channels=C024BE91L,D032AC32T -H "Authorization: Bearer xoxa-xxxxxxxxx-xxxx" https://slack.com/api/files.upload

    • L

      Bash Script Help needed
      IT Discussion • • Laksh1999

      4
      0
      Votes
      4
      Posts
      146
      Views

      scottalanmiller

      Whatever you are downloading is an HTML file. But you are trying to parse it as JSON. That command will only work with a JSON file.

    • L

      Recoverable Item Quota
      IT Discussion • • Laksh1999

      7
      0
      Votes
      7
      Posts
      112
      Views

      EddieJennings

      @dbeato said in Recoverable Item Quota:

      @Laksh1999 said in Recoverable Item Quota:

      gation hold.I have not tried to purge the dumpster.The recoverable Items quota is not getting decreased.The same size is available now

      This might help you
      https://docs.microsoft.com/en-us/microsoft-365/compliance/set-up-an-archive-and-deletion-policy-for-mailboxes?view=o365-worldwide#optional-step-5-run-the-managed-folder-assistant-to-apply-the-new-settings

      +1 to Start-ManagedFolderAssistant.

      OP will need to configure a retention policy or Set-Mailbox -Identity foo -RecoverableItemsQuota some_valid_value if they want something that's not default applied. One gotcha to consider (which has got me in the past) is that if the mailbox (on-premises) is using the quota defaults for its database, the RecoverableItemsQuota parameter will be ignored.

    • L

      Electronic Aspirin query
      IT Discussion • • Laksh1999

      3
      0
      Votes
      3
      Posts
      169
      Views

      Dashrender

      LOL - yeah I read it like Laksh wants to knock it off...

    • L

      Unable to detect the usb device inside Kali linux in Vmbox
      IT Discussion • • Laksh1999

      4
      0
      Votes
      4
      Posts
      264
      Views

      L

      @DustinB3403 yes it's Oracle virtual box.kali linux is guest is.i have installed the drivers as well

    • L

      Unable to login old profile
      IT Discussion • • Laksh1999

      2
      1
      Votes
      2
      Posts
      120
      Views

      gjacobse

      @scottalanmiller
      I’m mobile and not able to look into this.

    • L

      Create my own Stock,Inventory Software
      Developer Discussion • • Laksh1999

      23
      0
      Votes
      23
      Posts
      715
      Views

      L

      @dyasny said in Create my own Stock,Inventory Software:

      Have you tried the existing free tools like odoo or partkeepr?

      Odoo seems to be asking for money when selected the Sales and Inventory or Purchase
      Partkeepr cannot be installed in Windows machine as checked.unable to install this because others are not able to use Unix/Linux OS