PowerShell – Microsoft Secret Vault Store

There are many virtual vault solution to store the passwords like lastpass, key pass etc. Today we will go thru PowerShell Microsoft Secret Vault that you can utilize with PowerShell, you can store credentials securely and have a master password to access it. Install the below modules: Insatll-Module -Name Microsoft.PowerShell.SecretManagement Insatll-Module -Name Microsoft.PowerShell.SecretStore Let us…

PowerApps – Prefill Default Selected Value

We were recently developing a PowerAPP where we need to prefill the default Selected value. I was surprised to know even if you have default value selected in SharePoint list column, in PowerAPP it will come as blank. SharePoint List column: PowerAPP form Shows as below: We want when user fills the form default value…

Disable Self-Service Purchase option Office 365 Products

Microsoft has announced bringing the self-service purchase options for multiple products which many Office 365 organizations has shown concerns as they manage their subscriptions and do not want users to buy products on their own. Here is the announcement: To manage these capabilities, you need to use PowerShell MSCommerce module. Install the module from the…