Tag Archives: Windows PowerShell

PowerShell script utilizes “Using” scope modifier to create VM from existing .vhdx file.

The following interactive PowerShell 3.0 script creates a new virtual machine. It utilizes the ‘Using’ scope modifier to pass local variables to remote machines with the invoke-command cmdlet. An existing .vhdx file is copied to a new location and renamed … Continue reading

Posted in PowerShell, PowerShell 3.0, Windows Server 2012, Windows Server 2012 R2 | Tagged , | Leave a comment

How to Customize Exchange 2010 RBAC Roles for Delegating User/Contact Management Part 2.

As a follow up to the last post, I decided to further restrict the Support Staff users’ access to the available Custom ‘Address Book Management’ Role cmdlets. The following commands enabled me accomplish this objective: 1) C:\>Get-ManagementRoleEntry -Identity “Address Book … Continue reading

Posted in Exchange 2010 SP2, Exchange Cmdlets, Exchange Management Roles, Exchange Management Shell, Microsoft Exchange, PowerShell, RBAC, Role Based Access Control | Tagged , , , , , , , , , | Leave a comment