PowerShell Tutorials : File Integrity Monitor Project - Part 1 - The basics

preview_player
Показать описание
In this series we will build a File Integrity Monitor with PowerShell from the ground up and learning about software/script design at the same time in this video we will make a list of features that we want to make sure our solution works we will make a POC (Proof of concept), in the next video we will be cleaning up our code making functions, adding email features, adding a GUI as well in the future.

Tags:
PowerShell
Email
Programming
Scripting
Automating
JackedProgrammer
Coding
Рекомендации по теме
Комментарии
Автор

Absolutely, add stuff to the script there! Who doesn't want to learn that or just see how it is done?

cleightthejw
Автор

Thanks for the videos.

As for any other comments asking for x or how to do y - do the research yourself. This gentleman is not a consultant.

Illthallion
Автор

Any plans on doing some azure stuff? I think that would be a great addition, doing powershell with/on azure

Kratosgamer
Автор

Cleaning old fileshares for ALCs and ntfs permissions script project would be cool to do as well. I use the ntfs security ps module but would love to see your take on it!

justin.emmons
Автор

Hi, Thanks for your GUI tutorials... Can you show how to take input values using rich text field which brings an image and text together and store in a variable. Convert that variable into html object to use further. Thank you in advance

scvslsravikiran
Автор

Can y make video series doing same project with python or other languag please

Ramsey.
Автор

Hello sir, I have a question regard powershell history clear. If i tried to clear history using Clear-History history was not clearing. I want to delete old history also. How to delete it.

araviund
Автор

i am getting nul in red colour when append to the baseline.csv?can someone explain why is it so? And what will I do to resolve this issue?

harmanpreetkaur
Автор

hi i did the same but get error Test-Path:
Line |
4 | if(Test-Path -Path $file.path){
|
| Value cannot be null. (Parameter 'The provided Path argument was null or an empty collection.')

zachilevinsky