To follow on from this blog post where we interrogated the GraphAPI to obtain information regarding the user object which invoked the call. We are going to use GraphAPI and […]
Author: Steven Hosking
PowerShell GraphAPI
In the last blog post we went over what the GraphAPI is and why it’s all powerful, with this post we are going to go over how you can leverage […]
What the heck is the GraphAPI and why should I care?
So recently I have been spending time learning about the new Preview Intune Portal which is moving over to the Ibiza Azure Portal. As part of this migration from the […]
Rerouting PowerShell text Streams to Application Insights
So recently I have been working on a solution where we have blended scripting languages being PowerShell and C#, and found logging to be a little painful in the sense […]
Replace NSLookup with Resolve-DnsName
So we have all been there where we need to confirm that the DNS record exists, or you have a script which needs the IP address rather than the DNS […]
Replace Telnet with Test-NetConnection PowerShell Module
While troubleshooting some issues for a client this week I needed to test that a port was open. Traditionally our first step for this would to reach for Telnet. But given it […]
Windows Azure Pack PowerShell SQL Resource Provider Add SQL Server Hosting Group to Plan
This post equates to the 5th in the series of blog posts for Azure Pack, where we have gone over the process of obtaining, adding, and removing the core components […]
Windows Azure Pack PowerShell SQL Resource Provider Add Servers & Hosting Group
Here we are again to go over some more commands for automation of Azure Pack, and in this case the addition and or removal of new/old SQL servers to your […]
Windows Azure Pack PowerShell sample commands – Remove Commands
To close out the series of the simple sample commands for Azure Pack the first being to Get the Second to Add and this one will go over the process […]
Windows Azure Pack PowerShell sample commands – Add Commands
To follow on from my last post where I detailed the process of obtaining the basic details from Azure Pack, for this post I will detail the process to Add […]