diff --git a/azureadps-2.0/AzureAD/Get-AzureADGroupMember.yml b/azureadps-2.0/AzureAD/Get-AzureADGroupMember.yml index 9921960c..2b0ff766 100644 --- a/azureadps-2.0/AzureAD/Get-AzureADGroupMember.yml +++ b/azureadps-2.0/AzureAD/Get-AzureADGroupMember.yml @@ -8,7 +8,7 @@ syntaxes: examples: - title: 'Example 1: Get a group member by ID' code: |- - PS C:\>Get-AzureADGroupMember -ObjectId "62438306-7c37-4638-a72d-0ee8d9217680" + PS C:\>Get-AzureADGroupMember -ObjectId "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb" ObjectId ObjectType -------- ---------- @@ -17,7 +17,7 @@ examples: summary: "" - title: 'Example 2: Get all members within a group by group ID' code: |- - PS C:\> Get-AzureADGroupMember -ObjectId "12431118-5c12-6653-h82e-1ee8d9217682" -All $true + PS C:\> Get-AzureADGroupMember -ObjectId "bbbbbbbb-1111-2222-3333-cccccccccccc" -All $true ObjectId ObjectType -------- ---------- diff --git a/azureadps-2.0/AzureAD/Get-AzureADGroupOwner.md b/azureadps-2.0/AzureAD/Get-AzureADGroupOwner.md index fc914e7a..121b6cda 100644 --- a/azureadps-2.0/AzureAD/Get-AzureADGroupOwner.md +++ b/azureadps-2.0/AzureAD/Get-AzureADGroupOwner.md @@ -23,7 +23,7 @@ The Get-AzureADGroupOwner cmdlet gets an owner of a group in the Microsoft Entra ### Example 1: Get a group owner by ID ``` -PS C:\>Get-AzureADGroupOwner -ObjectId "62438306-7c37-4638-a72d-0ee8d9217680" +PS C:\>Get-AzureADGroupOwner -ObjectId "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb" ObjectId ObjectType -------- ---------- @@ -96,4 +96,3 @@ See the [migration guide for Get-AzureADGroupOwner](./migrate/Get-AzureADGroupOw [Add-AzureADGroupOwner](Add-AzureADGroupOwner.md) [Remove-AzureADGroupOwner](Remove-AzureADGroupOwner.md) - diff --git a/azureadps-2.0/AzureAD/Get-AzureADGroupOwner.yml b/azureadps-2.0/AzureAD/Get-AzureADGroupOwner.yml index 057fcf68..ad95260a 100644 --- a/azureadps-2.0/AzureAD/Get-AzureADGroupOwner.yml +++ b/azureadps-2.0/AzureAD/Get-AzureADGroupOwner.yml @@ -8,7 +8,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 -------- ---------- diff --git a/azureadps-2.0/AzureAD/Get-AzureADMSApplication.md b/azureadps-2.0/AzureAD/Get-AzureADMSApplication.md index 1fcd8080..2c547679 100644 --- a/azureadps-2.0/AzureAD/Get-AzureADMSApplication.md +++ b/azureadps-2.0/AzureAD/Get-AzureADMSApplication.md @@ -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 : @@ -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. @@ -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 : @@ -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. @@ -174,7 +174,7 @@ Id : f8bbcbe4-df80-4a6b-80c5-926e28e41407 Oauth2PermissionScopes: System.Collections.Generic.List\`1\[Microsoft.Open.MSGraph.Model.PermissionScope\] - AppId : 18f78c92-365c-4fa0-9b6f-7e06fff27ffe + AppId : 22223333-cccc-4444-dddd-5555eeee6666 ApplicationTemplateId : AppRoles : {} GroupMembershipClaims : @@ -240,7 +240,7 @@ Id : 121ce3aa-64cb-44f2-99e8-deb705caeddd Oauth2PermissionScopes: System.Collections.Generic.List\`1\[Microsoft.Open.MSGraph.Model.PermissionScope\] - AppId : a1293e4b-97ae-4f58-9eeb-d0ba5b4b821a + AppId : 33334444-dddd-5555-eeee-6666ffff7777 ApplicationTemplateId : AppRoles : {} GroupMembershipClaims : @@ -298,7 +298,7 @@ Id : 121ce3aa-64cb-44f2-99e8-deb705caeddd Oauth2PermissionScopes: System.Collections.Generic.List\`1\[Microsoft.Open.MSGraph.Model.PermissionScope\] - AppId : 51546bbc-4233-42d3-a08e-c73a370f5d41 + AppId : 44445555-eeee-6666-ffff-7777aaaa8888 ApplicationTemplateId : AppRoles : {} GroupMembershipClaims : @@ -369,7 +369,7 @@ Id : 88da75d4-2cba-4c47-9a15-80a983228ad4 Oauth2PermissionScopes: System.Collections.Generic.List\`1\[Microsoft.Open.MSGraph.Model.PermissionScope\] - AppId : 2cffc854-bbcf-404a-8bba-70d043534129 + AppId : 55556666-ffff-7777-aaaa-8888bbbb9999 ApplicationTemplateId : AppRoles : {} GroupMembershipClaims : @@ -517,4 +517,3 @@ See the [migration guide for Get-AzureADMSApplication](./migrate/Get-AzureADMSAp [Remove-AzureADMSApplication](Remove-AzureADMSApplication.md) [Set-AzureADMSApplication](Set-AzureADMSApplication.md) - diff --git a/azureadps-2.0/AzureAD/Get-AzureADMSApplication.yml b/azureadps-2.0/AzureAD/Get-AzureADMSApplication.yml index e50444e5..07abbd2d 100644 --- a/azureadps-2.0/AzureAD/Get-AzureADMSApplication.yml +++ b/azureadps-2.0/AzureAD/Get-AzureADMSApplication.yml @@ -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 : @@ -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. @@ -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 : @@ -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. @@ -156,7 +156,7 @@ examples: Oauth2PermissionScopes: System.Collections.Generic.List\`1\[Microsoft.Open.MSGraph.Model.PermissionScope\] - AppId : 18f78c92-365c-4fa0-9b6f-7e06fff27ffe + AppId : 22223333-cccc-4444-dddd-5555eeee6666 ApplicationTemplateId : AppRoles : {} GroupMembershipClaims : @@ -221,7 +221,7 @@ examples: Oauth2PermissionScopes: System.Collections.Generic.List\`1\[Microsoft.Open.MSGraph.Model.PermissionScope\] - AppId : a1293e4b-97ae-4f58-9eeb-d0ba5b4b821a + AppId : 33334444-dddd-5555-eeee-6666ffff7777 ApplicationTemplateId : AppRoles : {} GroupMembershipClaims : @@ -279,7 +279,7 @@ examples: Oauth2PermissionScopes: System.Collections.Generic.List\`1\[Microsoft.Open.MSGraph.Model.PermissionScope\] - AppId : 51546bbc-4233-42d3-a08e-c73a370f5d41 + AppId : 44445555-eeee-6666-ffff-7777aaaa8888 ApplicationTemplateId : AppRoles : {} GroupMembershipClaims : @@ -349,7 +349,7 @@ examples: Oauth2PermissionScopes: System.Collections.Generic.List\`1\[Microsoft.Open.MSGraph.Model.PermissionScope\] - AppId : 2cffc854-bbcf-404a-8bba-70d043534129 + AppId : 55556666-ffff-7777-aaaa-8888bbbb9999 ApplicationTemplateId : AppRoles : {} GroupMembershipClaims : diff --git a/azureadps-2.0/AzureAD/Get-AzureADMSApplicationExtensionProperty.md b/azureadps-2.0/AzureAD/Get-AzureADMSApplicationExtensionProperty.md index bc809e95..bcf441a3 100644 --- a/azureadps-2.0/AzureAD/Get-AzureADMSApplicationExtensionProperty.md +++ b/azureadps-2.0/AzureAD/Get-AzureADMSApplicationExtensionProperty.md @@ -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" ObjectId Name TargetObjects -------- ---- ------------- @@ -68,4 +68,3 @@ See the [migration guide for Get-AzureADMSApplicationExtensionProperty](./migrat [New-AzureADMSApplicationExtensionProperty](New-AzureADMSApplicationExtensionProperty.md) [Remove-AzureADMSApplicationExtensionProperty](Remove-AzureADMSApplicationExtensionProperty.md) - diff --git a/azureadps-2.0/AzureAD/Get-AzureADMSApplicationExtensionProperty.yml b/azureadps-2.0/AzureAD/Get-AzureADMSApplicationExtensionProperty.yml index 88d9e552..5dd3780d 100644 --- a/azureadps-2.0/AzureAD/Get-AzureADMSApplicationExtensionProperty.yml +++ b/azureadps-2.0/AzureAD/Get-AzureADMSApplicationExtensionProperty.yml @@ -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" ObjectId Name TargetObjects -------- ---- ------------- diff --git a/azureadps-2.0/AzureAD/Get-AzureADMSApplicationOwner.md b/azureadps-2.0/AzureAD/Get-AzureADMSApplicationOwner.md index 3398a17e..652b3f2a 100644 --- a/azureadps-2.0/AzureAD/Get-AzureADMSApplicationOwner.md +++ b/azureadps-2.0/AzureAD/Get-AzureADMSApplicationOwner.md @@ -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 ObjectId ObjectType -------- ---------- @@ -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 ObjectId ObjectType -------- ---------- @@ -112,4 +112,3 @@ See the [migration guide for Get-AzureADMSApplicationOwner](./migrate/Get-AzureA [Add-AzureADMSApplicationOwner](Add-AzureADMSApplicationOwner.md) [Remove-AzureADMSApplicationOwner](Remove-AzureADMSApplicationOwner.md) - diff --git a/azureadps-2.0/AzureAD/Get-AzureADMSApplicationOwner.yml b/azureadps-2.0/AzureAD/Get-AzureADMSApplicationOwner.yml index 48d38795..b6577e44 100644 --- a/azureadps-2.0/AzureAD/Get-AzureADMSApplicationOwner.yml +++ b/azureadps-2.0/AzureAD/Get-AzureADMSApplicationOwner.yml @@ -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 ObjectId ObjectType -------- ---------- @@ -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 -------- ---------- diff --git a/azureadps-2.0/AzureAD/Get-AzureADMSConditionalAccessPolicy.md b/azureadps-2.0/AzureAD/Get-AzureADMSConditionalAccessPolicy.md index 9fac8274..afdcace7 100644 --- a/azureadps-2.0/AzureAD/Get-AzureADMSConditionalAccessPolicy.md +++ b/azureadps-2.0/AzureAD/Get-AzureADMSConditionalAccessPolicy.md @@ -39,7 +39,7 @@ Conditional access policies are custom rules that define an access scenario. ``` PS C:\> Get-AzureADMSConditionalAccessPolicy - Id : 6b5e999b-0ba8-4186-a106-e0296c1c4358 + Id : 1aaaaaa1-2bb2-3cc3-4dd4-5eeeeeeeeee5 DisplayName : Demo app for documentation CreatedDateTime : 2019-09-26T23:12:16.0792706Z ModifiedDateTime : 2019-09-27T00:12:12.5986473Z @@ -50,9 +50,9 @@ This command retrieves a list of all conditional access policies in Azure AD. ### Example 2: Retrieves a conditional access policy in Azure AD with given Id. ``` -PS C:\> Get-AzureADMSConditionalAccessPolicy -PolicyId "6b5e999b-0ba8-4186-a106-e0296c1c4358" +PS C:\> Get-AzureADMSConditionalAccessPolicy -PolicyId "1aaaaaa1-2bb2-3cc3-4dd4-5eeeeeeeeee5" - Id : 6b5e999b-0ba8-4186-a106-e0296c1c4358 + Id : 1aaaaaa1-2bb2-3cc3-4dd4-5eeeeeeeeee5 DisplayName : Demo app for documentation CreatedDateTime : 2019-09-26T23:12:16.0792706Z ModifiedDateTime : 2019-09-27T00:12:12.5986473Z @@ -96,4 +96,3 @@ See the [migration guide for Get-AzureADMSConditionalAccessPolicy](./migrate/Get [Set-AzureADMSConditionalAccessPolicy](Set-AzureADMSConditionalAccessPolicy.md) [Remove-AzureADMSConditionalAccessPolicy](Remove-AzureADMSConditionalAccessPolicy.md) - diff --git a/azureadps-2.0/AzureAD/Get-AzureADMSConditionalAccessPolicy.yml b/azureadps-2.0/AzureAD/Get-AzureADMSConditionalAccessPolicy.yml index aace89d0..b411989d 100644 --- a/azureadps-2.0/AzureAD/Get-AzureADMSConditionalAccessPolicy.yml +++ b/azureadps-2.0/AzureAD/Get-AzureADMSConditionalAccessPolicy.yml @@ -11,7 +11,7 @@ examples: code: |- PS C:\> Get-AzureADMSConditionalAccessPolicy - Id : 6b5e999b-0ba8-4186-a106-e0296c1c4358 + Id : 1aaaaaa1-2bb2-3cc3-4dd4-5eeeeeeeeee5 DisplayName : Demo app for documentation CreatedDateTime : 2019-09-26T23:12:16.0792706Z ModifiedDateTime : 2019-09-27T00:12:12.5986473Z @@ -21,9 +21,9 @@ examples: summary: "" - title: 'Example 2: Retrieves a conditional access policy in Azure AD with given Id.' code: |- - PS C:\> Get-AzureADMSConditionalAccessPolicy -PolicyId "6b5e999b-0ba8-4186-a106-e0296c1c4358" + PS C:\> Get-AzureADMSConditionalAccessPolicy -PolicyId "1aaaaaa1-2bb2-3cc3-4dd4-5eeeeeeeeee5" - Id : 6b5e999b-0ba8-4186-a106-e0296c1c4358 + Id : 1aaaaaa1-2bb2-3cc3-4dd4-5eeeeeeeeee5 DisplayName : Demo app for documentation CreatedDateTime : 2019-09-26T23:12:16.0792706Z ModifiedDateTime : 2019-09-27T00:12:12.5986473Z diff --git a/azureadps-2.0/AzureAD/Get-AzureADMSNamedLocationPolicy.md b/azureadps-2.0/AzureAD/Get-AzureADMSNamedLocationPolicy.md index c8114226..0328f09c 100644 --- a/azureadps-2.0/AzureAD/Get-AzureADMSNamedLocationPolicy.md +++ b/azureadps-2.0/AzureAD/Get-AzureADMSNamedLocationPolicy.md @@ -49,10 +49,10 @@ This command retrieves a list of all named location policies in Azure AD. ### Example 2: Retrieves a named location policy in Azure AD with given Id. ``` -PS C:\> Get-AzureADMSNamedLocationPolicy -PolicyId 1b7f0916-7677-40d8-97a1-d606f4ed8fcf +PS C:\> Get-AzureADMSNamedLocationPolicy -PolicyId 1aaaaaa1-2bb2-3cc3-4dd4-5eeeeeeeeee5 OdataType : #microsoft.graph.countryNamedLocation - Id : 1b7f0916-7677-40d8-97a1-d606f4ed8fcf + Id : 1aaaaaa1-2bb2-3cc3-4dd4-5eeeeeeeeee5 DisplayName : Country named location CreatedDateTime : 2019-09-26T23:12:16.0792706Z ModifiedDateTime : 2019-09-27T00:12:12.5986473Z @@ -100,4 +100,3 @@ See the [migration guide for Get-AzureADMSNamedLocationPolicy](./migrate/Get-Azu [Set-AzureADMSNamedLocationPolicy](Set-AzureADMSNamedLocationPolicy.md) [Remove-AzureADMSNamedLocationPolicy](Remove-AzureADMSNamedLocationPolicy.md) - diff --git a/azureadps-2.0/AzureAD/Get-AzureADMSNamedLocationPolicy.yml b/azureadps-2.0/AzureAD/Get-AzureADMSNamedLocationPolicy.yml index f595bc55..dc7a2d02 100644 --- a/azureadps-2.0/AzureAD/Get-AzureADMSNamedLocationPolicy.yml +++ b/azureadps-2.0/AzureAD/Get-AzureADMSNamedLocationPolicy.yml @@ -27,10 +27,10 @@ examples: summary: "" - title: 'Example 2: Retrieves a named location policy in Azure AD with given Id.' code: |- - PS C:\> Get-AzureADMSNamedLocationPolicy -PolicyId 1b7f0916-7677-40d8-97a1-d606f4ed8fcf + PS C:\> Get-AzureADMSNamedLocationPolicy -PolicyId 1aaaaaa1-2bb2-3cc3-4dd4-5eeeeeeeeee5 OdataType : #microsoft.graph.countryNamedLocation - Id : 1b7f0916-7677-40d8-97a1-d606f4ed8fcf + Id : 1aaaaaa1-2bb2-3cc3-4dd4-5eeeeeeeeee5 DisplayName : Country named location CreatedDateTime : 2019-09-26T23:12:16.0792706Z ModifiedDateTime : 2019-09-27T00:12:12.5986473Z diff --git a/azureadps-2.0/AzureAD/Get-AzureADMSPermissionGrantConditionSet.md b/azureadps-2.0/AzureAD/Get-AzureADMSPermissionGrantConditionSet.md index b14dea39..e74d6b5e 100644 --- a/azureadps-2.0/AzureAD/Get-AzureADMSPermissionGrantConditionSet.md +++ b/azureadps-2.0/AzureAD/Get-AzureADMSPermissionGrantConditionSet.md @@ -40,7 +40,7 @@ PS C:\>Get-AzureADMSPermissionGrantConditionSet -PolicyId "policy1" -ConditionSe ### Example 3: Get a permission grant condition set ``` -PS C:\>Get-AzureADMSPermissionGrantConditionSet -PolicyId "policy1" -ConditionSetType "includes" -Id "665a9903-0398-48ab-b4e9-7a570d468b66" +PS C:\>Get-AzureADMSPermissionGrantConditionSet -PolicyId "policy1" -ConditionSetType "includes" -Id "1aaaaaa1-2bb2-3cc3-4dd4-5eeeeeeeeee5" ``` ## PARAMETERS @@ -113,4 +113,3 @@ See the [migration guide for Get-AzureADMSPermissionGrantConditionSet](./migrate [Set-AzureADMSPermissionGrantConditionSet](Set-AzureADMSPermissionGrantConditionSet.md) [Remove-AzureADMSPermissionGrantConditionSet](Remove-AzureADMSPermissionGrantConditionSet.md) - diff --git a/azureadps-2.0/AzureAD/Get-AzureADMSPermissionGrantConditionSet.yml b/azureadps-2.0/AzureAD/Get-AzureADMSPermissionGrantConditionSet.yml index 266fddbf..55826252 100644 --- a/azureadps-2.0/AzureAD/Get-AzureADMSPermissionGrantConditionSet.yml +++ b/azureadps-2.0/AzureAD/Get-AzureADMSPermissionGrantConditionSet.yml @@ -32,7 +32,7 @@ examples: summary: "" - title: 'Example 3: Get a permission grant condition set' code: |- - PS C:\>Get-AzureADMSPermissionGrantConditionSet -PolicyId "policy1" -ConditionSetType "includes" -Id "665a9903-0398-48ab-b4e9-7a570d468b66" + PS C:\>Get-AzureADMSPermissionGrantConditionSet -PolicyId "policy1" -ConditionSetType "includes" -Id "1aaaaaa1-2bb2-3cc3-4dd4-5eeeeeeeeee5" description: "" summary: "" parameters: diff --git a/azureadps-2.0/AzureAD/Get-AzureADMSRoleAssignment.md b/azureadps-2.0/AzureAD/Get-AzureADMSRoleAssignment.md index d994ba52..c4f56390 100644 --- a/azureadps-2.0/AzureAD/Get-AzureADMSRoleAssignment.md +++ b/azureadps-2.0/AzureAD/Get-AzureADMSRoleAssignment.md @@ -38,19 +38,19 @@ PS C:\> Get-AzureADMSRoleAssignment -Filter "roleDefinitionId eq '62e90394-69f5- RoleDefinitionId PrincipalId ResourceScope Id ---------------- ----------- ------------- -- -62e90394-69f5-4237-9190-012177145e34 69584002-b4d1-4055-9c94-320542efd653 / lAPpYvVpN0KRkAEhdxReEAJAWGnRqAVAnJQyBBLv1lM-1 +62e90394-69f5-4237-9190-012177145e34 aaaaaaaa-bbbb-cccc-1111-222222222222 / lAPpYvVpN0KRkAEhdxReEAJAWGnRqAVAnJQyBBLv1lM-1 62e90394-69f5-4237-9190-012177145e34 3f5e48d2-6bf4-4bf3-a4ff-8bbd9f23ed0b / lAPpYvVpN0KRkAEhdxReENJPEj_0a_NLpP-LvZ8D7Qs-1 ``` ### Example 2 ```powershell -PS C:\> Get-AzureADMSRoleAssignment -Filter "principalId eq '69584002-b4d1-4055-9c94-320542efd653'" +PS C:\> Get-AzureADMSRoleAssignment -Filter "principalId eq 'aaaaaaaa-bbbb-cccc-1111-222222222222'" RoleDefinitionId PrincipalId ResourceScope Id ---------------- ----------- ------------- -- -89c55b63-78c3-478b-b79e-074d0e87269e 69584002-b4d1-4055-9c94-320542efd653 / Y1vFBcN4i0e3ngdNDocmngJAWGnRtGDAnJQyBBLv1lM-1 -62e90394-69f5-4237-9190-012177145e34 69584002-b4d1-4055-9c94-320542efd653 / lAPpYvVpN0KRkAEhdxReEAJAWGnRtGDAnJQyBBLv1lM-1 -eb1d8c90-acf5-460d-8424-c1f1a6fbdb85 69584002-b4d1-4055-9c94-320542efd653 / NIwd6_WsDUaEJMHxpvvbhQJAWGnRtGDAnJQyBBLv1lM-1 +89c55b63-78c3-478b-b79e-074d0e87269e aaaaaaaa-bbbb-cccc-1111-222222222222 / Y1vFBcN4i0e3ngdNDocmngJAWGnRtGDAnJQyBBLv1lM-1 +62e90394-69f5-4237-9190-012177145e34 aaaaaaaa-bbbb-cccc-1111-222222222222 / lAPpYvVpN0KRkAEhdxReEAJAWGnRtGDAnJQyBBLv1lM-1 +eb1d8c90-acf5-460d-8424-c1f1a6fbdb85 aaaaaaaa-bbbb-cccc-1111-222222222222 / NIwd6_WsDUaEJMHxpvvbhQJAWGnRtGDAnJQyBBLv1lM-1 ``` ## PARAMETERS diff --git a/azureadps-2.0/AzureAD/Get-AzureADMSRoleAssignment.yml b/azureadps-2.0/AzureAD/Get-AzureADMSRoleAssignment.yml index fe1699a3..428dd241 100644 --- a/azureadps-2.0/AzureAD/Get-AzureADMSRoleAssignment.yml +++ b/azureadps-2.0/AzureAD/Get-AzureADMSRoleAssignment.yml @@ -26,18 +26,18 @@ examples: RoleDefinitionId PrincipalId ResourceScope Id ---------------- ----------- ------------- -- - 62e90394-69f5-4237-9190-012177145e34 69584002-b4d1-4055-9c94-320542efd653 / lAPpYvVpN0KRkAEhdxReEAJAWGnRqAVAnJQyBBLv1lM-1 + 62e90394-69f5-4237-9190-012177145e34 aaaaaaaa-bbbb-cccc-1111-222222222222 / lAPpYvVpN0KRkAEhdxReEAJAWGnRqAVAnJQyBBLv1lM-1 62e90394-69f5-4237-9190-012177145e34 3f5e48d2-6bf4-4bf3-a4ff-8bbd9f23ed0b / lAPpYvVpN0KRkAEhdxReENJPEj_0a_NLpP-LvZ8D7Qs-1 description: "" summary: "" - title: Example 2 code: |- - PS C:\> Get-AzureADMSRoleAssignment -Filter "principalId eq '69584002-b4d1-4055-9c94-320542efd653'" + PS C:\> Get-AzureADMSRoleAssignment -Filter "principalId eq 'aaaaaaaa-bbbb-cccc-1111-222222222222'" RoleDefinitionId PrincipalId ResourceScope Id ---------------- ----------- ------------- -- - 89c55b63-78c3-478b-b79e-074d0e87269e 69584002-b4d1-4055-9c94-320542efd653 / Y1vFBcN4i0e3ngdNDocmngJAWGnRtGDAnJQyBBLv1lM-1 - 62e90394-69f5-4237-9190-012177145e34 69584002-b4d1-4055-9c94-320542efd653 / lAPpYvVpN0KRkAEhdxReEAJAWGnRtGDAnJQyBBLv1lM-1 + 89c55b63-78c3-478b-b79e-074d0e87269e aaaaaaaa-bbbb-cccc-1111-222222222222 / Y1vFBcN4i0e3ngdNDocmngJAWGnRtGDAnJQyBBLv1lM-1 + 62e90394-69f5-4237-9190-012177145e34 aaaaaaaa-bbbb-cccc-1111-222222222222 / lAPpYvVpN0KRkAEhdxReEAJAWGnRtGDAnJQyBBLv1lM-1 eb1d8c90-acf5-460d-8424-c1f1a6fbdb85 69584002-b4d1-4055-9c94-320542efd653 / NIwd6_WsDUaEJMHxpvvbhQJAWGnRtGDAnJQyBBLv1lM-1 description: "" summary: "" diff --git a/azureadps-2.0/AzureAD/Get-AzureADObjectByObjectId.md b/azureadps-2.0/AzureAD/Get-AzureADObjectByObjectId.md index 029e3524..eb3ca261 100644 --- a/azureadps-2.0/AzureAD/Get-AzureADObjectByObjectId.md +++ b/azureadps-2.0/AzureAD/Get-AzureADObjectByObjectId.md @@ -24,14 +24,14 @@ Retrieves the object(s) specified by the objectIds parameter ### Example 1 ``` -PS C:\WINDOWS\system32> Get-AzureADObjectByObjectId -ObjectIds 2af3478a-27da-4837-a387-b22b3fb236a8, c4fdf87f-f68e-4859-8bcf-36579b66005e +PS C:\WINDOWS\system32> Get-AzureADObjectByObjectId -ObjectIds aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb, c4fdf87f-f68e-4859-8bcf-36579b66005e ObjectId AppId DisplayName -------- ----- ----------- c4fdf87f-f68e-4859-8bcf-36579b66005e 71715b24-8cdd-432b-a138-86e8ad179274 Woodgrove HR App DeletionTimeStamp : -ObjectId : 2af3478a-27da-4837-a387-b22b3fb236a8 +ObjectId : aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb ObjectType : DeviceConfiguration PublicIssuerCertificates : {} CloudPublicIssuerCertificates : {} diff --git a/azureadps-2.0/AzureAD/Get-AzureADObjectByObjectId.yml b/azureadps-2.0/AzureAD/Get-AzureADObjectByObjectId.yml index 87d7d22d..da2782c0 100644 --- a/azureadps-2.0/AzureAD/Get-AzureADObjectByObjectId.yml +++ b/azureadps-2.0/AzureAD/Get-AzureADObjectByObjectId.yml @@ -17,14 +17,14 @@ syntaxes: examples: - title: Example 1 code: |- - PS C:\WINDOWS\system32> Get-AzureADObjectByObjectId -ObjectIds 2af3478a-27da-4837-a387-b22b3fb236a8, c4fdf87f-f68e-4859-8bcf-36579b66005e + PS C:\WINDOWS\system32> Get-AzureADObjectByObjectId -ObjectIds aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb, c4fdf87f-f68e-4859-8bcf-36579b66005e ObjectId AppId DisplayName -------- ----- ----------- c4fdf87f-f68e-4859-8bcf-36579b66005e 71715b24-8cdd-432b-a138-86e8ad179274 Woodgrove HR App DeletionTimeStamp : - ObjectId : 2af3478a-27da-4837-a387-b22b3fb236a8 + ObjectId : aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb ObjectType : DeviceConfiguration PublicIssuerCertificates : {} CloudPublicIssuerCertificates : {} diff --git a/azureadps-2.0/AzureAD/Get-AzureADUserCreatedObject.md b/azureadps-2.0/AzureAD/Get-AzureADUserCreatedObject.md index ce28fde0..d359681c 100644 --- a/azureadps-2.0/AzureAD/Get-AzureADUserCreatedObject.md +++ b/azureadps-2.0/AzureAD/Get-AzureADUserCreatedObject.md @@ -23,7 +23,7 @@ The Get-AzureADUserCreatedObject cmdlet gets objects created by a user in Azure ### Example 1: Get a user-created object ``` -PS C:\>Get-AzureADUserCreatedObject -ObjectId "df19e8e6-2ad7-453e-87f5-037f6529ae16" +PS C:\>Get-AzureADUserCreatedObject -ObjectId "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb" ObjectId ObjectType -------- ----------