Strings in powershell

So First lets start by looking at what is a String in Powershell? The Technical definition is basically a datatype that comes from the System.Object. That’s a concept to hard to grasp basically a group a of letters put together would form a string. so whenever you see the double quotes or single quotes with […]

Read More Strings in powershell

Array LIST in Powershell

Hi there! I was doing my research on Array List in Powershell. Lets start by Google what is an Array List or Examples of Array List in Powershell that way you can understand them better. Here are some of my results: https://adamtheautomator.com/powershell-aray/ https://www.spguides.com/powershell-arraylist/ https://learn.microsoft.com/en-us/powershell/scripting/learn/deep-dives/everything-about-arrays?view=powershell-7.3 There are also books on the results and a few more […]

Read More Array LIST in Powershell

Arrays in Powershell.

Oh snap! Stuff are getting interesting. First What is an Array. In powershell or most other languages arrays basically it is a data structure that can serves as a collection of multiple items, for example if you want to organize multiple books. You will use a Bookcase right!? or some other thing. But a bookcase, […]

Read More Arrays in Powershell.

DOing Labs with Powershell

So the main reason I want to start doing labs is because I want to become really good with powershell and in order to be really good, you actually need to do stuff, so as I am writing this I am also doing at the same same time. What I mean about labs is basically […]

Read More DOing Labs with Powershell

DOING NEW THINGS

As some of you might notice I have been active on Linkedin. I like that platform but in reality last month I have been also applying to jobs. Why is that? I am just like you, I like Money and I just want to grow my self professionally. As some of you know I have […]

Read More DOING NEW THINGS

Learning go

Hello World I am not a pro writer. So I am teaching my self to learn go, also to do some advance malware analysis and reverse engineering. I guess If you want to learn something all you have to do is dedicate some time and effort into learning. You want run a marathon? Well you […]

Read More Learning go