batch script connect to console

Akhmadjon Jurayev 1 Reputation point
2022-07-13T10:16:24.523+00:00

In my server identity.exe is working. And each request it write logs. How I can see this logs from another pc using batch script

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,570 questions
.NET CLI
.NET CLI
A cross-platform toolchain for developing, building, running, and publishing .NET applications.
322 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,361 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Limitless Technology 39,351 Reputation points
    2022-07-13T14:36:37.457+00:00

    Hello

    Thank you for your question and reaching out. I can understand you are having issues related to Batch script.

    You can save your logs files to shared folder accessible from another computer using more command.

    more filename.txt

    ----------------------------------------------------------------------------------------------------------------------------------

    --If the reply is helpful, please Upvote and Accept as answer--

    0 comments No comments

  2. MotoX80 31,571 Reputation points
    2022-07-13T22:11:48.943+00:00

    Share the folder where the logs are written and access the files like would with any other network share.

    https://www.techbout.com/share-files-folders-windows-10-44386/

    0 comments No comments