Recently Microsoft released a new API endpoint for retrieving SharePoint listitem data. With this RenderListDataAsStream API you can now retrieve both managed metadata field values and lookup field values very easily. I was using the SharePoint items REST API endpoint…
PowerShell Gem: Create a Password
Overtime you might have done a lot of PowerShell scripting. Each time you improve your skills and sometimes you’re getting amazed. At least I do. In this small post I’d like to share such a PowerShell awesome gem with you.…
Using MFA enabled accounts in PowerShell scripts
The use of multi-factor authentication (MFA) is growing by the day. More and more customers are enabling MFA for administrator accounts to protect their cloud environment a little bit more. But that also might affect your PowerShell scripts. In this…