< Back
Invoke-vRATenantDirectorySync
Post
NAME Invoke-vRATenantDirectorySync
SYNOPSIS
Sync an identity store
SYNTAX
Invoke-vRATenantDirectorySync [-Id] <String> [[-Domain] <String[]>] [-WhatIf] [-Confirm] [<CommonParameters>]
DESCRIPTION
Sync an identity store
PARAMETERS
-Id <String>
Specify the ID of a Tenant
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Domain <String[]>
Specify the Domain of a Tenant Directory
Required? false
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-WhatIf [<SwitchParameter>]
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Confirm [<SwitchParameter>]
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
System.String
OUTPUTS
System.Management.Automation.PSObject.
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Invoke-vRATenantDirectorySync -Id Tenant01 -Domain vrademo.local
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Invoke-vRATenantDirectorySync -Id Tenant01 -Domain vrademo.local,test.local
RELATED LINKS
SYNOPSIS
Sync an identity store
SYNTAX
Invoke-vRATenantDirectorySync [-Id] <String> [[-Domain] <String[]>] [-WhatIf] [-Confirm] [<CommonParameters>]
DESCRIPTION
Sync an identity store
PARAMETERS
-Id <String>
Specify the ID of a Tenant
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Domain <String[]>
Specify the Domain of a Tenant Directory
Required? false
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-WhatIf [<SwitchParameter>]
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Confirm [<SwitchParameter>]
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
System.String
OUTPUTS
System.Management.Automation.PSObject.
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Invoke-vRATenantDirectorySync -Id Tenant01 -Domain vrademo.local
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Invoke-vRATenantDirectorySync -Id Tenant01 -Domain vrademo.local,test.local
RELATED LINKS