Skip to content

Commit 0e0bb1d

Browse files
authored
Merge branch 'master' into patch-3
2 parents 70c0fab + e315a29 commit 0e0bb1d

File tree

66 files changed

+1031
-152
lines changed

Some content is hidden

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

66 files changed

+1031
-152
lines changed

exchange/docs-conceptual/cmdlet-property-sets.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ For more information about filtering in the EXO V2 module, see [Filters in the E
2727

2828
The available property sets for the **Get-EXOCasMailbox** cmdlet and the properties they contain are described in the following table:
2929

30+
<br>
31+
3032
****
3133

3234
|PropertySet|Properties|
@@ -56,6 +58,10 @@ For more information, see:
5658

5759
The available property sets for the **Get-EXOMailbox** cmdlet and the properties they contain are described in the following table:
5860

61+
<br>
62+
63+
****
64+
5965
|PropertySet|Properties|
6066
|---|---|
6167
|**Minimum**|Alias <br> DisplayName <br> DistinguishedName <br> EmailAddresses <br> ExchangeVersion <br> ExternalDirectoryObjectId <br> Guid <br> Id <br> Name <br> OrganizationId <br> PrimarySmtpAddress <br> RecipientType <br> RecipientTypeDetails <br> UserPrincipalName|
@@ -94,6 +100,8 @@ For more information, see:
94100

95101
The available property sets for the **Get-EXOMailboxStatistics** cmdlet and the properties they contain are described in the following table:
96102

103+
<br>
104+
97105
****
98106

99107
|PropertySet|Properties|
@@ -111,6 +119,8 @@ For more information, see:
111119

112120
The available property sets for the **Get-EXORecipient** cmdlet and the properties they contain are described in the following table:
113121

122+
<br>
123+
114124
****
115125

116126
|PropertySet|Properties|

exchange/docs-conceptual/exchange-cmdlet-syntax.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ This article explains these conventions, and also the syntax that's required to
2727

2828
Exchange PowerShell help follows conventions that indicate what's required or optional, and how to enter parameters and values when you run a command. These command conventions are listed in the following table.
2929

30+
<br>
31+
32+
****
33+
3034
|Symbol|Description|
3135
|---|---|
3236
|`-`|A hyphen indicates a parameter. For example, `-Identity`.|
@@ -107,6 +111,10 @@ If you enclose the string in single quotation marks, the only special character
107111

108112
The following table shows the valid operators that you can use in an Exchange command. Some of these symbols were also described in the earlier [Command conventions in Exchange PowerShell](#command-conventions-in-exchange-powershell) section. However, these symbols have different meanings when they're used on the command line as operators. For example, the minus sign that's used to indicate a parameter can also be used in a command as a mathematical operator.
109113

114+
<br>
115+
116+
****
117+
110118
|Operator|Description|
111119
|---|---|
112120
|`=`|The equal sign is used as an assignment character. The value on the right side of the equal sign is assigned to the variable on the left side of the equal sign. The following characters are also assignment characters: <ul><li>`+=`: Add the value on the right side of the equal sign to the current value that's contained in the variable on the left side of the equal sign.</li><li>`-=`: Subtract the value on the right side of the equal sign from the current value that's contained in the variable on the left side of the equal sign.</li><li>`*=`: Multiply the current value of the variable on the left side of the equal sign by the value that's specified on the right side of the equal sign.</li><li>`/=`: Divide the current value of the variable on the left side of the equal sign by the value that's specified on the right side of the equal sign.</li><li> `%=`: Modify the current value of the variable on the left side of the equal sign by the value that's specified on the right side of the equal sign.</li></ul>|

exchange/docs-conceptual/exchange-online-powershell-v2.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,14 @@ The Exchange Online PowerShell V2 module (abbreviated as the EXO V2 module) uses
2424
For connection instructions using the EXO V2 module, see the following articles:
2525

2626
- [Connect to Exchange Online PowerShell](connect-to-exchange-online-powershell.md)
27-
2827
- [Connect to Security & Compliance Center PowerShell](connect-to-scc-powershell.md)
29-
3028
- [Connect to Exchange Online Protection PowerShell](connect-to-exchange-online-protection-powershell.md)
3129

3230
The rest of this article explains how the module works, how to install and maintain the module, and the optimized Exchange Online cmdlets that are available in the module.
3331

3432
## Report bugs and issues for the EXO V2 module
3533

36-
When you report an issue, be sure to include the log files in your email message. To generate the log files, replace \<Path to store log file\> with the output folder you want, and run the following command:
34+
When you report an issue at `exocmdletpreview[at]service[dot]microsoft[dot]com`, be sure to include the log files in your email message. To generate the log files, replace \<Path to store log file\> with the output folder you want, and run the following command:
3735

3836
```powershell
3937
Connect-ExchangeOnline -EnableErrorReporting -LogDirectoryPath <Path to store log file> -LogLevel All
@@ -49,6 +47,8 @@ The Exchange Online cmdlets in the EXO V2 module are meant to replace their olde
4947

5048
The improved Exchange Online PowerShell cmdlets that are only available in the EXO V2 module are listed in the following table:
5149

50+
<br>
51+
5252
****
5353

5454
|EXO V2 module cmdlet|Older related cmdlet|
@@ -66,6 +66,8 @@ The improved Exchange Online PowerShell cmdlets that are only available in the E
6666

6767
The connection-related cmdlets that are available in the EXO V2 module are listed in the following table:
6868

69+
<br>
70+
6971
****
7072

7173
|EXO V2 module cmdlet|Older related cmdlet|
@@ -77,14 +79,20 @@ The connection-related cmdlets that are available in the EXO V2 module are liste
7779

7880
Miscellaneous Exchange Online cmdlets that happen to be in the EXO V2 module are listed in the following table:
7981

82+
<br>
83+
8084
****
8185

8286
|EXO V2 module cmdlet|Comments|
8387
|---|---|
84-
|[Get-MyAnalyticsFeatureConfig](/powershell/module/exchange/get-myanalyticsfeatureconfig)|This cmdlet is available in v2.0.4 or later.|
85-
|[Set-MyAnalyticsFeatureConfig](/powershell/module/exchange/set-myanalyticsfeatureconfig)|This cmdlet is available in v2.0.4 or later.|
86-
|[Get-UserBriefingConfig](/powershell/module/exchange/get-userbriefingconfig)|This cmdlet is being replaced by [Get-UserAnalyticsConfig](/powershell/module/exchange/get-useranalyticsconfig).|
87-
|[Set-UserBriefingConfig](/powershell/module/exchange/set-userbriefingconfig)|This cmdlet is being replaced by [Set-UserAnalyticsConfig](/powershell/module/exchange/set-useranalyticsconfig).|
88+
|[Get-MyAnalyticsFeatureConfig](/powershell/module/exchange/get-myanalyticsfeatureconfig)|Available in v2.0.4 or later.|
89+
|[Set-MyAnalyticsFeatureConfig](/powershell/module/exchange/set-myanalyticsfeatureconfig)|Available in v2.0.4 or later.|
90+
|[Get-OwnerlessGroupPolicy](/powershell/module/exchange/get-ownerlessgrouppolicy)|Available in v2.0.5-Preview1 or later.|
91+
|[Get-VivaInsightsSettings](/powershell/module/exchange/get-vivainsightssettings)|Available in v2.0.5-Preview2 or later.|
92+
|[Set-OwnerlessGroupPolicy](/powershell/module/exchange/set-ownerlessgrouppolicy)|Available in v2.0.5-Preview1 or later.|
93+
|[Get-UserBriefingConfig](/powershell/module/exchange/get-userbriefingconfig)|Being replaced by [Get-UserAnalyticsConfig](/powershell/module/exchange/get-useranalyticsconfig).|
94+
|[Set-UserBriefingConfig](/powershell/module/exchange/set-userbriefingconfig)|Being replaced by [Set-UserAnalyticsConfig](/powershell/module/exchange/set-useranalyticsconfig).|
95+
|[Set-VivaInsightsSettings](/powershell/module/exchange/set-vivainsightssettings)|Available in v2.0.5-Preview2 or later.|
8896
|
8997

9098
## Install and maintain the EXO V2 module

exchange/docs-conceptual/filter-properties.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ The properties that have been _confirmed_ to work with the _Filter_ parameter in
6161

6262
- For filtering considerations for connections using the Exchange Online PowerShell v2 module, see [Filters in the EXO V2 module](filters-v2.md).
6363

64+
<br>
65+
6466
****
6567

6668
|Property name|LDAP display name|Available on cmdlets|Value|Comments|

exchange/docs-conceptual/filters-v2.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ Generally, you get much better performance in PowerShell cmdlets with server-sid
3333

3434
Although the EXO V2 module supports the majority of filterable attributes, the following attributes are currently not supported for filtering:
3535

36+
<br>
37+
3638
****
3739

3840
|Cmdlet|Attribute|LDAP Display Name|

exchange/docs-conceptual/recipient-filters.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,8 @@ When creating your own custom OPath filters, consider the following items:
196196

197197
The compatibility of search criteria and the valid characters that you can use to enclose the whole OPath filter are summarized in the following table:
198198

199+
<br>
200+
199201
****
200202

201203
|Search value|OPath filter <br> enclosed in <br> double quotation marks|OPath filter <br> enclosed in <br> single quotation marks|OPath filter enclosed in <br> braces|
@@ -235,11 +237,13 @@ When creating your own custom OPath filters, consider the following items:
235237

236238
The following table contains links to articles that will help you learn more about the filterable properties that you can use with Exchange recipient commands.
237239

240+
<br>
241+
238242
****
239243

240244
|Article|Description|
241245
|---|---|
242246
|[Filterable properties for the RecipientFilter parameter on Exchange cmdlets](recipientfilter-properties.md)|Learn more about the filterable properties that are available for the _RecipientFilter_ parameter.|
243247
|[Filterable properties for the Filter parameter on Exchange cmdlets](filter-properties.md) |Learn more about the filterable properties that are available for the _Filter_ parameter.|
244248
|[Filters in the EXO V2 module](filters-v2.md)|Learn about the considerations for filters when you connect to Exchange Online PowerShell using the Exchange Online PowerShell V2 module.|
245-
|
249+
|

exchange/docs-conceptual/recipientfilter-properties.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ The recipient properties that have been *confirmed* to work with the _RecipientF
4848

4949
- For filtering considerations for connections using the Exchange Online PowerShell v2 module, see [Filters in the EXO V2 module](filters-v2.md).
5050

51+
<br>
52+
5153
****
5254

5355
|Property name|LDAP display name|Value|Comments|

exchange/docs-conceptual/v1-module-mfa-connect-to-exo-powershell.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ You need to do the following steps in a browser that supports ClickOnce (for exa
100100

101101
- The _\<ConnectionUri\>_ and _\<AzureADUri\>_ values depend on the nature of your Microsoft 365 organization as described in the following table:
102102

103+
<br>
104+
103105
****
104106

105107
|Microsoft 365 offering|_ConnectionUri_ parameter value|_AzureADAuthorizationEndPointUri_ parameter value|

exchange/docs-conceptual/v1-module-mfa-connect-to-scc-powershell.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ You need to do the following steps in a browser that supports ClickOnce (for exa
104104

105105
- The _\<ConnectionUri\>_ and _\<AzureADUri\>_ values depend on the location of your Microsoft 365 organization as described in the following table:
106106

107+
<br>
108+
107109
****
108110

109111
|Microsoft 365 offering|_ConnectionUri_ parameter value|_AzureADAuthorizationEndPointUri_ parameter value|

exchange/docs-conceptual/values-for-custompropertynames-parameter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The _CustomPropertyNames_ parameter on the [Get-CalendarDiagnosticObjects](/powe
2323

2424
The article describes the valid values for the _CustomPropertyNames_ parameter.
2525

26-
<br><br>
26+
<br>
2727

2828
****
2929

exchange/exchange-ps/exchange/Connect-ExchangeOnline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Accept wildcard characters: False
155155
156156
The AzureADAuthorizationEndpointUri parameter specifies the Azure AD Authorization endpoint that can issue OAuth2 access tokens. The following Exchange Online PowerShell environments and related values are supported:
157157
158-
- Microsoft 365 or Microsoft 365 GCC: Don't use this parameter.
158+
- Microsoft 365 or Microsoft 365 GCC: Don't use this parameter. The required value is `https://login.microsoftonline.com/common`, but that's also the default value, so you don't need to use this parameter.
159159
- Office 365 Germany: `https://login.microsoftonline.de/common`
160160
- Microsoft 365 GCC High or Microsoft 365 DoD: `https://login.microsoftonline.us/common`
161161

exchange/exchange-ps/exchange/Connect-IPPSSession.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ This example connects to standalone Exchange Online Protection PowerShell in an
7171
### -ConnectionUri
7272
The ConnectionUri parameter specifies the connection endpoint for the remote PowerShell session. The following PowerShell environments and related values are supported:
7373

74-
- Security & Compliance Center PowerShell in Microsoft 365 or Microsoft 365 GCC: Don't use this parameter.
74+
- Security & Compliance Center PowerShell in Microsoft 365 or Microsoft 365 GCC: Don't use this parameter. The required value is `https://ps.compliance.protection.outlook.com/powershell-liveid/`, but that's also the default value, so you don't need to use this parameter.
7575
- Security & Compliance Center PowerShell in Office 365 Germany: `https://ps.compliance.protection.outlook.de/PowerShell-LiveID`
7676
- Security & Compliance Center PowerShell in Microsoft GCC High: `https://ps.compliance.protection.office365.us/powershell-liveid/`
7777
- Security & Compliance Center PowerShell in Microsoft DoD: `https://l5.ps.compliance.protection.office365.us/powershell-liveid/`
@@ -93,7 +93,7 @@ Accept wildcard characters: False
9393
### -AzureADAuthorizationEndpointUri
9494
The AzureADAuthorizationEndpointUri parameter specifies the Azure AD Authorization endpoint that can issue OAuth2 access tokens. The following PowerShell environments and related values are supported:
9595
96-
- Security & Compliance Center PowerShell in Microsoft 365 or Microsoft 365 GCC: Don't use this parameter.
96+
- Security & Compliance Center PowerShell in Microsoft 365 or Microsoft 365 GCC: Don't use this parameter. The required value is `https://login.microsoftonline.com/common`, but that's also the default value, so you don't need to use this parameter.
9797
- Security & Compliance Center PowerShell in Office 365 Germany: `https://login.microsoftonline.de/common`
9898
- Security & Compliance Center PowerShell in Microsoft GCC High or Microsoft DoD: `https://login.microsoftonline.us/common`
9999

exchange/exchange-ps/exchange/Disable-OutlookProtectionRule.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ms.reviewer:
1212
# Disable-OutlookProtectionRule
1313

1414
## SYNOPSIS
15+
**Note**: This cmdlet is no longer supported in the cloud-based service.
16+
1517
This cmdlet is available in on-premises Exchange and in the cloud-based service. Some parameters and settings may be exclusive to one environment or the other.
1618

1719
Use the Disable-OutlookProtectionRule cmdlet to disable an existing Microsoft Outlook protection rule.

exchange/exchange-ps/exchange/Enable-OutlookProtectionRule.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ms.reviewer:
1212
# Enable-OutlookProtectionRule
1313

1414
## SYNOPSIS
15+
**Note**: This cmdlet is no longer supported in the cloud-based service.
16+
1517
This cmdlet is available in on-premises Exchange and in the cloud-based service. Some parameters and settings may be exclusive to one environment or the other.
1618

1719
Use the Enable-OutlookProtectionRule cmdlet to enable an existing Outlook protection rule.

exchange/exchange-ps/exchange/Get-AccessToCustomerDataRequest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ The CreatedAfter parameter filters the results by the creation date in Coordinat
8585
8686
To specify a date/time value for this parameter, use either of the following options:
8787
88-
- Specify the date/time value in UTC: For example, "2016-05-06 14:30:00z".
89-
- Specify the date/time value as a formula that converts the date/time in your local time zone to UTC: For example, `(Get-Date "5/6/2016 9:30 AM").ToUniversalTime()`. For more information, see [Get-Date](https://docs.microsoft.com/powershell/module/Microsoft.PowerShell.Utility/Get-Date).
88+
- Specify the date/time value in UTC: For example, "2021-05-06 14:30:00z".
89+
- Specify the date/time value as a formula that converts the date/time in your local time zone to UTC: For example, `(Get-Date "5/6/2021 9:30 AM").ToUniversalTime()`. For more information, see [Get-Date](https://docs.microsoft.com/powershell/module/Microsoft.PowerShell.Utility/Get-Date).
9090

9191
```yaml
9292
Type: ExDateTime

exchange/exchange-ps/exchange/Get-MigrationUserStatistics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ This example displays the number of mailbox items that failed to migrate, which
5555

5656
### Example 3
5757
```powershell
58-
Get-MigrationUserStatistics -Identity [email protected] -LimitSkippedItemsTo 20 | Format-List SkippedItemCount,SkippedItems
58+
Get-MigrationUserStatistics -Identity [email protected] -IncludeSkippedItems | Select-Object -ExpandProperty SkippedItems | Format-List DateReceived, Subject
5959
```
6060

61-
This example displays results information in the SkippedItems property for a maximum of 20 skipped items.
61+
This example displays results information in the SkippedItems property.
6262

6363
### Example 4
6464
```powershell

exchange/exchange-ps/exchange/Get-OutlookProtectionRule.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ms.reviewer:
1212
# Get-OutlookProtectionRule
1313

1414
## SYNOPSIS
15+
**Note**: This cmdlet is no longer supported in the cloud-based service.
16+
1517
This cmdlet is available in on-premises Exchange and in the cloud-based service. Some parameters and settings may be exclusive to one environment or the other.
1618

1719
Use the Get-OutlookProtectionRule cmdlet to retrieve Microsoft Outlook protection rules configured in an organization.
Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
---
2+
external help file: Microsoft.Exchange.Management.RestApiClient.dll-Help.xml
3+
Module Name: ExchangeOnlineManagement
4+
online version: https://docs.microsoft.com/powershell/module/exchange/get-ownerlessgrouppolicy
5+
applicable: Exchange Online
6+
title: Get-OwnerlessGroupPolicy
7+
schema: 2.0.0
8+
author: chrisda
9+
ms.author: chrisda
10+
---
11+
12+
# Get-OwnerlessGroupPolicy
13+
14+
## SYNOPSIS
15+
This cmdlet is available only in the Exchange Online PowerShell V2 module. For more information, see [About the Exchange Online PowerShell V2 module](https://docs.microsoft.com/powershell/exchange/exchange-online-powershell-v2).
16+
17+
**Note**: This cmdlet is available only in version 2.0.5-Preview1 or later of the EXO V2 module.
18+
19+
Use the Get-OwnerlessGroupPolicy cmdlet to view the ownerless group policy in Exchange Online.
20+
21+
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://docs.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
22+
23+
## SYNTAX
24+
25+
```
26+
Get-OwnerlessGroupPolicy
27+
[-ResultSize <Unlimited>]
28+
[<CommonParameters>]
29+
```
30+
31+
## DESCRIPTION
32+
Use this cmdlet to verify if the ownerless group policy for Microsoft 365 Groups is enabled or disabled in your organization. You can also view additional parameters as part of the policy, including: sender email address, number of weeks you want to notify active members of ownerless groups, number of members within a ownerless group you want to notify, and specific groups within the tenant on which ownerless group policy is enabled.
33+
34+
## EXAMPLES
35+
36+
### Example 1
37+
```powershell
38+
Get-OwnerlessGroupPolicy
39+
```
40+
41+
This example returns the settings of the one and only ownerless group policy for Microsoft 365 Groups.
42+
43+
## PARAMETERS
44+
45+
### -ResultSize
46+
This parameter is reserved for internal Microsoft use.
47+
48+
```yaml
49+
Type: Unlimited
50+
Parameter Sets: (All)
51+
Aliases:
52+
Applicable: Exchange Online
53+
54+
Required: False
55+
Position: Named
56+
Default value: None
57+
Accept pipeline input: False
58+
Accept wildcard characters: False
59+
```
60+
61+
### CommonParameters
62+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/p/?LinkID=113216).
63+
64+
## INPUTS
65+
66+
###
67+
68+
## OUTPUTS
69+
70+
###
71+
72+
## NOTES
73+
74+
## RELATED LINKS

exchange/exchange-ps/exchange/Get-SCInsights.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ The EndDate parameter specifies the end date of the date range.
6161

6262
To specify a date/time value for this parameter, use either of the following options:
6363

64-
- Specify the date/time value in UTC: For example, "2016-05-06 14:30:00z".
65-
- Specify the date/time value as a formula that converts the date/time in your local time zone to UTC: For example, `(Get-Date "5/6/2016 9:30 AM").ToUniversalTime()`. For more information, see [Get-Date](https://docs.microsoft.com/powershell/module/Microsoft.PowerShell.Utility/Get-Date).
64+
- Specify the date/time value in UTC: For example, "2021-05-06 14:30:00z".
65+
- Specify the date/time value as a formula that converts the date/time in your local time zone to UTC: For example, `(Get-Date "5/6/2021 9:30 AM").ToUniversalTime()`. For more information, see [Get-Date](https://docs.microsoft.com/powershell/module/Microsoft.PowerShell.Utility/Get-Date).
6666

6767
```yaml
6868
Type: DateTime

exchange/exchange-ps/exchange/Get-TenantAllowBlockListItems.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ The ExpirationDate parameter filters the results by expiration date in Coordinat
128128
129129
To specify a date/time value for this parameter, use either of the following options:
130130
131-
- Specify the date/time value in UTC: For example, `"2016-05-06 14:30:00z"`.
131+
- Specify the date/time value in UTC: For example, `"2021-05-06 14:30:00z"`.
132132
- Specify the date/time value as a formula that converts the date/time in your local time zone to UTC: For example, `(Get-Date "5/6/2020 9:30 AM").ToUniversalTime()`. For more information, see [Get-Date](https://docs.microsoft.com/powershell/module/Microsoft.PowerShell.Utility/Get-Date).
133133

134134
```yaml

0 commit comments

Comments
 (0)