Skip to content

Commit 9f5657f

Browse files
authored
Merge pull request Azure#1049 from msewaweru/guid-remediation
GUID remediation
2 parents 91f3c3e + e151207 commit 9f5657f

File tree

60 files changed

+88
-90
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+88
-90
lines changed

azureadps-1.0/MSOnline/Add-MsolGroupMember.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The new members can be either users or other security groups.
2727

2828
### Example 1: Add a user to a security group
2929
```
30-
PS C:\> Add-MsolGroupMember -GroupObjectId 62f684d7-9ab1-4abc-a543-2257e085bdc6 -GroupMemberType User -GroupMemberObjectId bbb55777-d5aa-499d-abbf-353d4523049f
30+
PS C:\> Add-MsolGroupMember -GroupObjectId aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb -GroupMemberType User -GroupMemberObjectId bbbbbbbb-1111-2222-3333-cccccccccccc
3131
```
3232

3333
This command adds a user to a security group.

azureadps-1.0/MSOnline/Add-MsolGroupMember.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ syntaxes:
1616
examples:
1717
- title: 'Example 1: Add a user to a security group'
1818
code: |-
19-
PS C:\> Add-MsolGroupMember -GroupObjectId 62f684d7-9ab1-4abc-a543-2257e085bdc6 -GroupMemberType User -GroupMemberObjectId bbb55777-d5aa-499d-abbf-353d4523049f
19+
PS C:\> Add-MsolGroupMember -GroupObjectId aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb -GroupMemberType User -GroupMemberObjectId bbbbbbbb-1111-2222-3333-cccccccccccc
2020
description: |-
2121
This command adds a user to a security group.
2222
summary: ""

azureadps-1.0/MSOnline/Get-MsolGroupMember.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The members can be either users or groups.
3434

3535
### Example 1: Get all members of a group
3636
```
37-
PS C:\> Get-MsolGroupMember -GroupObjectId 74d7b44e-6811-4250-bffe-8292e3b0b689
37+
PS C:\> Get-MsolGroupMember -GroupObjectId aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb
3838
```
3939

4040
This command retrieves all members of the specified group.

azureadps-1.0/MSOnline/Get-MsolGroupMember.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ syntaxes:
3434
examples:
3535
- title: 'Example 1: Get all members of a group'
3636
code: |-
37-
PS C:\> Get-MsolGroupMember -GroupObjectId 74d7b44e-6811-4250-bffe-8292e3b0b689
37+
PS C:\> Get-MsolGroupMember -GroupObjectId aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb
3838
description: |-
3939
This command retrieves all members of the specified group.
4040
The members can be users or groups.

azureadps-1.0/MSOnline/Get-MsolServicePrincipal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ This is an exact match of the **appClass** portion of the service principal name
6161

6262
### Example 3: Get a service principal
6363
```
64-
PS C:\> Get-MsolServicePrincipal -AppPrincipalId 5e964d2f-e384-4292-ae55-dd24c89cc53b
64+
PS C:\> Get-MsolServicePrincipal -AppPrincipalId aaaaaaaa-bbbb-cccc-1111-222222222222
6565
```
6666

6767
This command gets a service principal that has a specific application principal ID.

azureadps-1.0/MSOnline/Get-MsolServicePrincipal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ examples:
4343
summary: ""
4444
- title: 'Example 3: Get a service principal'
4545
code: |-
46-
PS C:\> Get-MsolServicePrincipal -AppPrincipalId 5e964d2f-e384-4292-ae55-dd24c89cc53b
46+
PS C:\> Get-MsolServicePrincipal -AppPrincipalId aaaaaaaa-bbbb-cccc-1111-222222222222
4747
description: |-
4848
This command gets a service principal that has a specific application principal ID.
4949
summary: ""

azureadps-2.0-preview/AzureAD/Add-AzureADMSFeatureRolloutPolicyDirectoryObject.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ with Seamless Single Sign-On or not, or whether Passthrough auth or not).
2626

2727
### Example 1: Adds a group to the cloud authentication roll-out policy in Azure AD.
2828
```
29-
PS C:\> Add-AzureADMSFeatureRolloutPolicyDirectoryObject -Id "a03b6d9e-6654-46e6-8d0a-8ed83c675ca9" -RefObjectId "0a1068c0-dbb6-4537-9db3-b48f3e31dd76"
29+
PS C:\> Add-AzureADMSFeatureRolloutPolicyDirectoryObject -Id "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb" -RefObjectId "bbbbbbbb-1111-2222-3333-cccccccccccc"
3030
```
3131

3232
This command adds a group to the cloud authentication roll-out policy in Azure AD.

azureadps-2.0-preview/AzureAD/Add-AzureADMSFeatureRolloutPolicyDirectoryObject.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ syntaxes:
99
examples:
1010
- title: 'Example 1: Adds a group to the cloud authentication roll-out policy in Azure AD.'
1111
code: |-
12-
PS C:\> Add-AzureADMSFeatureRolloutPolicyDirectoryObject -Id "a03b6d9e-6654-46e6-8d0a-8ed83c675ca9" -RefObjectId "0a1068c0-dbb6-4537-9db3-b48f3e31dd76"
12+
PS C:\> Add-AzureADMSFeatureRolloutPolicyDirectoryObject -Id "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb" -RefObjectId "bbbbbbbb-1111-2222-3333-cccccccccccc"
1313
description: |-
1414
This command adds a group to the cloud authentication roll-out policy in Azure AD.
1515
summary: ""

azureadps-2.0-preview/AzureAD/Add-AzureADMSServicePrincipalDelegatedPermissionClassification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The Add-AzureADMSServicePrincipalDelegatedPermissionClassification cmdlet create
2424

2525
### Example 1: Create Delegated Permission Classification
2626
```
27-
PS C:\> Add-AzureADMSServicePrincipalDelegatedPermissionClassification -ServicePrincipalId "95f56359-0165-4f80-bffb-c89d06cf2c6f" -PermissionId "205e70e5-aba6-4c52-a976-6d2d46c48043" -Classification Low -PermissionName "Sites.Read.All"
27+
PS C:\> Add-AzureADMSServicePrincipalDelegatedPermissionClassification -ServicePrincipalId "aaaaaaaa-bbbb-cccc-1111-222222222222" -PermissionId "205e70e5-aba6-4c52-a976-6d2d46c48043" -Classification Low -PermissionName "Sites.Read.All"
2828
2929
Classification : Low
3030
Id : 5XBeIKarUkypdm0tRsSAQwE

azureadps-2.0-preview/AzureAD/Add-AzureADMSServicePrincipalDelegatedPermissionClassification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ syntaxes:
1414
examples:
1515
- title: 'Example 1: Create Delegated Permission Classification'
1616
code: |-
17-
PS C:\> Add-AzureADMSServicePrincipalDelegatedPermissionClassification -ServicePrincipalId "95f56359-0165-4f80-bffb-c89d06cf2c6f" -PermissionId "205e70e5-aba6-4c52-a976-6d2d46c48043" -Classification Low -PermissionName "Sites.Read.All"
17+
PS C:\> Add-AzureADMSServicePrincipalDelegatedPermissionClassification -ServicePrincipalId "aaaaaaaa-bbbb-cccc-1111-222222222222" -PermissionId "205e70e5-aba6-4c52-a976-6d2d46c48043" -Classification Low -PermissionName "Sites.Read.All"
1818
1919
Classification : Low
2020
Id : 5XBeIKarUkypdm0tRsSAQwE

0 commit comments

Comments
 (0)