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)
Free Ansible / Puppet / Chef alternative
This is a question about your opinion on a script I wrote.
At my workplace I wrote a bash-script to execute commands on Linux-Systems (redhat). Since we got Ansible and Puppet nobody was interessted i...
Alfred Tasek
Votes: 0
Answers: 0
Script that doesn't validate argument
I have this script, it searches a Word document for "Detection Method Type", then pulls the value from the 5th line along, say "C:\program files\test\notepad.exe", the script shoul...
ANT936
Votes: 0
Answers: 1
SCCM Powershell edit TaskSequence settings using Set-CMTaskSequence
Trying to change what OS my TS supports in order to hide/show it in Software Center.
Importing ConfigurationManager.psd1 module and according to documentation for Set-CMTaskSequence I should be able t...
Markus Sacramento
Votes: 0
Answers: 1
Custom configuration section in app.config cannot read xml data as collection in C# application
I have following class extended ApplicationSettingsBase as below
public class SMTPServerConfig : ApplicationSettingsBase
{
private static SMTPServerConfig instance = (SMTPServerConfig)Synchronized...
Pham Lai
Votes: 0
Answers: 1