Howdy! In this series, we will explore on how easy it is to setup our Model Repository in the Amazon Web Services Cloud...
database-tools
Setting up ER/Studio Repository with Microsoft SQL Server in Microsoft Azure Virtual Machines
Howdy! In this series, we will explore on how easy it is to setup our Model Repository in the Microsoft Azure Cloud. Now I will not be...
The Bloor Group: Hot Technologies with Dr. Robin Bloor, Dez Blanchfield and IDERA
Precise is an Application Performance Management solution. It solves a frustrating, time consuming, and expensive problem. When...
Creating Dynamic Variable Content
PowerShell 2+ In the previous tip we introduced variables with read-only dynamic content that updated each time the variable was read. This required...
Creating Dynamic Variable Content
PowerShell 2+ A little-known fact is that you can add variables to PowerShell that automatically update their content. If you need random numbers,...
End Users Complaining About Screen Freeze
Few things are more frustrating than not being able to complete a task because the computer screen froze. Screen freezes are particularly...
Peoplesoft 9.2 Upgrade – Fluid User Interface Performance
PeopleSoft version 9.2 offers new functionality to improve processes and productivity. Per PeopleSoft 9.2, there are over 1,000 enhancements. This...
Create Simple PowerShell Host
PowerShell 2 or better There are sometimes a lot of good reasons why you’d like to run a script by a different host. powershell.exe might be...
Creating PowerShell Web Server
All Versions Here is an example that implements a simple web server with just a few lines of code. When you run this script, you can enter one of...
Changing Password
All versions Here is a simple way how an existing user can change the password for his account. The user must know his old password and does not...
Why Netflix decided to migrate to AWS?
Netflix recently published an article describing the completion of billing migration to Amazon Web Services. More than half of the services...
Opening PowerShell for Folder
Any version If you browsed to a folder using File Explorer, and then would like to open a PowerShell with the current folder set to the browsed...
Why Uber migrated its databases from Postgres to MySQL?
Uber has been in the news for numerous reasons in the past few days. Be it expansion to new countries or selling its China operations to Didi...
Getting GIT tips online
Here is an example that illustrates how you access a REST API online. The script retrieves GIT tips. GIT is an open-source control system. Even if...
Creating Shortcut Drives
All PowerShell Versions Simply add a new drive to one of the file locations you often visit: # create folder if it does not exist yet $path =...
Running PowerShell Tasks with Progress Bar
PowerShell 2+ Sometimes it may take some time for a PowerShell command to complete, and while the command is working, the user gets no visual clue....
Welcoming a New Free Tool: SQL Query Store Optimizer
We are excited to announce the release of a new free tool, SQL Query Store Optimizer, designed to help you improve the performance of SQL...
Colorful Console
PowerShell 5 PowerShell 5.0 on Windows 10 ships with a much-enhanced and colorful PowerShell console. PowerShell 5.0 on other operating systems just...
APC UPS Monitor is now available!
Hey all. I was bored this past weekend so I created a new plugin for APC UPS monitoring. The code is packaged into an Uptime plugin now and has...
Finding AD User by SAMAccountName
PowerShell 5 The free Microsoft RSAT tools come with a full-blown ActiveDirectory module, but sometimes simple AD tasks can be mastered with just a...
Finding Nested Object Secrets
PowerShell 2+ Objects can have a nested and complex inner structure, and it can be tiresome to examine properties one by one. Here is a simple...
Checking Success of Command
PowerShell 3+ Often, all you want is suppress errors, and find out whether a given cmdlet worked or not. Here is a very simplistic approach that...
ER/Studio Technical Training Sessions by e-Modelers
Are you looking for a deep-dive multi-day online training session for ER/Studio? IDERA is committed to helping our customers make the best use of...
Creating Parameters with Dynamic IntelliSense
PowerShell 3+ Today, we dive a little deeper in the programming part, and show you how a PowerShell function can have parameters that have dynamic...