GreenLoop IT Solutions : Article
How to Set Up Microsoft Edge Favorites Sync for Business Use
By Stephen Moody | | IT
If you use Microsoft Edge on more than one computer, enabling Edge Sync can save time and improve productivity. When synchronization is enabled, your favorites (often called bookmarks), saved passwords, browser settings, extensions, and open tabs automatically follow you from one device to another. For business users, we strongly recommend syncing with your Microsoft 365…
Read More How to Create a New Chrome Browser Profile
By Stephen Moody | | IT
Chrome profiles let you keep separate, self-contained browsing environments inside the same browser. Each profile has its own bookmarks, saved passwords, extensions, browsing history, and sign-in state. If you’ve ever wondered why your IT team recommends a dedicated profile for work versus personal use, or for managing multiple client or admin accounts, this article walks…
Read More How to Set Up Google Chrome Bookmark Sync for Business Use
By Stephen Moody | | IT
If you use Google Chrome on more than one computer, enabling Chrome Sync can save time and improve productivity. When synchronization is enabled, your bookmarks, saved passwords, browser settings, extensions, and open tabs automatically follow you from one device to another. For business users, we strongly recommend using a Google account associated with your company…
Read More Automation Course Part 6 – Azure Functions
By GreenLoop | | Automation
Welcome to the next knowledge-base in our API development series! In this knowledge-base, we will discuss how to build a Timer-Triggered Azure Function App to execute an API call on a recurring basis using PowerShell. Azure Functions is a serverless compute service that enables you to run code on-demand without having to provision or manage…
Read More Automation Course Part 4 – Postman Basics
By GreenLoop | | Automation
Welcome to the next knowledge-base in our API development series! In this knowledge-base, we will cover how to use Postman to prototype API calls and generate sample data, and then generate PowerShell code to begin developing your desired functionality. Postman is a popular tool that is widely used by developers to test and prototype API…
Read More Automation Course Part 3 – Reading API documentation
By GreenLoop | | Automation
Welcome to part 3 of our API development series! In this knowledge-base, we will cover how to read typical REST API documentation. REST API documentation typically provides information about the available resources, endpoints, methods, and parameters of an API. It is important to read and understand this documentation in order to effectively use and integrate…
Read More Automation Course Part 2 – API Authentication, Parameters, and Pagination
By GreenLoop | | Automation
Welcome to part 2 of our series on API development! In this knowledge-base, we will build on our basic introduction to working with REST APIs, and discuss a few more of the basics of how to interact with a REST API. The code samples will be in PowerShell, but the concepts apply broadly. Authentication how…
Read More