top of page
Search
The Tech Platform
May 9
Migrating from Get-MsolUser to Get-AzureADUser: A Developer's Guide
The Azure Active Directory (Azure AD) user management is constantly evolving. As Microsoft prioritizes newer technologies, developers...
Sofia Sondh
Feb 3
How to Create a Site Column in SharePoint?
SharePoint, Microsoft’s collaborative platform, allows organizations to manage and share content efficiently. One of its fundamental...
The Tech Platform
Jul 11, 2023
Windows PowerShell vs Command Prompt: Choosing the Right Command-Line Tool
When it comes to interacting with a Windows operating system through the command line, two prominent tools stand out: Windows PowerShell...
The Tech Platform
Jul 6, 2023
How to use PowerShell Reference Variable
In PowerShell, when we pass parameters to functions, we often make use of PowerShell reference variables to enhance flexibility and...
The Tech Platform
Jul 5, 2023
A guide to PowerShell loop through an Array
PowerShell provides several looping constructs that allow you to iterate over arrays and perform operations on each element. This article...
The Tech Platform
May 18, 2023
How to create and use PowerShell ArrayList
PowerShell is a versatile and powerful scripting language developed by Microsoft for automating administrative tasks and managing system...
The Tech Platform
Sep 12, 2022
Empty Windows recycle bin with PowerShell and Command Prompt
Windows Recycle bin stores deleted items like files, documents, images and more. When you delete the files its not permanently deleted...
The Tech Platform
Jun 11, 2022
How to make your VS Code faster?
Visual Studio Code (VS Code) is designed to be lightweight. It has a tight set of core features, and you can add extra features through...
The Tech Platform
Feb 9, 2022
How to Setup SMTP Server locally for development environment
Smtp4dev smtp4dev is a dummy SMTP server for Windows, Linux, Mac OS-X (and maybe elsewhere where .NET Core is available). Lets you test...
The Tech Platform
Jan 24, 2022
Top 10 Scripting Languages for DevOps Engineers
The scripting language is basically a language where instructions are written for a run time environment. They do not require the...
bottom of page