powershell tag

59 questions


3 answers
83 views
0
Powershell processes each element read from CSV and outputs it to CSV

1111, test2, test3, test4111, test2, test3, test411, test 2, test 3, test 4 I would like to read the CSV file like the one above and erase the half-width space as shown below.1111, test2, test3, test4...

2 years ago

1 answers
104 views
0
Setup tools for python cannot be installed.

I am trying to install Setupools for python using Windows PowerShell.https://www.youtube.com/watch?v=Es_kdnPUgDgBased on the above mentioned YouTube, I am proceeding with the procedure of the video, b...


3 answers
76 views
0
Understanding Text Comparison Methods

Thank you for your help.I'd like to create a script that compares all the arrays and texts.Example) a.txt-----aBcd1.txt-----1234This is a-1, a-2, a-3, a-4, b, 1, -b, 2-b, 3, b-4I'd like to compare it ...

2 years ago

1 answers
67 views
0
PowerShell Gets Twitter Tweets Only 140 Characters

You are trying to retrieve tweet information for a specific user using an API called MyTwitter.English tweets can contain up to 280 characters, but only 140 characters.Is it possible to retrieve the e...

2 years ago

1 answers
94 views
0
The powerhell script drops when I call powerhell using vbs.

I would like to call the powerhell from vbs as below, but the powerhell opens for a moment and the Inputbox does not appear.If you run it alone, it will start without any problems.I tried to change th...

2 years ago

1 answers
90 views
0
Run Import-Module virtualenvwrapper using powershell

I started studying Data Visualization using poewrshell.Python version is 2.7Windows uses 8.1.My system environment variable path is as follows.c:\python27\;c:\python27\scripts;c:\python27\tools\script...

2 years ago

2 answers
65 views
0
Chdir (Set-Location) to an unauthorized location on the intermediate path in PowerShell

I have a question in Powershell.exe or ISE in PowerShell 5.0.First of all, the behavior below will be as expected.start\\\machine\dir1\dir2\dir3(Display dir3 in Explorer) start\\\machine\dir1\dir2(Err...

2 years ago

1 answers
95 views
0
Create Storage Containers in Azure Resource Manager

How do I create containers in storage from the Resource Manager?Don't you have any?I want to make a script, but I can't find any commands.

2 years ago

1 answers
63 views
0
SENDKEY does not work well

Thank you for your cooperation.What you want to doIf you request a URL, the file is automatically downloaded.I would like to automate this process and register with the Windows Task Scheduler.I wrote ...

2 years ago

3 answers
72 views
0
I want to add a value to an existing JSON file using PSCustomObject

Prerequisites/What you want to achieveI would like to read the json file in ConvertFrom-Json in PSCustomObject, add the value, and output it as follows, but I don't know what command to execute.InputJ...

2 years ago
« - 5 - »

© 2024 OneMinuteCode. All rights reserved.