Storage.Management.format.ps1xml
<?xml version="1.0"?>
<Configuration> <ViewDefinitions> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Alignment>Left</Alignment> <Label>StorageAccountName</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>ResourceGroupName</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>PrimaryLocation</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>SkuName</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Kind</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>AccessTier</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>CreationTime</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>ProvisioningState</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>EnableHttpsTrafficOnly</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>LargeFileShares</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>StorageAccountName</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>ResourceGroupName</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>PrimaryLocation</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.Sku.Name</ScriptBlock> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>Kind</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>AccessTier</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>CreationTime</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>ProvisioningState</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>EnableHttpsTrafficOnly</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>LargeFileSharesState</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <PropertyName>Bypass</PropertyName> <Label>Bypass</Label> </ListItem> <ListItem> <PropertyName>DefaultAction</PropertyName> <Label>DefaultAction</Label> </ListItem> <ListItem> <ScriptBlock>if (($_.ipRules -ne $null) -and ($_.ipRules.Count -ne 0)) {"[" + $_.ipRules[0].IPAddressOrRange + ",...]"} else {$null}</ScriptBlock> <Label>IpRules</Label> </ListItem> <ListItem> <ScriptBlock>if ($_.virtualNetworkRules[0] -ne $null) {"[" + $_.virtualNetworkRules[0].VirtualNetworkResourceId + ",...]"} else {$null}</ScriptBlock> <Label>VirtualNetworkRules</Label> </ListItem> <ListItem> <ScriptBlock>if ($_.ResourceAccessRules[0] -ne $null) {"[(" + $_.ResourceAccessRules[0].TenantId + "," + $_.ResourceAccessRules[0].ResourceId + "),...]"} else {$null}</ScriptBlock> <Label>ResourceAccessRules</Label> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSContainer</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSContainer</TypeName> </ViewSelectedBy> <GroupBy> <ScriptBlock>$_.ResourceGroupName + ", StorageAccountName: " + $_.StorageAccountName</ScriptBlock> <Label>ResourceGroupName</Label> </GroupBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>PublicAccess</Label> <Alignment>Left</Alignment> <Width>20</Width> </TableColumnHeader> <TableColumnHeader> <Label>LastModified</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>HasLegalHold</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>HasImmutabilityPolicy</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Deleted</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>VersionId</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>ImmutableStorageWithVersioning</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <ScriptBlock>$_.Name</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>$_.PublicAccess</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>$_.LastModifiedTime.ToUniversalTime().ToString("u")</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>$_.HasLegalHold</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>$_.HasImmutabilityPolicy</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>$_.Deleted</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>$_.Version</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>$_.ImmutableStorageWithVersioning.Enabled</ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <PropertyName>ResourceGroupName</PropertyName> <Label>ResourceGroupName</Label> </ListItem> <ListItem> <PropertyName>StorageAccountName</PropertyName> <Label>StorageAccountName</Label> </ListItem> <ListItem> <PropertyName>Id</PropertyName> <Label>Id</Label> </ListItem> <ListItem> <PropertyName>Type</PropertyName> <Label>Type</Label> </ListItem> <ListItem> <PropertyName>LastModifiedTime</PropertyName> <Label>LastModifiedTime</Label> </ListItem> <ListItem> <ScriptBlock>ConvertTo-Json $_.Rules -Depth 10</ScriptBlock> <Label>Rules</Label> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <ScriptBlock>$_.BaseBlob.TierToCool.DaysAfterModificationGreaterThan</ScriptBlock> <Label>BaseBlob.TierToCool.DaysAfterModificationGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.BaseBlob.TierToCool.DaysAfterLastAccessTimeGreaterThan</ScriptBlock> <Label>BaseBlob.TierToCool.DaysAfterLastAccessTimeGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.BaseBlob.TierToCool.DaysAfterCreationGreaterThan</ScriptBlock> <Label>BaseBlob.TierToCool.DaysAfterCreationGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.BaseBlob.EnableAutoTierToHotFromCool</ScriptBlock> <Label>BaseBlob.EnableAutoTierToHotFromCool</Label> </ListItem> <ListItem> <ScriptBlock>$_.BaseBlob.TierToArchive.DaysAfterModificationGreaterThan</ScriptBlock> <Label>BaseBlob.TierToArchive.DaysAfterModificationGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.BaseBlob.TierToArchive.DaysAfterLastAccessTimeGreaterThan</ScriptBlock> <Label>BaseBlob.TierToArchive.DaysAfterLastAccessTimeGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.BaseBlob.TierToArchive.DaysAfterCreationGreaterThan</ScriptBlock> <Label>BaseBlob.TierToArchive.DaysAfterCreationGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.BaseBlob.TierToArchive.DaysAfterLastTierChangeGreaterThan</ScriptBlock> <Label>BaseBlob.TierToArchive.DaysAfterLastTierChangeGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.BaseBlob.Delete.DaysAfterModificationGreaterThan</ScriptBlock> <Label>BaseBlob.Delete.DaysAfterModificationGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.BaseBlob.Delete.DaysAfterLastAccessTimeGreaterThan</ScriptBlock> <Label>BaseBlob.Delete.DaysAfterLastAccessTimeGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.BaseBlob.Delete.DaysAfterCreationGreaterThan</ScriptBlock> <Label>BaseBlob.Delete.DaysAfterCreationGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.BaseBlob.TierToCold.DaysAfterModificationGreaterThan</ScriptBlock> <Label>BaseBlob.TierToCold.DaysAfterModificationGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.BaseBlob.TierToCold.DaysAfterLastAccessTimeGreaterThan</ScriptBlock> <Label>BaseBlob.TierToCold.DaysAfterLastAccessTimeGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.BaseBlob.TierToCold.DaysAfterCreationGreaterThan</ScriptBlock> <Label>BaseBlob.TierToCold.DaysAfterCreationGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.BaseBlob.TierToHot.DaysAfterModificationGreaterThan</ScriptBlock> <Label>BaseBlob.TierToHot.DaysAfterModificationGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.BaseBlob.TierToHot.DaysAfterLastAccessTimeGreaterThan</ScriptBlock> <Label>BaseBlob.TierToHot.DaysAfterLastAccessTimeGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.BaseBlob.TierToHot.DaysAfterCreationGreaterThan</ScriptBlock> <Label>BaseBlob.TierToHot.DaysAfterCreationGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.Snapshot.TierToCool.DaysAfterCreationGreaterThan</ScriptBlock> <Label>Snapshot.TierToCool.DaysAfterCreationGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.Snapshot.TierToArchive.DaysAfterCreationGreaterThan</ScriptBlock> <Label>Snapshot.TierToArchive.DaysAfterCreationGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.Snapshot.TierToArchive.DaysAfterLastTierChangeGreaterThan</ScriptBlock> <Label>Snapshot.TierToArchive.DaysAfterLastTierChangeGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.Snapshot.Delete.DaysAfterCreationGreaterThan</ScriptBlock> <Label>Snapshot.Delete.DaysAfterCreationGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.Snapshot.TierToCold.DaysAfterCreationGreaterThan</ScriptBlock> <Label>Snapshot.TierToCold.DaysAfterCreationGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.Snapshot.TierToHot.DaysAfterCreationGreaterThan</ScriptBlock> <Label>Snapshot.TierToHot.DaysAfterCreationGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.Version.TierToCool.DaysAfterCreationGreaterThan</ScriptBlock> <Label>Version.TierToCool.DaysAfterCreationGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.Version.TierToArchive.DaysAfterCreationGreaterThan</ScriptBlock> <Label>Version.TierToArchive.DaysAfterCreationGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.Version.TierToArchive.DaysAfterLastTierChangeGreaterThan</ScriptBlock> <Label>Version.TierToArchive.DaysAfterLastTierChangeGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.Version.Delete.DaysAfterCreationGreaterThan</ScriptBlock> <Label>Version.Delete.DaysAfterCreationGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.Version.TierToCold.DaysAfterCreationGreaterThan</ScriptBlock> <Label>Version.TierToCold.DaysAfterCreationGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.Version.TierToHot.DaysAfterCreationGreaterThan</ScriptBlock> <Label>Version.TierToHot.DaysAfterCreationGreaterThan</Label> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <PropertyName>Enabled</PropertyName> <Label>Enabled</Label> </ListItem> <ListItem> <PropertyName>Name</PropertyName> <Label>Name</Label> </ListItem> <ListItem> <ScriptBlock>ConvertTo-Json $_.Definition -Depth 10</ScriptBlock> <Label>Definition</Label> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSFileServiceProperties</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSFileServiceProperties</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <PropertyName>StorageAccountName</PropertyName> <Label>StorageAccountName</Label> </ListItem> <ListItem> <PropertyName>ResourceGroupName</PropertyName> <Label>ResourceGroupName</Label> </ListItem> <ListItem> <Label>ShareDeleteRetentionPolicy.Enabled</Label> <ScriptBlock>$_.ShareDeleteRetentionPolicy.Enabled</ScriptBlock> </ListItem> <ListItem> <Label>ShareDeleteRetentionPolicy.Days</Label> <ScriptBlock>$_.ShareDeleteRetentionPolicy.Days</ScriptBlock> </ListItem> <ListItem> <Label>ProtocolSettings.Smb.Multichannel.Enabled</Label> <ScriptBlock>$_.ProtocolSettings.Smb.Multichannel.Enabled</ScriptBlock> </ListItem> <ListItem> <Label>ProtocolSettings.Smb.Versions</Label> <ScriptBlock>$_.ProtocolSettings.Smb.Versions</ScriptBlock> </ListItem> <ListItem> <Label>ProtocolSettings.Smb.AuthenticationMethods</Label> <ScriptBlock>$_.ProtocolSettings.Smb.AuthenticationMethods</ScriptBlock> </ListItem> <ListItem> <Label>ProtocolSettings.Smb.KerberosTicketEncryption</Label> <ScriptBlock>$_.ProtocolSettings.Smb.KerberosTicketEncryption</ScriptBlock> </ListItem> <ListItem> <Label>ProtocolSettings.Smb.ChannelEncryption</Label> <ScriptBlock>$_.ProtocolSettings.Smb.ChannelEncryption</ScriptBlock> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <PropertyName>StorageAccountName</PropertyName> <Label>StorageAccountName</Label> </ListItem> <ListItem> <PropertyName>ResourceGroupName</PropertyName> <Label>ResourceGroupName</Label> </ListItem> <ListItem> <PropertyName>DefaultServiceVersion</PropertyName> <Label>DefaultServiceVersion</Label> </ListItem> <ListItem> <Label>DeleteRetentionPolicy.Enabled</Label> <ScriptBlock>$_.DeleteRetentionPolicy.Enabled</ScriptBlock> </ListItem> <ListItem> <Label>DeleteRetentionPolicy.Days</Label> <ScriptBlock>$_.DeleteRetentionPolicy.Days</ScriptBlock> </ListItem> <ListItem> <Label>DeleteRetentionPolicy.AllowPermanentDelete</Label> <ScriptBlock>$_.DeleteRetentionPolicy.AllowPermanentDelete</ScriptBlock> </ListItem> <ListItem> <Label>ContainerDeleteRetentionPolicy.Enabled</Label> <ScriptBlock>$_.ContainerDeleteRetentionPolicy.Enabled</ScriptBlock> </ListItem> <ListItem> <Label>ContainerDeleteRetentionPolicy.Days</Label> <ScriptBlock>$_.ContainerDeleteRetentionPolicy.Days</ScriptBlock> </ListItem> <ListItem> <Label>RestorePolicy.Enabled</Label> <ScriptBlock>$_.RestorePolicy.Enabled</ScriptBlock> </ListItem> <ListItem> <Label>RestorePolicy.Days</Label> <ScriptBlock>$_.RestorePolicy.Days</ScriptBlock> </ListItem> <ListItem> <Label>RestorePolicy.MinRestoreTime</Label> <ScriptBlock>$_.RestorePolicy.MinRestoreTime</ScriptBlock> </ListItem> <ListItem> <Label>ChangeFeed.Enabled</Label> <ScriptBlock>$_.ChangeFeed.Enabled</ScriptBlock> </ListItem> <ListItem> <Label>ChangeFeed.RetentionInDays</Label> <ScriptBlock>$_.ChangeFeed.RetentionInDays</ScriptBlock> </ListItem> <ListItem> <PropertyName>IsVersioningEnabled</PropertyName> <Label>IsVersioningEnabled</Label> </ListItem> <ListItem> <Label>LastAccessTimeTrackingPolicy.Enable</Label> <ScriptBlock>$_.LastAccessTimeTrackingPolicy.Enable</ScriptBlock> </ListItem> <ListItem> <Label>LastAccessTimeTrackingPolicy.Name</Label> <ScriptBlock>$_.LastAccessTimeTrackingPolicy.Name</ScriptBlock> </ListItem> <ListItem> <Label>LastAccessTimeTrackingPolicy.TrackingGranularityInDays</Label> <ScriptBlock>$_.LastAccessTimeTrackingPolicy.TrackingGranularityInDays</ScriptBlock> </ListItem> <ListItem> <Label>LastAccessTimeTrackingPolicy.BlobType</Label> <ScriptBlock>$_.LastAccessTimeTrackingPolicy.BlobType</ScriptBlock> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSShare</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSShare</TypeName> </ViewSelectedBy> <GroupBy> <ScriptBlock>$_.ResourceGroupName + ", StorageAccountName: " + $_.StorageAccountName</ScriptBlock> <Label>ResourceGroupName</Label> </GroupBy> <TableControl> <TableHeaders> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Name</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>QuotaGiB</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>EnabledProtocols</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>AccessTier</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Deleted</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Version</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>ShareUsageBytes</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>snapshotTime</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>QuotaGiB</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>EnabledProtocols</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>AccessTier</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>Deleted</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>Version</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>ShareUsageBytes</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.snapshotTime.ToUniversalTime().ToString("s")+"Z"</ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreStatus</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreStatus</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Status</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>RestoreId</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>FailureReason</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>LastEnabledTime</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Parameters.TimeToRestore</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Parameters.BlobRanges</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>Status</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>RestoreId</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>FailureReason</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.RestorePolicy.LastEnabledTime</ScriptBlock> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.Parameters.TimeToRestore.ToString("o")</ScriptBlock> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>if ($_.Parameters.BlobRanges[0] -ne $null) {if ($_.Parameters.BlobRanges[1] -ne $null) {'[' + $_.Parameters.BlobRanges[0].StartRange + ' -> ' + $_.Parameters.BlobRanges[0].EndRange + ',...]'} else {'[' + $_.Parameters.BlobRanges[0].StartRange + ' -> ' + $_.Parameters.BlobRanges[0].EndRange + ']'}} else {$null}</ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScope</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScope</TypeName> </ViewSelectedBy> <GroupBy> <ScriptBlock>$_.ResourceGroupName + ", StorageAccountName: " + $_.StorageAccountName</ScriptBlock> <Label>ResourceGroupName</Label> </GroupBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>State</Label> <Alignment>Left</Alignment> <Width>20</Width> </TableColumnHeader> <TableColumnHeader> <Label>Source</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>KeyVaultKeyUri</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>State</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Source</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock>$_.KeyVaultProperties.keyUri</ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Azure.Management.Storage.Models.Endpoints</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Management.Storage.Models.Endpoints</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <PropertyName>Blob</PropertyName> <Label>Blob</Label> </ListItem> <ListItem> <PropertyName>Queue</PropertyName> <Label>Queue</Label> </ListItem> <ListItem> <PropertyName>Table</PropertyName> <Label>Table</Label> </ListItem> <ListItem> <PropertyName>File</PropertyName> <Label>File</Label> </ListItem> <ListItem> <PropertyName>Web</PropertyName> <Label>Web</Label> </ListItem> <ListItem> <PropertyName>Dfs</PropertyName> <Label>Dfs</Label> </ListItem> <ListItem> <ScriptBlock>ConvertTo-Json $_.MicrosoftEndpoints -Compress</ScriptBlock> <Label>MicrosoftEndpoints</Label> </ListItem> <ListItem> <ScriptBlock>ConvertTo-Json $_.InternetEndpoints -Compress</ScriptBlock> <Label>InternetEndpoints</Label> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Alignment>Left</Alignment> <Label>ResourceGroupName</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>StorageAccountName</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>PolicyId</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>EnabledTime</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>SourceAccount</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>DestinationAccount</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Rules</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>ResourceGroupName</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>StorageAccountName</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>PolicyId</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>EnabledTime</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>SourceAccount</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>DestinationAccount</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>if (($_.Rules -ne $null) -and ($_.Rules.Count -ne 0)) { if ($_.Rules.Count -eq 1) {'[' + $_.Rules[0].RuleId + ']'} else {'[' + $_.Rules[0].RuleId + ',...]'}} else {$null}</ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Alignment>Left</Alignment> <Label>RuleId</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>SourceContainer</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>DestinationContainer</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Filters.PrefixMatch</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Filters.MinCreationTime</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>RuleId</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>SourceContainer</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>DestinationContainer</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>'{' + ($_.Filters.PrefixMatch -join ', ') + '}'</ScriptBlock> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.Filters.MinCreationTime.ToUniversalTime().ToString("s")+"Z"</ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreStatus</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreStatus</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Status</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>RestoreId</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>FailureReason</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Parameters.TimeToRestore</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Parameters.BlobRanges</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>Status</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>RestoreId</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>FailureReason</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.Parameters.TimeToRestore.ToString("o")</ScriptBlock> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>if ($_.Parameters.BlobRanges[0] -ne $null) {if ($_.Parameters.BlobRanges[1] -ne $null) {'["' + $_.Parameters.BlobRanges[0].StartRange + '" -> "' + $_.Parameters.BlobRanges[0].EndRange + '",...]'} else {'["' + $_.Parameters.BlobRanges[0].StartRange + '" -> "' + $_.Parameters.BlobRanges[0].EndRange + '"]'}} else {$null}</ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSRestorePolicy</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSRestorePolicy</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Enabled</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Days</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>MinRestoreTime</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>Enabled</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>Days</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>MinRestoreTime</ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Name</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Enabled</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>IncludeSnapshots</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>IncludeBlobVersions</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>BlobTypes</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>PrefixMatch</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>Enabled</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.Definition.Filters.IncludeSnapshots</ScriptBlock> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.Definition.Filters.IncludeBlobVersions</ScriptBlock> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.Definition.Filters.BlobTypes</ScriptBlock> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.Definition.Filters.PrefixMatch</ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicy</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicy</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <PropertyName>StorageAccountName</PropertyName> <Label>StorageAccountName</Label> </ListItem> <ListItem> <PropertyName>ResourceGroupName</PropertyName> <Label>ResourceGroupName</Label> </ListItem> <ListItem> <PropertyName>Name</PropertyName> <Label>Name</Label> </ListItem> <ListItem> <Label>Id</Label> <PropertyName>Id</PropertyName> </ListItem> <ListItem> <Label>Type</Label> <PropertyName>Type</PropertyName> </ListItem> <ListItem> <Label>LastModifiedTime</Label> <PropertyName>LastModifiedTime</PropertyName> </ListItem> <ListItem> <Label>Destination</Label> <ScriptBlock>$_.Destination</ScriptBlock> </ListItem> <ListItem> <Label>Enabled</Label> <ScriptBlock>$_.Enabled</ScriptBlock> </ListItem> <ListItem> <Label>Rules</Label> <ScriptBlock>$_.Rules</ScriptBlock> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScope</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScope</TypeName> </ViewSelectedBy> <GroupBy> <ScriptBlock>$_.ResourceGroupName + ", StorageAccountName: " + $_.StorageAccountName</ScriptBlock> <Label>ResourceGroupName</Label> </GroupBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>State</Label> <Alignment>Left</Alignment> <Width>20</Width> </TableColumnHeader> <TableColumnHeader> <Label>Source</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>KeyVaultKeyUri</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>RequireInfrastructureEncryption</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>State</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Source</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock>$_.KeyVaultProperties.keyUri</ScriptBlock> </TableColumnItem> <TableColumnItem> <PropertyName>RequireInfrastructureEncryption</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Azure.Management.Storage.Models.Endpoints</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Management.Storage.Models.Endpoints</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <PropertyName>Blob</PropertyName> <Label>Blob</Label> </ListItem> <ListItem> <PropertyName>Queue</PropertyName> <Label>Queue</Label> </ListItem> <ListItem> <PropertyName>Table</PropertyName> <Label>Table</Label> </ListItem> <ListItem> <PropertyName>File</PropertyName> <Label>File</Label> </ListItem> <ListItem> <PropertyName>Web</PropertyName> <Label>Web</Label> </ListItem> <ListItem> <PropertyName>Dfs</PropertyName> <Label>Dfs</Label> </ListItem> <ListItem> <ScriptBlock>ConvertTo-Json $_.MicrosoftEndpoints -Compress</ScriptBlock> <Label>MicrosoftEndpoints</Label> </ListItem> <ListItem> <ScriptBlock>ConvertTo-Json $_.InternetEndpoints -Compress</ScriptBlock> <Label>InternetEndpoints</Label> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Name</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Enabled</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Destination</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>ObjectType</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Format</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Schedule</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>IncludeSnapshots</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>IncludeBlobVersions</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>IncludeDeleted</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>BlobTypes</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>PrefixMatch</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>ExcludePrefix</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>SchemaFields</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>Enabled</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>Destination</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.Definition.ObjectType</ScriptBlock> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.Definition.Format</ScriptBlock> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.Definition.Schedule</ScriptBlock> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.Definition.Filters.IncludeSnapshots</ScriptBlock> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.Definition.Filters.IncludeBlobVersions</ScriptBlock> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.Definition.Filters.IncludeDeleted</ScriptBlock> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.Definition.Filters.BlobTypes</ScriptBlock> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.Definition.Filters.PrefixMatch</ScriptBlock> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.Definition.Filters.ExcludePrefix</ScriptBlock> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.Definition.SchemaFields</ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicy</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicy</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <PropertyName>StorageAccountName</PropertyName> <Label>StorageAccountName</Label> </ListItem> <ListItem> <PropertyName>ResourceGroupName</PropertyName> <Label>ResourceGroupName</Label> </ListItem> <ListItem> <PropertyName>Name</PropertyName> <Label>Name</Label> </ListItem> <ListItem> <Label>Id</Label> <PropertyName>Id</PropertyName> </ListItem> <ListItem> <Label>Type</Label> <PropertyName>Type</PropertyName> </ListItem> <ListItem> <Label>LastModifiedTime</Label> <PropertyName>LastModifiedTime</PropertyName> </ListItem> <ListItem> <Label>Enabled</Label> <ScriptBlock>$_.Enabled</ScriptBlock> </ListItem> <ListItem> <Label>Rules</Label> <ScriptBlock>$_.Rules</ScriptBlock> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSLocalUser</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSLocalUser</TypeName> </ViewSelectedBy> <GroupBy> <ScriptBlock>$_.ResourceGroupName + ", StorageAccountName: " + $_.StorageAccountName</ScriptBlock> <Label>ResourceGroupName</Label> </GroupBy> <TableControl> <TableHeaders> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Name</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Sid</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>HomeDirectory</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>HasSharedKey</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>HasSshKey</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>HasSshPassword</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>PermissionScopes</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>Sid</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>HomeDirectory</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>HasSharedKey</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>HasSshKey</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>HasSshPassword</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <!--PropertyName>PermissionScopes</PropertyName--> <ScriptBlock>if (($_.PermissionScopes -ne $null) -and ($_.PermissionScopes.Count -ne 0)) {if ($_.PermissionScopes.Count -eq 1) {"[" + $_.PermissionScopes[0].ResourceName + "]"} else {"[" + $_.PermissionScopes[0].ResourceName + ",...]"}} else {$null}</ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> </ViewDefinitions> </Configuration> <!-- SIG # Begin signature block --> <!-- MIInwgYJKoZIhvcNAQcCoIInszCCJ68CAQExDzANBglghkgBZQMEAgEFADB5Bgor --> <!-- BgEEAYI3AgEEoGswaTA0BgorBgEEAYI3AgEeMCYCAwEAAAQQH8w7YFlLCE63JNLG --> <!-- KX7zUQIBAAIBAAIBAAIBAAIBADAxMA0GCWCGSAFlAwQCAQUABCABrBLaVcmLaVT6 --> <!-- pRuwV2pvHaKgFPbryYvgjVS2tkaRHaCCDXYwggX0MIID3KADAgECAhMzAAACy7d1 --> <!-- OfsCcUI2AAAAAALLMA0GCSqGSIb3DQEBCwUAMH4xCzAJBgNVBAYTAlVTMRMwEQYD --> <!-- VQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVNaWNy --> <!-- b3NvZnQgQ29ycG9yYXRpb24xKDAmBgNVBAMTH01pY3Jvc29mdCBDb2RlIFNpZ25p --> <!-- bmcgUENBIDIwMTEwHhcNMjIwNTEyMjA0NTU5WhcNMjMwNTExMjA0NTU5WjB0MQsw --> <!-- CQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9u --> <!-- ZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMR4wHAYDVQQDExVNaWNy --> <!-- b3NvZnQgQ29ycG9yYXRpb24wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB --> <!-- AQC3sN0WcdGpGXPZIb5iNfFB0xZ8rnJvYnxD6Uf2BHXglpbTEfoe+mO//oLWkRxA --> <!-- wppditsSVOD0oglKbtnh9Wp2DARLcxbGaW4YanOWSB1LyLRpHnnQ5POlh2U5trg4 --> <!-- 3gQjvlNZlQB3lL+zrPtbNvMA7E0Wkmo+Z6YFnsf7aek+KGzaGboAeFO4uKZjQXY5 --> <!-- RmMzE70Bwaz7hvA05jDURdRKH0i/1yK96TDuP7JyRFLOvA3UXNWz00R9w7ppMDcN --> <!-- lXtrmbPigv3xE9FfpfmJRtiOZQKd73K72Wujmj6/Su3+DBTpOq7NgdntW2lJfX3X --> <!-- a6oe4F9Pk9xRhkwHsk7Ju9E/AgMBAAGjggFzMIIBbzAfBgNVHSUEGDAWBgorBgEE --> <!-- AYI3TAgBBggrBgEFBQcDAzAdBgNVHQ4EFgQUrg/nt/gj+BBLd1jZWYhok7v5/w4w --> <!-- RQYDVR0RBD4wPKQ6MDgxHjAcBgNVBAsTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEW --> <!-- MBQGA1UEBRMNMjMwMDEyKzQ3MDUyODAfBgNVHSMEGDAWgBRIbmTlUAXTgqoXNzci --> <!-- tW2oynUClTBUBgNVHR8ETTBLMEmgR6BFhkNodHRwOi8vd3d3Lm1pY3Jvc29mdC5j --> <!-- b20vcGtpb3BzL2NybC9NaWNDb2RTaWdQQ0EyMDExXzIwMTEtMDctMDguY3JsMGEG --> <!-- CCsGAQUFBwEBBFUwUzBRBggrBgEFBQcwAoZFaHR0cDovL3d3dy5taWNyb3NvZnQu --> <!-- Y29tL3BraW9wcy9jZXJ0cy9NaWNDb2RTaWdQQ0EyMDExXzIwMTEtMDctMDguY3J0 --> <!-- MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggIBAJL5t6pVjIRlQ8j4dAFJ --> <!-- ZnMke3rRHeQDOPFxswM47HRvgQa2E1jea2aYiMk1WmdqWnYw1bal4IzRlSVf4czf --> <!-- zx2vjOIOiaGllW2ByHkfKApngOzJmAQ8F15xSHPRvNMmvpC3PFLvKMf3y5SyPJxh --> <!-- 922TTq0q5epJv1SgZDWlUlHL/Ex1nX8kzBRhHvc6D6F5la+oAO4A3o/ZC05OOgm4 --> <!-- EJxZP9MqUi5iid2dw4Jg/HvtDpCcLj1GLIhCDaebKegajCJlMhhxnDXrGFLJfX8j --> <!-- 7k7LUvrZDsQniJZ3D66K+3SZTLhvwK7dMGVFuUUJUfDifrlCTjKG9mxsPDllfyck --> <!-- 4zGnRZv8Jw9RgE1zAghnU14L0vVUNOzi/4bE7wIsiRyIcCcVoXRneBA3n/frLXvd --> <!-- jDsbb2lpGu78+s1zbO5N0bhHWq4j5WMutrspBxEhqG2PSBjC5Ypi+jhtfu3+x76N --> <!-- mBvsyKuxx9+Hm/ALnlzKxr4KyMR3/z4IRMzA1QyppNk65Ui+jB14g+w4vole33M1 --> <!-- pVqVckrmSebUkmjnCshCiH12IFgHZF7gRwE4YZrJ7QjxZeoZqHaKsQLRMp653beB --> <!-- fHfeva9zJPhBSdVcCW7x9q0c2HVPLJHX9YCUU714I+qtLpDGrdbZxD9mikPqL/To --> <!-- /1lDZ0ch8FtePhME7houuoPcMIIHejCCBWKgAwIBAgIKYQ6Q0gAAAAAAAzANBgkq --> <!-- hkiG9w0BAQsFADCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24x --> <!-- EDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlv --> <!-- bjEyMDAGA1UEAxMpTWljcm9zb2Z0IFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5 --> <!-- IDIwMTEwHhcNMTEwNzA4MjA1OTA5WhcNMjYwNzA4MjEwOTA5WjB+MQswCQYDVQQG --> <!-- EwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9uZDEeMBwG --> <!-- A1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMSgwJgYDVQQDEx9NaWNyb3NvZnQg --> <!-- Q29kZSBTaWduaW5nIFBDQSAyMDExMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIIC --> <!-- CgKCAgEAq/D6chAcLq3YbqqCEE00uvK2WCGfQhsqa+laUKq4BjgaBEm6f8MMHt03 --> <!-- a8YS2AvwOMKZBrDIOdUBFDFC04kNeWSHfpRgJGyvnkmc6Whe0t+bU7IKLMOv2akr --> <!-- rnoJr9eWWcpgGgXpZnboMlImEi/nqwhQz7NEt13YxC4Ddato88tt8zpcoRb0Rrrg --> <!-- OGSsbmQ1eKagYw8t00CT+OPeBw3VXHmlSSnnDb6gE3e+lD3v++MrWhAfTVYoonpy --> <!-- 4BI6t0le2O3tQ5GD2Xuye4Yb2T6xjF3oiU+EGvKhL1nkkDstrjNYxbc+/jLTswM9 --> <!-- sbKvkjh+0p2ALPVOVpEhNSXDOW5kf1O6nA+tGSOEy/S6A4aN91/w0FK/jJSHvMAh --> <!-- dCVfGCi2zCcoOCWYOUo2z3yxkq4cI6epZuxhH2rhKEmdX4jiJV3TIUs+UsS1Vz8k --> <!-- A/DRelsv1SPjcF0PUUZ3s/gA4bysAoJf28AVs70b1FVL5zmhD+kjSbwYuER8ReTB --> <!-- w3J64HLnJN+/RpnF78IcV9uDjexNSTCnq47f7Fufr/zdsGbiwZeBe+3W7UvnSSmn --> <!-- Eyimp31ngOaKYnhfsi+E11ecXL93KCjx7W3DKI8sj0A3T8HhhUSJxAlMxdSlQy90 --> <!-- lfdu+HggWCwTXWCVmj5PM4TasIgX3p5O9JawvEagbJjS4NaIjAsCAwEAAaOCAe0w --> <!-- ggHpMBAGCSsGAQQBgjcVAQQDAgEAMB0GA1UdDgQWBBRIbmTlUAXTgqoXNzcitW2o --> <!-- ynUClTAZBgkrBgEEAYI3FAIEDB4KAFMAdQBiAEMAQTALBgNVHQ8EBAMCAYYwDwYD --> <!-- VR0TAQH/BAUwAwEB/zAfBgNVHSMEGDAWgBRyLToCMZBDuRQFTuHqp8cx0SOJNDBa --> <!-- BgNVHR8EUzBRME+gTaBLhklodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpL2Ny --> <!-- bC9wcm9kdWN0cy9NaWNSb29DZXJBdXQyMDExXzIwMTFfMDNfMjIuY3JsMF4GCCsG --> <!-- AQUFBwEBBFIwUDBOBggrBgEFBQcwAoZCaHR0cDovL3d3dy5taWNyb3NvZnQuY29t --> <!-- L3BraS9jZXJ0cy9NaWNSb29DZXJBdXQyMDExXzIwMTFfMDNfMjIuY3J0MIGfBgNV --> <!-- HSAEgZcwgZQwgZEGCSsGAQQBgjcuAzCBgzA/BggrBgEFBQcCARYzaHR0cDovL3d3 --> <!-- dy5taWNyb3NvZnQuY29tL3BraW9wcy9kb2NzL3ByaW1hcnljcHMuaHRtMEAGCCsG --> <!-- AQUFBwICMDQeMiAdAEwAZQBnAGEAbABfAHAAbwBsAGkAYwB5AF8AcwB0AGEAdABl --> <!-- AG0AZQBuAHQALiAdMA0GCSqGSIb3DQEBCwUAA4ICAQBn8oalmOBUeRou09h0ZyKb --> <!-- C5YR4WOSmUKWfdJ5DJDBZV8uLD74w3LRbYP+vj/oCso7v0epo/Np22O/IjWll11l --> <!-- hJB9i0ZQVdgMknzSGksc8zxCi1LQsP1r4z4HLimb5j0bpdS1HXeUOeLpZMlEPXh6 --> <!-- I/MTfaaQdION9MsmAkYqwooQu6SpBQyb7Wj6aC6VoCo/KmtYSWMfCWluWpiW5IP0 --> <!-- wI/zRive/DvQvTXvbiWu5a8n7dDd8w6vmSiXmE0OPQvyCInWH8MyGOLwxS3OW560 --> <!-- STkKxgrCxq2u5bLZ2xWIUUVYODJxJxp/sfQn+N4sOiBpmLJZiWhub6e3dMNABQam --> <!-- ASooPoI/E01mC8CzTfXhj38cbxV9Rad25UAqZaPDXVJihsMdYzaXht/a8/jyFqGa --> <!-- J+HNpZfQ7l1jQeNbB5yHPgZ3BtEGsXUfFL5hYbXw3MYbBL7fQccOKO7eZS/sl/ah --> <!-- XJbYANahRr1Z85elCUtIEJmAH9AAKcWxm6U/RXceNcbSoqKfenoi+kiVH6v7RyOA --> <!-- 9Z74v2u3S5fi63V4GuzqN5l5GEv/1rMjaHXmr/r8i+sLgOppO6/8MO0ETI7f33Vt --> <!-- Y5E90Z1WTk+/gFcioXgRMiF670EKsT/7qMykXcGhiJtXcVZOSEXAQsmbdlsKgEhr --> <!-- /Xmfwb1tbWrJUnMTDXpQzTGCGaIwghmeAgEBMIGVMH4xCzAJBgNVBAYTAlVTMRMw --> <!-- EQYDVQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVN --> <!-- aWNyb3NvZnQgQ29ycG9yYXRpb24xKDAmBgNVBAMTH01pY3Jvc29mdCBDb2RlIFNp --> <!-- Z25pbmcgUENBIDIwMTECEzMAAALLt3U5+wJxQjYAAAAAAsswDQYJYIZIAWUDBAIB --> <!-- BQCgga4wGQYJKoZIhvcNAQkDMQwGCisGAQQBgjcCAQQwHAYKKwYBBAGCNwIBCzEO --> <!-- MAwGCisGAQQBgjcCARUwLwYJKoZIhvcNAQkEMSIEIOASSgMy4TEKtR1tSS+8B9Vb --> <!-- t9lN7rssmUraObpdpCjmMEIGCisGAQQBgjcCAQwxNDAyoBSAEgBNAGkAYwByAG8A --> <!-- cwBvAGYAdKEagBhodHRwOi8vd3d3Lm1pY3Jvc29mdC5jb20wDQYJKoZIhvcNAQEB --> <!-- BQAEggEAko6ycgfvpxqR1k7ndzowYM+iR4jJMCx1CIIWTv/xavjXxXXxKAg3poEL --> <!-- n/0xfFn1lmVXiyWMAMLpuFHJnwlTb7TCb1rXO/9TE9wklb5EBi4DxZ/RnkCHTxKn --> <!-- DAmnTLfOWQW5yPoGAYDQrmLpeMAyO+3djtatqmLxVEpJuPz2poT1xAo8Ild4BsFq --> <!-- n/4NvYfogvgliPAZ3BJVxak8ZCzhrXGgUZNZ2LwVnoahLkkTVwM+OxuJIcP+rCu/ --> <!-- JX/TWQ7aypj+qsc8E8MgmrptCHPeMrZ2AzeuEvhrvXZN9AXvy/QA54ylbiS0z7bC --> <!-- oQV1AAfy2LT/jHkk7orvLCJQiDD1sqGCFywwghcoBgorBgEEAYI3AwMBMYIXGDCC --> <!-- FxQGCSqGSIb3DQEHAqCCFwUwghcBAgEDMQ8wDQYJYIZIAWUDBAIBBQAwggFZBgsq --> <!-- hkiG9w0BCRABBKCCAUgEggFEMIIBQAIBAQYKKwYBBAGEWQoDATAxMA0GCWCGSAFl --> <!-- AwQCAQUABCAVxZfV3I36ZBVEGjGaez1M/sen2pOlSMLSwimOVxzhJgIGZD/RtNaP --> <!-- GBMyMDIzMDQyNjEwMjIxMC4wOTNaMASAAgH0oIHYpIHVMIHSMQswCQYDVQQGEwJV --> <!-- UzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9uZDEeMBwGA1UE --> <!-- ChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMS0wKwYDVQQLEyRNaWNyb3NvZnQgSXJl --> <!-- bGFuZCBPcGVyYXRpb25zIExpbWl0ZWQxJjAkBgNVBAsTHVRoYWxlcyBUU1MgRVNO --> <!-- OkEyNDAtNEI4Mi0xMzBFMSUwIwYDVQQDExxNaWNyb3NvZnQgVGltZS1TdGFtcCBT --> <!-- ZXJ2aWNloIIRezCCBycwggUPoAMCAQICEzMAAAG4CNTBuHngUUkAAQAAAbgwDQYJ --> <!-- KoZIhvcNAQELBQAwfDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24x --> <!-- EDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlv --> <!-- bjEmMCQGA1UEAxMdTWljcm9zb2Z0IFRpbWUtU3RhbXAgUENBIDIwMTAwHhcNMjIw --> <!-- OTIwMjAyMjE2WhcNMjMxMjE0MjAyMjE2WjCB0jELMAkGA1UEBhMCVVMxEzARBgNV --> <!-- BAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jv --> <!-- c29mdCBDb3Jwb3JhdGlvbjEtMCsGA1UECxMkTWljcm9zb2Z0IElyZWxhbmQgT3Bl --> <!-- cmF0aW9ucyBMaW1pdGVkMSYwJAYDVQQLEx1UaGFsZXMgVFNTIEVTTjpBMjQwLTRC --> <!-- ODItMTMwRTElMCMGA1UEAxMcTWljcm9zb2Z0IFRpbWUtU3RhbXAgU2VydmljZTCC --> <!-- AiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAJwbsfwRHERn5C95QPGn37tJ --> <!-- 5vOiY9aWjeIDxpgaXaYGiqsw0G0cvCK3YulrqemEf2CkGSdcOJAF++EqhOSqrO13 --> <!-- nGcjqw6hFNnsGwKANyzddwnOO0jz1lfBIIu77TbfNvnaWbwSRu0DTGHA7n7PR0MY --> <!-- J9bC/HopStpbFf606LKcTWnwaUuEdAhx6FAqg1rkgugiuuaaxKyxRkdjFZLKFXEX --> <!-- L9p01PtwS0fG6vZiRVnEKgeal2TeLvdAIqapBwltPYifgqnp7Z4VJMcPo0TWmRNV --> <!-- FOcHRNwWHehN9xg6ugIGXPo7hMpWrPgg4moHO2epc0T36rgm9hlDrl28bG5TakmV --> <!-- 7NJ98kbF5lgtlrowT6ecwEVtuLd4a0gzYqhanW7zaFZnDft5yMexy59ifETdzpwA --> <!-- rj2nJAyIsiq1PY3XPm2mUMLlACksqelHKfWihK/Fehw/mziovBVwkkr/G0F19OWg --> <!-- R+MBUKifwpOyQiLAxrqvVnfCY4QjJCZiHIuS15HCQ/TIt/Qj4x1WvRa1UqjnmpLu --> <!-- 4/yBYWZsdvZoq8SXI7iOs7muecAJeEkYlM6iOkMighzEhjQK9ThPpoAtluXbL7qI --> <!-- HGrfFlHmX/4soc7jj1j8uB31U34gJlB2XphjMaT+E+O9SImk/6GRV9Sm8C88Fnmm --> <!-- 2VdwMluCNAUzPFjfvHx3AgMBAAGjggFJMIIBRTAdBgNVHQ4EFgQUxP1HJTeFwzNY --> <!-- o1njfucXuUfQaW4wHwYDVR0jBBgwFoAUn6cVXQBeYl2D9OXSZacbUzUZ6XIwXwYD --> <!-- VR0fBFgwVjBUoFKgUIZOaHR0cDovL3d3dy5taWNyb3NvZnQuY29tL3BraW9wcy9j --> <!-- cmwvTWljcm9zb2Z0JTIwVGltZS1TdGFtcCUyMFBDQSUyMDIwMTAoMSkuY3JsMGwG --> <!-- CCsGAQUFBwEBBGAwXjBcBggrBgEFBQcwAoZQaHR0cDovL3d3dy5taWNyb3NvZnQu --> <!-- Y29tL3BraW9wcy9jZXJ0cy9NaWNyb3NvZnQlMjBUaW1lLVN0YW1wJTIwUENBJTIw --> <!-- MjAxMCgxKS5jcnQwDAYDVR0TAQH/BAIwADAWBgNVHSUBAf8EDDAKBggrBgEFBQcD --> <!-- CDAOBgNVHQ8BAf8EBAMCB4AwDQYJKoZIhvcNAQELBQADggIBAJ9uk8miwpMoKw3D --> <!-- 996piEzbegAGxkABHYn2vP2hbqnkS9U97s/6QlyZOhGFsVudaiLeRZZTsaG5hR0o --> <!-- CuBINZ/lelo5xzHc+mBOpBXpxSaW1hqoxaCLsVH1EBtz7in25Hjy+ejuBcilH6EZ --> <!-- 0ZtNxmWGIQz8R0AuS0Tj4VgJXHIlXP9dVOiyGo9Velrk+FGx/BC+iEuCaKd/Isyp --> <!-- HPiCUCh52DGc91s2S7ldQx1H4CljOAtanDfbvSejASWLo/s3w0XMAbDurWNns0Xi --> <!-- dAF2RnL1PaxoOyz9VYakNGK4F3/uJRZnVgbsCYuwNX1BmSwM1ZbPSnggNSGTZx/F --> <!-- Q20Jj/ulrK0ryAbvNbNb4kkaS4a767ifCqvUOFLlUT8PN43hhldxI6yHPMOWItJp --> <!-- EHIZBiTNKblBsYbIrghb1Ym9tfSsLa5ZJDzVZNndRfhUqJOyXF+CVm9OtVmFDG9k --> <!-- IwM6QAX8Q0if721z4VOzZNvD8ktg1lI+XjXgXDJVs3h47sMu9GXSYzky+7dtgmc3 --> <!-- iRPkda3YVRdmPJtNFN0NLybcssE7vhFCij75eDGQBFq0A4KVG6uBdr6UTWwE0VKH --> <!-- xBz2BpGvn7BCs+5yxnF+HV6CUickDqqPi/II7Zssd9EbP9uzj4luldXDAPrWGtdG --> <!-- q+wK0odlGNVuCMxsL3hn8+KiO9UiMIIHcTCCBVmgAwIBAgITMwAAABXF52ueAptJ --> <!-- mQAAAAAAFTANBgkqhkiG9w0BAQsFADCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgT --> <!-- Cldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29m --> <!-- dCBDb3Jwb3JhdGlvbjEyMDAGA1UEAxMpTWljcm9zb2Z0IFJvb3QgQ2VydGlmaWNh --> <!-- dGUgQXV0aG9yaXR5IDIwMTAwHhcNMjEwOTMwMTgyMjI1WhcNMzAwOTMwMTgzMjI1 --> <!-- WjB8MQswCQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMH --> <!-- UmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMSYwJAYDVQQD --> <!-- Ex1NaWNyb3NvZnQgVGltZS1TdGFtcCBQQ0EgMjAxMDCCAiIwDQYJKoZIhvcNAQEB --> <!-- BQADggIPADCCAgoCggIBAOThpkzntHIhC3miy9ckeb0O1YLT/e6cBwfSqWxOdcjK --> <!-- NVf2AX9sSuDivbk+F2Az/1xPx2b3lVNxWuJ+Slr+uDZnhUYjDLWNE893MsAQGOhg --> <!-- fWpSg0S3po5GawcU88V29YZQ3MFEyHFcUTE3oAo4bo3t1w/YJlN8OWECesSq/XJp --> <!-- rx2rrPY2vjUmZNqYO7oaezOtgFt+jBAcnVL+tuhiJdxqD89d9P6OU8/W7IVWTe/d --> <!-- vI2k45GPsjksUZzpcGkNyjYtcI4xyDUoveO0hyTD4MmPfrVUj9z6BVWYbWg7mka9 --> <!-- 7aSueik3rMvrg0XnRm7KMtXAhjBcTyziYrLNueKNiOSWrAFKu75xqRdbZ2De+JKR --> <!-- Hh09/SDPc31BmkZ1zcRfNN0Sidb9pSB9fvzZnkXftnIv231fgLrbqn427DZM9itu --> <!-- qBJR6L8FA6PRc6ZNN3SUHDSCD/AQ8rdHGO2n6Jl8P0zbr17C89XYcz1DTsEzOUyO --> <!-- ArxCaC4Q6oRRRuLRvWoYWmEBc8pnol7XKHYC4jMYctenIPDC+hIK12NvDMk2ZItb --> <!-- oKaDIV1fMHSRlJTYuVD5C4lh8zYGNRiER9vcG9H9stQcxWv2XFJRXRLbJbqvUAV6 --> <!-- bMURHXLvjflSxIUXk8A8FdsaN8cIFRg/eKtFtvUeh17aj54WcmnGrnu3tz5q4i6t --> <!-- AgMBAAGjggHdMIIB2TASBgkrBgEEAYI3FQEEBQIDAQABMCMGCSsGAQQBgjcVAgQW --> <!-- BBQqp1L+ZMSavoKRPEY1Kc8Q/y8E7jAdBgNVHQ4EFgQUn6cVXQBeYl2D9OXSZacb --> <!-- UzUZ6XIwXAYDVR0gBFUwUzBRBgwrBgEEAYI3TIN9AQEwQTA/BggrBgEFBQcCARYz --> <!-- aHR0cDovL3d3dy5taWNyb3NvZnQuY29tL3BraW9wcy9Eb2NzL1JlcG9zaXRvcnku --> <!-- aHRtMBMGA1UdJQQMMAoGCCsGAQUFBwMIMBkGCSsGAQQBgjcUAgQMHgoAUwB1AGIA --> <!-- QwBBMAsGA1UdDwQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFNX2 --> <!-- VsuP6KJcYmjRPZSQW9fOmhjEMFYGA1UdHwRPME0wS6BJoEeGRWh0dHA6Ly9jcmwu --> <!-- bWljcm9zb2Z0LmNvbS9wa2kvY3JsL3Byb2R1Y3RzL01pY1Jvb0NlckF1dF8yMDEw --> <!-- LTA2LTIzLmNybDBaBggrBgEFBQcBAQROMEwwSgYIKwYBBQUHMAKGPmh0dHA6Ly93 --> <!-- d3cubWljcm9zb2Z0LmNvbS9wa2kvY2VydHMvTWljUm9vQ2VyQXV0XzIwMTAtMDYt --> <!-- MjMuY3J0MA0GCSqGSIb3DQEBCwUAA4ICAQCdVX38Kq3hLB9nATEkW+Geckv8qW/q --> <!-- XBS2Pk5HZHixBpOXPTEztTnXwnE2P9pkbHzQdTltuw8x5MKP+2zRoZQYIu7pZmc6 --> <!-- U03dmLq2HnjYNi6cqYJWAAOwBb6J6Gngugnue99qb74py27YP0h1AdkY3m2CDPVt --> <!-- I1TkeFN1JFe53Z/zjj3G82jfZfakVqr3lbYoVSfQJL1AoL8ZthISEV09J+BAljis --> <!-- 9/kpicO8F7BUhUKz/AyeixmJ5/ALaoHCgRlCGVJ1ijbCHcNhcy4sa3tuPywJeBTp --> <!-- kbKpW99Jo3QMvOyRgNI95ko+ZjtPu4b6MhrZlvSP9pEB9s7GdP32THJvEKt1MMU0 --> <!-- sHrYUP4KWN1APMdUbZ1jdEgssU5HLcEUBHG/ZPkkvnNtyo4JvbMBV0lUZNlz138e --> <!-- W0QBjloZkWsNn6Qo3GcZKCS6OEuabvshVGtqRRFHqfG3rsjoiV5PndLQTHa1V1QJ --> <!-- sWkBRH58oWFsc/4Ku+xBZj1p/cvBQUl+fpO+y/g75LcVv7TOPqUxUYS8vwLBgqJ7 --> <!-- Fx0ViY1w/ue10CgaiQuPNtq6TPmb/wrpNPgkNWcr4A245oyZ1uEi6vAnQj0llOZ0 --> <!-- dFtq0Z4+7X6gMTN9vMvpe784cETRkPHIqzqKOghif9lwY1NNje6CbaUFEMFxBmoQ --> <!-- tB1VM1izoXBm8qGCAtcwggJAAgEBMIIBAKGB2KSB1TCB0jELMAkGA1UEBhMCVVMx --> <!-- EzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoT --> <!-- FU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEtMCsGA1UECxMkTWljcm9zb2Z0IElyZWxh --> <!-- bmQgT3BlcmF0aW9ucyBMaW1pdGVkMSYwJAYDVQQLEx1UaGFsZXMgVFNTIEVTTjpB --> <!-- MjQwLTRCODItMTMwRTElMCMGA1UEAxMcTWljcm9zb2Z0IFRpbWUtU3RhbXAgU2Vy --> <!-- dmljZaIjCgEBMAcGBSsOAwIaAxUAcGteVqFx/IbTKXHLeuXCPRPMD7uggYMwgYCk --> <!-- fjB8MQswCQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMH --> <!-- UmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMSYwJAYDVQQD --> <!-- Ex1NaWNyb3NvZnQgVGltZS1TdGFtcCBQQ0EgMjAxMDANBgkqhkiG9w0BAQUFAAIF --> <!-- AOfy4PcwIhgPMjAyMzA0MjYwNzI5NTlaGA8yMDIzMDQyNzA3Mjk1OVowdzA9Bgor --> <!-- BgEEAYRZCgQBMS8wLTAKAgUA5/Lg9wIBADAKAgEAAgI9AAIB/zAHAgEAAgI3iTAK --> <!-- AgUA5/QydwIBADA2BgorBgEEAYRZCgQCMSgwJjAMBgorBgEEAYRZCgMCoAowCAIB --> <!-- AAIDB6EgoQowCAIBAAIDAYagMA0GCSqGSIb3DQEBBQUAA4GBAKxQ4xpcPFV4+fC9 --> <!-- 4ka/7cxwq28xtvbfUGp7gEklX41dbD8E7HQxFpGtcnR7vyXh4weSasfFnHS7H2Iq --> <!-- vwzMxqLX1fmVZgXSOrltGzwxYVa2vkIJOAtbbGebgajlK1L43zQ0LYJFTNrLGrp9 --> <!-- yEcC8PRDLmSlao9tpqmhYwd8oqYnMYIEDTCCBAkCAQEwgZMwfDELMAkGA1UEBhMC --> <!-- VVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNV --> <!-- BAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEmMCQGA1UEAxMdTWljcm9zb2Z0IFRp --> <!-- bWUtU3RhbXAgUENBIDIwMTACEzMAAAG4CNTBuHngUUkAAQAAAbgwDQYJYIZIAWUD --> <!-- BAIBBQCgggFKMBoGCSqGSIb3DQEJAzENBgsqhkiG9w0BCRABBDAvBgkqhkiG9w0B --> <!-- CQQxIgQgv/Vg8SpGt9H6a9lRfbhH0k5pNfDMkSxjvDgFEDlHnTswgfoGCyqGSIb3 --> <!-- DQEJEAIvMYHqMIHnMIHkMIG9BCAo69Y4oHA7Q4pS+Y1NsBfrpIYTeWsPeGTami0X --> <!-- 0PD7HzCBmDCBgKR+MHwxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpXYXNoaW5ndG9u --> <!-- MRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRp --> <!-- b24xJjAkBgNVBAMTHU1pY3Jvc29mdCBUaW1lLVN0YW1wIFBDQSAyMDEwAhMzAAAB --> <!-- uAjUwbh54FFJAAEAAAG4MCIEIHQ6sy7gTYLfJzPVjOPRMQy+Q9iXsAoU+T86dSDW --> <!-- 4Ag3MA0GCSqGSIb3DQEBCwUABIICABMKTkJ2YoZff4fOieOusNXWhRpcZjILCCmO --> <!-- 8mAUyoeyPTdu6CL2V7Wguv0fPwOGwV+g9ZWIzJc+gphIl5BDhUwoSuWyK7LWMHiM --> <!-- a/pFYdRI7uENNxuMR6TKCxBZ6wsqWHqquluVmFRIRnl5+B8E3J3J7aiO/1I4g32I --> <!-- irdc3yavPlaQnkz27A+3IhkEC7JyAqUFvTmSBf7pdndmu+Bw3mN1RQJQQiP2qLvB --> <!-- oGaMcoPtFg/mTSxsQCvBOiwG46Xjjvntg8WPOYgFdkCwxqotbUz49VMaKUDvp/gU --> <!-- ypmbpTWx5gP9/Wr79ukPbruPgCFbWRCFTGVtG68pMg6hBZWDuySJ6Tp6ZKYtbWj3 --> <!-- W/oFwt1Sd3c5RE/HB6JzmGR2alsRphRrslmneBzORmwotT1qYTFJxB/pRaDqmdmc --> <!-- rZLdvRlUCaXIy2xHlCLsIARcSdUzbuEQQGR54j2gHeYo8bAys2A8kYSO4mhCz6IZ --> <!-- OiEGUNtxzP5XqRdcY7gACPoujDU2AgWrXvioRxNI8AXDpHqL6+gGTtpVA8WiEwj5 --> <!-- trPPX9kmOGFOCmYObAzqMrDLbleymZP8lfMAnnCoVUwhYHlUNhm+P+L9Cq7ufR82 --> <!-- SHlxWFEA/44iIBJWI9HyjrHu1PGvLvIfv8o5XKMBoT4QloCtRMxoFgO5BPJGVt6I --> <!-- q5KYDUDr --> <!-- SIG # End signature block --> |