From 9bc6795633a80784c55676ab030044c2c3f66f72 Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Thu, 16 Nov 2023 20:05:59 +0100 Subject: [PATCH] docs improvement --- Public/Get-O365TenantID.ps1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Public/Get-O365TenantID.ps1 b/Public/Get-O365TenantID.ps1 index 6b7cb4228..b4d23fa0d 100644 --- a/Public/Get-O365TenantID.ps1 +++ b/Public/Get-O365TenantID.ps1 @@ -1,13 +1,13 @@ function Get-O365TenantID { <# .SYNOPSIS - Short description + Quick way to find Office 365 Tenant ID by using domain name .DESCRIPTION - Long description + Quick way to find Office 365 Tenant ID by using domain name .PARAMETER Domain - Parameter description + Domain name to check .EXAMPLE Get-O365TenantID -Domain 'evotec.pl'