The following commands are available to manage Skype for Business auditing:
Use this command to see the list of event classes available for the Skype for Business subsystem.
A connection obtained by using the Connect-CAClient command. |
Get-CASkypeEventClassInfo –Connection $connection
Use this command to add a Skype for Business template to Change Auditor.
New-CASkypeTemplate -AgentInfo $agentInfo -AuditItems $auditItems -Connection
$connection -DatabaseCMSCredential $dbCredential -TemplateName 'Skype for Business
Template' -UseWindowsAuthentication $True -Disabled $False
Use this command to see all the Skype for Business templates that have been created.
A connection obtained by using the Connect-CAClient command. |
Get-CASkypeTemplates -Connection $connection
A connection obtained by using the Connect-CAClient command. | |
Skype for Business Central Management Store database credentials. | |
Set-CASkypeTemplate -Connection $connection -Template $templateToUpdate ‘Updated Skype for Business Template’ -AgentInfo &agentInfo -AuditItems &$auditItems -DatabaseCMSCredential $dbCredential -UseWindowsAuthentication $True -Disabled $False
A connection obtained by using the Connect-CAClient command. | |
Remove-CASkypeTemplate -Connection $connection -TemplateName 'Skype For Business
Quest On Demand Audit is a Software as a Service (SaaS) application, available through quest-on-demand.com that provides extensive, customizable auditing of critical activities and detailed alerts about vital changes taking place in Microsoft Office 365 and Azure Active Directory.
A connection obtained by using the Connect-CAClient command. |
Example: Create a subscription to send Active Directory event data to On Demand Audit
New-CAODAConfiguration -Connection $connection
Use this command to see the details of the current On Demand Audit configuration.
A connection obtained by using the Connect-CAClient command. | |
Get-CAODAConfiguration -Connection $connection
The command returns the following information.
Use this command to modify an On Demand Audit configuration.
Set-CAODAConfiguration -Connection $connection -AllowedCoordinators @("coordinator1", "coordinator2")
The following commands are available to manage Active Directory protection:
Use this command to create an Active Directory protection template.
$forestCredential = New-CAForestCredential -ForestName $forestName -Credential $creds
Use this command to create a protected object to include in a protection template.
Scope of coverage for the protected object. Specify the scope using one of the following values: | |||||||||||||
Operations to be denied for the selected object:
|
Use this command to remove protected objects from a protection template.
$forestCredential = New-CAForestCredential -ForestName $forestName -Credential $creds
$templates = Get-CAADProtectionTemplates -Connection $connection -Credential $forestCredential
$forestCredential = New-CAForestCredential -ForestName $forestName -Credential $creds
Use this command to schedule when to enforce the protection.
Spelled out day of the week to begin the protection. For example, Monday. | |
New-CAScheduledTimeRange -Day Monday -StartTime 7 -EndTime 18
A connection obtained by using the Connect-CAClient command. | |
Get-CAADProtectionTemplates -Connection $connection
$forestCredential = New-CAForestCredential -ForestName $forestName -Credential $creds
Get-CAADProtectionTemplates -Connection $connection -Credential $forestCredential
Use this command to remove an Active Directory protection template.
A connection obtained by using the Connect-CAClient command. | |
The PSCAProtectionTemplate object to remove. Obtain the template objects using the Get-CAADProtectionTemplates command and filter to select the object to remove. | |
Remove-CAADProtectionTemplate -Connection $connection -Template $template
Example: Remove an Active Directory Protection template in a foreign forest
$forestCredential = New-CAForestCredential -ForestName $forestName -Credential $creds
Use this command to modify Active Directory protection templates.
$forestCredential = New-CAForestCredential -ForestName $forestName -Credential $creds
$templates = Get-CAADProtectionTemplates -Connection $connection -Credential $forestCredential
The following commands are available to manage GPO protection:
Use this command to create a GPO protection template.
$forestCredential = New-CAForestCredential -ForestName $forestName -Credential $creds
Use this command to see all the GPO protection templates that have been created.
A connection obtained by using the Connect-CAClient command. | |
Get-CAGPOProtectionTemplates -Connection $connection
$forestCredential = New-CAForestCredential -ForestName $forestName -Credential $creds
Get-CAGPOProtectionTemplates -Connection $connection -Credential $forestCredential
Use this command to modify a GPO protection template.
$forestCredential = New-CAForestCredential -ForestName $forestName -Credential $creds
Use this command to remove a GPO protection template.
A connection obtained by using the Connect-CAClient command. | |
The PSCAProtectionTemplate object to remove. Obtain the template objects using the Get-CAGPOProtectionTemplates command and filter to select the object to remove. | |
Remove-CAGPOProtectionTemplate -Connection $connection -Template $template
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Nutzungsbedingungen Datenschutz Cookie Preference Center