Information and announcements from Program Managers, Product Managers, Developers and Testers in the Microsoft Virtualization team.
While the concept of an “Authorization table” remains the same between Windows Server “8” Beta (as explained in an earlier post) and Windows Server 2012 RC, we have made some changes in the PowerShell cmdlet and UI surrounding this.
The phrase ‘Security Tag’ in Windows Server 8 Beta is now called Trust Group. We believe that the new phrase captures the concept better.
Similarly, the PowerShell cmdlets to modify the Authorization entries have changed
PS C:\Windows\system32> New-VMReplicationAuthorizationEntry -AllowedPrimaryServer "*.woodgrovebank.com" -ReplicaStorageLocation "C:\ClusterStorage\Volume1\WoodgroveBank" -TrustGroup Woodgrove
AllowedPS StorageLoc TrustGroup
--------- ---------- ----------
*.woodgrovebank.com C:\ClusterStorage\Volume1\WoodgroveBank Woodgrove
PS C:\Windows\system32> Get-VMReplicationAuthorizationEntry
*.contoso.com C:\ClusterStorage\Volume1\Contoso Contoso
*.fabrikam.com C:\ClusterStorage\Volume1\Fabrikam Fabrikam
*.tailspintoys.com C:\ClusterStorage\Volume1\TailspinToys Tailspin
PS C:\Windows\system32> Remove-VMReplicationAuthorizationEntry -TrustGroup Tailspin