Category Archives: Scripts

Powershell Form – Send Encrypted PDF Form

Due to recent changes in global privacy and data protection laws ( GDPR & Israeli Privacy Law) I had to find a quick and easy  way to send encrypted PDF files by email. So, after 6 hours of searching and … Continue reading

Posted in Cyber, PowerShell, Profile, Scripts, Security | Tagged , , , | Leave a comment

Teams Powershell – Create new Team and add users from CSV

לאחרונה מיקרוסופט הוציאה תמיכה  של פקודות המותאמות   ל-Teams דבר המאפשר  לאנשי ה-IT לבצע פעולות יומיומיות פשוטות ביעילות על ידי שימוש באוטומציה. בעזרת הפקודות נוכל לבצע פעולות כמו: יצירת צוותים חדשים ערוצים חדשים בקבוצה הוספת  והסרה מספר רב של חברים הגדרת … Continue reading

Posted in Office365, PowerShell, Scripts, Teams, Teams | Tagged , , , , | Leave a comment

Who am I – VB Script

‘ This script returns the following details on the local computer: 1. IP address 2. Computer name 3. Last reboot time 4. user name I compiled it to exe and push it to all the workstations using GPO It looks … Continue reading

Posted in Profile, Scripts | Leave a comment

Ping multiple computers

I came across this need  to check the availability of multiple devises by pinging them  , this script will preform ping to computers from a csv file and will create another CSV file with the computer name and true if … Continue reading

Posted in Scripts, Windows | Leave a comment