726
Also, I want to run sequential several regex matches with their own references, one by one and append each result to the output file.You have to make clear whether the results from the separate queries have any positional relation to each other, or can the queries be run one after the other and the output of the second, third, etc., runs appended to the first regex run?-kalos (August 10, 2018, 09:43 AM)-Ath (August 10, 2018, 01:37 PM)
I dont remember how -- and cannot see how to access the mobile site -- I'm good at missing the obvious at times, but I made a good effort here and came up with nothing...-tomos (August 10, 2018, 05:09 AM)
Looks like the Ugandan government could be in the vanguard when it comes to, uh, privacy...
...Uganda orders ISPs to block Ugandans from accessing Pornographic Websites Nice one!-IainB (July 29, 2018, 08:14 PM)
Any idea why this does not work?
Get-Content *.xml | Out-String-kalos (August 09, 2018, 10:53 AM)
gc *.xml -match *regex*
does not work
I guess that could have been taken multiple ways. I meant I can't find the installer for x86/x64 devices. The installers for other processors are on that page.-wraith808 (August 08, 2018, 07:32 PM)
4wd did a fine job of explaining all the special chars / shortcuts ...-Ath (August 08, 2018, 01:39 PM)
It is not possible for anyone external to offer a complete solution because the source data cannot be shared.-kalos (August 07, 2018, 09:01 AM)
Also, what is | % { $_.Matches } | % { $_.Value } >> $outfile exactly?-kalos (August 07, 2018, 04:16 AM)
|A Pipe
%ForEach-Object
$_Object passed through pipe.
MatchesA Property of the object.
ValueA Property of the object.
Let's say I want to extract the numbers in the fields ui_mode etc or each of these three separate records.-kalos (August 05, 2018, 01:55 PM)
Can anyone tell me please how to find a regex in a file and append it to a file? Also, how to loop that?-kalos (August 06, 2018, 11:36 AM)
Last, how to find the next regex match in the file?
But I cannot make it work for my file. Any hint?-kalos (August 06, 2018, 10:55 AM)
But I do not want to work it with Select-XML because it will limit my learning a lot.-kalos (August 06, 2018, 03:26 AM)
Why is it useless? It's exact representation apart from the fact that are more irrelevant text around.-kalos (August 05, 2018, 01:44 PM)
Are 4Tbyte disks even supported in XP?-Shades (August 03, 2018, 03:43 PM)
Why did you leave these rather important 'details' out in your original question?-Ath (August 04, 2018, 07:03 AM)
Off the record:
The following data is sent once a day to Malwarebytes: program version, os version, os architecture (x64, x86), os language (english, german, etc), filesystem (ntfs, fat32), process run as administrator or not, computer is joined into a domain or not, machine id. No personal data is collected. These are used for statistics data to see how many users of WFC exist. Depending on the number of existing users, WFC will continue to receive new features or not. A reduced number of installations will probably stop the development of WFC, a large number will probably continue the development.
mbcut(32).dlls are used to generate a unique machine id based on os architecture. These are the same in any Malwarebytes products. Newtonsoft.Json.dll is used to create the JSON data which is sent to Malwarebytes servers.
Note: This data is sent if Windows Firewall has outbound filtering disabled (Low Filtering or No Filtering profile is used) or if there is an allow rule for wfc.exe and outbound filtering is enabled (Medium Filtering profile). In case it can't send the data if will fail silently without making nasty stuff. You can check this through Connections Log where all connections (allowed or blocked) are anyway logged. Keep in mind that if everyone will block this, it may lead to the decision of not investing anymore in WFC because there are not enough users to keep supporting it.
(what are the $i = 0; $i -lt $items.Count; $i++-kalos (August 03, 2018, 07:04 AM)