ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Laksh1999
    3. Topics
    L
    • Profile
    • Following 3
    • Followers 1
    • Topics 20
    • Posts 55
    • Groups 0

    Topics

    • L

      HTML Form filling Integrating through GCP Serverless

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

      @Laksh1999 said in HTML Form filling Integrating through GCP Serverless:

      @Pete-S said in HTML Form filling Integrating through GCP Serverless:

      API integration that allows you to submit tickets directly from other places, like a website.

      How to create an api to send the email to the helpdesk email from the google form?
      Here the user send an email to helpdesk email to create a ticket for their daily issue

      API is the last resort and only needed in special cases.

      And you don't need google forms at all.

      Helpdesks like zendesk, freshdesk, zoho desk etc have widgets. It's some html/javascript you insert into your web site and a customizable form will appear.

      When the user submits the form a ticket will be created with all the right information in the proper fields.

      Search for the name of your helpdesk and widget and you'll find it.

    • L

      AWS - Code Deployment is getting in Deployment

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      1
      0 Votes
      1 Posts
      422 Views
      No one has replied
    • L

      AWS - Automated Code Deployments

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      1
      0 Votes
      1 Posts
      256 Views
      No one has replied
    • L

      Exchange Environment - Lab

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      49
      0 Votes
      49 Posts
      4k Views
      dave247D

      @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

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      9
      0 Votes
      9 Posts
      781 Views
      scottalanmillerS

      @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

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      17
      0 Votes
      17 Posts
      948 Views
      JaredBuschJ

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

    • L

      Bash Script with Node JS

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      8
      0 Votes
      8 Posts
      503 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

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      5
      0 Votes
      5 Posts
      608 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

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      4
      0 Votes
      4 Posts
      266 Views
      dbeatoD

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

    • L

      Slack query

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      2
      1 Votes
      2 Posts
      305 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

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      2
      1 Votes
      2 Posts
      228 Views
      scottalanmillerS

      @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

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      4
      0 Votes
      4 Posts
      259 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

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      5
      1 Votes
      5 Posts
      478 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

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion slack csv bash script webhook api
      6
      1 Votes
      6 Posts
      3k Views
      stacksofplatesS

      @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

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

      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

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      7
      0 Votes
      7 Posts
      242 Views
      EddieJenningsE

      @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

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      3
      0 Votes
      3 Posts
      252 Views
      DashrenderD

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

    • L

      Unable to detect the usb device inside Kali linux in Vmbox

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      4
      0 Votes
      4 Posts
      447 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

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      2
      1 Votes
      2 Posts
      236 Views
      gjacobseG

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

    • L

      Create my own Stock,Inventory Software

      Watching Ignoring Scheduled Pinned Locked Moved Developer Discussion
      23
      0 Votes
      23 Posts
      3k 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

    • 1 / 1