PowerShell Module DictionaryFile v 2.0 PowerShell Module DictionaryFile has been updated to version 2.0. The module has been redesigned to include more functionality with better inputs and outputs. We will go though the module to help you understand what you are able to do with it. Module ...
PowerShell Module DictionaryFile
PowerShell Module DictionaryFile In this post I will provide you with some information about PowerShell Module DictionaryFile, which I wrote and published in PowerShell Gallery. This is my first module that I publish and I hope that you will like it. Note: Module has been updated to version ...
PowerShell Script Blocks
PowerShell Script Blocks In this tutorial we will see about PowerShell Script Blocks. A PowerShell scripting block is a list of statements and expressions that you are able to use them as a single unit. When you setup a script block, you can configure it to accept arguments. A script block can ...
Skype for Business Delegated Permissions
Skype for Business Delegated Permissions Scenario: Skype for Business Delegated Permissions The script that you will see below is about providing delegated permissions to IT Administrators in Skype for Business. Lets see first few details and what you need to know about it. Request I had a ...
PowerShell Arithmetic Operators
PowerShell Arithmetic Operators In this tutorial we will see about PowerShell Arithmetic Operators and how PowerShell is dealing with them. Some of the arithmetic operators are working also on string values. Below we will go through those operators with examples to understand their use. Below ...