close
Skip to main content
Filter by
Sorted by
Tagged with
Tooling
0 votes
2 replies
69 views

I get an error everytime I close a powershell on codex, I don't know why, I reinstalled codex but the error is still there. If you know what is the problem pls leave a comment.
Yasheen Bambaranda's user avatar
-2 votes
1 answer
111 views

I'm trying to use Inno Setup to create an installer to install printers. All the code to install the drivers, the printer port and the printer is in a PowerShell script. Basically, I have a folder ...
RKillcrazy's user avatar
2 votes
1 answer
64 views

I'm working on a PowerShell script that culminates in RoboCopy with various arguments. I want to be able to break out the arguments that will be passed to RoboCopy to make it easier to manage and ...
music2myear's user avatar
1 vote
0 answers
98 views

I'm trying to clone a MECM app with Powershell, the same way you can do so in the GUI when you right click on the app and click copy, which MECM then clones the app and places it in the same directory ...
Bbb's user avatar
  • 752
0 votes
0 answers
90 views

I'm trying to upload a file that contain special characters & non-english letters using curl in Powershell but it's unable to read/open the file. Error gives this: curl: (26) Failed to open/read ...
TravelWhere's user avatar
Advice
0 votes
5 replies
140 views

I want to learn how to work with PowerShell and other utilities related to it, like LGPO and others, is there perhaps some quality documentation? although I am a fan of the video format, it would be ...
ixyzkakiksis's user avatar
-1 votes
1 answer
114 views

I have some functions defined in Module.psm1 file. Script.ps1 script imports it and call those functions. The functions are not in Script.ps1 because I'm using ForEach-Object - Parallel. With the ...
KC Wong's user avatar
  • 2,543
1 vote
0 answers
64 views

We updated our agents from 3.238 to 4.268 mid february. Exactly one week later, multiple pipelines started receiving the following error: ========================== Starting Command Output ============...
Simon Junker's user avatar
Advice
3 votes
11 replies
237 views

In Powershell, if I create a Hashtable I can get/set values via pseudo properties $h = @{ } $h.a # returns $null # add a key/value with key 'a' $h.a = 'abc' $h.a # returns 'abc' This is not limited ...
Peyre's user avatar
  • 753
3 votes
3 answers
125 views

I need to disable all Links for a specific GPO using PowerShell. I know the simple command would be Set-GPLink -Name $gpoName -Target $targetPath -LinkEnabled No and that would work if I wanted to do ...
NuckinFutz's user avatar
-1 votes
0 answers
66 views

I am trying to run SQL queries against an Azure managed instance from a Powershell script in an Azure automation account runbook. And I'm getting an "unable to connect" error that looks like ...
Seva Alekseyev's user avatar
0 votes
0 answers
87 views

I've built a Windows task that I want to run in the hours between midnight and 6 AM. It has not yet run in those hours. On occasion it will run at later hours, but not always. The scheduled powershell ...
geoB's user avatar
  • 4,728
-4 votes
0 answers
58 views

I am unable to have a password variable in net use command to work however if I a use a plain text password it works. What changes do I need to make. Any help would be much appreciated. #Authenitcate ...
user3596617's user avatar
4 votes
2 answers
195 views

Have this basic excerpt of a directory structure with folder name containing an &. Music - Massive_Attack - Collected - Mezzanine - Protection - ...
steve's user avatar
  • 41
Advice
3 votes
0 replies
71 views

Context/Goal I am currently finalizing a paper on Windows Shell artifact generation and wanted to share some experimental findings regarding the interaction between applications and `shell32.dll`. My ...
Sakar Joshi's user avatar

15 30 50 per page
1
2 3 4 5
7944