Get-MIPNetworkDiscoveryJobs

Relevant for: AIP unified labeling client only

Gets a list of Azure Information Protection network scan jobs configured in your tenant.

Syntax

Get-MIPNetworkDiscoveryJobs []

Description

The Get-MIPNetworkDiscoveryJobs cmdlet gets a list of the Network Discovery network scan jobs configured in your tenant.

Network Discovery network scan jobs enable Azure Information Protection administrators to scan specific IP addresses or ranges for risky repositories to add to scan further with content scan jobs.

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:\> Get-MIPNetworkDiscoveryJobs

JobID       : 496ca93c-ba49-497b-a527-62ffd980891ea
IpRanges    : [{"Start":"10.90.208.62", "End":"10.90.208.62"}]
LastScanned : 8/2/2020 1:13:16 PM
NodeName    : msanchez-7060-emea.corp.contoso.com
StartTime   : 
Status      : Idle
Schedule    : Weekly Mon,Wed 

JobID       : 40zaw385-o28c-398k-i482-43o2xcggsejsz
IpRanges    : [{"Start":"88.205.56.230", "End":"88.205.56.230"}]
LastScanned : 9/4/2020 1:13:16 PM
NodeName    : 
StartTime   : 
Status      : Idle
Schedule    : Monthly 4

JobID       : v7r05qqh-eb2z-2enz-3o2n-a85w1eji3vagv
IpRanges    : [{"Start":"183.118.20.113", "End":"183.118.20.113"}]
LastScanned : 10/13/2020 1:13:16 PM
NodeName    : msanchez-7060-emea.corp.contoso.com
StartTime   : 
Status      : Idle
Schedule    : Weekly Sun

This command gets the list of the three Network Discovery network scan jobs, as configured in the Azure portal.

Inputs

None

Outputs

System.Object