
horizontal-logic.blogspot.com
Horizontal LogicNotes on Using and Learning Powershell
http://horizontal-logic.blogspot.com/
Notes on Using and Learning Powershell
http://horizontal-logic.blogspot.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Friday
LOAD TIME
0.7 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
19
SSL
EXTERNAL LINKS
24
SITE IP
172.217.12.129
LOAD TIME
0.714 sec
SCORE
6.2
Horizontal Logic | horizontal-logic.blogspot.com Reviews
https://horizontal-logic.blogspot.com
Notes on Using and Learning Powershell
Horizontal Logic: January 2013
http://horizontal-logic.blogspot.com/2013_01_01_archive.html
Random Notes on Learning .NET Powershell C#. I publish as I learn. This gives the blog a scratch quality. Starting with Powershell. A script repository is at www.rmfdevelopment.com/PowerShell Scripts. My blog on Network Security ( http:/ thinking-about-network-security.blogspot.com. Is also Powershell heavy. AS of 2/27/2014 all Scripts are PS 4.0. Monday, January 21, 2013. Can you see the pattern? Function global:gen-num array hash. Array[] $num array=1.10000. Global:num array hash=$num array % {. What I...
Horizontal Logic: September 2013
http://horizontal-logic.blogspot.com/2013_09_01_archive.html
Random Notes on Learning .NET Powershell C#. I publish as I learn. This gives the blog a scratch quality. Starting with Powershell. A script repository is at www.rmfdevelopment.com/PowerShell Scripts. My blog on Network Security ( http:/ thinking-about-network-security.blogspot.com. Is also Powershell heavy. AS of 2/27/2014 all Scripts are PS 4.0. Friday, September 27, 2013. Name, Version, CreationTime file info. This snippet is simple but I thought it was worth the post:. Posted by Ryan M. Ferris. Ps=fo...
Horizontal Logic: "Get-Winevent" PS scripts to help convert all your Archive-Security*.evtx logs to csv
http://horizontal-logic.blogspot.com/2014/02/get-winevent-ps-script-to-help-convert.html
Random Notes on Learning .NET Powershell C#. I publish as I learn. This gives the blog a scratch quality. Starting with Powershell. A script repository is at www.rmfdevelopment.com/PowerShell Scripts. My blog on Network Security ( http:/ thinking-about-network-security.blogspot.com. Is also Powershell heavy. AS of 2/27/2014 all Scripts are PS 4.0. Monday, February 10, 2014. Get-Winevent" PS scripts to help convert all your Archive-Security*.evtx logs to csv. List=(ls Archive-Security*.evtx).name. Foreach...
Horizontal Logic: January 2014
http://horizontal-logic.blogspot.com/2014_01_01_archive.html
Random Notes on Learning .NET Powershell C#. I publish as I learn. This gives the blog a scratch quality. Starting with Powershell. A script repository is at www.rmfdevelopment.com/PowerShell Scripts. My blog on Network Security ( http:/ thinking-about-network-security.blogspot.com. Is also Powershell heavy. AS of 2/27/2014 all Scripts are PS 4.0. Wednesday, January 15, 2014. Finding Whole Squares for a given number range in Powershell. Rv -ea 0 a. 0($acount - 1) % {$a.item($PSItem)}? 1 ...1414213...
Horizontal Logic: Powershell 3.0 CIM snippet : Properties of IPEnabled Adapters
http://horizontal-logic.blogspot.com/2013/06/powershell-30-cim-snippet-properties-of.html
Random Notes on Learning .NET Powershell C#. I publish as I learn. This gives the blog a scratch quality. Starting with Powershell. A script repository is at www.rmfdevelopment.com/PowerShell Scripts. My blog on Network Security ( http:/ thinking-about-network-security.blogspot.com. Is also Powershell heavy. AS of 2/27/2014 all Scripts are PS 4.0. Monday, June 17, 2013. Powershell 3.0 CIM snippet : Properties of IPEnabled Adapters. Posted by Ryan M. Ferris. Subscribe to: Post Comments (Atom). Updated ...
TOTAL PAGES IN THIS WEBSITE
19
thinking-about-network-security.blogspot.com
Network Security: Charting Procmon network output with .NET 4.0 and Powershell
http://thinking-about-network-security.blogspot.com/2012/06/charting-procmon-network-output-with.html
This is the weblog for http:/ www.rmfnetworksecurity.com. See Also http:/ horizontal-logic.blogspot.com. For more Powershell code. AS of 2/27/2014 all Scripts are PS 4.0. Thursday, June 21, 2012. Charting Procmon network output with .NET 4.0 and Powershell. Lots to work out in this post. Powershell v 3.0 CTP2 or Beta. Procmon is Mark Russinovich's flagship tool. For diagnosing Windows activity. It normally runs from the (admin) command prompt:. Procmon /noconnect /nofilter /minimized /quiet. Time of Day ...
thinking-about-network-security.blogspot.com
Network Security: Avoiding XPath: Part I
http://thinking-about-network-security.blogspot.com/2014/02/avoiding-xpath-part-i.html
This is the weblog for http:/ www.rmfnetworksecurity.com. See Also http:/ horizontal-logic.blogspot.com. For more Powershell code. AS of 2/27/2014 all Scripts are PS 4.0. Saturday, February 8, 2014. Avoiding XPath: Part I. Typically a Security Event Log entry contains a Message entry that is resistant to anything but an XPath query:. TimeGenerated : 1/29/2014 1:32:01 PM. Message : The Windows Filtering Platform has permitted a bind to a local port. Filter Run-Time ID: 0. Layer Name: % 14608. Rv -ea 0 i;.
thinking-about-network-security.blogspot.com
Network Security: Avoiding XPath : Part II
http://thinking-about-network-security.blogspot.com/2014/02/avoiding-xpath-part-ii.html
This is the weblog for http:/ www.rmfnetworksecurity.com. See Also http:/ horizontal-logic.blogspot.com. For more Powershell code. AS of 2/27/2014 all Scripts are PS 4.0. Saturday, February 8, 2014. Avoiding XPath : Part II. Auditpol /get /category:* findstr "Success and Failure". Security State Change Success and Failure. Logon Success and Failure. Logoff Success and Failure. Special Logon Success and Failure. Other Logon/Logoff Events Success and Failure. SAM Success and Failure. 01/29/2014 01:34 PM 61...
thinking-about-network-security.blogspot.com
Network Security: Less Thrashing; Better Queries (Part V)
http://thinking-about-network-security.blogspot.com/2012/09/less-thrashing-better-queries-part-v.html
This is the weblog for http:/ www.rmfnetworksecurity.com. See Also http:/ horizontal-logic.blogspot.com. For more Powershell code. AS of 2/27/2014 all Scripts are PS 4.0. Tuesday, September 11, 2012. Less Thrashing; Better Queries (Part V). Updated: 7:01 AM 1/19/2014 -RMF. Using [System.Diagnostics.EventLog] for Powershell 3.0 Beta. Rv -ea 0 i;. Rv -ea 0 var. Var=@("a","b","c","d","e"); foreach ($i in $var) {rv -ea 0 $i}. Creating $a specific to the 'GetEventLogs()'. List the event logs. Returns select s...
thinking-about-network-security.blogspot.com
Network Security: Avoiding XPath : Part V
http://thinking-about-network-security.blogspot.com/2014/02/avoiding-xpath-part-v.html
This is the weblog for http:/ www.rmfnetworksecurity.com. See Also http:/ horizontal-logic.blogspot.com. For more Powershell code. AS of 2/27/2014 all Scripts are PS 4.0. Thursday, February 27, 2014. Avoiding XPath : Part V. Under construction; updated 4/16/2014. Working with such large files in R has proved to be a real challenge for 4 GB RAM. I am studying various methods to overcome some of the challeges, but also am considering just working in Postgres or RPostgresSQL. Once EVTX logs are in CSV format.
thinking-about-network-security.blogspot.com
Network Security: Avoiding XPath: Part IV
http://thinking-about-network-security.blogspot.com/2014/02/avoiding-xpath-part-iv.html
This is the weblog for http:/ www.rmfnetworksecurity.com. See Also http:/ horizontal-logic.blogspot.com. For more Powershell code. AS of 2/27/2014 all Scripts are PS 4.0. Thursday, February 27, 2014. Avoiding XPath: Part IV. Full source of my unpolished cruft is far below. If you are going to pull fields out of the Message in Windows Event log without Xpath or XML, how are you going to do it in Powershell 4.0? I will remind you of what the Message field looks like:. Filter Run-Time ID: 211332. E5156 = ($...
thinking-about-network-security.blogspot.com
Network Security: Get-Winevent Part III: Querying the Event Log for Logons (Part A)
http://thinking-about-network-security.blogspot.com/2011/06/get-winevent-part-iii-querying-event.html
This is the weblog for http:/ www.rmfnetworksecurity.com. See Also http:/ horizontal-logic.blogspot.com. For more Powershell code. AS of 2/27/2014 all Scripts are PS 4.0. Tuesday, June 28, 2011. Get-Winevent Part III: Querying the Event Log for Logons (Part A). I was having some concern understanding a mysterious problem: my Windows 7 PC spontaneously un-sleeps itself and seemingly commences a log-on. I wanted to understand why this happened and if there was evidence of ex-filtration or malware. 6/28/201...
thinking-about-network-security.blogspot.com
Network Security: Thrashing memory with queries...(Part I)
http://thinking-about-network-security.blogspot.com/2012/08/trashing-memory-with-queries.html
This is the weblog for http:/ www.rmfnetworksecurity.com. See Also http:/ horizontal-logic.blogspot.com. For more Powershell code. AS of 2/27/2014 all Scripts are PS 4.0. Wednesday, August 22, 2012. Thrashing memory with queries.(Part I). These are some event log search queries. They all trash my memory in any Powershell session. I have written them down for some reason. Probably so I can evolve more elegant solutions to such queries in the future. Start=(get-winevent -log security -max 1).TimeCreated.
thinking-about-network-security.blogspot.com
Network Security: Examining Thread States (Part I:Wait States)
http://thinking-about-network-security.blogspot.com/2012/12/examining-thread-states-part-i.html
This is the weblog for http:/ www.rmfnetworksecurity.com. See Also http:/ horizontal-logic.blogspot.com. For more Powershell code. AS of 2/27/2014 all Scripts are PS 4.0. Friday, December 14, 2012. Examining Thread States (Part I:Wait States). 11:13 AM 12/13/2012 Wait-Reasons known and unknown. Foreach ($id in ( Get-Process? Modules} ) {$id=($id.Threads where {$ .WaitReason -eq "Unknown"}).ID;$id }. 11:16 AM 12/13/2012 waiting state unknown. Rv -ea 0 id. Foreach ($i1 in ( Get-Process? Rv -ea 0 id. Thread...
TOTAL LINKS TO THIS WEBSITE
24
SCSAFETY.ORG SC Safety, South Carolina Safety ORG
PPE MC Safety Software. ERRRH Non entry confined space rescue Emergency Remote Rescue Retrieval Hook with high voltage flashlight. A new way of thinking about SAFETY IS HERE , it's easy and it's going to stay! To become the areas leading service provider of fall arrest and confined space equipment. Provide cost effective efficient safety solutions for all types of work places. Started in 1998 we have been around block a few times and seen more than share of preventable accidents.
Horizontal-Lifeline Custom Turnkey Engineered Fall Protection horizontal lifelines Solutoins
0 item(s) - $0.00. Your shopping cart is empty! Welcome visitor you can login. Or create an account. Rigid Rail - Beams (7). Sliders - Shuttles - Trolleys (7). Synthetic Ropes - Webbing (5). Wire Cables - Permanent (Engineered) Horizontal Lifelien Systems (29). Wire Cables - Temporary (Pre Engineered for Construction Projects) (130). Jib Offset Masts (20). A - Frame Systems (Fixed and Adjustable Heights) (11). Box Frame Systems (Fixed and Adjustable Heights and Widths) (4). Anchors - End Brackets (38).
Horizontal Line ホリゾンタルライン
Collection 2016 F&W. Collection 2016 S&S. 2017 Autmun & Winter. 2017 Spring & Summer. Collection 2016 Autumn & Winter. Collection 2016 Spring & Summer. Page 1 of 3. Free WordPress Theme designed by GavickPro.com. Proudly published with WordPress.
Horizontal-Lines
Become a Fan of North Dakota Horizons on Facebook! State of North Dakota. State Historical Society of North Dakota. Subscribe to this blog's feed. June 29, 2015. Do you have a cookbook you can’t live without? One you always seem to use? She uses many other recipes from the book daily, including my favorite recipes I submitted all those years ago. The book is so well loved, that in order for it to stay in one piece, it has to have a rubber band around it to hold it together. Posted at 08:34 AM. 9 Cool on ...
horizontal-living.blogspot.com
Horizontal Living
Living the abundant life.while on pregnancy bed-rest. Tuesday, November 9. Welcome to the world, Leo! Leo Francis born Nov. 3rd @ 1:17pm. 5lbs, 14oz and 18 in. long! Great is Your faithfulness, O Lord! A nurse brought Leo over to Paul and I, and we shared together that glorious moment of first meeting your own child. A few minutes later, Paul went with Leo to the nursery while I was being stitched up. I must admit, a c-section is much more uncomfortable than I had imagined! Upon discharge from the hospit...
Horizontal Logic
Random Notes on Learning .NET Powershell C#. I publish as I learn. This gives the blog a scratch quality. Starting with Powershell. A script repository is at www.rmfdevelopment.com/PowerShell Scripts. My blog on Network Security ( http:/ thinking-about-network-security.blogspot.com. Is also Powershell heavy. AS of 2/27/2014 all Scripts are PS 4.0. Monday, February 10, 2014. Get-Winevent" PS scripts to help convert all your Archive-Security*.evtx logs to csv. Posted by Ryan M. Ferris. There are 31 whole s...
Courtesypage
This site is under development
This site is under development. This page indicates the webmaster has not uploaded a website to the server. For information on how to build or upload a site, please visit your web hosting company's site.
Hostnet: De grootste domeinnaam- en hostingprovider van Nederland.
Alles voor ondernemend Nederland. Wil jij ook zo'n unieke domeinnaam? Check of jouw domein nog vrij is:. Inbegrepen bij je domeinnaam. Stuur je mail door naar een ander e-mailadres. Maak eenvoudig je eigen miniwebsite. Verwijs je domeinnaam door naar een website. Hostnet registreerde met succes al meer dan 2 miljoen domeinnamen.
Horizontal Paris : Prospection Commerciale téléphonique haut-de-gamme Paris et de prise de rendez-vous, formation commerciale et force de vente supplétive
Force de vente supplétive. Il n'existe pas de forteresse imprenable. Il n'y a que des attaques mal menées. Horizontal Paris accompagne ses clients, de toute taille et tout secteur, dans l’augmentation de leur chiffre d’affaires en les soutenant essentiellement sur la prise de rendez-vous hautement qualifiés. 01 42 05 37 06. Force de vente supplétive.
住みやすさ抜群のリフォームを提案【住まいのイメチェン】