Category: Uncategorized

Setup Azure Privileged Identity Management (PIM)

Setup Azure Privileged Identity Management (PIM)

As Microsoft Azure continues to evolve and is ingested more and more by customers, so has the requirement to ensure that more users have access to the services on offer. In a world of ‘least privileged access’ Azure PIM plays an important role in ensuring that access is only delegated as and when as opposed to remaining in place all of the time.

Below we will walk through a basic setup of how we can make PIM work for us!

Wait….. First lets check licencing?

PIM is a great service but its not native to an Azure tenant so you will need the following licence in place (or at least a trial to start with!)

  • Azure AD Premium P2
  • Enterprise & Mobility + Security E5 Add-on
  • Microsoft M365 E5

PIM Walkthrough……

  1. Start by searching for the PIM Service Microsoft Azure

2. Select Azure AD roles

3. Now lets assign eligibility to a role

4. Click Add Assignment

5. Select an Azure AD Role and then assign this to a User or Group for access. Click ‘Next’

6. On the ‘Assignments’ page, configure accordingly. In this example, I am granting 14 days access to elevate to ‘User Administrator’ for a user Peter Martin. Click ‘Assign’

7. We can also amend the role settings for access. In this example we will edit the amount of elevation time from 8hours down to 2 hours

Now lets see what its like for the user signing in

8. Signed in as the user, navigated to the PIM Service and selected ‘My Roles’

9. As we can see, there are two roles we can potentially activate. For the purpose of this article, we will select ‘User Administrator’. Select ‘Activate’

10. As we can see, there is scope to request 2.0 hrs and we are required to input a reason for auditing purposes. Click ‘Activate’ once ready

11. The request will be submitted and upon successful approval, you are required to sign out and back in to Microsoft Azure

12. Signed back in, under my assigned roles we can see the newly assigned role

And that’s it! A nice basic example but one that you can take, plan and subsequently design out a PIM strategy that works best for you and your organisation.

Add bmp to UDI Custom Pages

Add bmp to UDI Custom Pages

Creating custom UDI pages for a ConfigMgr 2012 R2 Task Sequences is something I do way to infrequent to remember all the details.
One item has that seems less documented is adding pictures, so I thought I would add a quick blog.

In the UDI wizard on the build your own page add a bitmap. Set the property Source to images/filename.bmp

udi

Then copy your selected bmp files to mdt_tookit_package\Tools\x64\Images and mdt_tookit_package\Tools\x86\Images.

Save your changes in the UDI wizard designer and update the MDT tools package in SCCM Console 🙂

Running a CMD prompt as SYSTEM

Running a CMD prompt as SYSTEM

Common troubleshooting steps to replicate how ConfigMgr operates prior to testing out deployments is to determine how an applications reacts when running as System.

A useful chink in the armoury here is to use PSTools from the SysInternals Suite.

Launch PSExec from a command prompt and run the following:

psexec -i -s cmd.exe

Hey presto a new window operating as SYSTEM 🙂

Theme: Overlay by Kaira LPM Automation LTD
London, United Kingdom