PowerShell Wildcards In this tutorial we will see about PowerShell Wildcards. Wildcards can be used in cases you want to match multiple characters. Wildcards are used to create patterns in your commands. For example when you are trying to filter results wildcards can be useful by creating a pattern ...
PowerShell Providers
PowerShell Providers In this tutorial we will go though PowerShell Providers. We will see which are the default providers in Windows PowerShell and how we are able to import and remove providers from a session. Microsoft describes PowerShell Providers as below: PowerShell providers are Microsoft ...
PowerShell Core Commands
PowerShell Core Commands In this tutorial we will see about Windows PowerShell Core Commands. Below is the explanation provided by Microsoft for those commands. PowerShell includes a set of cmdlets that are specifically designed to manage the items in the data stores that are exposed by Windows ...
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 Aliases
PowerShell Aliases In this tutorial we will see about PowerShell Aliases. In PowerShell you are allowed to use aliases in order to run cmdlets, commands, functions, scripts or executable files. Aliases are words that are predefined or you can define in order to run the above. Aliases that you ...