Start-MIPNetworkDiscovery
Relevant for: AIP unified labeling client only
Instructs the Azure Information Protection scanner to start a network scan job.
Syntax
Start-MIPNetworkDiscovery
-JobId <Guid>
[-Force]
[<CommonParameters>]
Description
The Start-MIPNetworkDiscovery cmdlet instructs the Azure Information Protection scanner to immediately start a specified network scan job.
Network scan jobs enables AIP administrators to scan a specified IP address or range for possibly risky repositories. Administrators may want to add these repositories to a content scan job to further scan their contents.
The scanner's Network Discovery service must be started before you can run this cmdlet.
Note
The Azure Information Protection (AIP) network discovery feature uses AIP analytics (public preview). As of March 18, 2022, we are sunsetting network discovery together with the AIP analytics and audit logs public preview. Moving forward, we'll be using the Microsoft 365 auditing solution. Full retirement for network discovery, AIP analytics, and audit logs is scheduled for September 30, 2022.
For more information, see Removed and retired services.
Examples
Example 1
PS C:\>
Start-MIPNetworkDiscovery -JobId f7715158-dc9e-40d5-b78e-9c93a8c30577
This example runs the network scan job with a job GUID of f7715158-dc9e-40d5-b78e-9c93a8c30577.
Parameters
-Force
Forces the command to run without asking for user confirmation.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-JobId
The network scan job GUID.
This parameter is mandatory. Get the network scan job GUID by using the Get-MIPNetworkDiscoveryJobs cmdlet.
Type: | Guid |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None
Outputs
System.Object