Erwin Bierens

Knowledge is Power

Execution of Scripts is Disabled on this System

2017-03-07 1 min read Powershell Erwin Bierens
Execution of Scripts When you try to run a powershell script on Windows, you may receive the following error stating that the execution policy on your computer does not allow you to run the script. To fix this error, you must change the PowerShell execution policy for this computer. These instructions will explain how to allow “Unrestricted” access to running scripts on your computer. To set the execution policy to unrestricted, enter the following command (PowerShell must be run as an Administrator): Continue reading

Powershell Backup Script

2017-02-10 3 min read Powershell Erwin Bierens
Backup Script Needed a backup script which i can run from the powershell or with use of the Windows schedular. I’ve created some checks on folders and succesrate. The scripts also can email you when backup is succesful/failed. If you have any suggestions please let me know! / ##################################### Backup Script ############################################### ## Name: Backup_Script.ps1 ## Creator: Erwin Bierens ## CreationDate: 10-02-2017 ## LastModified: 10-02-2017 ## Version: 1.0 ## Website: https://erwinbierens. Continue reading

Exchange 2016 Send Connector Ziggo

2016-12-27 2 min read Exchange Erwin Bierens
In order to send mail from your own mailserver (in this case Microsoft Exchange 2016) you’ll need to setup a send connector. In this tutorial i’ll show you how to configure this part. Configure the Send Connector Go to your Exchange admin center. Go to Send Connectors and add a new connector. Name the connector and select Internet and click next. Select “Route mail through smart hosts” Click on the + icon and fill in: smtp. Continue reading

CheatSheet Powershell

2015-10-11 1 min read Powershell Erwin Bierens
PowerShell CheatSheet! Getting crazy from all the site’s on the internet for Powershell commands, combining these sites on this cheat page PowerShell Basic Cheat Sheet – Audience new to PowerShell, vaguely familiar with CLI and/or scripting PowerShell Cheat Sheet – Audience familiar with PowerShell, CLI and scripting Some randon cheat sheets on the internet PowerShell 3.0 Quick References Guide – PowerShell Magazine Mastering PowerShell – Dr. Tobias Weltner PowerShell 2.0 One Cmdlet at a time – Jonathan Medd PowerShell ISE v3 – PowerShell Magazine WQL via PowerShell – Ravikanth Chaganti A Layman’s Guide to PowerShell Remoting – Ravikanth Chaganti Secrets of PowerShell Remoting – Don Jones, Dr. Continue reading
Newer posts