No announcements
Found 1841330 threads
-
0 Votes
How to read/write INI files through powershell
Ini file reader: https://gallery.technet.microsoft.com/Edit-old-fashioned-INI-f8fbc067 THis loads, queries and edits INI files ...Answered | 2 Replies | 1805 Views | Created by Pratik2911 - Friday, July 15, 2016 11:03 AM | Last reply by jrv - Friday, July 15, 2016 4:33 PM -
0 Votes
Add a couple of line to an INI file using powershell
Normally I would just pass ini file path and name, section name, value to add. but this script didn't seem to want those parameters.Answered | 5 Replies | 3996 Views | Created by JazK - Monday, March 13, 2017 10:17 PM | Last reply by JazK - Tuesday, March 14, 2017 1:37 PM -
0 Votes
Modify a value in an INI file through SCCM
Then the script reads the values for the computer in case from the excel.Answered | 1 Replies | 2580 Views | Created by Jabez Gan - Sunday, March 9, 2014 6:35 AM | Last reply by Narcoticoo - Sunday, March 9, 2014 7:10 AM -
0 Votes
Add lines in a section in INI file in powershell
Here are the INI file edit commands that are built into ...Answered | 2 Replies | 3278 Views | Created by prem.ashutosh - Thursday, June 25, 2015 7:07 AM | Last reply by jrv - Thursday, June 25, 2015 8:05 AM -
1 Votes
Reading from an INI file sql stored procedure
The location is already in the ini file so thats basically the reason.Answered | 3 Replies | 5391 Views | Created by C-Sharp Mamba - Friday, May 25, 2012 6:13 AM | Last reply by Satheesh Variath - Friday, May 25, 2012 10:12 AM -
0 Votes
VBS to a read a ini file value and then appends the changes in that ini file
Hi, You've already posted in the appropriate forum:Answered | 4 Replies | 1274 Views | Created by Umeed4u - Tuesday, March 1, 2016 12:36 PM | Last reply by Mike Laughlin - Tuesday, March 1, 2016 2:26 PM -
3 Votes
Changeing Files to read write in Powershell
You are going to have to maintain a log of which files are set to Read Only, so that way you can set those ones back, while the other files maintain their ...Answered | 4 Replies | 715 Views | Created by Zoe.Ohara - Monday, April 20, 2015 12:45 PM | Last reply by Zoe.Ohara - Monday, April 20, 2015 2:21 PM -
0 Votes
capture hostname and place into INI file.
I misread the lines the first time through.Answered | 10 Replies | 4564 Views | Created by a4r0 - Monday, January 23, 2012 2:34 PM | Last reply by a4r0 - Wednesday, January 25, 2012 11:27 PM -
0 Votes
Update ini and tbs files through SCCM
Hi, As there are no builtin feature for it, a simple file copy or a script will do the trick, I would use a package/program if you need to run it several times or on a ...Answered | 1 Replies | 512 Views | Created by jo_salonga - Monday, June 30, 2014 7:23 PM | Last reply by Jörgen Nilsson - Monday, June 30, 2014 7:31 PM -
1 Votes
How to make .NET App read a user specific INI file in TS session
Combined with the fact that a .NET 3.5 SP1 .exe or .dll by default writes a tsaware flag (and I apparently understood this function as TSAWARE:YES = read ini file ...Answered | 2 Replies | 6781 Views | Created by ostok - Thursday, April 1, 2010 12:24 PM | Last reply by ostok - Tuesday, April 6, 2010 3:19 PM -
0 Votes
PowerShell : write a log file
C:\Log.txt in powershell: GCI | out-file -filepath ...Answered | 3 Replies | 2242 Views | Created by Cerkyr - Tuesday, September 22, 2015 1:36 PM | Last reply by Bawilanemo - Tuesday, September 22, 2015 2:36 PM -
2 Votes
How to make a TSAWARE:YES application use the user-specific INI files
My itent was to write a simple INI redirection routine, but I can't find the "private" location where the non-TS-aware apps write the ...Answered | 5 Replies | 6562 Views | Created by JBrophy - Friday, February 11, 2011 6:26 PM | Last reply by TP [] - Tuesday, February 15, 2011 1:41 PM -
0 Votes
How to read a file name in Powershell
BaseName + ".zip")" , to know how to use, I suppose the following blog would provide some ...Answered | 3 Replies | 2546 Views | Created by Raj.San - Monday, June 13, 2016 8:50 PM | Last reply by Mike Laughlin - Tuesday, June 14, 2016 4:18 PM -
1 Votes
How do I set INI file handling in w2k8 so that users have their own unique INI file
I remember reading a post from someone at Microsoft that said something about the ini merge or similar did not work anymore in 2003, so it is possible this carried over to ...Answered | 9 Replies | 12383 Views | Created by viafax999 - Monday, August 30, 2010 3:37 PM | Last reply by viafax999 - Thursday, September 2, 2010 12:10 AM -
0 Votes
Create Script to modify HOST IP in a single INI file
If your client configuration ini file is not machine-specific (same file for all clients), you can use a GPO to copy the ini file ...Answered | 4 Replies | 631 Views | Created by Jeffrey T Dixon - Tuesday, March 3, 2020 9:17 PM | Last reply by Bill_Stewart - Wednesday, March 4, 2020 6:26 PM -
0 Votes
Visual c++ load .ini files to combobox
Answered | 3 Replies | 1963 Views | Created by ray2091 - Tuesday, February 25, 2014 9:06 AM | Last reply by Carl Cai - Wednesday, February 26, 2014 1:43 AM -
0 Votes
Pushing an Application using an ini file?
Setup.exe runs based on the ini file and runs whatever MSI's required to get the minimum requirements loaded on the machine, then it launches the msi for the main program.Answered | 12 Replies | 10739 Views | Created by RussellwKiel - Tuesday, July 29, 2008 9:55 PM | Last reply by nuttyrat - Saturday, November 22, 2008 11:28 PM -
1 Votes
Copying from a text file into an existing ini file
For those interested I managed to create a powershell script that does exactly what I needed and doesn't even require to create a text file.Answered | 6 Replies | 793 Views | Created by SOpal - Thursday, February 26, 2015 10:00 PM | Last reply by SOpal - Monday, March 2, 2015 9:40 PM -
1 Votes
How to write a PowerShell script to a ps1 file
{$_.name -match 'Netlogon'} '@ $string | Out-File .Answered | 3 Replies | 1623 Views | Created by Bjoern It B ti - Tuesday, October 22, 2013 6:46 PM | Last reply by Mike Laughlin - Tuesday, October 22, 2013 10:40 PM -
0 Votes
DCM to check .ini settings
On purpose I have modifed the file in c:\tools\dwrcs.ini and running the script manually shows me the lines which do not match.Answered | 4 Replies | 5881 Views | Created by Lats - Wednesday, April 21, 2010 12:47 PM | Last reply by Lats - Thursday, April 22, 2010 8:04 AM - Items 1 to 20 of 1841330 Next ›
No announcements