Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BULK] - DocuTune remediation - Sensitive terms with GUIDs (part 4) #1022

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion azureadps-2.0-preview/AzureAD/Get-AzureADGroupOwner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ syntaxes:
examples:
- title: 'Example 1: Get a group owner by ID'
code: |-
PS C:\>Get-AzureADGroupOwner -ObjectId "62438306-7c37-4638-a72d-0ee8d9217680"
PS C:\>Get-AzureADGroupOwner -ObjectId "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb"

ObjectId ObjectType
-------- ----------
Expand Down
17 changes: 8 additions & 9 deletions azureadps-2.0-preview/AzureAD/Get-AzureADMSApplication.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ PS C:\>Get-AzureADMSApplication -Filter "DisplayName eq 'My App'"
System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.PermissionScope]
}

AppId : 807dd73f-8451-4cfa-b3bc-52ac3fd95330
AppId : 00001111-aaaa-2222-bbbb-3333cccc4444
AppRoles : {}
IsDeviceOnlyAuthSupported :
IsFallbackPublicClient :
Expand Down Expand Up @@ -92,7 +92,7 @@ This command gets an application by its display name.

### Example 2: Get an application by ID
```
PS C:\>Get-AzureADMSApplication -Filter "AppId eq 'ed192e92-84d4-4baf-997d-1e190a81f28e'"
PS C:\>Get-AzureADMSApplication -Filter "AppId eq '11112222-bbbb-3333-cccc-4444dddd5555'"
```

This command gets an application by its ID.
Expand All @@ -110,7 +110,7 @@ Id : ba4a97a7-3815-4752-bf4c-f1c0cccfff6a
System.Collections.Generic.List\`1\[Microsoft.Open.MSGraph.Model.PermissionScope\]
}

AppId : 807dd73f-8451-4cfa-b3bc-52ac3fd95330
AppId : 00001111-aaaa-2222-bbbb-3333cccc4444
AppRoles : {}
IsDeviceOnlyAuthSupported :
IsFallbackPublicClient :
Expand Down Expand Up @@ -156,7 +156,7 @@ Get-AzureADMSApplication -Filter "identifierUris/any(uri:uri eq 'http://wingtips

### Example 4: Get an application by object ID
```
PS C:\>Get-AzureADMSApplication -ObjectId ffe886bc-e978-4002-829e-cf5b1e83d56a
PS C:\>Get-AzureADMSApplication -ObjectId aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb
```

This command gets an application by its object ID.
Expand All @@ -176,7 +176,7 @@ Id : f8bbcbe4-df80-4a6b-80c5-926e28e41407
ResourceSpecificApplicationPermissions:
}

AppId : 18f78c92-365c-4fa0-9b6f-7e06fff27ffe
AppId : 22223333-cccc-4444-dddd-5555eeee6666
ApplicationTemplateId :
AppRoles : {}
GroupMembershipClaims :
Expand Down Expand Up @@ -244,7 +244,7 @@ Id : 121ce3aa-64cb-44f2-99e8-deb705caeddd
ResourceSpecificApplicationPermissions:
}

AppId : a1293e4b-97ae-4f58-9eeb-d0ba5b4b821a
AppId : 33334444-dddd-5555-eeee-6666ffff7777
ApplicationTemplateId :
AppRoles : {}
GroupMembershipClaims :
Expand Down Expand Up @@ -304,7 +304,7 @@ Id : 121ce3aa-64cb-44f2-99e8-deb705caeddd
ResourceSpecificApplicationPermissions:
}

AppId : 51546bbc-4233-42d3-a08e-c73a370f5d41
AppId : 44445555-eeee-6666-ffff-7777aaaa8888
ApplicationTemplateId :
AppRoles : {}
GroupMembershipClaims :
Expand Down Expand Up @@ -377,7 +377,7 @@ Id : 88da75d4-2cba-4c47-9a15-80a983228ad4
ResourceSpecificApplicationPermissions:
}

AppId : 2cffc854-bbcf-404a-8bba-70d043534129
AppId : 55556666-ffff-7777-aaaa-8888bbbb9999
ApplicationTemplateId :
AppRoles : {}
GroupMembershipClaims :
Expand Down Expand Up @@ -522,4 +522,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
[Remove-AzureADMSApplication]()

[Set-AzureADMSApplication]()

16 changes: 8 additions & 8 deletions azureadps-2.0-preview/AzureAD/Get-AzureADMSApplication.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ examples:
System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.PermissionScope]
}

AppId : 807dd73f-8451-4cfa-b3bc-52ac3fd95330
AppId : 00001111-aaaa-2222-bbbb-3333cccc4444
AppRoles : {}
IsDeviceOnlyAuthSupported :
IsFallbackPublicClient :
Expand Down Expand Up @@ -76,7 +76,7 @@ examples:
summary: ""
- title: 'Example 2: Get an application by ID'
code: |-
PS C:\>Get-AzureADMSApplication -Filter "AppId eq 'ed192e92-84d4-4baf-997d-1e190a81f28e'"
PS C:\>Get-AzureADMSApplication -Filter "AppId eq '11112222-bbbb-3333-cccc-4444dddd5555'"
description: |-
This command gets an application by its ID.

Expand All @@ -93,7 +93,7 @@ examples:
System.Collections.Generic.List\`1\[Microsoft.Open.MSGraph.Model.PermissionScope\]
}

AppId : 807dd73f-8451-4cfa-b3bc-52ac3fd95330
AppId : 00001111-aaaa-2222-bbbb-3333cccc4444
AppRoles : {}
IsDeviceOnlyAuthSupported :
IsFallbackPublicClient :
Expand Down Expand Up @@ -139,7 +139,7 @@ examples:
summary: ""
- title: 'Example 4: Get an application by object ID'
code: |-
PS C:\>Get-AzureADMSApplication -ObjectId ffe886bc-e978-4002-829e-cf5b1e83d56a
PS C:\>Get-AzureADMSApplication -ObjectId aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb
description: |-
This command gets an application by its object ID.

Expand All @@ -158,7 +158,7 @@ examples:
ResourceSpecificApplicationPermissions:
}

AppId : 18f78c92-365c-4fa0-9b6f-7e06fff27ffe
AppId : 22223333-cccc-4444-dddd-5555eeee6666
ApplicationTemplateId :
AppRoles : {}
GroupMembershipClaims :
Expand Down Expand Up @@ -225,7 +225,7 @@ examples:
ResourceSpecificApplicationPermissions:
}

AppId : a1293e4b-97ae-4f58-9eeb-d0ba5b4b821a
AppId : 33334444-dddd-5555-eeee-6666ffff7777
ApplicationTemplateId :
AppRoles : {}
GroupMembershipClaims :
Expand Down Expand Up @@ -285,7 +285,7 @@ examples:
ResourceSpecificApplicationPermissions:
}

AppId : 51546bbc-4233-42d3-a08e-c73a370f5d41
AppId : 44445555-eeee-6666-ffff-7777aaaa8888
ApplicationTemplateId :
AppRoles : {}
GroupMembershipClaims :
Expand Down Expand Up @@ -357,7 +357,7 @@ examples:
ResourceSpecificApplicationPermissions:
}

AppId : 2cffc854-bbcf-404a-8bba-70d043534129
AppId : 55556666-ffff-7777-aaaa-8888bbbb9999
ApplicationTemplateId :
AppRoles : {}
GroupMembershipClaims :
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Retrieves the list of extension properties on an application object.

### Example 1: Get extension properties
```
PS C:\>Get-AzureADMSApplicationExtensionProperty -ObjectId "3ddd22e7-a150-4bb3-b100-e410dea1cb84"
PS C:\>Get-AzureADMSApplicationExtensionProperty -ObjectId "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb"
msewaweru marked this conversation as resolved.
Show resolved Hide resolved

ObjectId Name TargetObjects
-------- ---- -------------
Expand Down Expand Up @@ -65,4 +65,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
[New-AzureADMSApplicationExtensionProperty]()

[Remove-AzureADMSApplicationExtensionProperty]()

Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ syntaxes:
examples:
- title: 'Example 1: Get extension properties'
code: |-
PS C:\>Get-AzureADMSApplicationExtensionProperty -ObjectId "3ddd22e7-a150-4bb3-b100-e410dea1cb84"
PS C:\>Get-AzureADMSApplicationExtensionProperty -ObjectId "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb"
msewaweru marked this conversation as resolved.
Show resolved Hide resolved

ObjectId Name TargetObjects
-------- ---- -------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Retrieves the list of owners for an application object.

### Example 1: Get the owner of an application
```
PS C:\>Get-AzureADMSApplicationOwner -ObjectId "3ddd22e7-a150-4bb3-b100-e410dea1cb84" -Top 1
PS C:\>Get-AzureADMSApplicationOwner -ObjectId "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb" -Top 1
msewaweru marked this conversation as resolved.
Show resolved Hide resolved

ObjectId ObjectType
-------- ----------
Expand All @@ -34,7 +34,7 @@ This command gets the owner of an application.

### Example 1: Get the owners of an application
```
PS C:\>Get-AzureADMSApplicationOwner -ObjectId "3ddd22e7-a150-4bb3-b100-e410dea1cb84" -All $true
PS C:\>Get-AzureADMSApplicationOwner -ObjectId "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb" -All $true
msewaweru marked this conversation as resolved.
Show resolved Hide resolved

ObjectId ObjectType
-------- ----------
Expand Down Expand Up @@ -109,4 +109,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
[Add-AzureADMSApplicationOwner]()

[Remove-AzureADMSApplicationOwner]()

Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ syntaxes:
examples:
- title: 'Example 1: Get the owner of an application'
code: |-
PS C:\>Get-AzureADMSApplicationOwner -ObjectId "3ddd22e7-a150-4bb3-b100-e410dea1cb84" -Top 1
PS C:\>Get-AzureADMSApplicationOwner -ObjectId "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb" -Top 1
msewaweru marked this conversation as resolved.
Show resolved Hide resolved

ObjectId ObjectType
-------- ----------
Expand All @@ -28,7 +28,7 @@ examples:
summary: ""
- title: 'Example 1: Get the owners of an application'
code: |-
PS C:\>Get-AzureADMSApplicationOwner -ObjectId "3ddd22e7-a150-4bb3-b100-e410dea1cb84" -All $true
PS C:\>Get-AzureADMSApplicationOwner -ObjectId "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb" -All $true

ObjectId ObjectType
-------- ----------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
[Set-AzureADMSConditionalAccessPolicy]()

[Remove-AzureADMSConditionalAccessPolicy]()

Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ List exisiting permission grants for the group.
Get-AzureADMSGroupPermissionGrant -Id "4823e767eca44858aed244154009b764"

Id : vsMaSY2k_E7761KhRqpx7OGFvAwvdZnJM1s7Iqkt4PU
ClientId : deefce9d-be43-4b49-a9d3-851af6d2c26c
ClientAppId : ba4e4a78-c352-4e59-b657-81b2b395d32b
ClientId : 00001111-aaaa-2222-bbbb-3333cccc4444
ClientAppId : 11112222-bbbb-3333-cccc-4444dddd5555
ResourceAppId : 00000003-0000-0000-c000-000000000000
PermissionType : Application
Permission : Member.Read.Group
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ examples:
Get-AzureADMSGroupPermissionGrant -Id "4823e767eca44858aed244154009b764"

Id : vsMaSY2k_E7761KhRqpx7OGFvAwvdZnJM1s7Iqkt4PU
ClientId : deefce9d-be43-4b49-a9d3-851af6d2c26c
ClientAppId : ba4e4a78-c352-4e59-b657-81b2b395d32b
ClientId : 00001111-aaaa-2222-bbbb-3333cccc4444
ClientAppId : 11112222-bbbb-3333-cccc-4444dddd5555
ResourceAppId : 00000003-0000-0000-c000-000000000000
PermissionType : Application
Permission : Member.Read.Group
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
[Set-AzureADMSNamedLocationPolicy]()

[Remove-AzureADMSNamedLocationPolicy]()

Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Note that the password field will be hidden for security purpose.

### Get password single-sign-on credentials
```
PS C:\> $get_creds_output = Get-AzureADMSPasswordSingleSignOnCredential -ObjectId 9ac9883e-0ac5-4c32-8737-4267f56a28cc -PasswordSSOObjectId a4210a97-5e26-4cfe-88f1-118ed4886f27
PS C:\> $get_creds_output = Get-AzureADMSPasswordSingleSignOnCredential -ObjectId aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb -PasswordSSOObjectId bbbbbbbb-1111-2222-3333-cccccccccccc
```

This command gets the password sso credentials for the given ObjectId and PasswordSSOObjectId.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ syntaxes:
examples:
- title: Get password single-sign-on credentials
code: |-
PS C:\> $get_creds_output = Get-AzureADMSPasswordSingleSignOnCredential -ObjectId 9ac9883e-0ac5-4c32-8737-4267f56a28cc -PasswordSSOObjectId a4210a97-5e26-4cfe-88f1-118ed4886f27
PS C:\> $get_creds_output = Get-AzureADMSPasswordSingleSignOnCredential -ObjectId aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb -PasswordSSOObjectId bbbbbbbb-1111-2222-3333-cccccccccccc
description: |-
This command gets the password sso credentials for the given ObjectId and PasswordSSOObjectId.
summary: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
[Set-AzureADMSPermissionGrantConditionSet]()

[Remove-AzureADMSPermissionGrantConditionSet]()

Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ Get role assignments for a specific provider and resource

### Example 1
```
PS C:\> Get-AzureADMSPrivilegedRoleAssignment -ProviderId AzureResources -ResourceId 3f5887ed-dd6e-4821-8bde-c813ec508cf9
PS C:\> Get-AzureADMSPrivilegedRoleAssignment -ProviderId AzureResources -ResourceId a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1
```

Get all role assignments for a specific provider and resource

### Example 2
```
PS C:\> Get-AzureADMSPrivilegedRoleAssignment -ProviderId AzureResources -ResourceId 3f5887ed-dd6e-4821-8bde-c813ec508cf9 -Id b83c177a-10e0-4eeb-8d0b-f3668fbf81fa
PS C:\> Get-AzureADMSPrivilegedRoleAssignment -ProviderId AzureResources -ResourceId a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1 -Id b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2
```

Get a role assignment for a specific provider and resource
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ syntaxes:
examples:
- title: Example 1
code: |-
PS C:\> Get-AzureADMSPrivilegedRoleAssignment -ProviderId AzureResources -ResourceId 3f5887ed-dd6e-4821-8bde-c813ec508cf9
PS C:\> Get-AzureADMSPrivilegedRoleAssignment -ProviderId AzureResources -ResourceId a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1
description: |-
Get all role assignments for a specific provider and resource
summary: ""
- title: Example 2
code: |-
PS C:\> Get-AzureADMSPrivilegedRoleAssignment -ProviderId AzureResources -ResourceId 3f5887ed-dd6e-4821-8bde-c813ec508cf9 -Id b83c177a-10e0-4eeb-8d0b-f3668fbf81fa
PS C:\> Get-AzureADMSPrivilegedRoleAssignment -ProviderId AzureResources -ResourceId a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1 -Id b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2
description: |-
Get a role assignment for a specific provider and resource
summary: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Get role assignment request for a specific resource

### Example 1
```
PS C:\> Get-AzureADMSPrivilegedRoleAssignmentRequest -ProviderId AzureResources -Filter "ResourceId eq 'e5e7d29d-5465-45ac-885f-4716a5ee74b5'"
PS C:\> Get-AzureADMSPrivilegedRoleAssignmentRequest -ProviderId AzureResources -Filter "ResourceId eq 'a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1'"
```

Get all role assigment requests for a specific provider and resource
Expand Down