python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
.ps1 script dont run at double click
i have a script to run and he works fine when i use that on PowerShell ISE, but i need to run at .ps1 file (double clicking) and when i try this, hothing happen... the powershell's window opens but my...
Lucas Crespo Ferreira
Votes: 0
Answers: 1
How to resolve powershell errors when installing react-native-windows in windows 11
I got a new system running on windows 11 and I'm having issues running the shell script to set up react native windows environment.
Set-ExecutionPolicy Unrestricted -Scope Process -Force;
iex (New-Obj...
Uwem
Votes: 0
Answers: 1
Replace string with line break with another string in Powershell
I want to replace
$fieldTool.GetFieldValue($i
tem,"Title")
with
{{(sc_get_field_value i_item 'Title')}}
The original string has a line break and I am using 'n like this $fieldTool.GetF...
Owais Ahmed
Votes: 0
Answers: 1
Use PowerShell to check the box to "Remove this item if it is no longer applied" option behavior in Group Policy preferences
I have been exploring using PowerShell to inject a few RegKeys and settings into GPOs and have it pretty much figured out, all except how to check the box for the "Remove this item if it is no lo...
NuckinFutz
Votes: 0
Answers: 1