diff --git a/docset/winserver2016-ps/ADFS/Get-AdfsRelyingPartyWebContent.md b/docset/winserver2016-ps/ADFS/Get-AdfsRelyingPartyWebContent.md index 4dc41cfb00..e7691bddb1 100644 --- a/docset/winserver2016-ps/ADFS/Get-AdfsRelyingPartyWebContent.md +++ b/docset/winserver2016-ps/ADFS/Get-AdfsRelyingPartyWebContent.md @@ -82,15 +82,19 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). +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/?LinkID=113216). ## INPUTS ## OUTPUTS -### Microsoft.IdentityServer.Management.Resources.AdfsRelyingPartyWebContent, Microsoft.IdentityServer.Management.Resources.AdfsRelyingPartyWebContent[] -This cmdlet generates a **System.IdentityServer.Management.Resources.AdfsRelyingPartyWebContent** object that represents web content of a relying party, or an array of such objects. -The object includes the following properties: +### Microsoft.IdentityServer.Management.Resources.AdfsRelyingPartyWebContent + +### Microsoft.IdentityServer.Management.Resources.AdfsRelyingPartyWebContent[] + +This cmdlet generates a **System.IdentityServer.Management.Resources.AdfsRelyingPartyWebContent** +object that represents web content of a relying party, or an array of such objects. The object +includes the following properties: - Locale: **System.Globalization.CultureInfo** - Name: **System.String** @@ -105,4 +109,3 @@ The object includes the following properties: [Remove-AdfsRelyingPartyWebContent](./Remove-AdfsRelyingPartyWebContent.md) [Set-AdfsRelyingPartyWebContent](./Set-AdfsRelyingPartyWebContent.md) - diff --git a/docset/winserver2016-ps/ADFS/Set-AdfsDeviceRegistration.md b/docset/winserver2016-ps/ADFS/Set-AdfsDeviceRegistration.md index 7d1a61e745..3863c4e2c7 100644 --- a/docset/winserver2016-ps/ADFS/Set-AdfsDeviceRegistration.md +++ b/docset/winserver2016-ps/ADFS/Set-AdfsDeviceRegistration.md @@ -306,11 +306,15 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). +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/?LinkID=113216). ## INPUTS -### uint, string, switch +### uint + +### string + +### SwitchParameter ## OUTPUTS diff --git a/docset/winserver2016-ps/ADRMS/Install-ADRMS.md b/docset/winserver2016-ps/ADRMS/Install-ADRMS.md index c1d49b28fd..a0b98110b1 100644 --- a/docset/winserver2016-ps/ADRMS/Install-ADRMS.md +++ b/docset/winserver2016-ps/ADRMS/Install-ADRMS.md @@ -150,7 +150,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### string, PSCredential +### PSCredential + +### string ## OUTPUTS diff --git a/docset/winserver2016-ps/ADRMS/Uninstall-ADRMS.md b/docset/winserver2016-ps/ADRMS/Uninstall-ADRMS.md index 866323d583..c9e13bf224 100644 --- a/docset/winserver2016-ps/ADRMS/Uninstall-ADRMS.md +++ b/docset/winserver2016-ps/ADRMS/Uninstall-ADRMS.md @@ -125,7 +125,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### SwitchParameter, PSCredential +### SwitchParameter + +### PSCredential ## OUTPUTS diff --git a/docset/winserver2016-ps/ADRMS/Update-ADRMS.md b/docset/winserver2016-ps/ADRMS/Update-ADRMS.md index 763cfbd90a..5047a5931a 100644 --- a/docset/winserver2016-ps/ADRMS/Update-ADRMS.md +++ b/docset/winserver2016-ps/ADRMS/Update-ADRMS.md @@ -180,7 +180,13 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### SwitchParameter, string, PSCredential, SecureString +### SwitchParameter + +### string + +### PSCredential + +### SecureString ## OUTPUTS diff --git a/docset/winserver2016-ps/ActiveDirectory/Add-ADFineGrainedPasswordPolicySubject.md b/docset/winserver2016-ps/ActiveDirectory/Add-ADFineGrainedPasswordPolicySubject.md index c701ba7ebc..e25738e01e 100644 --- a/docset/winserver2016-ps/ActiveDirectory/Add-ADFineGrainedPasswordPolicySubject.md +++ b/docset/winserver2016-ps/ActiveDirectory/Add-ADFineGrainedPasswordPolicySubject.md @@ -290,28 +290,36 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.ActiveDirectory.Management.ADFineGrainedPasswordPolicy, Microsoft.ActiveDirectory.Management.ADPrincipal -A fine-grained password policy object is received by the *Identity* parameter. -One or more principal objects that represent users and security group objects are received by the *Subjects* parameter. -Derived principal types, such as the following, are also accepted by the *Subjects* parameter: +### Microsoft.ActiveDirectory.Management.ADFineGrainedPasswordPolicy + +A fine-grained password policy object is received by the **Identity** parameter. + +### Microsoft.ActiveDirectory.Management.ADPrincipal + +One or more principal objects that represent users and security group objects are received by the +**Subjects** parameter. Derived principal types, such as the following, are also accepted by the +**Subjects** parameter: - **Microsoft.ActiveDirectory.Management.ADGroup** - **Microsoft.ActiveDirectory.Management.ADUser** ## OUTPUTS -### None or Microsoft.ActiveDirectory.Management.ADFineGrainedPasswordPolicy -Returns the modified fine-grained password policy object when the *PassThru* parameter is specified. -By default, this cmdlet does not generate any output. +### None + +### Microsoft.ActiveDirectory.Management.ADFineGrainedPasswordPolicy + +Returns the modified fine-grained password policy object when the **PassThru** parameter is +specified. By default, this cmdlet does not generate any output. ## NOTES -* This cmdlet does not work with AD LDS. -* This cmdlet does not work with a read-only domain controller. -* This cmdlet does not work with an Active Directory snapshot. + +- This cmdlet does not work with AD LDS. +- This cmdlet does not work with a read-only domain controller. +- This cmdlet does not work with an Active Directory snapshot. ## RELATED LINKS [Get-ADFineGrainedPasswordPolicySubject](./Get-ADFineGrainedPasswordPolicySubject.md) [Remove-ADFineGrainedPasswordPolicySubject](./Remove-ADFineGrainedPasswordPolicySubject.md) - diff --git a/docset/winserver2016-ps/ActiveDirectory/Grant-ADAuthenticationPolicySiloAccess.md b/docset/winserver2016-ps/ActiveDirectory/Grant-ADAuthenticationPolicySiloAccess.md index fd3a2b49f9..bff1afd098 100644 --- a/docset/winserver2016-ps/ActiveDirectory/Grant-ADAuthenticationPolicySiloAccess.md +++ b/docset/winserver2016-ps/ActiveDirectory/Grant-ADAuthenticationPolicySiloAccess.md @@ -45,11 +45,11 @@ The output is then passed to the **Grant-ADAuthenticationPolicySiloAccess** cmdl ### -Account Specifies the account to which to grant access to the authentication policy silo. -Specify the account in one of the following formats: +Specify the account in one of the following formats: - A distinguished name -- A GUID -- A security identifier +- A GUID +- A security identifier - A SAM account name The cmdlet searches the default naming context or partition to find the object. @@ -60,7 +60,7 @@ You can also use this parameter to specify a variable that contains user, comput ```yaml Type: ADAccount Parameter Sets: (All) -Aliases: +Aliases: Required: True Position: 1 @@ -82,7 +82,7 @@ A Secure Sockets Layer (SSL) connection is required for the Basic authentication ```yaml Type: ADAuthType Parameter Sets: (All) -Aliases: +Aliases: Accepted values: Negotiate, Basic Required: False @@ -120,7 +120,7 @@ If you specify credentials that do not have permission to perform the task, the ```yaml Type: PSCredential Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -131,7 +131,7 @@ Accept wildcard characters: False ### -Identity Specifies an **ADAuthenticationPolicySilo** object. -Specify the authentication policy silo object in one of the following formats: +Specify the authentication policy silo object in one of the following formats: - A distinguished name - A GUID @@ -145,7 +145,7 @@ If the cmdlet finds two or more objects, the cmdlet returns a non-terminating er ```yaml Type: ADAuthenticationPolicySilo Parameter Sets: (All) -Aliases: +Aliases: Required: True Position: 0 @@ -161,7 +161,7 @@ By default, this cmdlet does not generate any output. ```yaml Type: SwitchParameter Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -174,13 +174,13 @@ Accept wildcard characters: False Specifies the Active Directory Domain Services instance to which to connect, by providing one of the following values for a corresponding domain name or directory server. The service may be any of the following: Active Directory Lightweight Domain Services, Active Directory Domain Services or Active Directory snapshot instance. -Specify the Active Directory Domain Services instance in one of the following ways: +Specify the Active Directory Domain Services instance in one of the following ways: -Domain name values: +Domain name values: - A Fully qualified domain name - A NetBIOS name -Directory server values: +Directory server values: - A Fully qualified directory server name - A NetBIOS name - A Fully qualified directory server name and port @@ -194,7 +194,7 @@ The default value for this parameter is determined by one of the following metho ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -224,7 +224,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.ActiveDirectory.Management.ADAccount, Microsoft.ActiveDirectory.Management.ADAuthenticationPolicySilo +### Microsoft.ActiveDirectory.Management.ADAccount + +### Microsoft.ActiveDirectory.Management.ADAuthenticationPolicySilo ## OUTPUTS @@ -237,4 +239,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [Revoke-ADAuthenticationPolicySiloAccess](./Revoke-ADAuthenticationPolicySiloAccess.md) [AD DS Administration Cmdlets in Windows PowerShell](./activedirectory.md) - diff --git a/docset/winserver2016-ps/ActiveDirectory/New-ADAuthenticationPolicySilo.md b/docset/winserver2016-ps/ActiveDirectory/New-ADAuthenticationPolicySilo.md index e94333dd1f..011cf6c2eb 100644 --- a/docset/winserver2016-ps/ActiveDirectory/New-ADAuthenticationPolicySilo.md +++ b/docset/winserver2016-ps/ActiveDirectory/New-ADAuthenticationPolicySilo.md @@ -58,7 +58,7 @@ A Secure Sockets Layer (SSL) connection is required for the Basic authentication ```yaml Type: ADAuthType Parameter Sets: (All) -Aliases: +Aliases: Accepted values: Negotiate, Basic Required: False @@ -74,7 +74,7 @@ Specifies the authentication policy that applies to computer accounts. ```yaml Type: ADAuthenticationPolicy Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -111,7 +111,7 @@ If you specify credentials that do not have permission to perform the task, the ```yaml Type: PSCredential Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -128,7 +128,7 @@ The Lightweight Directory Access Protocol (LDAP) display name (**ldapDisplayName ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -143,7 +143,7 @@ Indicates that the authentication policy silo is enforced. ```yaml Type: SwitchParameter Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -159,7 +159,7 @@ To get the **ADAuthenticationPolicySilo** object to use as a template, use the G ```yaml Type: ADAuthenticationPolicySilo Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -176,7 +176,7 @@ The LDAP display name (**ldapDisplayName**) of this property is name. ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: True Position: 1 @@ -198,7 +198,7 @@ You can specify values for more than one attribute by using semicolons to separa ```yaml Type: Hashtable Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -214,7 +214,7 @@ By default, this cmdlet does not generate any output. ```yaml Type: SwitchParameter Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -234,7 +234,7 @@ The acceptable values for this parameter are: ```yaml Type: Boolean Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -247,14 +247,14 @@ Accept wildcard characters: False Specifies the Active Directory Domain Services instance to which to connect, by providing one of the following values for a corresponding domain name or directory server. The service may be any of the following: Active Directory Lightweight Domain Services, Active Directory Domain Services or Active Directory snapshot instance. -Specify the Active Directory Domain Services instance in one of the following ways: +Specify the Active Directory Domain Services instance in one of the following ways: Domain name values: - Fully qualified domain name - NetBIOS name -Directory server values: +Directory server values: - Fully qualified directory server name - NetBIOS name @@ -269,7 +269,7 @@ The default value for this parameter is determined by one of the following metho ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -284,7 +284,7 @@ Specifies the authentication policy that applies to managed service accounts. ```yaml Type: ADAuthenticationPolicy Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -299,7 +299,7 @@ Specifies the authentication policy that applies to user accounts. ```yaml Type: ADAuthenticationPolicy Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -329,7 +329,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.ActiveDirectory.Management.ADAuthenticationPolicy, System.String, System.Management.Automation.SwitchParameter: System.Nullable`1[[System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] +### Microsoft.ActiveDirectory.Management.ADAuthenticationPolicy + +### System.String + +### System.Management.Automation.SwitchParameter ## OUTPUTS @@ -346,4 +350,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [Set-ADAuthenticationPolicySilo](./Set-ADAuthenticationPolicySilo.md) [AD DS Administration Cmdlets in Windows PowerShell](./activedirectory.md) - diff --git a/docset/winserver2016-ps/BitLocker/Backup-BitLockerKeyProtector.md b/docset/winserver2016-ps/BitLocker/Backup-BitLockerKeyProtector.md index e4c46f8cfe..38c4cded76 100644 --- a/docset/winserver2016-ps/BitLocker/Backup-BitLockerKeyProtector.md +++ b/docset/winserver2016-ps/BitLocker/Backup-BitLockerKeyProtector.md @@ -79,7 +79,7 @@ To obtain a BitLocker volume object, use the **Get-BitLockerVolume** cmdlet. ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: True Position: 1 @@ -96,7 +96,7 @@ To obtain a BitLocker volume object, use the **Get-BitLockerVolume** cmdlet. ```yaml Type: String[] Parameter Sets: (All) -Aliases: +Aliases: Required: True Position: 0 @@ -126,7 +126,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### BitLockerVolume, String +### BitLockerVolume + +### String ## OUTPUTS diff --git a/docset/winserver2016-ps/DFSR/ConvertFrom-DfsrGuid.md b/docset/winserver2016-ps/DFSR/ConvertFrom-DfsrGuid.md index 670a02d20d..4dcdcf8ab4 100644 --- a/docset/winserver2016-ps/DFSR/ConvertFrom-DfsrGuid.md +++ b/docset/winserver2016-ps/DFSR/ConvertFrom-DfsrGuid.md @@ -35,7 +35,7 @@ GroupName : RG01 FolderName : RF01 DomainName : corp.contoso.com Identifier : 9268f23a-7701-4184-8b8b-4bfdbb8ac411 -Description : +Description : FileNameToExclude : {~*, *.bak, *.tmp} DirectoryNameToExclude : {} DfsnPath : @@ -53,7 +53,7 @@ ComputerName : SRV01 DomainName : corp.contoso.com VolumeGuid : 9ee0fc3b-a906-11e2-8f95-806e6f6e6963 SerialNumber : 903727946 -Path : \\.\C: +Path : \\.\C: DatabaseGuid : B34A6F21-A20D-402D-9BE1-467309C21CDF ``` @@ -72,7 +72,7 @@ If you do not specify this parameter, the cmdlet uses the domain of the current ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 100 @@ -95,7 +95,7 @@ Required: True Position: 0 Default value: None Accept pipeline input: True (ByPropertyName, ByValue) -Accept wildcard characters: False +Accept wildcard characters: True ``` ### -Guid @@ -104,7 +104,7 @@ Specifies an array of GUID values to convert to a friendly name. ```yaml Type: Guid[] Parameter Sets: (All) -Aliases: +Aliases: Required: True Position: 1 @@ -118,13 +118,24 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup, Guid +### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup + +### System.Guid ## OUTPUTS -### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup, Microsoft.DistributedFileSystemReplication.DfsReplicatedFolder, Microsoft.DistributedFileSystemReplication.DfsrMember, Microsoft.DistributedFileSystemReplication.DfsrMembership, Microsoft.DistributedFileSystemReplication.DfsrConnection, Microsoft.DistributedFileSystemReplication.DfsrVolume +### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup + +### Microsoft.DistributedFileSystemReplication.DfsReplicatedFolder + +### Microsoft.DistributedFileSystemReplication.DfsrMember + +### Microsoft.DistributedFileSystemReplication.DfsrMembership + +### Microsoft.DistributedFileSystemReplication.DfsrConnection + +### Microsoft.DistributedFileSystemReplication.DfsrVolume ## NOTES ## RELATED LINKS - diff --git a/docset/winserver2016-ps/DFSR/Get-DfsrBacklog.md b/docset/winserver2016-ps/DFSR/Get-DfsrBacklog.md index 6015f3d6e6..d7242c0376 100644 --- a/docset/winserver2016-ps/DFSR/Get-DfsrBacklog.md +++ b/docset/winserver2016-ps/DFSR/Get-DfsrBacklog.md @@ -104,7 +104,7 @@ The command displays this output in the verbose stream. ### Example 4: Retrieve unreplicated changes count to a string object ```powershell -PS C:\> (Get-DfsrBacklog -GroupName "RG01" -FolderName "RF01" -SourceComputerName "SRV01" -DestinationComputerName "SRV02" -Verbose 4>&1).Message.Split(':')[2] +PS C:\> (Get-DfsrBacklog -GroupName "RG01" -FolderName "RF01" -SourceComputerName "SRV01" -DestinationComputerName "SRV02" -Verbose 4>&1).Message.Split(':')[2] ``` ```output 2400 @@ -157,7 +157,7 @@ Required: False Position: 1 Default value: None Accept pipeline input: True (ByPropertyName) -Accept wildcard characters: False +Accept wildcard characters: True ``` ### -GroupName @@ -174,7 +174,7 @@ Required: False Position: 0 Default value: None Accept pipeline input: True (ByPropertyName, ByValue) -Accept wildcard characters: False +Accept wildcard characters: True ``` ### -SourceComputerName @@ -198,7 +198,11 @@ This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVar ## INPUTS -### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup, Microsoft.DistributedFileSystemReplication.DfsReplicatedFolder, String computerName +### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup + +### Microsoft.DistributedFileSystemReplication.DfsReplicatedFolder + +### String ## OUTPUTS @@ -207,4 +211,3 @@ This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVar ## NOTES ## RELATED LINKS - diff --git a/docset/winserver2016-ps/DFSR/Get-DfsrConnectionSchedule.md b/docset/winserver2016-ps/DFSR/Get-DfsrConnectionSchedule.md index e1a860651e..a6558186bc 100644 --- a/docset/winserver2016-ps/DFSR/Get-DfsrConnectionSchedule.md +++ b/docset/winserver2016-ps/DFSR/Get-DfsrConnectionSchedule.md @@ -149,11 +149,12 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.DistributedFileSystemReplication.DfsrConnectionSchedule, string +### Microsoft.DistributedFileSystemReplication.DfsrConnectionSchedule + +### string ## NOTES ## RELATED LINKS [Set-DfsrConnectionSchedule](./Set-DfsrConnectionSchedule.md) - diff --git a/docset/winserver2016-ps/DFSR/Get-DfsrDelegation.md b/docset/winserver2016-ps/DFSR/Get-DfsrDelegation.md index 22ccf7ec08..ae7e16e94c 100644 --- a/docset/winserver2016-ps/DFSR/Get-DfsrDelegation.md +++ b/docset/winserver2016-ps/DFSR/Get-DfsrDelegation.md @@ -57,7 +57,7 @@ If you do not specify this parameter, the cmdlet uses the domain of the current ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 100 @@ -86,8 +86,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup, String[], String +### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup +### String[] + +### String ## OUTPUTS ### Microsoft.DistributedFileSystemReplication.DfsrDelegation diff --git a/docset/winserver2016-ps/DFSR/Grant-DfsrDelegation.md b/docset/winserver2016-ps/DFSR/Grant-DfsrDelegation.md index 4dfc2002e2..79e1cca45a 100644 --- a/docset/winserver2016-ps/DFSR/Grant-DfsrDelegation.md +++ b/docset/winserver2016-ps/DFSR/Grant-DfsrDelegation.md @@ -45,7 +45,7 @@ This cmdlet assigns permissions to the users and groups that this parameter spec ```yaml Type: String[] Parameter Sets: (All) -Aliases: +Aliases: Required: True Position: 1 @@ -76,7 +76,7 @@ If you do not specify this parameter, the cmdlet uses the domain of the current ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 100 @@ -91,7 +91,7 @@ Forces the command to run without asking for user confirmation. ```yaml Type: SwitchParameter Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -135,7 +135,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup, String[], String +### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup + +### String[] + +### String ## OUTPUTS diff --git a/docset/winserver2016-ps/DFSR/Remove-DfsReplicatedFolder.md b/docset/winserver2016-ps/DFSR/Remove-DfsReplicatedFolder.md index c94fd8c6fd..2d8ade2b77 100644 --- a/docset/winserver2016-ps/DFSR/Remove-DfsReplicatedFolder.md +++ b/docset/winserver2016-ps/DFSR/Remove-DfsReplicatedFolder.md @@ -73,7 +73,7 @@ If you do not specify this parameter, the cmdlet uses the domain of the current ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 100 @@ -105,7 +105,7 @@ Forces the command to run without asking for user confirmation. ```yaml Type: SwitchParameter Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 2 @@ -151,7 +151,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup, string +### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup + +### string ## OUTPUTS diff --git a/docset/winserver2016-ps/DFSR/Remove-DfsrConnection.md b/docset/winserver2016-ps/DFSR/Remove-DfsrConnection.md index beef18d40b..87f637f7af 100644 --- a/docset/winserver2016-ps/DFSR/Remove-DfsrConnection.md +++ b/docset/winserver2016-ps/DFSR/Remove-DfsrConnection.md @@ -89,7 +89,7 @@ If you do not specify this parameter, the cmdlet uses the domain of the current ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 100 @@ -104,7 +104,7 @@ Forces the command to run without asking for user confirmation. ```yaml Type: SwitchParameter Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 3 @@ -166,7 +166,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup, string +### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup + +### string ## OUTPUTS diff --git a/docset/winserver2016-ps/DFSR/Remove-DfsrPropagationTestFile.md b/docset/winserver2016-ps/DFSR/Remove-DfsrPropagationTestFile.md index 7f7272345a..6bbbb2ec33 100644 --- a/docset/winserver2016-ps/DFSR/Remove-DfsrPropagationTestFile.md +++ b/docset/winserver2016-ps/DFSR/Remove-DfsrPropagationTestFile.md @@ -52,7 +52,7 @@ To delete propagation files created within the past 24 hours or to delete all pr ```yaml Type: UInt32 Parameter Sets: (All) -Aliases: +Aliases: Required: True Position: 3 @@ -99,7 +99,7 @@ If you do not specify this parameter, the cmdlet uses the domain of the current ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 100 @@ -131,7 +131,7 @@ Forces the command to run without asking for user confirmation. ```yaml Type: SwitchParameter Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -178,7 +178,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup, Microsoft.DistributedFileSystemReplication.DfsReplicatedFolder, string +### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup + +### Microsoft.DistributedFileSystemReplication.DfsReplicatedFolder + +### string ## OUTPUTS @@ -191,4 +195,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [Start-DfsrPropagationTest](./Start-DfsrPropagationTest.md) [Write-DfsrPropagationReport](./Write-DfsrPropagationReport.md) - diff --git a/docset/winserver2016-ps/DFSR/Revoke-DfsrDelegation.md b/docset/winserver2016-ps/DFSR/Revoke-DfsrDelegation.md index 2601e4d7d6..d33181451a 100644 --- a/docset/winserver2016-ps/DFSR/Revoke-DfsrDelegation.md +++ b/docset/winserver2016-ps/DFSR/Revoke-DfsrDelegation.md @@ -30,8 +30,8 @@ For more information about delegation in the Distributed File System (DFS) Repli ``` PS C:\> Revoke-DfsrDelegation -GroupName "RG01" -AccountName "DFSR Admins" This operation will revoke delegation of permissions on the replication group named "RG01" for the account named DFSR -Admins. -Are you sure you want to revoke delegation of permissions on this replication group? +Admins. +Are you sure you want to revoke delegation of permissions on this replication group? [Y] Yes [N] No [S] Suspend [?] Help (default is "Y"): ``` @@ -58,7 +58,7 @@ This cmdlet revokes permissions to the users and groups that this parameter spec ```yaml Type: String[] Parameter Sets: (All) -Aliases: +Aliases: Required: True Position: 1 @@ -89,7 +89,7 @@ If you do not specify this parameter, the cmdlet uses the domain of the current ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 100 @@ -104,7 +104,7 @@ Forces the command to run without asking for user confirmation. ```yaml Type: SwitchParameter Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -148,7 +148,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup, String[], String +### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup + +### String[] + +### String ## OUTPUTS @@ -161,4 +165,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [Get-DfsrDelegation](./Get-DfsrDelegation.md) [Grant-DfsrDelegation](./Grant-DfsrDelegation.md) - diff --git a/docset/winserver2016-ps/DFSR/Set-DfsReplicatedFolder.md b/docset/winserver2016-ps/DFSR/Set-DfsReplicatedFolder.md index e2600a9651..4d49ddb3b1 100644 --- a/docset/winserver2016-ps/DFSR/Set-DfsReplicatedFolder.md +++ b/docset/winserver2016-ps/DFSR/Set-DfsReplicatedFolder.md @@ -109,7 +109,7 @@ Specifies a description for the replicated folder. ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 2 @@ -126,7 +126,7 @@ This parameter is used to connect the replication group to the replicated folder ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 5 @@ -159,7 +159,7 @@ If you do not specify this parameter, the cmdlet uses the domain of the current ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 100 @@ -239,7 +239,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup, Microsoft.DistributedFileSystemReplication.DfsReplicatedFolder +### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup + +### Microsoft.DistributedFileSystemReplication.DfsReplicatedFolder ## OUTPUTS @@ -254,4 +256,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [New-DfsReplicatedFolder](./New-DfsReplicatedFolder.md) [Remove-DfsReplicatedFolder](./Remove-DfsReplicatedFolder.md) - diff --git a/docset/winserver2016-ps/DFSR/Set-DfsrConnection.md b/docset/winserver2016-ps/DFSR/Set-DfsrConnection.md index 057ef115e3..a4d5f5d266 100644 --- a/docset/winserver2016-ps/DFSR/Set-DfsrConnection.md +++ b/docset/winserver2016-ps/DFSR/Set-DfsrConnection.md @@ -44,7 +44,7 @@ Identifier : 8b51a050-f32d-42dc-b008-80f56754f373 Enabled : True RdcEnabled : False CrossFileRdcEnabled : False -Description : +Description : MinimumRDCFileSizeInKB : 64 State : Normal ``` @@ -76,7 +76,7 @@ Specifies a description for the connection. ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 6 @@ -98,7 +98,7 @@ Required: True Position: 2 Default value: None Accept pipeline input: True (ByPropertyName) -Accept wildcard characters: False +Accept wildcard characters: True ``` ### -DisableConnection @@ -115,7 +115,7 @@ Disabling and enabling the membership of a computer causes non-authoritative inb ```yaml Type: Boolean Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 3 @@ -131,13 +131,13 @@ Cross-file RDC uses up to five existing previously replicated files on a volume Applying cross-file RDC over very low-bandwidth network connections with files that are very similar results in very large bandwidth savings and potentially large time savings. When you use cross-file RDC on very high-bandwidth network connections, cross-file RDC may add too much local processing time and negatively affect performance. In extremely large datasets (millions of files on a volume with a great deal of similarity), cross-file RDC may also negatively affect CPU and disk utilization. -Consider disabling cross-file RDC when you replicate over LANs and very high performance WANs. +Consider disabling cross-file RDC when you replicate over LANs and very high performance WANs. This setting is only supported on Windows Server 2012 R2 and later. ```yaml Type: Boolean Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 5 @@ -156,7 +156,7 @@ By default, RDC is enabled on DFS Replication connections. ```yaml Type: Boolean Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 4 @@ -172,7 +172,7 @@ If you do not specify this parameter, the cmdlet uses the domain of the current ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 100 @@ -194,7 +194,7 @@ Required: False Position: 0 Default value: None Accept pipeline input: True (ByPropertyName, ByValue) -Accept wildcard characters: False +Accept wildcard characters: True ``` ### -MinimumRDCFileSizeInKB @@ -207,7 +207,7 @@ By default, any files equal to or greater than 64KB are chunked by RDC. ```yaml Type: Int64 Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 7 @@ -229,7 +229,7 @@ Required: True Position: 1 Default value: None Accept pipeline input: True (ByPropertyName) -Accept wildcard characters: False +Accept wildcard characters: True ``` ### -WhatIf @@ -257,7 +257,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.DistributedFileSystemReplication.DfsrConnection, String +### String + +### String ## NOTES @@ -268,4 +270,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [Add-DfsrConnection](./Add-DfsrConnection.md) [Remove-DfsrConnection](./Remove-DfsrConnection.md) - diff --git a/docset/winserver2016-ps/DFSR/Set-DfsrConnectionSchedule.md b/docset/winserver2016-ps/DFSR/Set-DfsrConnectionSchedule.md index 783a380d01..b5de530b6e 100644 --- a/docset/winserver2016-ps/DFSR/Set-DfsrConnectionSchedule.md +++ b/docset/winserver2016-ps/DFSR/Set-DfsrConnectionSchedule.md @@ -122,7 +122,7 @@ For example: ffffffffffff0000ffff0000ffff000044440000444400004444000044440000444 ```yaml Type: String Parameter Sets: CustomScheduleParameterSet -Aliases: +Aliases: Required: True Position: 5 @@ -151,18 +151,18 @@ Specifies an array of days of the week. You can specify either an enumerated string value or its corresponding integer for this parameter. The acceptable values for this parameter are: -- Sunday (0) -- Monday (1) -- Tuesday (2) -- Wednesday (3) -- Thursday (4) -- Friday (5) +- Sunday (0) +- Monday (1) +- Tuesday (2) +- Wednesday (3) +- Thursday (4) +- Friday (5) - Saturday (6) ```yaml Type: DayOfWeek[] Parameter Sets: CustomScheduleParameterSet -Aliases: +Aliases: Accepted values: Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday Required: True @@ -185,7 +185,7 @@ Required: True Position: 2 Default value: None Accept pipeline input: True (ByPropertyName) -Accept wildcard characters: False +Accept wildcard characters: True ``` ### -DomainName @@ -195,7 +195,7 @@ If you do not specify this parameter, the cmdlet uses the domain of the current ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 100 @@ -217,7 +217,7 @@ Required: False Position: 0 Default value: None Accept pipeline input: True (ByPropertyName, ByValue) -Accept wildcard characters: False +Accept wildcard characters: True ``` ### -ScheduleType @@ -226,14 +226,14 @@ You can specify the inherited replication group schedule, a connection-based clo You can specify either an enumerated string value or its corresponding integer for this parameter. The acceptable values for this parameter are: -- UseGroupSchedule (0) -- Never (1) +- UseGroupSchedule (0) +- Never (1) - Always (2) ```yaml Type: ConnectionScheduleType Parameter Sets: ScheduleNameParameterSet -Aliases: +Aliases: Accepted values: UseGroupSchedule, Never, Always Required: False @@ -256,7 +256,7 @@ Required: True Position: 1 Default value: None Accept pipeline input: True (ByPropertyName) -Accept wildcard characters: False +Accept wildcard characters: True ``` ### -UseUTC @@ -266,7 +266,7 @@ By default, the destination computer interprets the schedule in its own local ti ```yaml Type: Boolean Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 3 @@ -296,7 +296,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup, String +### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup + +### String ## OUTPUTS @@ -307,4 +309,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## RELATED LINKS [Get-DfsrConnectionSchedule](./Get-DfsrConnectionSchedule.md) - diff --git a/docset/winserver2016-ps/DFSR/Set-DfsrMember.md b/docset/winserver2016-ps/DFSR/Set-DfsrMember.md index 76ba49b764..b015c0b334 100644 --- a/docset/winserver2016-ps/DFSR/Set-DfsrMember.md +++ b/docset/winserver2016-ps/DFSR/Set-DfsrMember.md @@ -64,7 +64,7 @@ Required: True Position: 1 Default value: None Accept pipeline input: True (ByPropertyName) -Accept wildcard characters: False +Accept wildcard characters: True ``` ### -Confirm @@ -88,7 +88,7 @@ Specifies a description for a member computer. ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 2 @@ -104,7 +104,7 @@ If you do not specify this parameter, the cmdlet uses the domain of the current ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 100 @@ -127,7 +127,7 @@ Required: True Position: 0 Default value: None Accept pipeline input: True (ByPropertyName, ByValue) -Accept wildcard characters: False +Accept wildcard characters: True ``` ### -WhatIf @@ -151,7 +151,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup, String +### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup + +### String ## OUTPUTS @@ -166,4 +168,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [Get-DfsrMember](./Get-DfsrMember.md) [Remove-DfsrMember](./Remove-DfsrMember.md) - diff --git a/docset/winserver2016-ps/DFSR/Set-DfsrMembership.md b/docset/winserver2016-ps/DFSR/Set-DfsrMembership.md index c91173bd68..2b3ec4502c 100644 --- a/docset/winserver2016-ps/DFSR/Set-DfsrMembership.md +++ b/docset/winserver2016-ps/DFSR/Set-DfsrMembership.md @@ -43,7 +43,7 @@ You can disable replication for a member computer by using this cmdlet, but to p ### Example 1: Change membership settings ``` -PS C:\> Set-DfsrMembership -GroupName "RG22" -FolderName "RepFolder" -ComputerName "SRV07" -StagingPathQuotaInMB 32768 -ConflictAndDeletedQuotaInMB 4096 +PS C:\> Set-DfsrMembership -GroupName "RG22" -FolderName "RepFolder" -ComputerName "SRV07" -StagingPathQuotaInMB 32768 -ConflictAndDeletedQuotaInMB 4096 GroupName : RG22 ComputerName : SRV07 FolderName : RF01 @@ -62,7 +62,7 @@ ConflictAndDeletedQuotaInMB : 4096 ReadOnly : False RemoveDeletedFiles : False Enabled : True -DfsnPath : +DfsnPath : State : Normal ``` @@ -94,7 +94,7 @@ GroupName SourceComputerName DestinationComputerName River Branch Office SRV01 SRV03 River Branch Office SRV03 SRV01 -The fourth command makes the computer named SRV01 the primary member of the group. The command also specifies Data Distribution 01 as the name of the replicated folder in the location C:\RF01. The command specifies the staging folder quota as 16384 MB. The command includes the *Force* parameter, and, therefore, does not prompt the user for confirmation. +The fourth command makes the computer named SRV01 the primary member of the group. The command also specifies Data Distribution 01 as the name of the replicated folder in the location C:\RF01. The command specifies the staging folder quota as 16384 MB. The command includes the *Force* parameter, and, therefore, does not prompt the user for confirmation. PS C:\> Set-DfsrMembership -GroupName "River Branch Office" -FolderName "Data Distribution 01" -ContentPath "C:\RF01" -ComputerName "SRV01" -PrimaryMember $True -StagingPathQuotaInMB 16384 -Force | Format-Table *name,*path,primary* -auto -wrap DomainName GroupName FolderName ComputerName ContentPath StagingPath PrimaryMember ---------- --------- ---------- ------------ ----------- ----------- ------------- @@ -133,7 +133,7 @@ Required: True Position: 2 Default value: None Accept pipeline input: True (ByPropertyName) -Accept wildcard characters: False +Accept wildcard characters: True ``` ### -Confirm @@ -164,7 +164,7 @@ Use the **Set-DfsrServiceConfiguration** cmdlet to modify the percent values. ```yaml Type: UInt32 Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 7 @@ -179,7 +179,7 @@ Specifies a local folder to contain replicated files associated with the replica ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 3 @@ -196,7 +196,7 @@ This value does not affect replication. ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 12 @@ -218,7 +218,7 @@ If you want to temporarily pause replication, disable the connections on the mem ```yaml Type: Boolean Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 10 @@ -234,7 +234,7 @@ If you do not specify this parameter, the cmdlet uses the domain of the current ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 100 @@ -257,7 +257,7 @@ Required: True Position: 1 Default value: None Accept pipeline input: True (ByPropertyName) -Accept wildcard characters: False +Accept wildcard characters: True ``` ### -Force @@ -266,7 +266,7 @@ Forces the command to run without asking for user confirmation. ```yaml Type: SwitchParameter Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -289,7 +289,7 @@ Required: True Position: 0 Default value: None Accept pipeline input: True (ByPropertyName, ByValue) -Accept wildcard characters: False +Accept wildcard characters: True ``` ### -MinimumFileStagingSize @@ -304,43 +304,43 @@ Previous versions of the Windows operating system that support DFS Replication u The acceptable values for this parameter are: -- Size256KB (0) -- Size512KB (1) -- Size1MB (2) -- Size2MB (3) -- Size4MB (4) -- Size8MB (5) +- Size256KB (0) +- Size512KB (1) +- Size1MB (2) +- Size2MB (3) +- Size4MB (4) +- Size8MB (5) - Size16MB (6) -- Size32MB (7) -- Size64MB (8) -- Size128MB (9) -- Size256MB (10) -- Size512MB (11) -- Size1GB (12) -- Size2GB (13) -- Size4GB (14) -- Size8GB (15) -- Size16GB (16) -- Size32GB (17) -- Size64GB (18) -- Size128GB (19) -- Size256GB (20) -- Size512GB (21) -- Size1TB (22) -- Size2TB (23) -- Size4TB (24) -- Size8TB (25) -- Size16TB (26) -- Size32TB (27) -- Size64TB (28) -- Size128TB (29) -- Size256TB (30) +- Size32MB (7) +- Size64MB (8) +- Size128MB (9) +- Size256MB (10) +- Size512MB (11) +- Size1GB (12) +- Size2GB (13) +- Size4GB (14) +- Size8GB (15) +- Size16GB (16) +- Size32GB (17) +- Size64GB (18) +- Size128GB (19) +- Size256GB (20) +- Size512GB (21) +- Size1TB (22) +- Size2TB (23) +- Size4TB (24) +- Size8TB (25) +- Size16TB (26) +- Size32TB (27) +- Size64TB (28) +- Size128TB (29) +- Size256TB (30) - Size512TB (31) ```yaml Type: FileStagingSize Parameter Sets: (All) -Aliases: +Aliases: Accepted values: Size256KB, Size512KB, Size1MB, Size2MB, Size4MB, Size8MB, Size16MB, Size32MB, Size64MB, Size128MB, Size256MB, Size512MB, Size1GB, Size2GB, Size4GB, Size8GB, Size16GB, Size32GB, Size64GB, Size128GB, Size256GB, Size512GB, Size1TB, Size2TB, Size4TB, Size8TB, Size16TB, Size32TB, Size64TB, Size128TB, Size256TB, Size512TB Required: False @@ -360,7 +360,7 @@ If you specify a value of $True for this parameter, do not specify a value of $T ```yaml Type: Boolean Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 4 @@ -381,7 +381,7 @@ If you specify a value of $True for this parameter, do not specify a value of $T ```yaml Type: Boolean Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 8 @@ -401,7 +401,7 @@ If you do not specify this parameter, by default, DFS Replication preserves dele ```yaml Type: Boolean Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 9 @@ -417,7 +417,7 @@ If you do not specify this parameter, DFS Replication creates a folder named \Get-PnpDeviceProperty -InstanceId 'SWD\PRINTENUM\{E82E5EFD-6616-4E4F-9A96-7D94554A8BF0}' -InstanceId KeyName Type Data ----------- ------- ---- ---- -SWD\PRI... DEVPKEY_Device_DeviceDesc String Local Print Queue -SWD\PRI... DEVPKEY_Device_HardwareIds StringList {PRINTENUM\LocalPrintQueue} -SWD\PRI... DEVPKEY_Device_CompatibleIds StringList {GenPrintQueue, SWD\GenericRaw, SWD\Generic} -SWD\PRI... DEVPKEY_Device_Class String PrintQueue -SWD\PRI... DEVPKEY_Device_ClassGuid Guid {1ED2BBF9-11F0-4084-B21F-AD83A8E6DCDC} +InstanceId KeyName Type Data +---------- ------- ---- ---- +SWD\PRI... DEVPKEY_Device_DeviceDesc String Local Print Queue +SWD\PRI... DEVPKEY_Device_HardwareIds StringList {PRINTENUM\LocalPrintQueue} +SWD\PRI... DEVPKEY_Device_CompatibleIds StringList {GenPrintQueue, SWD\GenericRaw, SWD\Generic} +SWD\PRI... DEVPKEY_Device_Class String PrintQueue +SWD\PRI... DEVPKEY_Device_ClassGuid Guid {1ED2BBF9-11F0-4084-B21F-AD83A8E6DCDC} . . . ``` @@ -57,13 +57,13 @@ This command gets the PnP device properties for the device that has the specifie ### Example 2: Get properties for a device by using the pipeline ``` PS C:\>Get-PnpDevice -InstanceId 'SWD\PRINTENUM\{E82E5EFD-6616-4E4F-9A96-7D94554A8BF0}' | Get-PnpDeviceProperty -InstanceId KeyName Type Data ----------- ------- ---- ---- -SWD\PRI... DEVPKEY_Device_DeviceDesc String Local Print Queue -SWD\PRI... DEVPKEY_Device_HardwareIds StringList {PRINTENUM\LocalPrintQueue} -SWD\PRI... DEVPKEY_Device_CompatibleIds StringList {GenPrintQueue, SWD\GenericRaw, SWD\Generic} -SWD\PRI... DEVPKEY_Device_Class String PrintQueue -SWD\PRI... DEVPKEY_Device_ClassGuid Guid {1ED2BBF9-11F0-4084-B21F-AD83A8E6DCDC} +InstanceId KeyName Type Data +---------- ------- ---- ---- +SWD\PRI... DEVPKEY_Device_DeviceDesc String Local Print Queue +SWD\PRI... DEVPKEY_Device_HardwareIds StringList {PRINTENUM\LocalPrintQueue} +SWD\PRI... DEVPKEY_Device_CompatibleIds StringList {GenPrintQueue, SWD\GenericRaw, SWD\Generic} +SWD\PRI... DEVPKEY_Device_Class String PrintQueue +SWD\PRI... DEVPKEY_Device_ClassGuid Guid {1ED2BBF9-11F0-4084-B21F-AD83A8E6DCDC} . . . ``` @@ -74,10 +74,10 @@ The current command gets the device properties for that device. ### Example 3: Get properties by using GUID-ID pairs ``` PS C:\>Get-PnpDeviceProperty -KeyName '{A45C254E-DF1C-4EFD-8020-67D146A850E0} 2', '{A45C254E-DF1C-4EFD-8020-67D146A850E0} 10', '{4340A6C5-93FA-4706-972C-7B648008A5A7} 3' -InstanceId 'SWD\PRINTENUM\{E82E5EFD-6616-4E4F-9A96-7D94554A8BF0}' -InstanceId KeyName Type Data ----------- ------- ---- ---- -SWD\PRI... DEVPKEY_Device_DeviceDesc String Local Print Queue -SWD\PRI... DEVPKEY_Device_ClassGuid Guid {1ED2BBF9-11F0-4084-B21F-AD83A8E6DCDC} +InstanceId KeyName Type Data +---------- ------- ---- ---- +SWD\PRI... DEVPKEY_Device_DeviceDesc String Local Print Queue +SWD\PRI... DEVPKEY_Device_ClassGuid Guid {1ED2BBF9-11F0-4084-B21F-AD83A8E6DCDC} SWD\PRI... DEVPKEY_Device_ProblemCode UInt32 0 ``` @@ -88,10 +88,10 @@ The command specifies names as GUID-ID pairs. ### Example 4: Get properties by using DEVPKEY names ``` PS C:\>Get-PnpDeviceProperty -KeyName 'DEVPKEY_Device_DeviceDesc', 'DEVPKEY_Device_ClassGuid', 'DEVPKEY_Device_ProblemCode' -InstanceId 'SWD\PRINTENUM\{E82E5EFD-6616-4E4F-9A96-7D94554A8BF0}' -InstanceId KeyName Type Data ----------- ------- ---- ---- -SWD\PRI... DEVPKEY_Device_DeviceDesc String Local Print Queue -SWD\PRI... DEVPKEY_Device_ClassGuid Guid {1ED2BBF9-11F0-4084-B21F-AD83A8E6DCDC} +InstanceId KeyName Type Data +---------- ------- ---- ---- +SWD\PRI... DEVPKEY_Device_DeviceDesc String Local Print Queue +SWD\PRI... DEVPKEY_Device_ClassGuid Guid {1ED2BBF9-11F0-4084-B21F-AD83A8E6DCDC} SWD\PRI... DEVPKEY_Device_ProblemCode UInt32 0 ``` @@ -107,7 +107,7 @@ Runs the cmdlet as a background job. Use this parameter to run commands that tak ```yaml Type: SwitchParameter Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -154,7 +154,7 @@ Specifies the input object that is used in a pipeline command. ```yaml Type: CimInstance[] Parameter Sets: InputObject (cdxml) -Aliases: +Aliases: Required: True Position: Named @@ -201,7 +201,7 @@ The throttle limit applies only to the current cmdlet, not to the session or to ```yaml Type: Int32 Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -231,27 +231,33 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS ### Microsoft.Management.Infrastructure.CimInstance#ROOT/Cimv2/Win32_PnPEntity[] -The `Microsoft.Management.Infrastructure.CimInstance` object is a wrapper class that displays Windows Management Instrumentation (WMI) objects. -The path after the pound sign (`#`) provides the namespace and class name for the underlying WMI object. + +The `Microsoft.Management.Infrastructure.CimInstance` object is a wrapper class that displays +Windows Management Instrumentation (WMI) objects. The path after the pound sign (`#`) provides the +namespace and class name for the underlying WMI object. ## OUTPUTS -### System.Int32, Win32_PnPDeviceProperty[] -This cmdlet generates an **Int32** WMI success or failure code, or an array of **Win32_PnPDeviceProperty** objects that represent properties for a PnP device. -A **Win32_PnPDeviceProperty** object contains the following fields: +### System.Int32 + +### Win32_PnPDeviceProperty[] + +This cmdlet generates an **Int32** WMI success or failure code, or an array of +**Win32_PnPDeviceProperty** objects that represent properties for a PnP device. A +**Win32_PnPDeviceProperty** object contains the following fields: - **Device**. -The instance ID for the device with which this property is associated. +The instance ID for the device with which this property is associated. - **KeyName**. The friendly name for the property. -If no friendly name exists, this matches the **Key** field. +If no friendly name exists, this matches the **Key** field. - **Key**. -The unique \[GUID\]-ID pairing representing the property. +The unique \[GUID\]-ID pairing representing the property. - **Data**. The typed data associated with the key. This value is defined in the classes which inherit from **Win32_PnPDeviceProperty**. For example, a **Win32PnPDevicePropertySint32** object would be returned for an **Int32** property. -**Data** would be an **Int32** value in this case. +**Data** would be an **Int32** value in this case. - **Type**. The type of the binary data. This is defined in the **PnpDeviceProperty.Type** enum. @@ -259,63 +265,63 @@ This is defined in the **PnpDeviceProperty.Type** enum. ## NOTES * The objects returned by **Get-PnpDeviceProperty** are all of the **(WMI Object) Win32_PnPDeviceProperty** type. They are always of a WMI class inherited from Win32_PnPDeviceProperty. For example, a device may contain a **String** and signed **Int32** properties. The cmdlet returns a **Win32_PnPDeviceProperty** array, where the first object in the array is a **Win32_PnPDevicePropertyString** object and the second is a **Win32_PnPDevicePropertySint32** object. For each object type, there is a **Data** variable, of the given type, which contains the value of the property. - The following is a full list of possible WMI classes and the type of the **Data** variable: + The following is a full list of possible WMI classes and the type of the **Data** variable: - **Win32_PnPDevicePropertyUint8**. -**Uint8**. +**Uint8**. - **Win32_PnPDevicePropertyUint16**. -**Uint16**. +**Uint16**. - **Win32_PnPDevicePropertyUint32**. -**Uint32**. +**Uint32**. - **Win32_PnPDevicePropertyUint64**. -**Uint64**. +**Uint64**. - **Win32_PnPDevicePropertySint8**. -**Sint8**. +**Sint8**. - **Win32_PnPDevicePropertySint16**. -**Sint16**. +**Sint16**. - **Win32_PnPDevicePropertySint32**. -**Sint32**. +**Sint32**. - **Win32_PnPDevicePropertySint64**. -**Sint64**. +**Sint64**. - **Win32_PnPDevicePropertyString**. -**String**. +**String**. - **Win32_PnPDevicePropertyBoolean**. -**Boolean**. +**Boolean**. - **Win32_PnPDevicePropertyReal32**. -**Real32**. +**Real32**. - **Win32_PnPDevicePropertyReal64**. -**Real64**. +**Real64**. - **Win32_PnPDevicePropertyDateTime**. -**DateTime**. +**DateTime**. - **Win32_PnPDevicePropertySecurityDescriptor**. -**Win32_SecurityDescriptor**. +**Win32_SecurityDescriptor**. - **Win32_PnPDevicePropertyBinary**. -**Uint8** array. +**Uint8** array. - **Win32_PnPDevicePropertyUint16Array**. -**Uint16** array. +**Uint16** array. - **Win32_PnPDevicePropertyUint32Array**. -**Uint32** array. +**Uint32** array. - **Win32_PnPDevicePropertyUint64Array**. -**Uint64** array. +**Uint64** array. - **Win32_PnPDevicePropertySint8Array**. -**Sint8** array. +**Sint8** array. - **Win32_PnPDevicePropertySint16Array**. -**Sint16** array. +**Sint16** array. - **Win32_PnPDevicePropertySint32Array**. -**Sint32** array. +**Sint32** array. - **Win32_PnPDevicePropertySint64Array**. -**Sint64** array. +**Sint64** array. - **Win32_PnPDevicePropertyStringArray**. -**String** array. +**String** array. - **Win32_PnPDevicePropertyBooleanArray**. -**Boolean** array. +**Boolean** array. - **Win32_PnPDevicePropertyReal32Array**. -**Real32** array. +**Real32** array. - **Win32_PnPDevicePropertyReal64Array**. -**Real64** array. +**Real64** array. - **Win32_PnPDevicePropertyDateTimeArray**. -**DateTime** array. +**DateTime** array. - **Win32_PnPDevicePropertySecurityDescriptorArray**. **Win32_SecurityDescriptor** array. @@ -326,4 +332,3 @@ This is defined in the **PnpDeviceProperty.Type** enum. [Enable-PnpDevice](./Enable-PnpDevice.md) [Get-PnpDevice](./Get-PnpDevice.md) - diff --git a/docset/winserver2016-ps/ShieldedVMDataFile/Import-ShieldingDataFile.md b/docset/winserver2016-ps/ShieldedVMDataFile/Import-ShieldingDataFile.md index 3b8a6aa6a6..166e509844 100644 --- a/docset/winserver2016-ps/ShieldedVMDataFile/Import-ShieldingDataFile.md +++ b/docset/winserver2016-ps/ShieldedVMDataFile/Import-ShieldingDataFile.md @@ -42,7 +42,7 @@ The file has the .pdk file name extension. ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: True Position: 0 @@ -58,7 +58,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### ShieldingDataFile, ExistingVMShieldingDataFile +### ShieldingDataFile + +### ExistingVMShieldingDataFile + This cmdlet returns a **ShieldingDataFile** object. This object represents a .pdk file used to provision a shielded virtual machine. diff --git a/docset/winserver2016-ps/ShieldedVMDataFile/New-VolumeIDQualifier.md b/docset/winserver2016-ps/ShieldedVMDataFile/New-VolumeIDQualifier.md index 91081a2465..2a39e431bf 100644 --- a/docset/winserver2016-ps/ShieldedVMDataFile/New-VolumeIDQualifier.md +++ b/docset/winserver2016-ps/ShieldedVMDataFile/New-VolumeIDQualifier.md @@ -47,7 +47,7 @@ The path to the template file. ```yaml Type: String Parameter Sets: TemplateDisk -Aliases: +Aliases: Required: True Position: 0 @@ -67,7 +67,7 @@ The acceptable values for this parameter are: ```yaml Type: VolumeVersionRule Parameter Sets: (All) -Aliases: +Aliases: Accepted values: Equals, GreaterThan, GreaterThanOrEquals Required: True @@ -84,7 +84,7 @@ This type of file uses the .vsc file name extension. ```yaml Type: String Parameter Sets: SignatureCatalog -Aliases: +Aliases: Required: True Position: 0 @@ -98,15 +98,17 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### String, VolumeVersionRule +### String + +### VolumeVersionRule ## OUTPUTS ### VolumeIDQualifier -This object returns a new **VolumeIDQualifier** object. -Provide this object to the Protect-ShieldingDataFile to create a provisioning data file. + +This object returns a new **VolumeIDQualifier** object. Provide this object to the +Protect-ShieldingDataFile to create a provisioning data file. ## NOTES ## RELATED LINKS - diff --git a/docset/winserver2016-ps/Storage/Get-StorageFaultDomain.md b/docset/winserver2016-ps/Storage/Get-StorageFaultDomain.md index 9c1759444f..f6ea66b361 100644 --- a/docset/winserver2016-ps/Storage/Get-StorageFaultDomain.md +++ b/docset/winserver2016-ps/Storage/Get-StorageFaultDomain.md @@ -139,11 +139,18 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### MSFT_PhysicalDisk, MSFT_StorageEnclosure, MSFT_StorageScaleUnit, MSFT_StorageRack, MSFT_StorageChassis +### MSFT_PhysicalDisk + +### MSFT_StorageEnclosure + +### MSFT_StorageScaleUnit + +### MSFT_StorageRack + +### MSFT_StorageChassis ## NOTES * When used in Failover Cluster, cmdlets from the Storage module operate on cluster level (all servers in the cluster). ## RELATED LINKS - diff --git a/docset/winserver2016-ps/Storage/Get-StorageFirmwareInformation.md b/docset/winserver2016-ps/Storage/Get-StorageFirmwareInformation.md index ff18e667a4..dd185e88c8 100644 --- a/docset/winserver2016-ps/Storage/Get-StorageFirmwareInformation.md +++ b/docset/winserver2016-ps/Storage/Get-StorageFirmwareInformation.md @@ -146,28 +146,27 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Boolean, UInt8, UInt8[], Boolean[], String[], String +### System.Management.Automation.PSCustomObject + This cmdlet returns the following firmware information for a storage object: -- **SupportsUpdate**. -Indicates whether the device is capable of a Windows-compliant firmware update process. -- **NumberOfSlots**. -The number of firmware slots the device has. -- **ActiveSlotId**. -Identifies the slot id that corresponds to the slot containing the currently active firmware image. +- **SupportsUpdate**. Indicates whether the device is capable of a Windows-compliant firmware update + process. +- **NumberOfSlots**. The number of firmware slots the device has. +- **ActiveSlotId**. Identifies the slot id that corresponds to the slot containing the currently + active firmware image. - **SlotId\[\]** - Array listing all slot IDs. -- **IsSlotWritable\[\]**. -Indicates if a firmware image can be downloaded to the slot represented by the ID in the **SlotId\[\]** array at the corresponding index. -- **FirmwareVersionInSlot\[\]**. -Array showing the firmware revision in each slot. -- **Extended Status**. -Error information from the storage provider. +- **IsSlotWritable\[\]**. Indicates if a firmware image can be downloaded to the slot represented by + the ID in the **SlotId\[\]** array at the corresponding index. +- **FirmwareVersionInSlot\[\]**. Array showing the firmware revision in each slot. +- **Extended Status**. Error information from the storage provider. ## NOTES -* This cmdlet is currently limited to use on PhysicalDisk objects. -* When used in Failover Cluster, cmdlets from the Storage module operate on cluster level (all servers in the cluster). + +- This cmdlet is currently limited to use on PhysicalDisk objects. +- When used in Failover Cluster, cmdlets from the Storage module operate on cluster level (all + servers in the cluster). ## RELATED LINKS [Update-StorageFirmware](./Update-StorageFirmware.md) - diff --git a/docset/winserver2016-ps/UEV/Get-UevConfiguration.md b/docset/winserver2016-ps/UEV/Get-UevConfiguration.md index 7e655de9b0..be217da740 100644 --- a/docset/winserver2016-ps/UEV/Get-UevConfiguration.md +++ b/docset/winserver2016-ps/UEV/Get-UevConfiguration.md @@ -107,7 +107,7 @@ Indicates that the cmdlet gets the UE-V configuration settings for all users on ```yaml Type: SwitchParameter Parameter Sets: ParameterSetComputer -Aliases: +Aliases: Required: True Position: Named @@ -122,7 +122,7 @@ Indicates that the cmdlet gets the UE-V configuration settings for the current u ```yaml Type: SwitchParameter Parameter Sets: ParameterSetUser -Aliases: +Aliases: Required: True Position: Named @@ -137,7 +137,7 @@ Indicates that the cmdlet gets the UE-V configuration settings, including all of ```yaml Type: SwitchParameter Parameter Sets: ParameterSetDetails -Aliases: +Aliases: Required: True Position: Named @@ -153,9 +153,12 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### System.Collections.Generic.Dictionary, System.Collections.Generic.KeyValuePair -This cmdlet generates a **KeyValuePair** object that represents the setting name and value, if you specify a setting name. -Otherwise, this cmdlet generates a list of all of the settings. +### System.Collections.Generic.Dictionary + +### System.Collections.Generic.KeyValuePair + +This cmdlet generates a **KeyValuePair** object that represents the setting name and value, if you +specify a setting name. Otherwise, this cmdlet generates a list of all of the settings. ## NOTES * A setting value can be from four sources (in order of precedence): group policy settings for the current user, group policy settings for the local computer, the current user, and the local computer. If no setting value is found in any of the sources, UE-V uses the default setting. @@ -171,4 +174,3 @@ Otherwise, this cmdlet generates a list of all of the settings. [Import-UevConfiguration](./Import-UevConfiguration.md) [Export-UevConfiguration](./Export-UevConfiguration.md) - diff --git a/docset/winserver2019-ps/ADFS/Get-AdfsRelyingPartyWebContent.md b/docset/winserver2019-ps/ADFS/Get-AdfsRelyingPartyWebContent.md index 0a74e0aea5..847dcd4e38 100644 --- a/docset/winserver2019-ps/ADFS/Get-AdfsRelyingPartyWebContent.md +++ b/docset/winserver2019-ps/ADFS/Get-AdfsRelyingPartyWebContent.md @@ -82,15 +82,19 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). +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/?LinkID=113216). ## INPUTS ## OUTPUTS -### Microsoft.IdentityServer.Management.Resources.AdfsRelyingPartyWebContent, Microsoft.IdentityServer.Management.Resources.AdfsRelyingPartyWebContent[] -This cmdlet generates a **System.IdentityServer.Management.Resources.AdfsRelyingPartyWebContent** object that represents web content of a relying party, or an array of such objects. -The object includes the following properties: +### Microsoft.IdentityServer.Management.Resources.AdfsRelyingPartyWebContent + +### Microsoft.IdentityServer.Management.Resources.AdfsRelyingPartyWebContent[] + +This cmdlet generates a **System.IdentityServer.Management.Resources.AdfsRelyingPartyWebContent** +object that represents web content of a relying party, or an array of such objects. The object +includes the following properties: - Locale: **System.Globalization.CultureInfo** - Name: **System.String** @@ -105,4 +109,3 @@ The object includes the following properties: [Remove-AdfsRelyingPartyWebContent](./Remove-AdfsRelyingPartyWebContent.md) [Set-AdfsRelyingPartyWebContent](./Set-AdfsRelyingPartyWebContent.md) - diff --git a/docset/winserver2019-ps/ADFS/Set-AdfsDeviceRegistration.md b/docset/winserver2019-ps/ADFS/Set-AdfsDeviceRegistration.md index 888e59e70b..7db9ccaf3b 100644 --- a/docset/winserver2019-ps/ADFS/Set-AdfsDeviceRegistration.md +++ b/docset/winserver2019-ps/ADFS/Set-AdfsDeviceRegistration.md @@ -306,11 +306,15 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). +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/?LinkID=113216). ## INPUTS -### uint, string, switch +### uint + +### string + +### SwitchParameter ## OUTPUTS diff --git a/docset/winserver2019-ps/ADRMS/Install-ADRMS.md b/docset/winserver2019-ps/ADRMS/Install-ADRMS.md index 15a6c360c2..de97e64093 100644 --- a/docset/winserver2019-ps/ADRMS/Install-ADRMS.md +++ b/docset/winserver2019-ps/ADRMS/Install-ADRMS.md @@ -150,7 +150,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### string, PSCredential +### PSCredential + +### string ## OUTPUTS diff --git a/docset/winserver2019-ps/ADRMS/Uninstall-ADRMS.md b/docset/winserver2019-ps/ADRMS/Uninstall-ADRMS.md index 79d85fbe43..b57501dc20 100644 --- a/docset/winserver2019-ps/ADRMS/Uninstall-ADRMS.md +++ b/docset/winserver2019-ps/ADRMS/Uninstall-ADRMS.md @@ -125,7 +125,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### SwitchParameter, PSCredential +### SwitchParameter + +### PSCredential ## OUTPUTS diff --git a/docset/winserver2019-ps/ADRMS/Update-ADRMS.md b/docset/winserver2019-ps/ADRMS/Update-ADRMS.md index 5b7bae0442..335f8750db 100644 --- a/docset/winserver2019-ps/ADRMS/Update-ADRMS.md +++ b/docset/winserver2019-ps/ADRMS/Update-ADRMS.md @@ -180,7 +180,13 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### SwitchParameter, string, PSCredential, SecureString +### SwitchParameter + +### string + +### PSCredential + +### SecureString ## OUTPUTS diff --git a/docset/winserver2019-ps/ActiveDirectory/Add-ADFineGrainedPasswordPolicySubject.md b/docset/winserver2019-ps/ActiveDirectory/Add-ADFineGrainedPasswordPolicySubject.md index 8f7b8c66b5..0d45853e57 100644 --- a/docset/winserver2019-ps/ActiveDirectory/Add-ADFineGrainedPasswordPolicySubject.md +++ b/docset/winserver2019-ps/ActiveDirectory/Add-ADFineGrainedPasswordPolicySubject.md @@ -290,28 +290,36 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.ActiveDirectory.Management.ADFineGrainedPasswordPolicy, Microsoft.ActiveDirectory.Management.ADPrincipal -A fine-grained password policy object is received by the *Identity* parameter. -One or more principal objects that represent users and security group objects are received by the *Subjects* parameter. -Derived principal types, such as the following, are also accepted by the *Subjects* parameter: +### Microsoft.ActiveDirectory.Management.ADFineGrainedPasswordPolicy + +A fine-grained password policy object is received by the **Identity** parameter. + +### Microsoft.ActiveDirectory.Management.ADPrincipal + +One or more principal objects that represent users and security group objects are received by the +**Subjects** parameter. Derived principal types, such as the following, are also accepted by the +**Subjects** parameter: - **Microsoft.ActiveDirectory.Management.ADGroup** - **Microsoft.ActiveDirectory.Management.ADUser** ## OUTPUTS -### None or Microsoft.ActiveDirectory.Management.ADFineGrainedPasswordPolicy -Returns the modified fine-grained password policy object when the *PassThru* parameter is specified. -By default, this cmdlet does not generate any output. +### None + +### Microsoft.ActiveDirectory.Management.ADFineGrainedPasswordPolicy + +Returns the modified fine-grained password policy object when the **PassThru** parameter is +specified. By default, this cmdlet does not generate any output. ## NOTES -* This cmdlet does not work with AD LDS. -* This cmdlet does not work with a read-only domain controller. -* This cmdlet does not work with an Active Directory snapshot. + +- This cmdlet does not work with AD LDS. +- This cmdlet does not work with a read-only domain controller. +- This cmdlet does not work with an Active Directory snapshot. ## RELATED LINKS [Get-ADFineGrainedPasswordPolicySubject](./Get-ADFineGrainedPasswordPolicySubject.md) [Remove-ADFineGrainedPasswordPolicySubject](./Remove-ADFineGrainedPasswordPolicySubject.md) - diff --git a/docset/winserver2019-ps/ActiveDirectory/Grant-ADAuthenticationPolicySiloAccess.md b/docset/winserver2019-ps/ActiveDirectory/Grant-ADAuthenticationPolicySiloAccess.md index 42dffbbd5c..9b436eadb7 100644 --- a/docset/winserver2019-ps/ActiveDirectory/Grant-ADAuthenticationPolicySiloAccess.md +++ b/docset/winserver2019-ps/ActiveDirectory/Grant-ADAuthenticationPolicySiloAccess.md @@ -45,11 +45,11 @@ The output is then passed to the **Grant-ADAuthenticationPolicySiloAccess** cmdl ### -Account Specifies the account to which to grant access to the authentication policy silo. -Specify the account in one of the following formats: +Specify the account in one of the following formats: - A distinguished name -- A GUID -- A security identifier +- A GUID +- A security identifier - A SAM account name The cmdlet searches the default naming context or partition to find the object. @@ -60,7 +60,7 @@ You can also use this parameter to specify a variable that contains user, comput ```yaml Type: ADAccount Parameter Sets: (All) -Aliases: +Aliases: Required: True Position: 1 @@ -82,7 +82,7 @@ A Secure Sockets Layer (SSL) connection is required for the Basic authentication ```yaml Type: ADAuthType Parameter Sets: (All) -Aliases: +Aliases: Accepted values: Negotiate, Basic Required: False @@ -120,7 +120,7 @@ If you specify credentials that do not have permission to perform the task, the ```yaml Type: PSCredential Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -131,7 +131,7 @@ Accept wildcard characters: False ### -Identity Specifies an **ADAuthenticationPolicySilo** object. -Specify the authentication policy silo object in one of the following formats: +Specify the authentication policy silo object in one of the following formats: - A distinguished name - A GUID @@ -145,7 +145,7 @@ If the cmdlet finds two or more objects, the cmdlet returns a non-terminating er ```yaml Type: ADAuthenticationPolicySilo Parameter Sets: (All) -Aliases: +Aliases: Required: True Position: 0 @@ -161,7 +161,7 @@ By default, this cmdlet does not generate any output. ```yaml Type: SwitchParameter Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -174,13 +174,13 @@ Accept wildcard characters: False Specifies the Active Directory Domain Services instance to which to connect, by providing one of the following values for a corresponding domain name or directory server. The service may be any of the following: Active Directory Lightweight Domain Services, Active Directory Domain Services or Active Directory snapshot instance. -Specify the Active Directory Domain Services instance in one of the following ways: +Specify the Active Directory Domain Services instance in one of the following ways: -Domain name values: +Domain name values: - A Fully qualified domain name - A NetBIOS name -Directory server values: +Directory server values: - A Fully qualified directory server name - A NetBIOS name - A Fully qualified directory server name and port @@ -194,7 +194,7 @@ The default value for this parameter is determined by one of the following metho ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -224,7 +224,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.ActiveDirectory.Management.ADAccount, Microsoft.ActiveDirectory.Management.ADAuthenticationPolicySilo +### Microsoft.ActiveDirectory.Management.ADAccount + +### Microsoft.ActiveDirectory.Management.ADAuthenticationPolicySilo ## OUTPUTS @@ -237,4 +239,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [Revoke-ADAuthenticationPolicySiloAccess](./Revoke-ADAuthenticationPolicySiloAccess.md) [AD DS Administration Cmdlets in Windows PowerShell](./activedirectory.md) - diff --git a/docset/winserver2019-ps/ActiveDirectory/New-ADAuthenticationPolicySilo.md b/docset/winserver2019-ps/ActiveDirectory/New-ADAuthenticationPolicySilo.md index 41bba5206b..915991f7fe 100644 --- a/docset/winserver2019-ps/ActiveDirectory/New-ADAuthenticationPolicySilo.md +++ b/docset/winserver2019-ps/ActiveDirectory/New-ADAuthenticationPolicySilo.md @@ -58,7 +58,7 @@ A Secure Sockets Layer (SSL) connection is required for the Basic authentication ```yaml Type: ADAuthType Parameter Sets: (All) -Aliases: +Aliases: Accepted values: Negotiate, Basic Required: False @@ -74,7 +74,7 @@ Specifies the authentication policy that applies to computer accounts. ```yaml Type: ADAuthenticationPolicy Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -111,7 +111,7 @@ If you specify credentials that do not have permission to perform the task, the ```yaml Type: PSCredential Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -128,7 +128,7 @@ The Lightweight Directory Access Protocol (LDAP) display name (**ldapDisplayName ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -143,7 +143,7 @@ Indicates that the authentication policy silo is enforced. ```yaml Type: SwitchParameter Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -159,7 +159,7 @@ To get the **ADAuthenticationPolicySilo** object to use as a template, use the G ```yaml Type: ADAuthenticationPolicySilo Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -176,7 +176,7 @@ The LDAP display name (**ldapDisplayName**) of this property is name. ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: True Position: 1 @@ -198,7 +198,7 @@ You can specify values for more than one attribute by using semicolons to separa ```yaml Type: Hashtable Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -214,7 +214,7 @@ By default, this cmdlet does not generate any output. ```yaml Type: SwitchParameter Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -234,7 +234,7 @@ The acceptable values for this parameter are: ```yaml Type: Boolean Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -247,14 +247,14 @@ Accept wildcard characters: False Specifies the Active Directory Domain Services instance to which to connect, by providing one of the following values for a corresponding domain name or directory server. The service may be any of the following: Active Directory Lightweight Domain Services, Active Directory Domain Services or Active Directory snapshot instance. -Specify the Active Directory Domain Services instance in one of the following ways: +Specify the Active Directory Domain Services instance in one of the following ways: Domain name values: - Fully qualified domain name - NetBIOS name -Directory server values: +Directory server values: - Fully qualified directory server name - NetBIOS name @@ -269,7 +269,7 @@ The default value for this parameter is determined by one of the following metho ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -284,7 +284,7 @@ Specifies the authentication policy that applies to managed service accounts. ```yaml Type: ADAuthenticationPolicy Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -299,7 +299,7 @@ Specifies the authentication policy that applies to user accounts. ```yaml Type: ADAuthenticationPolicy Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -329,7 +329,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.ActiveDirectory.Management.ADAuthenticationPolicy, System.String, System.Management.Automation.SwitchParameter: System.Nullable`1[[System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] +### Microsoft.ActiveDirectory.Management.ADAuthenticationPolicy + +### System.String + +### System.Management.Automation.SwitchParameter ## OUTPUTS @@ -346,4 +350,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [Set-ADAuthenticationPolicySilo](./Set-ADAuthenticationPolicySilo.md) [AD DS Administration Cmdlets in Windows PowerShell](./activedirectory.md) - diff --git a/docset/winserver2019-ps/BitLocker/Backup-BitLockerKeyProtector.md b/docset/winserver2019-ps/BitLocker/Backup-BitLockerKeyProtector.md index 8fe8a06876..b13f4bb686 100644 --- a/docset/winserver2019-ps/BitLocker/Backup-BitLockerKeyProtector.md +++ b/docset/winserver2019-ps/BitLocker/Backup-BitLockerKeyProtector.md @@ -79,7 +79,7 @@ To obtain a BitLocker volume object, use the **Get-BitLockerVolume** cmdlet. ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: True Position: 1 @@ -96,7 +96,7 @@ To obtain a BitLocker volume object, use the **Get-BitLockerVolume** cmdlet. ```yaml Type: String[] Parameter Sets: (All) -Aliases: +Aliases: Required: True Position: 0 @@ -126,7 +126,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### BitLockerVolume, String +### BitLockerVolume + +### String ## OUTPUTS diff --git a/docset/winserver2019-ps/DFSR/ConvertFrom-DfsrGuid.md b/docset/winserver2019-ps/DFSR/ConvertFrom-DfsrGuid.md index e6269b1ecb..efbe6ea74e 100644 --- a/docset/winserver2019-ps/DFSR/ConvertFrom-DfsrGuid.md +++ b/docset/winserver2019-ps/DFSR/ConvertFrom-DfsrGuid.md @@ -35,7 +35,7 @@ GroupName : RG01 FolderName : RF01 DomainName : corp.contoso.com Identifier : 9268f23a-7701-4184-8b8b-4bfdbb8ac411 -Description : +Description : FileNameToExclude : {~*, *.bak, *.tmp} DirectoryNameToExclude : {} DfsnPath : @@ -53,7 +53,7 @@ ComputerName : SRV01 DomainName : corp.contoso.com VolumeGuid : 9ee0fc3b-a906-11e2-8f95-806e6f6e6963 SerialNumber : 903727946 -Path : \\.\C: +Path : \\.\C: DatabaseGuid : B34A6F21-A20D-402D-9BE1-467309C21CDF ``` @@ -72,7 +72,7 @@ If you do not specify this parameter, the cmdlet uses the domain of the current ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 100 @@ -95,7 +95,7 @@ Required: True Position: 0 Default value: None Accept pipeline input: True (ByPropertyName, ByValue) -Accept wildcard characters: False +Accept wildcard characters: True ``` ### -Guid @@ -104,7 +104,7 @@ Specifies an array of GUID values to convert to a friendly name. ```yaml Type: Guid[] Parameter Sets: (All) -Aliases: +Aliases: Required: True Position: 1 @@ -118,13 +118,24 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup, Guid +### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup + +### System.Guid ## OUTPUTS -### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup, Microsoft.DistributedFileSystemReplication.DfsReplicatedFolder, Microsoft.DistributedFileSystemReplication.DfsrMember, Microsoft.DistributedFileSystemReplication.DfsrMembership, Microsoft.DistributedFileSystemReplication.DfsrConnection, Microsoft.DistributedFileSystemReplication.DfsrVolume +### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup + +### Microsoft.DistributedFileSystemReplication.DfsReplicatedFolder + +### Microsoft.DistributedFileSystemReplication.DfsrMember + +### Microsoft.DistributedFileSystemReplication.DfsrMembership + +### Microsoft.DistributedFileSystemReplication.DfsrConnection + +### Microsoft.DistributedFileSystemReplication.DfsrVolume ## NOTES ## RELATED LINKS - diff --git a/docset/winserver2019-ps/DFSR/Get-DfsrBacklog.md b/docset/winserver2019-ps/DFSR/Get-DfsrBacklog.md index 049c9e2dbb..64ba57e0b3 100644 --- a/docset/winserver2019-ps/DFSR/Get-DfsrBacklog.md +++ b/docset/winserver2019-ps/DFSR/Get-DfsrBacklog.md @@ -104,7 +104,7 @@ The command displays this output in the verbose stream. ### Example 4: Retrieve unreplicated changes count to a string object ```powershell -PS C:\> (Get-DfsrBacklog -GroupName "RG01" -FolderName "RF01" -SourceComputerName "SRV01" -DestinationComputerName "SRV02" -Verbose 4>&1).Message.Split(':')[2] +PS C:\> (Get-DfsrBacklog -GroupName "RG01" -FolderName "RF01" -SourceComputerName "SRV01" -DestinationComputerName "SRV02" -Verbose 4>&1).Message.Split(':')[2] ``` ```output 2400 @@ -157,7 +157,7 @@ Required: False Position: 1 Default value: None Accept pipeline input: True (ByPropertyName) -Accept wildcard characters: False +Accept wildcard characters: True ``` ### -GroupName @@ -174,7 +174,7 @@ Required: False Position: 0 Default value: None Accept pipeline input: True (ByPropertyName, ByValue) -Accept wildcard characters: False +Accept wildcard characters: True ``` ### -SourceComputerName @@ -198,7 +198,11 @@ This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVar ## INPUTS -### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup, Microsoft.DistributedFileSystemReplication.DfsReplicatedFolder, String computerName +### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup + +### Microsoft.DistributedFileSystemReplication.DfsReplicatedFolder + +### String ## OUTPUTS @@ -207,4 +211,3 @@ This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVar ## NOTES ## RELATED LINKS - diff --git a/docset/winserver2019-ps/DFSR/Get-DfsrConnectionSchedule.md b/docset/winserver2019-ps/DFSR/Get-DfsrConnectionSchedule.md index f530131e0f..dcc0764b1f 100644 --- a/docset/winserver2019-ps/DFSR/Get-DfsrConnectionSchedule.md +++ b/docset/winserver2019-ps/DFSR/Get-DfsrConnectionSchedule.md @@ -149,11 +149,12 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.DistributedFileSystemReplication.DfsrConnectionSchedule, string +### Microsoft.DistributedFileSystemReplication.DfsrConnectionSchedule + +### string ## NOTES ## RELATED LINKS [Set-DfsrConnectionSchedule](./Set-DfsrConnectionSchedule.md) - diff --git a/docset/winserver2019-ps/DFSR/Get-DfsrDelegation.md b/docset/winserver2019-ps/DFSR/Get-DfsrDelegation.md index 6864e95c5e..b5c0d1b382 100644 --- a/docset/winserver2019-ps/DFSR/Get-DfsrDelegation.md +++ b/docset/winserver2019-ps/DFSR/Get-DfsrDelegation.md @@ -57,7 +57,7 @@ If you do not specify this parameter, the cmdlet uses the domain of the current ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 100 @@ -86,8 +86,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup, String[], String +### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup +### String[] + +### String ## OUTPUTS ### Microsoft.DistributedFileSystemReplication.DfsrDelegation diff --git a/docset/winserver2019-ps/DFSR/Grant-DfsrDelegation.md b/docset/winserver2019-ps/DFSR/Grant-DfsrDelegation.md index 89a134bc49..0b9710f4ac 100644 --- a/docset/winserver2019-ps/DFSR/Grant-DfsrDelegation.md +++ b/docset/winserver2019-ps/DFSR/Grant-DfsrDelegation.md @@ -45,7 +45,7 @@ This cmdlet assigns permissions to the users and groups that this parameter spec ```yaml Type: String[] Parameter Sets: (All) -Aliases: +Aliases: Required: True Position: 1 @@ -76,7 +76,7 @@ If you do not specify this parameter, the cmdlet uses the domain of the current ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 100 @@ -91,7 +91,7 @@ Forces the command to run without asking for user confirmation. ```yaml Type: SwitchParameter Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -135,7 +135,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup, String[], String +### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup + +### String[] + +### String ## OUTPUTS diff --git a/docset/winserver2019-ps/DFSR/Remove-DfsReplicatedFolder.md b/docset/winserver2019-ps/DFSR/Remove-DfsReplicatedFolder.md index 890b4e8d75..fa15bbd9cf 100644 --- a/docset/winserver2019-ps/DFSR/Remove-DfsReplicatedFolder.md +++ b/docset/winserver2019-ps/DFSR/Remove-DfsReplicatedFolder.md @@ -73,7 +73,7 @@ If you do not specify this parameter, the cmdlet uses the domain of the current ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 100 @@ -105,7 +105,7 @@ Forces the command to run without asking for user confirmation. ```yaml Type: SwitchParameter Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 2 @@ -151,7 +151,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup, string +### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup + +### string ## OUTPUTS diff --git a/docset/winserver2019-ps/DFSR/Remove-DfsrConnection.md b/docset/winserver2019-ps/DFSR/Remove-DfsrConnection.md index 46cf183857..d019e4631f 100644 --- a/docset/winserver2019-ps/DFSR/Remove-DfsrConnection.md +++ b/docset/winserver2019-ps/DFSR/Remove-DfsrConnection.md @@ -89,7 +89,7 @@ If you do not specify this parameter, the cmdlet uses the domain of the current ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 100 @@ -104,7 +104,7 @@ Forces the command to run without asking for user confirmation. ```yaml Type: SwitchParameter Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 3 @@ -166,7 +166,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup, string +### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup + +### string ## OUTPUTS diff --git a/docset/winserver2019-ps/DFSR/Remove-DfsrPropagationTestFile.md b/docset/winserver2019-ps/DFSR/Remove-DfsrPropagationTestFile.md index f8b719c978..884ab42a64 100644 --- a/docset/winserver2019-ps/DFSR/Remove-DfsrPropagationTestFile.md +++ b/docset/winserver2019-ps/DFSR/Remove-DfsrPropagationTestFile.md @@ -52,7 +52,7 @@ To delete propagation files created within the past 24 hours or to delete all pr ```yaml Type: UInt32 Parameter Sets: (All) -Aliases: +Aliases: Required: True Position: 3 @@ -99,7 +99,7 @@ If you do not specify this parameter, the cmdlet uses the domain of the current ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 100 @@ -131,7 +131,7 @@ Forces the command to run without asking for user confirmation. ```yaml Type: SwitchParameter Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -178,7 +178,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup, Microsoft.DistributedFileSystemReplication.DfsReplicatedFolder, string +### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup + +### Microsoft.DistributedFileSystemReplication.DfsReplicatedFolder + +### string ## OUTPUTS @@ -191,4 +195,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [Start-DfsrPropagationTest](./Start-DfsrPropagationTest.md) [Write-DfsrPropagationReport](./Write-DfsrPropagationReport.md) - diff --git a/docset/winserver2019-ps/DFSR/Revoke-DfsrDelegation.md b/docset/winserver2019-ps/DFSR/Revoke-DfsrDelegation.md index 75bb755965..35bade975e 100644 --- a/docset/winserver2019-ps/DFSR/Revoke-DfsrDelegation.md +++ b/docset/winserver2019-ps/DFSR/Revoke-DfsrDelegation.md @@ -30,8 +30,8 @@ For more information about delegation in the Distributed File System (DFS) Repli ``` PS C:\> Revoke-DfsrDelegation -GroupName "RG01" -AccountName "DFSR Admins" This operation will revoke delegation of permissions on the replication group named "RG01" for the account named DFSR -Admins. -Are you sure you want to revoke delegation of permissions on this replication group? +Admins. +Are you sure you want to revoke delegation of permissions on this replication group? [Y] Yes [N] No [S] Suspend [?] Help (default is "Y"): ``` @@ -58,7 +58,7 @@ This cmdlet revokes permissions to the users and groups that this parameter spec ```yaml Type: String[] Parameter Sets: (All) -Aliases: +Aliases: Required: True Position: 1 @@ -89,7 +89,7 @@ If you do not specify this parameter, the cmdlet uses the domain of the current ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 100 @@ -104,7 +104,7 @@ Forces the command to run without asking for user confirmation. ```yaml Type: SwitchParameter Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -148,7 +148,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup, String[], String +### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup + +### String[] + +### String ## OUTPUTS @@ -161,4 +165,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [Get-DfsrDelegation](./Get-DfsrDelegation.md) [Grant-DfsrDelegation](./Grant-DfsrDelegation.md) - diff --git a/docset/winserver2019-ps/DFSR/Set-DfsReplicatedFolder.md b/docset/winserver2019-ps/DFSR/Set-DfsReplicatedFolder.md index 107e995b60..4966d76bb5 100644 --- a/docset/winserver2019-ps/DFSR/Set-DfsReplicatedFolder.md +++ b/docset/winserver2019-ps/DFSR/Set-DfsReplicatedFolder.md @@ -109,7 +109,7 @@ Specifies a description for the replicated folder. ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 2 @@ -126,7 +126,7 @@ This parameter is used to connect the replication group to the replicated folder ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 5 @@ -159,7 +159,7 @@ If you do not specify this parameter, the cmdlet uses the domain of the current ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 100 @@ -239,7 +239,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup, Microsoft.DistributedFileSystemReplication.DfsReplicatedFolder +### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup + +### Microsoft.DistributedFileSystemReplication.DfsReplicatedFolder ## OUTPUTS @@ -254,4 +256,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [New-DfsReplicatedFolder](./New-DfsReplicatedFolder.md) [Remove-DfsReplicatedFolder](./Remove-DfsReplicatedFolder.md) - diff --git a/docset/winserver2019-ps/DFSR/Set-DfsrConnection.md b/docset/winserver2019-ps/DFSR/Set-DfsrConnection.md index b45da21f44..5f3cfc61cc 100644 --- a/docset/winserver2019-ps/DFSR/Set-DfsrConnection.md +++ b/docset/winserver2019-ps/DFSR/Set-DfsrConnection.md @@ -44,7 +44,7 @@ Identifier : 8b51a050-f32d-42dc-b008-80f56754f373 Enabled : True RdcEnabled : False CrossFileRdcEnabled : False -Description : +Description : MinimumRDCFileSizeInKB : 64 State : Normal ``` @@ -76,7 +76,7 @@ Specifies a description for the connection. ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 6 @@ -98,7 +98,7 @@ Required: True Position: 2 Default value: None Accept pipeline input: True (ByPropertyName) -Accept wildcard characters: False +Accept wildcard characters: True ``` ### -DisableConnection @@ -115,7 +115,7 @@ Disabling and enabling the membership of a computer causes non-authoritative inb ```yaml Type: Boolean Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 3 @@ -131,13 +131,13 @@ Cross-file RDC uses up to five existing previously replicated files on a volume Applying cross-file RDC over very low-bandwidth network connections with files that are very similar results in very large bandwidth savings and potentially large time savings. When you use cross-file RDC on very high-bandwidth network connections, cross-file RDC may add too much local processing time and negatively affect performance. In extremely large datasets (millions of files on a volume with a great deal of similarity), cross-file RDC may also negatively affect CPU and disk utilization. -Consider disabling cross-file RDC when you replicate over LANs and very high performance WANs. +Consider disabling cross-file RDC when you replicate over LANs and very high performance WANs. This setting is only supported on Windows Server 2012 R2 and later. ```yaml Type: Boolean Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 5 @@ -156,7 +156,7 @@ By default, RDC is enabled on DFS Replication connections. ```yaml Type: Boolean Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 4 @@ -172,7 +172,7 @@ If you do not specify this parameter, the cmdlet uses the domain of the current ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 100 @@ -194,7 +194,7 @@ Required: False Position: 0 Default value: None Accept pipeline input: True (ByPropertyName, ByValue) -Accept wildcard characters: False +Accept wildcard characters: True ``` ### -MinimumRDCFileSizeInKB @@ -207,7 +207,7 @@ By default, any files equal to or greater than 64KB are chunked by RDC. ```yaml Type: Int64 Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 7 @@ -229,7 +229,7 @@ Required: True Position: 1 Default value: None Accept pipeline input: True (ByPropertyName) -Accept wildcard characters: False +Accept wildcard characters: True ``` ### -WhatIf @@ -257,7 +257,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.DistributedFileSystemReplication.DfsrConnection, String +### String + +### String ## NOTES @@ -268,4 +270,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [Add-DfsrConnection](./Add-DfsrConnection.md) [Remove-DfsrConnection](./Remove-DfsrConnection.md) - diff --git a/docset/winserver2019-ps/DFSR/Set-DfsrConnectionSchedule.md b/docset/winserver2019-ps/DFSR/Set-DfsrConnectionSchedule.md index 9424dc7981..49509f9c0c 100644 --- a/docset/winserver2019-ps/DFSR/Set-DfsrConnectionSchedule.md +++ b/docset/winserver2019-ps/DFSR/Set-DfsrConnectionSchedule.md @@ -122,7 +122,7 @@ For example: ffffffffffff0000ffff0000ffff000044440000444400004444000044440000444 ```yaml Type: String Parameter Sets: CustomScheduleParameterSet -Aliases: +Aliases: Required: True Position: 5 @@ -151,18 +151,18 @@ Specifies an array of days of the week. You can specify either an enumerated string value or its corresponding integer for this parameter. The acceptable values for this parameter are: -- Sunday (0) -- Monday (1) -- Tuesday (2) -- Wednesday (3) -- Thursday (4) -- Friday (5) +- Sunday (0) +- Monday (1) +- Tuesday (2) +- Wednesday (3) +- Thursday (4) +- Friday (5) - Saturday (6) ```yaml Type: DayOfWeek[] Parameter Sets: CustomScheduleParameterSet -Aliases: +Aliases: Accepted values: Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday Required: True @@ -185,7 +185,7 @@ Required: True Position: 2 Default value: None Accept pipeline input: True (ByPropertyName) -Accept wildcard characters: False +Accept wildcard characters: True ``` ### -DomainName @@ -195,7 +195,7 @@ If you do not specify this parameter, the cmdlet uses the domain of the current ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 100 @@ -217,7 +217,7 @@ Required: False Position: 0 Default value: None Accept pipeline input: True (ByPropertyName, ByValue) -Accept wildcard characters: False +Accept wildcard characters: True ``` ### -ScheduleType @@ -226,14 +226,14 @@ You can specify the inherited replication group schedule, a connection-based clo You can specify either an enumerated string value or its corresponding integer for this parameter. The acceptable values for this parameter are: -- UseGroupSchedule (0) -- Never (1) +- UseGroupSchedule (0) +- Never (1) - Always (2) ```yaml Type: ConnectionScheduleType Parameter Sets: ScheduleNameParameterSet -Aliases: +Aliases: Accepted values: UseGroupSchedule, Never, Always Required: False @@ -256,7 +256,7 @@ Required: True Position: 1 Default value: None Accept pipeline input: True (ByPropertyName) -Accept wildcard characters: False +Accept wildcard characters: True ``` ### -UseUTC @@ -266,7 +266,7 @@ By default, the destination computer interprets the schedule in its own local ti ```yaml Type: Boolean Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 3 @@ -296,7 +296,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup, String +### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup + +### String ## OUTPUTS @@ -307,4 +309,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## RELATED LINKS [Get-DfsrConnectionSchedule](./Get-DfsrConnectionSchedule.md) - diff --git a/docset/winserver2019-ps/DFSR/Set-DfsrMember.md b/docset/winserver2019-ps/DFSR/Set-DfsrMember.md index 8f467dfc2e..db09b22aae 100644 --- a/docset/winserver2019-ps/DFSR/Set-DfsrMember.md +++ b/docset/winserver2019-ps/DFSR/Set-DfsrMember.md @@ -64,7 +64,7 @@ Required: True Position: 1 Default value: None Accept pipeline input: True (ByPropertyName) -Accept wildcard characters: False +Accept wildcard characters: True ``` ### -Confirm @@ -88,7 +88,7 @@ Specifies a description for a member computer. ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 2 @@ -104,7 +104,7 @@ If you do not specify this parameter, the cmdlet uses the domain of the current ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 100 @@ -127,7 +127,7 @@ Required: True Position: 0 Default value: None Accept pipeline input: True (ByPropertyName, ByValue) -Accept wildcard characters: False +Accept wildcard characters: True ``` ### -WhatIf @@ -151,7 +151,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup, String +### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup + +### String ## OUTPUTS @@ -166,4 +168,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [Get-DfsrMember](./Get-DfsrMember.md) [Remove-DfsrMember](./Remove-DfsrMember.md) - diff --git a/docset/winserver2019-ps/DFSR/Set-DfsrMembership.md b/docset/winserver2019-ps/DFSR/Set-DfsrMembership.md index f5d66df2a8..4585570ae6 100644 --- a/docset/winserver2019-ps/DFSR/Set-DfsrMembership.md +++ b/docset/winserver2019-ps/DFSR/Set-DfsrMembership.md @@ -43,7 +43,7 @@ You can disable replication for a member computer by using this cmdlet, but to p ### Example 1: Change membership settings ``` -PS C:\> Set-DfsrMembership -GroupName "RG22" -FolderName "RepFolder" -ComputerName "SRV07" -StagingPathQuotaInMB 32768 -ConflictAndDeletedQuotaInMB 4096 +PS C:\> Set-DfsrMembership -GroupName "RG22" -FolderName "RepFolder" -ComputerName "SRV07" -StagingPathQuotaInMB 32768 -ConflictAndDeletedQuotaInMB 4096 GroupName : RG22 ComputerName : SRV07 FolderName : RF01 @@ -62,7 +62,7 @@ ConflictAndDeletedQuotaInMB : 4096 ReadOnly : False RemoveDeletedFiles : False Enabled : True -DfsnPath : +DfsnPath : State : Normal ``` @@ -94,7 +94,7 @@ GroupName SourceComputerName DestinationComputerName River Branch Office SRV01 SRV03 River Branch Office SRV03 SRV01 -The fourth command makes the computer named SRV01 the primary member of the group. The command also specifies Data Distribution 01 as the name of the replicated folder in the location C:\RF01. The command specifies the staging folder quota as 16384 MB. The command includes the *Force* parameter, and, therefore, does not prompt the user for confirmation. +The fourth command makes the computer named SRV01 the primary member of the group. The command also specifies Data Distribution 01 as the name of the replicated folder in the location C:\RF01. The command specifies the staging folder quota as 16384 MB. The command includes the *Force* parameter, and, therefore, does not prompt the user for confirmation. PS C:\> Set-DfsrMembership -GroupName "River Branch Office" -FolderName "Data Distribution 01" -ContentPath "C:\RF01" -ComputerName "SRV01" -PrimaryMember $True -StagingPathQuotaInMB 16384 -Force | Format-Table *name,*path,primary* -auto -wrap DomainName GroupName FolderName ComputerName ContentPath StagingPath PrimaryMember ---------- --------- ---------- ------------ ----------- ----------- ------------- @@ -133,7 +133,7 @@ Required: True Position: 2 Default value: None Accept pipeline input: True (ByPropertyName) -Accept wildcard characters: False +Accept wildcard characters: True ``` ### -Confirm @@ -164,7 +164,7 @@ Use the **Set-DfsrServiceConfiguration** cmdlet to modify the percent values. ```yaml Type: UInt32 Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 7 @@ -179,7 +179,7 @@ Specifies a local folder to contain replicated files associated with the replica ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 3 @@ -196,7 +196,7 @@ This value does not affect replication. ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 12 @@ -218,7 +218,7 @@ If you want to temporarily pause replication, disable the connections on the mem ```yaml Type: Boolean Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 10 @@ -234,7 +234,7 @@ If you do not specify this parameter, the cmdlet uses the domain of the current ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 100 @@ -257,7 +257,7 @@ Required: True Position: 1 Default value: None Accept pipeline input: True (ByPropertyName) -Accept wildcard characters: False +Accept wildcard characters: True ``` ### -Force @@ -266,7 +266,7 @@ Forces the command to run without asking for user confirmation. ```yaml Type: SwitchParameter Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -289,7 +289,7 @@ Required: True Position: 0 Default value: None Accept pipeline input: True (ByPropertyName, ByValue) -Accept wildcard characters: False +Accept wildcard characters: True ``` ### -MinimumFileStagingSize @@ -304,43 +304,43 @@ Previous versions of the Windows operating system that support DFS Replication u The acceptable values for this parameter are: -- Size256KB (0) -- Size512KB (1) -- Size1MB (2) -- Size2MB (3) -- Size4MB (4) -- Size8MB (5) +- Size256KB (0) +- Size512KB (1) +- Size1MB (2) +- Size2MB (3) +- Size4MB (4) +- Size8MB (5) - Size16MB (6) -- Size32MB (7) -- Size64MB (8) -- Size128MB (9) -- Size256MB (10) -- Size512MB (11) -- Size1GB (12) -- Size2GB (13) -- Size4GB (14) -- Size8GB (15) -- Size16GB (16) -- Size32GB (17) -- Size64GB (18) -- Size128GB (19) -- Size256GB (20) -- Size512GB (21) -- Size1TB (22) -- Size2TB (23) -- Size4TB (24) -- Size8TB (25) -- Size16TB (26) -- Size32TB (27) -- Size64TB (28) -- Size128TB (29) -- Size256TB (30) +- Size32MB (7) +- Size64MB (8) +- Size128MB (9) +- Size256MB (10) +- Size512MB (11) +- Size1GB (12) +- Size2GB (13) +- Size4GB (14) +- Size8GB (15) +- Size16GB (16) +- Size32GB (17) +- Size64GB (18) +- Size128GB (19) +- Size256GB (20) +- Size512GB (21) +- Size1TB (22) +- Size2TB (23) +- Size4TB (24) +- Size8TB (25) +- Size16TB (26) +- Size32TB (27) +- Size64TB (28) +- Size128TB (29) +- Size256TB (30) - Size512TB (31) ```yaml Type: FileStagingSize Parameter Sets: (All) -Aliases: +Aliases: Accepted values: Size256KB, Size512KB, Size1MB, Size2MB, Size4MB, Size8MB, Size16MB, Size32MB, Size64MB, Size128MB, Size256MB, Size512MB, Size1GB, Size2GB, Size4GB, Size8GB, Size16GB, Size32GB, Size64GB, Size128GB, Size256GB, Size512GB, Size1TB, Size2TB, Size4TB, Size8TB, Size16TB, Size32TB, Size64TB, Size128TB, Size256TB, Size512TB Required: False @@ -360,7 +360,7 @@ If you specify a value of $True for this parameter, do not specify a value of $T ```yaml Type: Boolean Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 4 @@ -381,7 +381,7 @@ If you specify a value of $True for this parameter, do not specify a value of $T ```yaml Type: Boolean Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 8 @@ -401,7 +401,7 @@ If you do not specify this parameter, by default, DFS Replication preserves dele ```yaml Type: Boolean Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 9 @@ -417,7 +417,7 @@ If you do not specify this parameter, DFS Replication creates a folder named \Get-PnpDeviceProperty -InstanceId 'SWD\PRINTENUM\{E82E5EFD-6616-4E4F-9A96-7D94554A8BF0}' -InstanceId KeyName Type Data ----------- ------- ---- ---- -SWD\PRI... DEVPKEY_Device_DeviceDesc String Local Print Queue -SWD\PRI... DEVPKEY_Device_HardwareIds StringList {PRINTENUM\LocalPrintQueue} -SWD\PRI... DEVPKEY_Device_CompatibleIds StringList {GenPrintQueue, SWD\GenericRaw, SWD\Generic} -SWD\PRI... DEVPKEY_Device_Class String PrintQueue -SWD\PRI... DEVPKEY_Device_ClassGuid Guid {1ED2BBF9-11F0-4084-B21F-AD83A8E6DCDC} +InstanceId KeyName Type Data +---------- ------- ---- ---- +SWD\PRI... DEVPKEY_Device_DeviceDesc String Local Print Queue +SWD\PRI... DEVPKEY_Device_HardwareIds StringList {PRINTENUM\LocalPrintQueue} +SWD\PRI... DEVPKEY_Device_CompatibleIds StringList {GenPrintQueue, SWD\GenericRaw, SWD\Generic} +SWD\PRI... DEVPKEY_Device_Class String PrintQueue +SWD\PRI... DEVPKEY_Device_ClassGuid Guid {1ED2BBF9-11F0-4084-B21F-AD83A8E6DCDC} . . . ``` @@ -57,13 +57,13 @@ This command gets the PnP device properties for the device that has the specifie ### Example 2: Get properties for a device by using the pipeline ``` PS C:\>Get-PnpDevice -InstanceId 'SWD\PRINTENUM\{E82E5EFD-6616-4E4F-9A96-7D94554A8BF0}' | Get-PnpDeviceProperty -InstanceId KeyName Type Data ----------- ------- ---- ---- -SWD\PRI... DEVPKEY_Device_DeviceDesc String Local Print Queue -SWD\PRI... DEVPKEY_Device_HardwareIds StringList {PRINTENUM\LocalPrintQueue} -SWD\PRI... DEVPKEY_Device_CompatibleIds StringList {GenPrintQueue, SWD\GenericRaw, SWD\Generic} -SWD\PRI... DEVPKEY_Device_Class String PrintQueue -SWD\PRI... DEVPKEY_Device_ClassGuid Guid {1ED2BBF9-11F0-4084-B21F-AD83A8E6DCDC} +InstanceId KeyName Type Data +---------- ------- ---- ---- +SWD\PRI... DEVPKEY_Device_DeviceDesc String Local Print Queue +SWD\PRI... DEVPKEY_Device_HardwareIds StringList {PRINTENUM\LocalPrintQueue} +SWD\PRI... DEVPKEY_Device_CompatibleIds StringList {GenPrintQueue, SWD\GenericRaw, SWD\Generic} +SWD\PRI... DEVPKEY_Device_Class String PrintQueue +SWD\PRI... DEVPKEY_Device_ClassGuid Guid {1ED2BBF9-11F0-4084-B21F-AD83A8E6DCDC} . . . ``` @@ -74,10 +74,10 @@ The current command gets the device properties for that device. ### Example 3: Get properties by using GUID-ID pairs ``` PS C:\>Get-PnpDeviceProperty -KeyName '{A45C254E-DF1C-4EFD-8020-67D146A850E0} 2', '{A45C254E-DF1C-4EFD-8020-67D146A850E0} 10', '{4340A6C5-93FA-4706-972C-7B648008A5A7} 3' -InstanceId 'SWD\PRINTENUM\{E82E5EFD-6616-4E4F-9A96-7D94554A8BF0}' -InstanceId KeyName Type Data ----------- ------- ---- ---- -SWD\PRI... DEVPKEY_Device_DeviceDesc String Local Print Queue -SWD\PRI... DEVPKEY_Device_ClassGuid Guid {1ED2BBF9-11F0-4084-B21F-AD83A8E6DCDC} +InstanceId KeyName Type Data +---------- ------- ---- ---- +SWD\PRI... DEVPKEY_Device_DeviceDesc String Local Print Queue +SWD\PRI... DEVPKEY_Device_ClassGuid Guid {1ED2BBF9-11F0-4084-B21F-AD83A8E6DCDC} SWD\PRI... DEVPKEY_Device_ProblemCode UInt32 0 ``` @@ -88,10 +88,10 @@ The command specifies names as GUID-ID pairs. ### Example 4: Get properties by using DEVPKEY names ``` PS C:\>Get-PnpDeviceProperty -KeyName 'DEVPKEY_Device_DeviceDesc', 'DEVPKEY_Device_ClassGuid', 'DEVPKEY_Device_ProblemCode' -InstanceId 'SWD\PRINTENUM\{E82E5EFD-6616-4E4F-9A96-7D94554A8BF0}' -InstanceId KeyName Type Data ----------- ------- ---- ---- -SWD\PRI... DEVPKEY_Device_DeviceDesc String Local Print Queue -SWD\PRI... DEVPKEY_Device_ClassGuid Guid {1ED2BBF9-11F0-4084-B21F-AD83A8E6DCDC} +InstanceId KeyName Type Data +---------- ------- ---- ---- +SWD\PRI... DEVPKEY_Device_DeviceDesc String Local Print Queue +SWD\PRI... DEVPKEY_Device_ClassGuid Guid {1ED2BBF9-11F0-4084-B21F-AD83A8E6DCDC} SWD\PRI... DEVPKEY_Device_ProblemCode UInt32 0 ``` @@ -107,7 +107,7 @@ Runs the cmdlet as a background job. Use this parameter to run commands that tak ```yaml Type: SwitchParameter Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -154,7 +154,7 @@ Specifies the input object that is used in a pipeline command. ```yaml Type: CimInstance[] Parameter Sets: InputObject (cdxml) -Aliases: +Aliases: Required: True Position: Named @@ -201,7 +201,7 @@ The throttle limit applies only to the current cmdlet, not to the session or to ```yaml Type: Int32 Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -231,27 +231,33 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS ### Microsoft.Management.Infrastructure.CimInstance#ROOT/Cimv2/Win32_PnPEntity[] -The `Microsoft.Management.Infrastructure.CimInstance` object is a wrapper class that displays Windows Management Instrumentation (WMI) objects. -The path after the pound sign (`#`) provides the namespace and class name for the underlying WMI object. + +The `Microsoft.Management.Infrastructure.CimInstance` object is a wrapper class that displays +Windows Management Instrumentation (WMI) objects. The path after the pound sign (`#`) provides the +namespace and class name for the underlying WMI object. ## OUTPUTS -### System.Int32, Win32_PnPDeviceProperty[] -This cmdlet generates an **Int32** WMI success or failure code, or an array of **Win32_PnPDeviceProperty** objects that represent properties for a PnP device. -A **Win32_PnPDeviceProperty** object contains the following fields: +### System.Int32 + +### Win32_PnPDeviceProperty[] + +This cmdlet generates an **Int32** WMI success or failure code, or an array of +**Win32_PnPDeviceProperty** objects that represent properties for a PnP device. A +**Win32_PnPDeviceProperty** object contains the following fields: - **Device**. -The instance ID for the device with which this property is associated. +The instance ID for the device with which this property is associated. - **KeyName**. The friendly name for the property. -If no friendly name exists, this matches the **Key** field. +If no friendly name exists, this matches the **Key** field. - **Key**. -The unique \[GUID\]-ID pairing representing the property. +The unique \[GUID\]-ID pairing representing the property. - **Data**. The typed data associated with the key. This value is defined in the classes which inherit from **Win32_PnPDeviceProperty**. For example, a **Win32PnPDevicePropertySint32** object would be returned for an **Int32** property. -**Data** would be an **Int32** value in this case. +**Data** would be an **Int32** value in this case. - **Type**. The type of the binary data. This is defined in the **PnpDeviceProperty.Type** enum. @@ -259,63 +265,63 @@ This is defined in the **PnpDeviceProperty.Type** enum. ## NOTES * The objects returned by **Get-PnpDeviceProperty** are all of the **(WMI Object) Win32_PnPDeviceProperty** type. They are always of a WMI class inherited from Win32_PnPDeviceProperty. For example, a device may contain a **String** and signed **Int32** properties. The cmdlet returns a **Win32_PnPDeviceProperty** array, where the first object in the array is a **Win32_PnPDevicePropertyString** object and the second is a **Win32_PnPDevicePropertySint32** object. For each object type, there is a **Data** variable, of the given type, which contains the value of the property. - The following is a full list of possible WMI classes and the type of the **Data** variable: + The following is a full list of possible WMI classes and the type of the **Data** variable: - **Win32_PnPDevicePropertyUint8**. -**Uint8**. +**Uint8**. - **Win32_PnPDevicePropertyUint16**. -**Uint16**. +**Uint16**. - **Win32_PnPDevicePropertyUint32**. -**Uint32**. +**Uint32**. - **Win32_PnPDevicePropertyUint64**. -**Uint64**. +**Uint64**. - **Win32_PnPDevicePropertySint8**. -**Sint8**. +**Sint8**. - **Win32_PnPDevicePropertySint16**. -**Sint16**. +**Sint16**. - **Win32_PnPDevicePropertySint32**. -**Sint32**. +**Sint32**. - **Win32_PnPDevicePropertySint64**. -**Sint64**. +**Sint64**. - **Win32_PnPDevicePropertyString**. -**String**. +**String**. - **Win32_PnPDevicePropertyBoolean**. -**Boolean**. +**Boolean**. - **Win32_PnPDevicePropertyReal32**. -**Real32**. +**Real32**. - **Win32_PnPDevicePropertyReal64**. -**Real64**. +**Real64**. - **Win32_PnPDevicePropertyDateTime**. -**DateTime**. +**DateTime**. - **Win32_PnPDevicePropertySecurityDescriptor**. -**Win32_SecurityDescriptor**. +**Win32_SecurityDescriptor**. - **Win32_PnPDevicePropertyBinary**. -**Uint8** array. +**Uint8** array. - **Win32_PnPDevicePropertyUint16Array**. -**Uint16** array. +**Uint16** array. - **Win32_PnPDevicePropertyUint32Array**. -**Uint32** array. +**Uint32** array. - **Win32_PnPDevicePropertyUint64Array**. -**Uint64** array. +**Uint64** array. - **Win32_PnPDevicePropertySint8Array**. -**Sint8** array. +**Sint8** array. - **Win32_PnPDevicePropertySint16Array**. -**Sint16** array. +**Sint16** array. - **Win32_PnPDevicePropertySint32Array**. -**Sint32** array. +**Sint32** array. - **Win32_PnPDevicePropertySint64Array**. -**Sint64** array. +**Sint64** array. - **Win32_PnPDevicePropertyStringArray**. -**String** array. +**String** array. - **Win32_PnPDevicePropertyBooleanArray**. -**Boolean** array. +**Boolean** array. - **Win32_PnPDevicePropertyReal32Array**. -**Real32** array. +**Real32** array. - **Win32_PnPDevicePropertyReal64Array**. -**Real64** array. +**Real64** array. - **Win32_PnPDevicePropertyDateTimeArray**. -**DateTime** array. +**DateTime** array. - **Win32_PnPDevicePropertySecurityDescriptorArray**. **Win32_SecurityDescriptor** array. @@ -326,4 +332,3 @@ This is defined in the **PnpDeviceProperty.Type** enum. [Enable-PnpDevice](./Enable-PnpDevice.md) [Get-PnpDevice](./Get-PnpDevice.md) - diff --git a/docset/winserver2019-ps/ShieldedVMDataFile/Import-ShieldingDataFile.md b/docset/winserver2019-ps/ShieldedVMDataFile/Import-ShieldingDataFile.md index 753077887d..cd8d4f0c38 100644 --- a/docset/winserver2019-ps/ShieldedVMDataFile/Import-ShieldingDataFile.md +++ b/docset/winserver2019-ps/ShieldedVMDataFile/Import-ShieldingDataFile.md @@ -42,7 +42,7 @@ The file has the .pdk file name extension. ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: True Position: 0 @@ -58,7 +58,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### ShieldingDataFile, ExistingVMShieldingDataFile +### ShieldingDataFile + +### ExistingVMShieldingDataFile + This cmdlet returns a **ShieldingDataFile** object. This object represents a .pdk file used to provision a shielded virtual machine. diff --git a/docset/winserver2019-ps/ShieldedVMDataFile/New-VolumeIDQualifier.md b/docset/winserver2019-ps/ShieldedVMDataFile/New-VolumeIDQualifier.md index 6327ffc243..6878d6cab8 100644 --- a/docset/winserver2019-ps/ShieldedVMDataFile/New-VolumeIDQualifier.md +++ b/docset/winserver2019-ps/ShieldedVMDataFile/New-VolumeIDQualifier.md @@ -47,7 +47,7 @@ The path to the template file. ```yaml Type: String Parameter Sets: TemplateDisk -Aliases: +Aliases: Required: True Position: 0 @@ -67,7 +67,7 @@ The acceptable values for this parameter are: ```yaml Type: VolumeVersionRule Parameter Sets: (All) -Aliases: +Aliases: Accepted values: Equals, GreaterThan, GreaterThanOrEquals Required: True @@ -84,7 +84,7 @@ This type of file uses the .vsc file name extension. ```yaml Type: String Parameter Sets: SignatureCatalog -Aliases: +Aliases: Required: True Position: 0 @@ -98,15 +98,17 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### String, VolumeVersionRule +### String + +### VolumeVersionRule ## OUTPUTS ### VolumeIDQualifier -This object returns a new **VolumeIDQualifier** object. -Provide this object to the Protect-ShieldingDataFile to create a provisioning data file. + +This object returns a new **VolumeIDQualifier** object. Provide this object to the +Protect-ShieldingDataFile to create a provisioning data file. ## NOTES ## RELATED LINKS - diff --git a/docset/winserver2019-ps/Storage/Get-StorageFaultDomain.md b/docset/winserver2019-ps/Storage/Get-StorageFaultDomain.md index 1f0f2531b5..524f0b17c6 100644 --- a/docset/winserver2019-ps/Storage/Get-StorageFaultDomain.md +++ b/docset/winserver2019-ps/Storage/Get-StorageFaultDomain.md @@ -139,11 +139,18 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### MSFT_PhysicalDisk, MSFT_StorageEnclosure, MSFT_StorageScaleUnit, MSFT_StorageRack, MSFT_StorageChassis +### MSFT_PhysicalDisk + +### MSFT_StorageEnclosure + +### MSFT_StorageScaleUnit + +### MSFT_StorageRack + +### MSFT_StorageChassis ## NOTES * When used in Failover Cluster, cmdlets from the Storage module operate on cluster level (all servers in the cluster). ## RELATED LINKS - diff --git a/docset/winserver2019-ps/Storage/Get-StorageFirmwareInformation.md b/docset/winserver2019-ps/Storage/Get-StorageFirmwareInformation.md index 50c461bedc..6e5ca82e4f 100644 --- a/docset/winserver2019-ps/Storage/Get-StorageFirmwareInformation.md +++ b/docset/winserver2019-ps/Storage/Get-StorageFirmwareInformation.md @@ -146,28 +146,27 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Boolean, UInt8, UInt8[], Boolean[], String[], String +### System.Management.Automation.PSCustomObject + This cmdlet returns the following firmware information for a storage object: -- **SupportsUpdate**. -Indicates whether the device is capable of a Windows-compliant firmware update process. -- **NumberOfSlots**. -The number of firmware slots the device has. -- **ActiveSlotId**. -Identifies the slot id that corresponds to the slot containing the currently active firmware image. +- **SupportsUpdate**. Indicates whether the device is capable of a Windows-compliant firmware update + process. +- **NumberOfSlots**. The number of firmware slots the device has. +- **ActiveSlotId**. Identifies the slot id that corresponds to the slot containing the currently + active firmware image. - **SlotId\[\]** - Array listing all slot IDs. -- **IsSlotWritable\[\]**. -Indicates if a firmware image can be downloaded to the slot represented by the ID in the **SlotId\[\]** array at the corresponding index. -- **FirmwareVersionInSlot\[\]**. -Array showing the firmware revision in each slot. -- **Extended Status**. -Error information from the storage provider. +- **IsSlotWritable\[\]**. Indicates if a firmware image can be downloaded to the slot represented by + the ID in the **SlotId\[\]** array at the corresponding index. +- **FirmwareVersionInSlot\[\]**. Array showing the firmware revision in each slot. +- **Extended Status**. Error information from the storage provider. ## NOTES -* This cmdlet is currently limited to use on PhysicalDisk objects. -* When used in Failover Cluster, cmdlets from the Storage module operate on cluster level (all servers in the cluster). + +- This cmdlet is currently limited to use on PhysicalDisk objects. +- When used in Failover Cluster, cmdlets from the Storage module operate on cluster level (all + servers in the cluster). ## RELATED LINKS [Update-StorageFirmware](./Update-StorageFirmware.md) - diff --git a/docset/winserver2019-ps/UEV/Get-UevConfiguration.md b/docset/winserver2019-ps/UEV/Get-UevConfiguration.md index 1e4ba89d6a..1c5116e85c 100644 --- a/docset/winserver2019-ps/UEV/Get-UevConfiguration.md +++ b/docset/winserver2019-ps/UEV/Get-UevConfiguration.md @@ -107,7 +107,7 @@ Indicates that the cmdlet gets the UE-V configuration settings for all users on ```yaml Type: SwitchParameter Parameter Sets: ParameterSetComputer -Aliases: +Aliases: Required: True Position: Named @@ -122,7 +122,7 @@ Indicates that the cmdlet gets the UE-V configuration settings for the current u ```yaml Type: SwitchParameter Parameter Sets: ParameterSetUser -Aliases: +Aliases: Required: True Position: Named @@ -137,7 +137,7 @@ Indicates that the cmdlet gets the UE-V configuration settings, including all of ```yaml Type: SwitchParameter Parameter Sets: ParameterSetDetails -Aliases: +Aliases: Required: True Position: Named @@ -153,9 +153,12 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### System.Collections.Generic.Dictionary, System.Collections.Generic.KeyValuePair -This cmdlet generates a **KeyValuePair** object that represents the setting name and value, if you specify a setting name. -Otherwise, this cmdlet generates a list of all of the settings. +### System.Collections.Generic.Dictionary + +### System.Collections.Generic.KeyValuePair + +This cmdlet generates a **KeyValuePair** object that represents the setting name and value, if you +specify a setting name. Otherwise, this cmdlet generates a list of all of the settings. ## NOTES * A setting value can be from four sources (in order of precedence): group policy settings for the current user, group policy settings for the local computer, the current user, and the local computer. If no setting value is found in any of the sources, UE-V uses the default setting. @@ -171,4 +174,3 @@ Otherwise, this cmdlet generates a list of all of the settings. [Import-UevConfiguration](./Import-UevConfiguration.md) [Export-UevConfiguration](./Export-UevConfiguration.md) - diff --git a/docset/winserver2022-ps/ADFS/Get-AdfsRelyingPartyWebContent.md b/docset/winserver2022-ps/ADFS/Get-AdfsRelyingPartyWebContent.md index ac30f73fe9..478ba7e91d 100644 --- a/docset/winserver2022-ps/ADFS/Get-AdfsRelyingPartyWebContent.md +++ b/docset/winserver2022-ps/ADFS/Get-AdfsRelyingPartyWebContent.md @@ -88,9 +88,13 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.IdentityServer.Management.Resources.AdfsRelyingPartyWebContent, Microsoft.IdentityServer.Management.Resources.AdfsRelyingPartyWebContent[] -This cmdlet generates a **System.IdentityServer.Management.Resources.AdfsRelyingPartyWebContent** object that represents web content of a relying party, or an array of such objects. -The object includes the following properties: +### Microsoft.IdentityServer.Management.Resources.AdfsRelyingPartyWebContent + +### Microsoft.IdentityServer.Management.Resources.AdfsRelyingPartyWebContent[] + +This cmdlet generates a **System.IdentityServer.Management.Resources.AdfsRelyingPartyWebContent** +object that represents web content of a relying party, or an array of such objects. The object +includes the following properties: - Locale: **System.Globalization.CultureInfo** - Name: **System.String** @@ -105,4 +109,3 @@ The object includes the following properties: [Remove-AdfsRelyingPartyWebContent](./Remove-AdfsRelyingPartyWebContent.md) [Set-AdfsRelyingPartyWebContent](./Set-AdfsRelyingPartyWebContent.md) - diff --git a/docset/winserver2022-ps/ADFS/Set-AdfsDeviceRegistration.md b/docset/winserver2022-ps/ADFS/Set-AdfsDeviceRegistration.md index b7baf91c54..1153d31211 100644 --- a/docset/winserver2022-ps/ADFS/Set-AdfsDeviceRegistration.md +++ b/docset/winserver2022-ps/ADFS/Set-AdfsDeviceRegistration.md @@ -310,7 +310,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### uint, string, switch +### uint + +### string + +### SwitchParameter ## OUTPUTS diff --git a/docset/winserver2022-ps/ADRMS/Install-ADRMS.md b/docset/winserver2022-ps/ADRMS/Install-ADRMS.md index 94623a8146..3c2d0a3ab1 100644 --- a/docset/winserver2022-ps/ADRMS/Install-ADRMS.md +++ b/docset/winserver2022-ps/ADRMS/Install-ADRMS.md @@ -150,7 +150,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### string, PSCredential +### PSCredential + +### string ## OUTPUTS diff --git a/docset/winserver2022-ps/ADRMS/Uninstall-ADRMS.md b/docset/winserver2022-ps/ADRMS/Uninstall-ADRMS.md index 084339d1e3..afec7b5d1a 100644 --- a/docset/winserver2022-ps/ADRMS/Uninstall-ADRMS.md +++ b/docset/winserver2022-ps/ADRMS/Uninstall-ADRMS.md @@ -125,7 +125,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### SwitchParameter, PSCredential +### SwitchParameter + +### PSCredential ## OUTPUTS diff --git a/docset/winserver2022-ps/ADRMS/Update-ADRMS.md b/docset/winserver2022-ps/ADRMS/Update-ADRMS.md index 159c784aa0..3ff8ead9d9 100644 --- a/docset/winserver2022-ps/ADRMS/Update-ADRMS.md +++ b/docset/winserver2022-ps/ADRMS/Update-ADRMS.md @@ -180,7 +180,13 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### SwitchParameter, string, PSCredential, SecureString +### SwitchParameter + +### string + +### PSCredential + +### SecureString ## OUTPUTS diff --git a/docset/winserver2022-ps/ActiveDirectory/Add-ADFineGrainedPasswordPolicySubject.md b/docset/winserver2022-ps/ActiveDirectory/Add-ADFineGrainedPasswordPolicySubject.md index cce36e7a6d..48d12995ed 100644 --- a/docset/winserver2022-ps/ActiveDirectory/Add-ADFineGrainedPasswordPolicySubject.md +++ b/docset/winserver2022-ps/ActiveDirectory/Add-ADFineGrainedPasswordPolicySubject.md @@ -335,19 +335,24 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.ActiveDirectory.Management.ADFineGrainedPasswordPolicy, Microsoft.ActiveDirectory.Management.ADPrincipal +### Microsoft.ActiveDirectory.Management.ADFineGrainedPasswordPolicy -A fine-grained password policy object is received by the **Identity** parameter. One or more -principal objects that represent users and security group objects are received by the **Subjects** -parameter. Derived principal types, such as the following, are also accepted by the **Subjects** -parameter: +A fine-grained password policy object is received by the **Identity** parameter. + +### Microsoft.ActiveDirectory.Management.ADPrincipal + +One or more principal objects that represent users and security group objects are received by the +**Subjects** parameter. Derived principal types, such as the following, are also accepted by the +**Subjects** parameter: - **Microsoft.ActiveDirectory.Management.ADGroup** - **Microsoft.ActiveDirectory.Management.ADUser** ## OUTPUTS -### None or Microsoft.ActiveDirectory.Management.ADFineGrainedPasswordPolicy +### None + +### Microsoft.ActiveDirectory.Management.ADFineGrainedPasswordPolicy Returns the modified fine-grained password policy object when the **PassThru** parameter is specified. By default, this cmdlet does not generate any output. diff --git a/docset/winserver2022-ps/ActiveDirectory/Grant-ADAuthenticationPolicySiloAccess.md b/docset/winserver2022-ps/ActiveDirectory/Grant-ADAuthenticationPolicySiloAccess.md index bccb85d2bd..355460aa25 100644 --- a/docset/winserver2022-ps/ActiveDirectory/Grant-ADAuthenticationPolicySiloAccess.md +++ b/docset/winserver2022-ps/ActiveDirectory/Grant-ADAuthenticationPolicySiloAccess.md @@ -45,11 +45,11 @@ The output is then passed to the **Grant-ADAuthenticationPolicySiloAccess** cmdl ### -Account Specifies the account to which to grant access to the authentication policy silo. -Specify the account in one of the following formats: +Specify the account in one of the following formats: - A distinguished name -- A GUID -- A security identifier +- A GUID +- A security identifier - A SAM account name The cmdlet searches the default naming context or partition to find the object. @@ -60,7 +60,7 @@ You can also use this parameter to specify a variable that contains user, comput ```yaml Type: ADAccount Parameter Sets: (All) -Aliases: +Aliases: Required: True Position: 1 @@ -82,7 +82,7 @@ A Secure Sockets Layer (SSL) connection is required for the Basic authentication ```yaml Type: ADAuthType Parameter Sets: (All) -Aliases: +Aliases: Accepted values: Negotiate, Basic Required: False @@ -120,7 +120,7 @@ If you specify credentials that do not have permission to perform the task, the ```yaml Type: PSCredential Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -131,7 +131,7 @@ Accept wildcard characters: False ### -Identity Specifies an **ADAuthenticationPolicySilo** object. -Specify the authentication policy silo object in one of the following formats: +Specify the authentication policy silo object in one of the following formats: - A distinguished name - A GUID @@ -145,7 +145,7 @@ If the cmdlet finds two or more objects, the cmdlet returns a non-terminating er ```yaml Type: ADAuthenticationPolicySilo Parameter Sets: (All) -Aliases: +Aliases: Required: True Position: 0 @@ -161,7 +161,7 @@ By default, this cmdlet does not generate any output. ```yaml Type: SwitchParameter Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -174,13 +174,13 @@ Accept wildcard characters: False Specifies the Active Directory Domain Services instance to which to connect, by providing one of the following values for a corresponding domain name or directory server. The service may be any of the following: Active Directory Lightweight Domain Services, Active Directory Domain Services or Active Directory snapshot instance. -Specify the Active Directory Domain Services instance in one of the following ways: +Specify the Active Directory Domain Services instance in one of the following ways: -Domain name values: +Domain name values: - A Fully qualified domain name - A NetBIOS name -Directory server values: +Directory server values: - A Fully qualified directory server name - A NetBIOS name - A Fully qualified directory server name and port @@ -194,7 +194,7 @@ The default value for this parameter is determined by one of the following metho ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -224,7 +224,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.ActiveDirectory.Management.ADAccount, Microsoft.ActiveDirectory.Management.ADAuthenticationPolicySilo +### Microsoft.ActiveDirectory.Management.ADAccount + +### Microsoft.ActiveDirectory.Management.ADAuthenticationPolicySilo ## OUTPUTS @@ -237,4 +239,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [Revoke-ADAuthenticationPolicySiloAccess](./Revoke-ADAuthenticationPolicySiloAccess.md) [AD DS Administration Cmdlets in Windows PowerShell](./activedirectory.md) - diff --git a/docset/winserver2022-ps/ActiveDirectory/New-ADAuthenticationPolicySilo.md b/docset/winserver2022-ps/ActiveDirectory/New-ADAuthenticationPolicySilo.md index 50893e9fad..7ee6c265f3 100644 --- a/docset/winserver2022-ps/ActiveDirectory/New-ADAuthenticationPolicySilo.md +++ b/docset/winserver2022-ps/ActiveDirectory/New-ADAuthenticationPolicySilo.md @@ -58,7 +58,7 @@ A Secure Sockets Layer (SSL) connection is required for the Basic authentication ```yaml Type: ADAuthType Parameter Sets: (All) -Aliases: +Aliases: Accepted values: Negotiate, Basic Required: False @@ -74,7 +74,7 @@ Specifies the authentication policy that applies to computer accounts. ```yaml Type: ADAuthenticationPolicy Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -111,7 +111,7 @@ If you specify credentials that do not have permission to perform the task, the ```yaml Type: PSCredential Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -128,7 +128,7 @@ The Lightweight Directory Access Protocol (LDAP) display name (**ldapDisplayName ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -143,7 +143,7 @@ Indicates that the authentication policy silo is enforced. ```yaml Type: SwitchParameter Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -159,7 +159,7 @@ To get the **ADAuthenticationPolicySilo** object to use as a template, use the G ```yaml Type: ADAuthenticationPolicySilo Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -176,7 +176,7 @@ The LDAP display name (**ldapDisplayName**) of this property is name. ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: True Position: 1 @@ -198,7 +198,7 @@ You can specify values for more than one attribute by using semicolons to separa ```yaml Type: Hashtable Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -214,7 +214,7 @@ By default, this cmdlet does not generate any output. ```yaml Type: SwitchParameter Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -234,7 +234,7 @@ The acceptable values for this parameter are: ```yaml Type: Boolean Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -247,14 +247,14 @@ Accept wildcard characters: False Specifies the Active Directory Domain Services instance to which to connect, by providing one of the following values for a corresponding domain name or directory server. The service may be any of the following: Active Directory Lightweight Domain Services, Active Directory Domain Services or Active Directory snapshot instance. -Specify the Active Directory Domain Services instance in one of the following ways: +Specify the Active Directory Domain Services instance in one of the following ways: Domain name values: - Fully qualified domain name - NetBIOS name -Directory server values: +Directory server values: - Fully qualified directory server name - NetBIOS name @@ -269,7 +269,7 @@ The default value for this parameter is determined by one of the following metho ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -284,7 +284,7 @@ Specifies the authentication policy that applies to managed service accounts. ```yaml Type: ADAuthenticationPolicy Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -299,7 +299,7 @@ Specifies the authentication policy that applies to user accounts. ```yaml Type: ADAuthenticationPolicy Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -329,7 +329,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.ActiveDirectory.Management.ADAuthenticationPolicy, System.String, System.Management.Automation.SwitchParameter: System.Nullable`1[[System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] +### Microsoft.ActiveDirectory.Management.ADAuthenticationPolicy + +### System.String + +### System.Management.Automation.SwitchParameter ## OUTPUTS @@ -346,4 +350,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [Set-ADAuthenticationPolicySilo](./Set-ADAuthenticationPolicySilo.md) [AD DS Administration Cmdlets in Windows PowerShell](./activedirectory.md) - diff --git a/docset/winserver2022-ps/BitLocker/Backup-BitLockerKeyProtector.md b/docset/winserver2022-ps/BitLocker/Backup-BitLockerKeyProtector.md index c7e9e44e74..d39c1d431b 100644 --- a/docset/winserver2022-ps/BitLocker/Backup-BitLockerKeyProtector.md +++ b/docset/winserver2022-ps/BitLocker/Backup-BitLockerKeyProtector.md @@ -79,7 +79,7 @@ To obtain a BitLocker volume object, use the **Get-BitLockerVolume** cmdlet. ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: True Position: 1 @@ -96,7 +96,7 @@ To obtain a BitLocker volume object, use the **Get-BitLockerVolume** cmdlet. ```yaml Type: String[] Parameter Sets: (All) -Aliases: +Aliases: Required: True Position: 0 @@ -126,7 +126,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### BitLockerVolume, String +### BitLockerVolume + +### String ## OUTPUTS diff --git a/docset/winserver2022-ps/DFSR/ConvertFrom-DfsrGuid.md b/docset/winserver2022-ps/DFSR/ConvertFrom-DfsrGuid.md index 02487fd5c0..ec2595cb1e 100644 --- a/docset/winserver2022-ps/DFSR/ConvertFrom-DfsrGuid.md +++ b/docset/winserver2022-ps/DFSR/ConvertFrom-DfsrGuid.md @@ -35,7 +35,7 @@ GroupName : RG01 FolderName : RF01 DomainName : corp.contoso.com Identifier : 9268f23a-7701-4184-8b8b-4bfdbb8ac411 -Description : +Description : FileNameToExclude : {~*, *.bak, *.tmp} DirectoryNameToExclude : {} DfsnPath : @@ -53,7 +53,7 @@ ComputerName : SRV01 DomainName : corp.contoso.com VolumeGuid : 9ee0fc3b-a906-11e2-8f95-806e6f6e6963 SerialNumber : 903727946 -Path : \\.\C: +Path : \\.\C: DatabaseGuid : B34A6F21-A20D-402D-9BE1-467309C21CDF ``` @@ -72,7 +72,7 @@ If you do not specify this parameter, the cmdlet uses the domain of the current ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 100 @@ -104,7 +104,7 @@ Specifies an array of GUID values to convert to a friendly name. ```yaml Type: Guid[] Parameter Sets: (All) -Aliases: +Aliases: Required: True Position: 1 @@ -118,13 +118,24 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup, Guid +### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup + +### System.Guid ## OUTPUTS -### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup, Microsoft.DistributedFileSystemReplication.DfsReplicatedFolder, Microsoft.DistributedFileSystemReplication.DfsrMember, Microsoft.DistributedFileSystemReplication.DfsrMembership, Microsoft.DistributedFileSystemReplication.DfsrConnection, Microsoft.DistributedFileSystemReplication.DfsrVolume +### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup + +### Microsoft.DistributedFileSystemReplication.DfsReplicatedFolder + +### Microsoft.DistributedFileSystemReplication.DfsrMember + +### Microsoft.DistributedFileSystemReplication.DfsrMembership + +### Microsoft.DistributedFileSystemReplication.DfsrConnection + +### Microsoft.DistributedFileSystemReplication.DfsrVolume ## NOTES ## RELATED LINKS - diff --git a/docset/winserver2022-ps/DFSR/Get-DfsrBacklog.md b/docset/winserver2022-ps/DFSR/Get-DfsrBacklog.md index fe85cb45ea..7d0170632f 100644 --- a/docset/winserver2022-ps/DFSR/Get-DfsrBacklog.md +++ b/docset/winserver2022-ps/DFSR/Get-DfsrBacklog.md @@ -104,7 +104,7 @@ The command displays this output in the verbose stream. ### Example 4: Retrieve unreplicated changes count to a string object ```powershell -PS C:\> (Get-DfsrBacklog -GroupName "RG01" -FolderName "RF01" -SourceComputerName "SRV01" -DestinationComputerName "SRV02" -Verbose 4>&1).Message.Split(':')[2] +PS C:\> (Get-DfsrBacklog -GroupName "RG01" -FolderName "RF01" -SourceComputerName "SRV01" -DestinationComputerName "SRV02" -Verbose 4>&1).Message.Split(':')[2] ``` ```output 2400 @@ -198,7 +198,11 @@ This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVar ## INPUTS -### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup, Microsoft.DistributedFileSystemReplication.DfsReplicatedFolder, String computerName +### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup + +### Microsoft.DistributedFileSystemReplication.DfsReplicatedFolder + +### String ## OUTPUTS @@ -207,4 +211,3 @@ This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVar ## NOTES ## RELATED LINKS - diff --git a/docset/winserver2022-ps/DFSR/Get-DfsrConnectionSchedule.md b/docset/winserver2022-ps/DFSR/Get-DfsrConnectionSchedule.md index c146f97b14..1d1723cb38 100644 --- a/docset/winserver2022-ps/DFSR/Get-DfsrConnectionSchedule.md +++ b/docset/winserver2022-ps/DFSR/Get-DfsrConnectionSchedule.md @@ -99,7 +99,7 @@ If you do not specify this parameter, the cmdlet uses the domain of the current ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 100 @@ -149,11 +149,12 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.DistributedFileSystemReplication.DfsrConnectionSchedule, string +### Microsoft.DistributedFileSystemReplication.DfsrConnectionSchedule + +### string ## NOTES ## RELATED LINKS [Set-DfsrConnectionSchedule](./Set-DfsrConnectionSchedule.md) - diff --git a/docset/winserver2022-ps/DFSR/Get-DfsrDelegation.md b/docset/winserver2022-ps/DFSR/Get-DfsrDelegation.md index 5671452741..71f39fab7d 100644 --- a/docset/winserver2022-ps/DFSR/Get-DfsrDelegation.md +++ b/docset/winserver2022-ps/DFSR/Get-DfsrDelegation.md @@ -57,7 +57,7 @@ If you do not specify this parameter, the cmdlet uses the domain of the current ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 100 @@ -86,8 +86,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup, String[], String +### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup +### String[] + +### String ## OUTPUTS ### Microsoft.DistributedFileSystemReplication.DfsrDelegation diff --git a/docset/winserver2022-ps/DFSR/Grant-DfsrDelegation.md b/docset/winserver2022-ps/DFSR/Grant-DfsrDelegation.md index 78676a6918..c615c147c4 100644 --- a/docset/winserver2022-ps/DFSR/Grant-DfsrDelegation.md +++ b/docset/winserver2022-ps/DFSR/Grant-DfsrDelegation.md @@ -45,7 +45,7 @@ This cmdlet assigns permissions to the users and groups that this parameter spec ```yaml Type: String[] Parameter Sets: (All) -Aliases: +Aliases: Required: True Position: 1 @@ -76,7 +76,7 @@ If you do not specify this parameter, the cmdlet uses the domain of the current ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 100 @@ -91,7 +91,7 @@ Forces the command to run without asking for user confirmation. ```yaml Type: SwitchParameter Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -135,8 +135,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup, String[], String +### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup +### String[] + +### String ## OUTPUTS ### Microsoft.DistributedFileSystemReplication.DfsrDelegation diff --git a/docset/winserver2022-ps/DFSR/Remove-DfsReplicatedFolder.md b/docset/winserver2022-ps/DFSR/Remove-DfsReplicatedFolder.md index 4e0331f5ba..3963d8d489 100644 --- a/docset/winserver2022-ps/DFSR/Remove-DfsReplicatedFolder.md +++ b/docset/winserver2022-ps/DFSR/Remove-DfsReplicatedFolder.md @@ -73,7 +73,7 @@ If you do not specify this parameter, the cmdlet uses the domain of the current ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 100 @@ -105,7 +105,7 @@ Forces the command to run without asking for user confirmation. ```yaml Type: SwitchParameter Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 2 @@ -151,7 +151,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup, string +### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup + +### string ## OUTPUTS diff --git a/docset/winserver2022-ps/DFSR/Remove-DfsrConnection.md b/docset/winserver2022-ps/DFSR/Remove-DfsrConnection.md index 1bdd0c6e24..8f625d7aa7 100644 --- a/docset/winserver2022-ps/DFSR/Remove-DfsrConnection.md +++ b/docset/winserver2022-ps/DFSR/Remove-DfsrConnection.md @@ -89,7 +89,7 @@ If you do not specify this parameter, the cmdlet uses the domain of the current ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 100 @@ -104,7 +104,7 @@ Forces the command to run without asking for user confirmation. ```yaml Type: SwitchParameter Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 3 @@ -166,7 +166,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup, string +### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup + +### string ## OUTPUTS diff --git a/docset/winserver2022-ps/DFSR/Remove-DfsrPropagationTestFile.md b/docset/winserver2022-ps/DFSR/Remove-DfsrPropagationTestFile.md index da37ed8660..6773289648 100644 --- a/docset/winserver2022-ps/DFSR/Remove-DfsrPropagationTestFile.md +++ b/docset/winserver2022-ps/DFSR/Remove-DfsrPropagationTestFile.md @@ -52,7 +52,7 @@ To delete propagation files created within the past 24 hours or to delete all pr ```yaml Type: UInt32 Parameter Sets: (All) -Aliases: +Aliases: Required: True Position: 3 @@ -99,7 +99,7 @@ If you do not specify this parameter, the cmdlet uses the domain of the current ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 100 @@ -131,7 +131,7 @@ Forces the command to run without asking for user confirmation. ```yaml Type: SwitchParameter Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -178,7 +178,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup, Microsoft.DistributedFileSystemReplication.DfsReplicatedFolder, string +### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup + +### Microsoft.DistributedFileSystemReplication.DfsReplicatedFolder + +### string ## OUTPUTS @@ -191,4 +195,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [Start-DfsrPropagationTest](./Start-DfsrPropagationTest.md) [Write-DfsrPropagationReport](./Write-DfsrPropagationReport.md) - diff --git a/docset/winserver2022-ps/DFSR/Revoke-DfsrDelegation.md b/docset/winserver2022-ps/DFSR/Revoke-DfsrDelegation.md index e5ecf70449..fabce0feb7 100644 --- a/docset/winserver2022-ps/DFSR/Revoke-DfsrDelegation.md +++ b/docset/winserver2022-ps/DFSR/Revoke-DfsrDelegation.md @@ -30,8 +30,8 @@ For more information about delegation in the Distributed File System (DFS) Repli ``` PS C:\> Revoke-DfsrDelegation -GroupName "RG01" -AccountName "DFSR Admins" This operation will revoke delegation of permissions on the replication group named "RG01" for the account named DFSR -Admins. -Are you sure you want to revoke delegation of permissions on this replication group? +Admins. +Are you sure you want to revoke delegation of permissions on this replication group? [Y] Yes [N] No [S] Suspend [?] Help (default is "Y"): ``` @@ -58,7 +58,7 @@ This cmdlet revokes permissions to the users and groups that this parameter spec ```yaml Type: String[] Parameter Sets: (All) -Aliases: +Aliases: Required: True Position: 1 @@ -89,7 +89,7 @@ If you do not specify this parameter, the cmdlet uses the domain of the current ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 100 @@ -104,7 +104,7 @@ Forces the command to run without asking for user confirmation. ```yaml Type: SwitchParameter Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -148,7 +148,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup, String[], String +### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup + +### String[] + +### String ## OUTPUTS @@ -161,4 +165,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [Get-DfsrDelegation](./Get-DfsrDelegation.md) [Grant-DfsrDelegation](./Grant-DfsrDelegation.md) - diff --git a/docset/winserver2022-ps/DFSR/Set-DfsReplicatedFolder.md b/docset/winserver2022-ps/DFSR/Set-DfsReplicatedFolder.md index cb329cfdb0..d506f71ae2 100644 --- a/docset/winserver2022-ps/DFSR/Set-DfsReplicatedFolder.md +++ b/docset/winserver2022-ps/DFSR/Set-DfsReplicatedFolder.md @@ -109,7 +109,7 @@ Specifies a description for the replicated folder. ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 2 @@ -126,7 +126,7 @@ This parameter is used to connect the replication group to the replicated folder ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 5 @@ -159,7 +159,7 @@ If you do not specify this parameter, the cmdlet uses the domain of the current ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 100 @@ -239,7 +239,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup, Microsoft.DistributedFileSystemReplication.DfsReplicatedFolder +### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup + +### Microsoft.DistributedFileSystemReplication.DfsReplicatedFolder ## OUTPUTS @@ -254,4 +256,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [New-DfsReplicatedFolder](./New-DfsReplicatedFolder.md) [Remove-DfsReplicatedFolder](./Remove-DfsReplicatedFolder.md) - diff --git a/docset/winserver2022-ps/DFSR/Set-DfsrConnection.md b/docset/winserver2022-ps/DFSR/Set-DfsrConnection.md index 089754042a..5973bc4d21 100644 --- a/docset/winserver2022-ps/DFSR/Set-DfsrConnection.md +++ b/docset/winserver2022-ps/DFSR/Set-DfsrConnection.md @@ -44,7 +44,7 @@ Identifier : 8b51a050-f32d-42dc-b008-80f56754f373 Enabled : True RdcEnabled : False CrossFileRdcEnabled : False -Description : +Description : MinimumRDCFileSizeInKB : 64 State : Normal ``` @@ -76,7 +76,7 @@ Specifies a description for the connection. ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 6 @@ -115,7 +115,7 @@ Disabling and enabling the membership of a computer causes non-authoritative inb ```yaml Type: Boolean Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 3 @@ -131,13 +131,13 @@ Cross-file RDC uses up to five existing previously replicated files on a volume Applying cross-file RDC over very low-bandwidth network connections with files that are very similar results in very large bandwidth savings and potentially large time savings. When you use cross-file RDC on very high-bandwidth network connections, cross-file RDC may add too much local processing time and negatively affect performance. In extremely large datasets (millions of files on a volume with a great deal of similarity), cross-file RDC may also negatively affect CPU and disk utilization. -Consider disabling cross-file RDC when you replicate over LANs and very high performance WANs. +Consider disabling cross-file RDC when you replicate over LANs and very high performance WANs. This setting is only supported on Windows Server 2012 R2 and later. ```yaml Type: Boolean Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 5 @@ -156,7 +156,7 @@ By default, RDC is enabled on DFS Replication connections. ```yaml Type: Boolean Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 4 @@ -172,7 +172,7 @@ If you do not specify this parameter, the cmdlet uses the domain of the current ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 100 @@ -207,7 +207,7 @@ By default, any files equal to or greater than 64KB are chunked by RDC. ```yaml Type: Int64 Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 7 @@ -257,7 +257,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.DistributedFileSystemReplication.DfsrConnection, String +### String + +### String ## NOTES @@ -268,4 +270,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [Add-DfsrConnection](./Add-DfsrConnection.md) [Remove-DfsrConnection](./Remove-DfsrConnection.md) - diff --git a/docset/winserver2022-ps/DFSR/Set-DfsrConnectionSchedule.md b/docset/winserver2022-ps/DFSR/Set-DfsrConnectionSchedule.md index 1d88a4470a..eb52de36d1 100644 --- a/docset/winserver2022-ps/DFSR/Set-DfsrConnectionSchedule.md +++ b/docset/winserver2022-ps/DFSR/Set-DfsrConnectionSchedule.md @@ -122,7 +122,7 @@ For example: ffffffffffff0000ffff0000ffff000044440000444400004444000044440000444 ```yaml Type: String Parameter Sets: CustomScheduleParameterSet -Aliases: +Aliases: Required: True Position: 5 @@ -151,18 +151,18 @@ Specifies an array of days of the week. You can specify either an enumerated string value or its corresponding integer for this parameter. The acceptable values for this parameter are: -- Sunday (0) -- Monday (1) -- Tuesday (2) -- Wednesday (3) -- Thursday (4) -- Friday (5) +- Sunday (0) +- Monday (1) +- Tuesday (2) +- Wednesday (3) +- Thursday (4) +- Friday (5) - Saturday (6) ```yaml Type: DayOfWeek[] Parameter Sets: CustomScheduleParameterSet -Aliases: +Aliases: Accepted values: Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday Required: True @@ -195,7 +195,7 @@ If you do not specify this parameter, the cmdlet uses the domain of the current ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 100 @@ -226,14 +226,14 @@ You can specify the inherited replication group schedule, a connection-based clo You can specify either an enumerated string value or its corresponding integer for this parameter. The acceptable values for this parameter are: -- UseGroupSchedule (0) -- Never (1) +- UseGroupSchedule (0) +- Never (1) - Always (2) ```yaml Type: ConnectionScheduleType Parameter Sets: ScheduleNameParameterSet -Aliases: +Aliases: Accepted values: UseGroupSchedule, Never, Always Required: False @@ -266,7 +266,7 @@ By default, the destination computer interprets the schedule in its own local ti ```yaml Type: Boolean Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 3 @@ -296,7 +296,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup, String +### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup + +### String ## OUTPUTS @@ -307,4 +309,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## RELATED LINKS [Get-DfsrConnectionSchedule](./Get-DfsrConnectionSchedule.md) - diff --git a/docset/winserver2022-ps/DFSR/Set-DfsrMember.md b/docset/winserver2022-ps/DFSR/Set-DfsrMember.md index 937962d0c0..5bb85c2ede 100644 --- a/docset/winserver2022-ps/DFSR/Set-DfsrMember.md +++ b/docset/winserver2022-ps/DFSR/Set-DfsrMember.md @@ -88,7 +88,7 @@ Specifies a description for a member computer. ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 2 @@ -104,7 +104,7 @@ If you do not specify this parameter, the cmdlet uses the domain of the current ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 100 @@ -151,7 +151,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup, String +### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup + +### String ## OUTPUTS @@ -166,4 +168,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [Get-DfsrMember](./Get-DfsrMember.md) [Remove-DfsrMember](./Remove-DfsrMember.md) - diff --git a/docset/winserver2022-ps/DFSR/Set-DfsrMembership.md b/docset/winserver2022-ps/DFSR/Set-DfsrMembership.md index 356084a540..d601a24a95 100644 --- a/docset/winserver2022-ps/DFSR/Set-DfsrMembership.md +++ b/docset/winserver2022-ps/DFSR/Set-DfsrMembership.md @@ -43,7 +43,7 @@ You can disable replication for a member computer by using this cmdlet, but to p ### Example 1: Change membership settings ``` -PS C:\> Set-DfsrMembership -GroupName "RG22" -FolderName "RepFolder" -ComputerName "SRV07" -StagingPathQuotaInMB 32768 -ConflictAndDeletedQuotaInMB 4096 +PS C:\> Set-DfsrMembership -GroupName "RG22" -FolderName "RepFolder" -ComputerName "SRV07" -StagingPathQuotaInMB 32768 -ConflictAndDeletedQuotaInMB 4096 GroupName : RG22 ComputerName : SRV07 FolderName : RF01 @@ -62,7 +62,7 @@ ConflictAndDeletedQuotaInMB : 4096 ReadOnly : False RemoveDeletedFiles : False Enabled : True -DfsnPath : +DfsnPath : State : Normal ``` @@ -94,7 +94,7 @@ GroupName SourceComputerName DestinationComputerName River Branch Office SRV01 SRV03 River Branch Office SRV03 SRV01 -The fourth command makes the computer named SRV01 the primary member of the group. The command also specifies Data Distribution 01 as the name of the replicated folder in the location C:\RF01. The command specifies the staging folder quota as 16384 MB. The command includes the *Force* parameter, and, therefore, does not prompt the user for confirmation. +The fourth command makes the computer named SRV01 the primary member of the group. The command also specifies Data Distribution 01 as the name of the replicated folder in the location C:\RF01. The command specifies the staging folder quota as 16384 MB. The command includes the *Force* parameter, and, therefore, does not prompt the user for confirmation. PS C:\> Set-DfsrMembership -GroupName "River Branch Office" -FolderName "Data Distribution 01" -ContentPath "C:\RF01" -ComputerName "SRV01" -PrimaryMember $True -StagingPathQuotaInMB 16384 -Force | Format-Table *name,*path,primary* -auto -wrap DomainName GroupName FolderName ComputerName ContentPath StagingPath PrimaryMember ---------- --------- ---------- ------------ ----------- ----------- ------------- @@ -164,7 +164,7 @@ Use the **Set-DfsrServiceConfiguration** cmdlet to modify the percent values. ```yaml Type: UInt32 Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 7 @@ -179,7 +179,7 @@ Specifies a local folder to contain replicated files associated with the replica ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 3 @@ -196,7 +196,7 @@ This value does not affect replication. ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 12 @@ -218,7 +218,7 @@ If you want to temporarily pause replication, disable the connections on the mem ```yaml Type: Boolean Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 10 @@ -234,7 +234,7 @@ If you do not specify this parameter, the cmdlet uses the domain of the current ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 100 @@ -266,7 +266,7 @@ Forces the command to run without asking for user confirmation. ```yaml Type: SwitchParameter Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -304,43 +304,43 @@ Previous versions of the Windows operating system that support DFS Replication u The acceptable values for this parameter are: -- Size256KB (0) -- Size512KB (1) -- Size1MB (2) -- Size2MB (3) -- Size4MB (4) -- Size8MB (5) +- Size256KB (0) +- Size512KB (1) +- Size1MB (2) +- Size2MB (3) +- Size4MB (4) +- Size8MB (5) - Size16MB (6) -- Size32MB (7) -- Size64MB (8) -- Size128MB (9) -- Size256MB (10) -- Size512MB (11) -- Size1GB (12) -- Size2GB (13) -- Size4GB (14) -- Size8GB (15) -- Size16GB (16) -- Size32GB (17) -- Size64GB (18) -- Size128GB (19) -- Size256GB (20) -- Size512GB (21) -- Size1TB (22) -- Size2TB (23) -- Size4TB (24) -- Size8TB (25) -- Size16TB (26) -- Size32TB (27) -- Size64TB (28) -- Size128TB (29) -- Size256TB (30) +- Size32MB (7) +- Size64MB (8) +- Size128MB (9) +- Size256MB (10) +- Size512MB (11) +- Size1GB (12) +- Size2GB (13) +- Size4GB (14) +- Size8GB (15) +- Size16GB (16) +- Size32GB (17) +- Size64GB (18) +- Size128GB (19) +- Size256GB (20) +- Size512GB (21) +- Size1TB (22) +- Size2TB (23) +- Size4TB (24) +- Size8TB (25) +- Size16TB (26) +- Size32TB (27) +- Size64TB (28) +- Size128TB (29) +- Size256TB (30) - Size512TB (31) ```yaml Type: FileStagingSize Parameter Sets: (All) -Aliases: +Aliases: Accepted values: Size256KB, Size512KB, Size1MB, Size2MB, Size4MB, Size8MB, Size16MB, Size32MB, Size64MB, Size128MB, Size256MB, Size512MB, Size1GB, Size2GB, Size4GB, Size8GB, Size16GB, Size32GB, Size64GB, Size128GB, Size256GB, Size512GB, Size1TB, Size2TB, Size4TB, Size8TB, Size16TB, Size32TB, Size64TB, Size128TB, Size256TB, Size512TB Required: False @@ -360,7 +360,7 @@ If you specify a value of $True for this parameter, do not specify a value of $T ```yaml Type: Boolean Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 4 @@ -381,7 +381,7 @@ If you specify a value of $True for this parameter, do not specify a value of $T ```yaml Type: Boolean Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 8 @@ -401,7 +401,7 @@ If you do not specify this parameter, by default, DFS Replication preserves dele ```yaml Type: Boolean Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 9 @@ -417,7 +417,7 @@ If you do not specify this parameter, DFS Replication creates a folder named \Get-PnpDeviceProperty -InstanceId 'SWD\PRINTENUM\{E82E5EFD-6616-4E4F-9A96-7D94554A8BF0}' -InstanceId KeyName Type Data ----------- ------- ---- ---- -SWD\PRI... DEVPKEY_Device_DeviceDesc String Local Print Queue -SWD\PRI... DEVPKEY_Device_HardwareIds StringList {PRINTENUM\LocalPrintQueue} -SWD\PRI... DEVPKEY_Device_CompatibleIds StringList {GenPrintQueue, SWD\GenericRaw, SWD\Generic} -SWD\PRI... DEVPKEY_Device_Class String PrintQueue -SWD\PRI... DEVPKEY_Device_ClassGuid Guid {1ED2BBF9-11F0-4084-B21F-AD83A8E6DCDC} +InstanceId KeyName Type Data +---------- ------- ---- ---- +SWD\PRI... DEVPKEY_Device_DeviceDesc String Local Print Queue +SWD\PRI... DEVPKEY_Device_HardwareIds StringList {PRINTENUM\LocalPrintQueue} +SWD\PRI... DEVPKEY_Device_CompatibleIds StringList {GenPrintQueue, SWD\GenericRaw, SWD\Generic} +SWD\PRI... DEVPKEY_Device_Class String PrintQueue +SWD\PRI... DEVPKEY_Device_ClassGuid Guid {1ED2BBF9-11F0-4084-B21F-AD83A8E6DCDC} . . . ``` @@ -57,13 +57,13 @@ This command gets the PnP device properties for the device that has the specifie ### Example 2: Get properties for a device by using the pipeline ``` PS C:\>Get-PnpDevice -InstanceId 'SWD\PRINTENUM\{E82E5EFD-6616-4E4F-9A96-7D94554A8BF0}' | Get-PnpDeviceProperty -InstanceId KeyName Type Data ----------- ------- ---- ---- -SWD\PRI... DEVPKEY_Device_DeviceDesc String Local Print Queue -SWD\PRI... DEVPKEY_Device_HardwareIds StringList {PRINTENUM\LocalPrintQueue} -SWD\PRI... DEVPKEY_Device_CompatibleIds StringList {GenPrintQueue, SWD\GenericRaw, SWD\Generic} -SWD\PRI... DEVPKEY_Device_Class String PrintQueue -SWD\PRI... DEVPKEY_Device_ClassGuid Guid {1ED2BBF9-11F0-4084-B21F-AD83A8E6DCDC} +InstanceId KeyName Type Data +---------- ------- ---- ---- +SWD\PRI... DEVPKEY_Device_DeviceDesc String Local Print Queue +SWD\PRI... DEVPKEY_Device_HardwareIds StringList {PRINTENUM\LocalPrintQueue} +SWD\PRI... DEVPKEY_Device_CompatibleIds StringList {GenPrintQueue, SWD\GenericRaw, SWD\Generic} +SWD\PRI... DEVPKEY_Device_Class String PrintQueue +SWD\PRI... DEVPKEY_Device_ClassGuid Guid {1ED2BBF9-11F0-4084-B21F-AD83A8E6DCDC} . . . ``` @@ -74,10 +74,10 @@ The current command gets the device properties for that device. ### Example 3: Get properties by using GUID-ID pairs ``` PS C:\>Get-PnpDeviceProperty -KeyName '{A45C254E-DF1C-4EFD-8020-67D146A850E0} 2', '{A45C254E-DF1C-4EFD-8020-67D146A850E0} 10', '{4340A6C5-93FA-4706-972C-7B648008A5A7} 3' -InstanceId 'SWD\PRINTENUM\{E82E5EFD-6616-4E4F-9A96-7D94554A8BF0}' -InstanceId KeyName Type Data ----------- ------- ---- ---- -SWD\PRI... DEVPKEY_Device_DeviceDesc String Local Print Queue -SWD\PRI... DEVPKEY_Device_ClassGuid Guid {1ED2BBF9-11F0-4084-B21F-AD83A8E6DCDC} +InstanceId KeyName Type Data +---------- ------- ---- ---- +SWD\PRI... DEVPKEY_Device_DeviceDesc String Local Print Queue +SWD\PRI... DEVPKEY_Device_ClassGuid Guid {1ED2BBF9-11F0-4084-B21F-AD83A8E6DCDC} SWD\PRI... DEVPKEY_Device_ProblemCode UInt32 0 ``` @@ -88,10 +88,10 @@ The command specifies names as GUID-ID pairs. ### Example 4: Get properties by using DEVPKEY names ``` PS C:\>Get-PnpDeviceProperty -KeyName 'DEVPKEY_Device_DeviceDesc', 'DEVPKEY_Device_ClassGuid', 'DEVPKEY_Device_ProblemCode' -InstanceId 'SWD\PRINTENUM\{E82E5EFD-6616-4E4F-9A96-7D94554A8BF0}' -InstanceId KeyName Type Data ----------- ------- ---- ---- -SWD\PRI... DEVPKEY_Device_DeviceDesc String Local Print Queue -SWD\PRI... DEVPKEY_Device_ClassGuid Guid {1ED2BBF9-11F0-4084-B21F-AD83A8E6DCDC} +InstanceId KeyName Type Data +---------- ------- ---- ---- +SWD\PRI... DEVPKEY_Device_DeviceDesc String Local Print Queue +SWD\PRI... DEVPKEY_Device_ClassGuid Guid {1ED2BBF9-11F0-4084-B21F-AD83A8E6DCDC} SWD\PRI... DEVPKEY_Device_ProblemCode UInt32 0 ``` @@ -107,7 +107,7 @@ Runs the cmdlet as a background job. Use this parameter to run commands that tak ```yaml Type: SwitchParameter Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -154,7 +154,7 @@ Specifies the input object that is used in a pipeline command. ```yaml Type: CimInstance[] Parameter Sets: InputObject (cdxml) -Aliases: +Aliases: Required: True Position: Named @@ -201,7 +201,7 @@ The throttle limit applies only to the current cmdlet, not to the session or to ```yaml Type: Int32 Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -231,27 +231,33 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS ### Microsoft.Management.Infrastructure.CimInstance#ROOT/Cimv2/Win32_PnPEntity[] -The `Microsoft.Management.Infrastructure.CimInstance` object is a wrapper class that displays Windows Management Instrumentation (WMI) objects. -The path after the pound sign (`#`) provides the namespace and class name for the underlying WMI object. + +The `Microsoft.Management.Infrastructure.CimInstance` object is a wrapper class that displays +Windows Management Instrumentation (WMI) objects. The path after the pound sign (`#`) provides the +namespace and class name for the underlying WMI object. ## OUTPUTS -### System.Int32, Win32_PnPDeviceProperty[] -This cmdlet generates an **Int32** WMI success or failure code, or an array of **Win32_PnPDeviceProperty** objects that represent properties for a PnP device. -A **Win32_PnPDeviceProperty** object contains the following fields: +### System.Int32 + +### Win32_PnPDeviceProperty[] + +This cmdlet generates an **Int32** WMI success or failure code, or an array of +**Win32_PnPDeviceProperty** objects that represent properties for a PnP device. A +**Win32_PnPDeviceProperty** object contains the following fields: - **Device**. -The instance ID for the device with which this property is associated. +The instance ID for the device with which this property is associated. - **KeyName**. The friendly name for the property. -If no friendly name exists, this matches the **Key** field. +If no friendly name exists, this matches the **Key** field. - **Key**. -The unique \[GUID\]-ID pairing representing the property. +The unique \[GUID\]-ID pairing representing the property. - **Data**. The typed data associated with the key. This value is defined in the classes which inherit from **Win32_PnPDeviceProperty**. For example, a **Win32PnPDevicePropertySint32** object would be returned for an **Int32** property. -**Data** would be an **Int32** value in this case. +**Data** would be an **Int32** value in this case. - **Type**. The type of the binary data. This is defined in the **PnpDeviceProperty.Type** enum. @@ -259,63 +265,63 @@ This is defined in the **PnpDeviceProperty.Type** enum. ## NOTES * The objects returned by **Get-PnpDeviceProperty** are all of the **(WMI Object) Win32_PnPDeviceProperty** type. They are always of a WMI class inherited from Win32_PnPDeviceProperty. For example, a device may contain a **String** and signed **Int32** properties. The cmdlet returns a **Win32_PnPDeviceProperty** array, where the first object in the array is a **Win32_PnPDevicePropertyString** object and the second is a **Win32_PnPDevicePropertySint32** object. For each object type, there is a **Data** variable, of the given type, which contains the value of the property. - The following is a full list of possible WMI classes and the type of the **Data** variable: + The following is a full list of possible WMI classes and the type of the **Data** variable: - **Win32_PnPDevicePropertyUint8**. -**Uint8**. +**Uint8**. - **Win32_PnPDevicePropertyUint16**. -**Uint16**. +**Uint16**. - **Win32_PnPDevicePropertyUint32**. -**Uint32**. +**Uint32**. - **Win32_PnPDevicePropertyUint64**. -**Uint64**. +**Uint64**. - **Win32_PnPDevicePropertySint8**. -**Sint8**. +**Sint8**. - **Win32_PnPDevicePropertySint16**. -**Sint16**. +**Sint16**. - **Win32_PnPDevicePropertySint32**. -**Sint32**. +**Sint32**. - **Win32_PnPDevicePropertySint64**. -**Sint64**. +**Sint64**. - **Win32_PnPDevicePropertyString**. -**String**. +**String**. - **Win32_PnPDevicePropertyBoolean**. -**Boolean**. +**Boolean**. - **Win32_PnPDevicePropertyReal32**. -**Real32**. +**Real32**. - **Win32_PnPDevicePropertyReal64**. -**Real64**. +**Real64**. - **Win32_PnPDevicePropertyDateTime**. -**DateTime**. +**DateTime**. - **Win32_PnPDevicePropertySecurityDescriptor**. -**Win32_SecurityDescriptor**. +**Win32_SecurityDescriptor**. - **Win32_PnPDevicePropertyBinary**. -**Uint8** array. +**Uint8** array. - **Win32_PnPDevicePropertyUint16Array**. -**Uint16** array. +**Uint16** array. - **Win32_PnPDevicePropertyUint32Array**. -**Uint32** array. +**Uint32** array. - **Win32_PnPDevicePropertyUint64Array**. -**Uint64** array. +**Uint64** array. - **Win32_PnPDevicePropertySint8Array**. -**Sint8** array. +**Sint8** array. - **Win32_PnPDevicePropertySint16Array**. -**Sint16** array. +**Sint16** array. - **Win32_PnPDevicePropertySint32Array**. -**Sint32** array. +**Sint32** array. - **Win32_PnPDevicePropertySint64Array**. -**Sint64** array. +**Sint64** array. - **Win32_PnPDevicePropertyStringArray**. -**String** array. +**String** array. - **Win32_PnPDevicePropertyBooleanArray**. -**Boolean** array. +**Boolean** array. - **Win32_PnPDevicePropertyReal32Array**. -**Real32** array. +**Real32** array. - **Win32_PnPDevicePropertyReal64Array**. -**Real64** array. +**Real64** array. - **Win32_PnPDevicePropertyDateTimeArray**. -**DateTime** array. +**DateTime** array. - **Win32_PnPDevicePropertySecurityDescriptorArray**. **Win32_SecurityDescriptor** array. @@ -326,4 +332,3 @@ This is defined in the **PnpDeviceProperty.Type** enum. [Enable-PnpDevice](./Enable-PnpDevice.md) [Get-PnpDevice](./Get-PnpDevice.md) - diff --git a/docset/winserver2022-ps/ShieldedVMDataFile/Import-ShieldingDataFile.md b/docset/winserver2022-ps/ShieldedVMDataFile/Import-ShieldingDataFile.md index 31f80b7709..ae36dc1e14 100644 --- a/docset/winserver2022-ps/ShieldedVMDataFile/Import-ShieldingDataFile.md +++ b/docset/winserver2022-ps/ShieldedVMDataFile/Import-ShieldingDataFile.md @@ -42,7 +42,7 @@ The file has the .pdk file name extension. ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: True Position: 0 @@ -58,7 +58,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### ShieldingDataFile, ExistingVMShieldingDataFile +### ShieldingDataFile + +### ExistingVMShieldingDataFile + This cmdlet returns a **ShieldingDataFile** object. This object represents a .pdk file used to provision a shielded virtual machine. diff --git a/docset/winserver2022-ps/ShieldedVMDataFile/New-VolumeIDQualifier.md b/docset/winserver2022-ps/ShieldedVMDataFile/New-VolumeIDQualifier.md index 90bb7c7638..bde9a4a78a 100644 --- a/docset/winserver2022-ps/ShieldedVMDataFile/New-VolumeIDQualifier.md +++ b/docset/winserver2022-ps/ShieldedVMDataFile/New-VolumeIDQualifier.md @@ -47,7 +47,7 @@ The path to the template file. ```yaml Type: String Parameter Sets: TemplateDisk -Aliases: +Aliases: Required: True Position: 0 @@ -67,7 +67,7 @@ The acceptable values for this parameter are: ```yaml Type: VolumeVersionRule Parameter Sets: (All) -Aliases: +Aliases: Accepted values: Equals, GreaterThan, GreaterThanOrEquals Required: True @@ -84,7 +84,7 @@ This type of file uses the .vsc file name extension. ```yaml Type: String Parameter Sets: SignatureCatalog -Aliases: +Aliases: Required: True Position: 0 @@ -98,15 +98,17 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### String, VolumeVersionRule +### String + +### VolumeVersionRule ## OUTPUTS ### VolumeIDQualifier -This object returns a new **VolumeIDQualifier** object. -Provide this object to the Protect-ShieldingDataFile to create a provisioning data file. + +This object returns a new **VolumeIDQualifier** object. Provide this object to the +Protect-ShieldingDataFile to create a provisioning data file. ## NOTES ## RELATED LINKS - diff --git a/docset/winserver2022-ps/Storage/Get-StorageFaultDomain.md b/docset/winserver2022-ps/Storage/Get-StorageFaultDomain.md index 8e3ea7bc64..0c7ffe9c96 100644 --- a/docset/winserver2022-ps/Storage/Get-StorageFaultDomain.md +++ b/docset/winserver2022-ps/Storage/Get-StorageFaultDomain.md @@ -139,11 +139,18 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### MSFT_PhysicalDisk, MSFT_StorageEnclosure, MSFT_StorageScaleUnit, MSFT_StorageRack, MSFT_StorageChassis +### MSFT_PhysicalDisk + +### MSFT_StorageEnclosure + +### MSFT_StorageScaleUnit + +### MSFT_StorageRack + +### MSFT_StorageChassis ## NOTES * When used in Failover Cluster, cmdlets from the Storage module operate on cluster level (all servers in the cluster). ## RELATED LINKS - diff --git a/docset/winserver2022-ps/Storage/Get-StorageFirmwareInformation.md b/docset/winserver2022-ps/Storage/Get-StorageFirmwareInformation.md index 69a8f15893..b3cafc49f7 100644 --- a/docset/winserver2022-ps/Storage/Get-StorageFirmwareInformation.md +++ b/docset/winserver2022-ps/Storage/Get-StorageFirmwareInformation.md @@ -146,28 +146,27 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Boolean, UInt8, UInt8[], Boolean[], String[], String +### System.Management.Automation.PSCustomObject + This cmdlet returns the following firmware information for a storage object: -- **SupportsUpdate**. -Indicates whether the device is capable of a Windows-compliant firmware update process. -- **NumberOfSlots**. -The number of firmware slots the device has. -- **ActiveSlotId**. -Identifies the slot id that corresponds to the slot containing the currently active firmware image. +- **SupportsUpdate**. Indicates whether the device is capable of a Windows-compliant firmware update + process. +- **NumberOfSlots**. The number of firmware slots the device has. +- **ActiveSlotId**. Identifies the slot id that corresponds to the slot containing the currently + active firmware image. - **SlotId\[\]** - Array listing all slot IDs. -- **IsSlotWritable\[\]**. -Indicates if a firmware image can be downloaded to the slot represented by the ID in the **SlotId\[\]** array at the corresponding index. -- **FirmwareVersionInSlot\[\]**. -Array showing the firmware revision in each slot. -- **Extended Status**. -Error information from the storage provider. +- **IsSlotWritable\[\]**. Indicates if a firmware image can be downloaded to the slot represented by + the ID in the **SlotId\[\]** array at the corresponding index. +- **FirmwareVersionInSlot\[\]**. Array showing the firmware revision in each slot. +- **Extended Status**. Error information from the storage provider. ## NOTES -* This cmdlet is currently limited to use on PhysicalDisk objects. -* When used in Failover Cluster, cmdlets from the Storage module operate on cluster level (all servers in the cluster). + +- This cmdlet is currently limited to use on PhysicalDisk objects. +- When used in Failover Cluster, cmdlets from the Storage module operate on cluster level (all + servers in the cluster). ## RELATED LINKS [Update-StorageFirmware](./Update-StorageFirmware.md) - diff --git a/docset/winserver2022-ps/UEV/Get-UevConfiguration.md b/docset/winserver2022-ps/UEV/Get-UevConfiguration.md index 2a5e8153ab..9ea52f9985 100644 --- a/docset/winserver2022-ps/UEV/Get-UevConfiguration.md +++ b/docset/winserver2022-ps/UEV/Get-UevConfiguration.md @@ -107,7 +107,7 @@ Indicates that the cmdlet gets the UE-V configuration settings for all users on ```yaml Type: SwitchParameter Parameter Sets: ParameterSetComputer -Aliases: +Aliases: Required: True Position: Named @@ -122,7 +122,7 @@ Indicates that the cmdlet gets the UE-V configuration settings for the current u ```yaml Type: SwitchParameter Parameter Sets: ParameterSetUser -Aliases: +Aliases: Required: True Position: Named @@ -137,7 +137,7 @@ Indicates that the cmdlet gets the UE-V configuration settings, including all of ```yaml Type: SwitchParameter Parameter Sets: ParameterSetDetails -Aliases: +Aliases: Required: True Position: Named @@ -153,9 +153,12 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### System.Collections.Generic.Dictionary, System.Collections.Generic.KeyValuePair -This cmdlet generates a **KeyValuePair** object that represents the setting name and value, if you specify a setting name. -Otherwise, this cmdlet generates a list of all of the settings. +### System.Collections.Generic.Dictionary + +### System.Collections.Generic.KeyValuePair + +This cmdlet generates a **KeyValuePair** object that represents the setting name and value, if you +specify a setting name. Otherwise, this cmdlet generates a list of all of the settings. ## NOTES * A setting value can be from four sources (in order of precedence): group policy settings for the current user, group policy settings for the local computer, the current user, and the local computer. If no setting value is found in any of the sources, UE-V uses the default setting. @@ -171,4 +174,3 @@ Otherwise, this cmdlet generates a list of all of the settings. [Import-UevConfiguration](./Import-UevConfiguration.md) [Export-UevConfiguration](./Export-UevConfiguration.md) - diff --git a/docset/winserver2025-ps/ADFS/Get-AdfsRelyingPartyWebContent.md b/docset/winserver2025-ps/ADFS/Get-AdfsRelyingPartyWebContent.md index 77e7902418..7eb63b9aeb 100644 --- a/docset/winserver2025-ps/ADFS/Get-AdfsRelyingPartyWebContent.md +++ b/docset/winserver2025-ps/ADFS/Get-AdfsRelyingPartyWebContent.md @@ -88,9 +88,13 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.IdentityServer.Management.Resources.AdfsRelyingPartyWebContent, Microsoft.IdentityServer.Management.Resources.AdfsRelyingPartyWebContent[] -This cmdlet generates a **System.IdentityServer.Management.Resources.AdfsRelyingPartyWebContent** object that represents web content of a relying party, or an array of such objects. -The object includes the following properties: +### Microsoft.IdentityServer.Management.Resources.AdfsRelyingPartyWebContent + +### Microsoft.IdentityServer.Management.Resources.AdfsRelyingPartyWebContent[] + +This cmdlet generates a **System.IdentityServer.Management.Resources.AdfsRelyingPartyWebContent** +object that represents web content of a relying party, or an array of such objects. The object +includes the following properties: - Locale: **System.Globalization.CultureInfo** - Name: **System.String** @@ -105,4 +109,3 @@ The object includes the following properties: [Remove-AdfsRelyingPartyWebContent](./Remove-AdfsRelyingPartyWebContent.md) [Set-AdfsRelyingPartyWebContent](./Set-AdfsRelyingPartyWebContent.md) - diff --git a/docset/winserver2025-ps/ADFS/Set-AdfsDeviceRegistration.md b/docset/winserver2025-ps/ADFS/Set-AdfsDeviceRegistration.md index 8d560441de..35e050c46e 100644 --- a/docset/winserver2025-ps/ADFS/Set-AdfsDeviceRegistration.md +++ b/docset/winserver2025-ps/ADFS/Set-AdfsDeviceRegistration.md @@ -310,7 +310,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### uint, string, switch +### uint + +### string + +### SwitchParameter ## OUTPUTS diff --git a/docset/winserver2025-ps/ADRMS/Install-ADRMS.md b/docset/winserver2025-ps/ADRMS/Install-ADRMS.md index a3bc6fea2a..2c549666d1 100644 --- a/docset/winserver2025-ps/ADRMS/Install-ADRMS.md +++ b/docset/winserver2025-ps/ADRMS/Install-ADRMS.md @@ -150,7 +150,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### string, PSCredential +### PSCredential + +### string ## OUTPUTS diff --git a/docset/winserver2025-ps/ADRMS/Uninstall-ADRMS.md b/docset/winserver2025-ps/ADRMS/Uninstall-ADRMS.md index 5de3c4f8fc..a145cd0cdb 100644 --- a/docset/winserver2025-ps/ADRMS/Uninstall-ADRMS.md +++ b/docset/winserver2025-ps/ADRMS/Uninstall-ADRMS.md @@ -125,7 +125,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### SwitchParameter, PSCredential +### SwitchParameter + +### PSCredential ## OUTPUTS diff --git a/docset/winserver2025-ps/ADRMS/Update-ADRMS.md b/docset/winserver2025-ps/ADRMS/Update-ADRMS.md index fe362dc4dd..8f802cd0bd 100644 --- a/docset/winserver2025-ps/ADRMS/Update-ADRMS.md +++ b/docset/winserver2025-ps/ADRMS/Update-ADRMS.md @@ -180,7 +180,13 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### SwitchParameter, string, PSCredential, SecureString +### SwitchParameter + +### string + +### PSCredential + +### SecureString ## OUTPUTS diff --git a/docset/winserver2025-ps/ActiveDirectory/Add-ADFineGrainedPasswordPolicySubject.md b/docset/winserver2025-ps/ActiveDirectory/Add-ADFineGrainedPasswordPolicySubject.md index 48f8c5ccb0..1f44a93d82 100644 --- a/docset/winserver2025-ps/ActiveDirectory/Add-ADFineGrainedPasswordPolicySubject.md +++ b/docset/winserver2025-ps/ActiveDirectory/Add-ADFineGrainedPasswordPolicySubject.md @@ -335,19 +335,24 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.ActiveDirectory.Management.ADFineGrainedPasswordPolicy, Microsoft.ActiveDirectory.Management.ADPrincipal +### Microsoft.ActiveDirectory.Management.ADFineGrainedPasswordPolicy -A fine-grained password policy object is received by the **Identity** parameter. One or more -principal objects that represent users and security group objects are received by the **Subjects** -parameter. Derived principal types, such as the following, are also accepted by the **Subjects** -parameter: +A fine-grained password policy object is received by the **Identity** parameter. + +### Microsoft.ActiveDirectory.Management.ADPrincipal + +One or more principal objects that represent users and security group objects are received by the +**Subjects** parameter. Derived principal types, such as the following, are also accepted by the +**Subjects** parameter: - **Microsoft.ActiveDirectory.Management.ADGroup** - **Microsoft.ActiveDirectory.Management.ADUser** ## OUTPUTS -### None or Microsoft.ActiveDirectory.Management.ADFineGrainedPasswordPolicy +### None + +### Microsoft.ActiveDirectory.Management.ADFineGrainedPasswordPolicy Returns the modified fine-grained password policy object when the **PassThru** parameter is specified. By default, this cmdlet does not generate any output. diff --git a/docset/winserver2025-ps/ActiveDirectory/Grant-ADAuthenticationPolicySiloAccess.md b/docset/winserver2025-ps/ActiveDirectory/Grant-ADAuthenticationPolicySiloAccess.md index 159c78613b..6c05b2d0c3 100644 --- a/docset/winserver2025-ps/ActiveDirectory/Grant-ADAuthenticationPolicySiloAccess.md +++ b/docset/winserver2025-ps/ActiveDirectory/Grant-ADAuthenticationPolicySiloAccess.md @@ -224,7 +224,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.ActiveDirectory.Management.ADAccount, Microsoft.ActiveDirectory.Management.ADAuthenticationPolicySilo +### Microsoft.ActiveDirectory.Management.ADAccount + +### Microsoft.ActiveDirectory.Management.ADAuthenticationPolicySilo ## OUTPUTS @@ -237,4 +239,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [Revoke-ADAuthenticationPolicySiloAccess](./Revoke-ADAuthenticationPolicySiloAccess.md) [AD DS Administration Cmdlets in Windows PowerShell](./activedirectory.md) - diff --git a/docset/winserver2025-ps/ActiveDirectory/New-ADAuthenticationPolicySilo.md b/docset/winserver2025-ps/ActiveDirectory/New-ADAuthenticationPolicySilo.md index bea5ef2cbc..b86834a98b 100644 --- a/docset/winserver2025-ps/ActiveDirectory/New-ADAuthenticationPolicySilo.md +++ b/docset/winserver2025-ps/ActiveDirectory/New-ADAuthenticationPolicySilo.md @@ -329,7 +329,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.ActiveDirectory.Management.ADAuthenticationPolicy, System.String, System.Management.Automation.SwitchParameter: System.Nullable`1[[System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] +### Microsoft.ActiveDirectory.Management.ADAuthenticationPolicy + +### System.String + +### System.Management.Automation.SwitchParameter ## OUTPUTS @@ -346,4 +350,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [Set-ADAuthenticationPolicySilo](./Set-ADAuthenticationPolicySilo.md) [AD DS Administration Cmdlets in Windows PowerShell](./activedirectory.md) - diff --git a/docset/winserver2025-ps/BitLocker/Backup-BitLockerKeyProtector.md b/docset/winserver2025-ps/BitLocker/Backup-BitLockerKeyProtector.md index e7da5b3d5f..6b498848b9 100644 --- a/docset/winserver2025-ps/BitLocker/Backup-BitLockerKeyProtector.md +++ b/docset/winserver2025-ps/BitLocker/Backup-BitLockerKeyProtector.md @@ -126,7 +126,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### BitLockerVolume, String +### BitLockerVolume + +### String ## OUTPUTS diff --git a/docset/winserver2025-ps/DFSR/ConvertFrom-DfsrGuid.md b/docset/winserver2025-ps/DFSR/ConvertFrom-DfsrGuid.md index d055255b9e..68635e9903 100644 --- a/docset/winserver2025-ps/DFSR/ConvertFrom-DfsrGuid.md +++ b/docset/winserver2025-ps/DFSR/ConvertFrom-DfsrGuid.md @@ -118,13 +118,24 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup, Guid +### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup + +### System.Guid ## OUTPUTS -### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup, Microsoft.DistributedFileSystemReplication.DfsReplicatedFolder, Microsoft.DistributedFileSystemReplication.DfsrMember, Microsoft.DistributedFileSystemReplication.DfsrMembership, Microsoft.DistributedFileSystemReplication.DfsrConnection, Microsoft.DistributedFileSystemReplication.DfsrVolume +### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup + +### Microsoft.DistributedFileSystemReplication.DfsReplicatedFolder + +### Microsoft.DistributedFileSystemReplication.DfsrMember + +### Microsoft.DistributedFileSystemReplication.DfsrMembership + +### Microsoft.DistributedFileSystemReplication.DfsrConnection + +### Microsoft.DistributedFileSystemReplication.DfsrVolume ## NOTES ## RELATED LINKS - diff --git a/docset/winserver2025-ps/DFSR/Get-DfsrBacklog.md b/docset/winserver2025-ps/DFSR/Get-DfsrBacklog.md index 1586ba057b..fbee1549cb 100644 --- a/docset/winserver2025-ps/DFSR/Get-DfsrBacklog.md +++ b/docset/winserver2025-ps/DFSR/Get-DfsrBacklog.md @@ -198,7 +198,11 @@ This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVar ## INPUTS -### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup, Microsoft.DistributedFileSystemReplication.DfsReplicatedFolder, String computerName +### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup + +### Microsoft.DistributedFileSystemReplication.DfsReplicatedFolder + +### String ## OUTPUTS @@ -207,4 +211,3 @@ This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVar ## NOTES ## RELATED LINKS - diff --git a/docset/winserver2025-ps/DFSR/Get-DfsrConnectionSchedule.md b/docset/winserver2025-ps/DFSR/Get-DfsrConnectionSchedule.md index de4495dfc2..71adc5badd 100644 --- a/docset/winserver2025-ps/DFSR/Get-DfsrConnectionSchedule.md +++ b/docset/winserver2025-ps/DFSR/Get-DfsrConnectionSchedule.md @@ -149,11 +149,12 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.DistributedFileSystemReplication.DfsrConnectionSchedule, string +### Microsoft.DistributedFileSystemReplication.DfsrConnectionSchedule + +### string ## NOTES ## RELATED LINKS [Set-DfsrConnectionSchedule](./Set-DfsrConnectionSchedule.md) - diff --git a/docset/winserver2025-ps/DFSR/Get-DfsrDelegation.md b/docset/winserver2025-ps/DFSR/Get-DfsrDelegation.md index 97767943f0..c07535c7d4 100644 --- a/docset/winserver2025-ps/DFSR/Get-DfsrDelegation.md +++ b/docset/winserver2025-ps/DFSR/Get-DfsrDelegation.md @@ -86,7 +86,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup, String[], String +### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup + +### String[] + +### String ## OUTPUTS diff --git a/docset/winserver2025-ps/DFSR/Grant-DfsrDelegation.md b/docset/winserver2025-ps/DFSR/Grant-DfsrDelegation.md index 20ef60c169..a082f864a3 100644 --- a/docset/winserver2025-ps/DFSR/Grant-DfsrDelegation.md +++ b/docset/winserver2025-ps/DFSR/Grant-DfsrDelegation.md @@ -135,7 +135,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup, String[], String +### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup + +### String[] + +### String ## OUTPUTS diff --git a/docset/winserver2025-ps/DFSR/Remove-DfsReplicatedFolder.md b/docset/winserver2025-ps/DFSR/Remove-DfsReplicatedFolder.md index bf1ca81c2e..d97a96786e 100644 --- a/docset/winserver2025-ps/DFSR/Remove-DfsReplicatedFolder.md +++ b/docset/winserver2025-ps/DFSR/Remove-DfsReplicatedFolder.md @@ -151,7 +151,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup, string +### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup + +### string ## OUTPUTS diff --git a/docset/winserver2025-ps/DFSR/Remove-DfsrConnection.md b/docset/winserver2025-ps/DFSR/Remove-DfsrConnection.md index c9fd4b400e..0a2cbc7947 100644 --- a/docset/winserver2025-ps/DFSR/Remove-DfsrConnection.md +++ b/docset/winserver2025-ps/DFSR/Remove-DfsrConnection.md @@ -166,7 +166,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup, string +### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup + +### string ## OUTPUTS diff --git a/docset/winserver2025-ps/DFSR/Remove-DfsrPropagationTestFile.md b/docset/winserver2025-ps/DFSR/Remove-DfsrPropagationTestFile.md index acdb1b3a2c..ffca92eab5 100644 --- a/docset/winserver2025-ps/DFSR/Remove-DfsrPropagationTestFile.md +++ b/docset/winserver2025-ps/DFSR/Remove-DfsrPropagationTestFile.md @@ -178,7 +178,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup, Microsoft.DistributedFileSystemReplication.DfsReplicatedFolder, string +### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup + +### Microsoft.DistributedFileSystemReplication.DfsReplicatedFolder + +### string ## OUTPUTS @@ -191,4 +195,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [Start-DfsrPropagationTest](./Start-DfsrPropagationTest.md) [Write-DfsrPropagationReport](./Write-DfsrPropagationReport.md) - diff --git a/docset/winserver2025-ps/DFSR/Revoke-DfsrDelegation.md b/docset/winserver2025-ps/DFSR/Revoke-DfsrDelegation.md index b4b4100a6e..9660dafdce 100644 --- a/docset/winserver2025-ps/DFSR/Revoke-DfsrDelegation.md +++ b/docset/winserver2025-ps/DFSR/Revoke-DfsrDelegation.md @@ -148,7 +148,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup, String[], String +### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup + +### String[] + +### String ## OUTPUTS @@ -161,4 +165,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [Get-DfsrDelegation](./Get-DfsrDelegation.md) [Grant-DfsrDelegation](./Grant-DfsrDelegation.md) - diff --git a/docset/winserver2025-ps/DFSR/Set-DfsReplicatedFolder.md b/docset/winserver2025-ps/DFSR/Set-DfsReplicatedFolder.md index 1d02bc20a3..ec1b28adc3 100644 --- a/docset/winserver2025-ps/DFSR/Set-DfsReplicatedFolder.md +++ b/docset/winserver2025-ps/DFSR/Set-DfsReplicatedFolder.md @@ -239,7 +239,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup, Microsoft.DistributedFileSystemReplication.DfsReplicatedFolder +### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup + +### Microsoft.DistributedFileSystemReplication.DfsReplicatedFolder ## OUTPUTS @@ -254,4 +256,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [New-DfsReplicatedFolder](./New-DfsReplicatedFolder.md) [Remove-DfsReplicatedFolder](./Remove-DfsReplicatedFolder.md) - diff --git a/docset/winserver2025-ps/DFSR/Set-DfsrConnection.md b/docset/winserver2025-ps/DFSR/Set-DfsrConnection.md index 34dc5e00a9..774fc8c749 100644 --- a/docset/winserver2025-ps/DFSR/Set-DfsrConnection.md +++ b/docset/winserver2025-ps/DFSR/Set-DfsrConnection.md @@ -257,7 +257,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.DistributedFileSystemReplication.DfsrConnection, String +### String + +### String ## NOTES @@ -268,4 +270,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [Add-DfsrConnection](./Add-DfsrConnection.md) [Remove-DfsrConnection](./Remove-DfsrConnection.md) - diff --git a/docset/winserver2025-ps/DFSR/Set-DfsrConnectionSchedule.md b/docset/winserver2025-ps/DFSR/Set-DfsrConnectionSchedule.md index 5381ac8538..d1c26d4b19 100644 --- a/docset/winserver2025-ps/DFSR/Set-DfsrConnectionSchedule.md +++ b/docset/winserver2025-ps/DFSR/Set-DfsrConnectionSchedule.md @@ -296,7 +296,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup, String +### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup + +### String ## OUTPUTS @@ -307,4 +309,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## RELATED LINKS [Get-DfsrConnectionSchedule](./Get-DfsrConnectionSchedule.md) - diff --git a/docset/winserver2025-ps/DFSR/Set-DfsrMember.md b/docset/winserver2025-ps/DFSR/Set-DfsrMember.md index 495f654e96..ff953550c7 100644 --- a/docset/winserver2025-ps/DFSR/Set-DfsrMember.md +++ b/docset/winserver2025-ps/DFSR/Set-DfsrMember.md @@ -151,7 +151,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup, String +### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup + +### String ## OUTPUTS @@ -166,4 +168,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [Get-DfsrMember](./Get-DfsrMember.md) [Remove-DfsrMember](./Remove-DfsrMember.md) - diff --git a/docset/winserver2025-ps/DFSR/Set-DfsrMembership.md b/docset/winserver2025-ps/DFSR/Set-DfsrMembership.md index 856c2fd8d7..13f0cdf45f 100644 --- a/docset/winserver2025-ps/DFSR/Set-DfsrMembership.md +++ b/docset/winserver2025-ps/DFSR/Set-DfsrMembership.md @@ -468,7 +468,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup, Microsoft.DistributedFileSystemReplication.DfsReplicatedFolder, string +### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup + +### Microsoft.DistributedFileSystemReplication.DfsReplicatedFolder + +### string ## OUTPUTS @@ -497,4 +501,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [New-DfsReplicationGroup](./New-DfsReplicationGroup.md) [New-DfsReplicatedFolder](./New-DfsReplicatedFolder.md) - diff --git a/docset/winserver2025-ps/DFSR/Start-DfsrPropagationTest.md b/docset/winserver2025-ps/DFSR/Start-DfsrPropagationTest.md index 283ce01394..77d1cf9aaa 100644 --- a/docset/winserver2025-ps/DFSR/Start-DfsrPropagationTest.md +++ b/docset/winserver2025-ps/DFSR/Start-DfsrPropagationTest.md @@ -163,11 +163,15 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup, Microsoft.DistributedFileSystemReplication.DfsReplicatedFolder, String +### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup + +### Microsoft.DistributedFileSystemReplication.DfsReplicatedFolder + +### String ## OUTPUTS -### [none] +### None ## NOTES @@ -176,4 +180,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [Remove-DfsrPropagationTestFile](./Remove-DfsrPropagationTestFile.md) [Write-DfsrPropagationReport](./Write-DfsrPropagationReport.md) - diff --git a/docset/winserver2025-ps/DFSR/Suspend-DfsReplicationGroup.md b/docset/winserver2025-ps/DFSR/Suspend-DfsReplicationGroup.md index aad1333bfe..445c32842b 100644 --- a/docset/winserver2025-ps/DFSR/Suspend-DfsReplicationGroup.md +++ b/docset/winserver2025-ps/DFSR/Suspend-DfsReplicationGroup.md @@ -147,7 +147,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup, UInt, String +### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup + +### UInt + +### String ## OUTPUTS diff --git a/docset/winserver2025-ps/DFSR/Sync-DfsReplicationGroup.md b/docset/winserver2025-ps/DFSR/Sync-DfsReplicationGroup.md index 8b0caa143e..6e11d35d5b 100644 --- a/docset/winserver2025-ps/DFSR/Sync-DfsReplicationGroup.md +++ b/docset/winserver2025-ps/DFSR/Sync-DfsReplicationGroup.md @@ -147,7 +147,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup, uint, string Computername, string Computername +### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup + +### uint + +### string ## OUTPUTS @@ -166,4 +170,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [Set-DfsReplicationGroup](./Set-DfsReplicationGroup.md) [Suspend-DfsReplicationGroup](./Suspend-DfsReplicationGroup.md) - diff --git a/docset/winserver2025-ps/DFSR/Write-DfsrPropagationReport.md b/docset/winserver2025-ps/DFSR/Write-DfsrPropagationReport.md index 790ea7180c..da6a470f31 100644 --- a/docset/winserver2025-ps/DFSR/Write-DfsrPropagationReport.md +++ b/docset/winserver2025-ps/DFSR/Write-DfsrPropagationReport.md @@ -199,7 +199,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup, Microsoft.DistributedFileSystemReplication.DfsReplicatedFolder, String +### Microsoft.DistributedFileSystemReplication.DfsReplicationGroup + +### Microsoft.DistributedFileSystemReplication.DfsReplicatedFolder + +### String ## OUTPUTS diff --git a/docset/winserver2025-ps/EventTracingManagement/Save-EtwTraceSession.md b/docset/winserver2025-ps/EventTracingManagement/Save-EtwTraceSession.md index af29f21e7b..a20d5bd7f5 100644 --- a/docset/winserver2025-ps/EventTracingManagement/Save-EtwTraceSession.md +++ b/docset/winserver2025-ps/EventTracingManagement/Save-EtwTraceSession.md @@ -164,15 +164,21 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### System.IO.FileInfo, System.IO.DirectoryInfo +### System.IO.FileInfo + +### System.IO.DirectoryInfo ## OUTPUTS -### System.IO.FileInfo, CIM_DataFile +### System.IO.FileInfo + This cmdlet returns a **System.IO.FileInfo** object that represents a file on the local computer. The object is returned when the current session is saved successfully to a file on the local machine. -This cmdlet returns a **CIM_DataFile** object when the current session is saved successfully to a file over a CIM session. +### CIM_DataFile + +This cmdlet returns a **CIM_DataFile** object when the current session is saved successfully to a +file over a CIM session. ## NOTES @@ -189,4 +195,3 @@ This cmdlet returns a **CIM_DataFile** object when the current session is saved [Stop-EtwTraceSession](./Stop-EtwTraceSession.md) [Update-EtwTraceSession](./Update-EtwTraceSession.md) - diff --git a/docset/winserver2025-ps/FailoverClusters/Get-ClusterSharedVolumeState.md b/docset/winserver2025-ps/FailoverClusters/Get-ClusterSharedVolumeState.md index 823f275287..94a480a950 100644 --- a/docset/winserver2025-ps/FailoverClusters/Get-ClusterSharedVolumeState.md +++ b/docset/winserver2025-ps/FailoverClusters/Get-ClusterSharedVolumeState.md @@ -113,7 +113,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.FailoverClusters.PowerShell.Cluster, Microsoft.FailoverClusters.PowerShell.ClusterNode, Microsoft.FailoverClusters.PowerShell.ClusterSharedVolume +### Microsoft.FailoverClusters.PowerShell.Cluster + +### Microsoft.FailoverClusters.PowerShell.ClusterNode + +### Microsoft.FailoverClusters.PowerShell.ClusterSharedVolume ## OUTPUTS diff --git a/docset/winserver2025-ps/GroupPolicy/Remove-GPPrefRegistryValue.md b/docset/winserver2025-ps/GroupPolicy/Remove-GPPrefRegistryValue.md index 05c95fec24..bffe00a47b 100644 --- a/docset/winserver2025-ps/GroupPolicy/Remove-GPPrefRegistryValue.md +++ b/docset/winserver2025-ps/GroupPolicy/Remove-GPPrefRegistryValue.md @@ -389,7 +389,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.GroupPolicy.Gpo, Microsoft.GroupPolicy.PreferenceRegistrySetting +### Microsoft.GroupPolicy.Gpo + +### Microsoft.GroupPolicy.PreferenceRegistrySetting This cmdlet takes a GPO or a **PreferenceRegistrySetting** object as input. You can pipe in one or more **PreferenceRegistrySetting** objects to remove one or more Registry preference items from a @@ -424,4 +426,3 @@ This cmdlet returns the GPO from which the Registry preference item or items tha [Get-GPPrefRegistryValue](./Get-GPPrefRegistryValue.md) [Set-GPPrefRegistryValue](./Set-GPPrefRegistryValue.md) - diff --git a/docset/winserver2025-ps/GroupPolicy/Remove-GPRegistryValue.md b/docset/winserver2025-ps/GroupPolicy/Remove-GPRegistryValue.md index 202bdd4691..1ad4776b82 100644 --- a/docset/winserver2025-ps/GroupPolicy/Remove-GPRegistryValue.md +++ b/docset/winserver2025-ps/GroupPolicy/Remove-GPRegistryValue.md @@ -287,7 +287,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.GroupPolicy.Gpo, Microsoft.GroupPolicy.PolicyRegistrySetting +### Microsoft.GroupPolicy.Gpo + +### Microsoft.GroupPolicy.PolicyRegistrySetting You can pipe a GPO from which to remove a registry-based policy setting, or a **PolicyRegistrySetting** object that represents a registry-based policy setting. Collections that @@ -326,4 +328,3 @@ removed. [Get-GPRegistryValue](./Get-GPRegistryValue.md) [Set-GPRegistryValue](./Set-GPRegistryValue.md) - diff --git a/docset/winserver2025-ps/GroupPolicy/Set-GPPrefRegistryValue.md b/docset/winserver2025-ps/GroupPolicy/Set-GPPrefRegistryValue.md index 500660cd9f..4dfa0b0fcf 100644 --- a/docset/winserver2025-ps/GroupPolicy/Set-GPPrefRegistryValue.md +++ b/docset/winserver2025-ps/GroupPolicy/Set-GPPrefRegistryValue.md @@ -630,7 +630,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.GroupPolicy.Gpo, Microsoft.GroupPolicy.PreferenceRegistrySetting +### Microsoft.GroupPolicy.Gpo + +### Microsoft.GroupPolicy.PreferenceRegistrySetting You can pipe a GPO object (in which to configure a specified preference registry setting) to this cmdlet, or a **PreferenceRegistrySetting** object (to configure in a specified GPO). Collections diff --git a/docset/winserver2025-ps/HgsDiagnostics/Get-HgsTraceFileData.md b/docset/winserver2025-ps/HgsDiagnostics/Get-HgsTraceFileData.md index 6ec972e324..40b1ac9325 100644 --- a/docset/winserver2025-ps/HgsDiagnostics/Get-HgsTraceFileData.md +++ b/docset/winserver2025-ps/HgsDiagnostics/Get-HgsTraceFileData.md @@ -117,11 +117,12 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### System.Int64,System.Byte[] +### System.Int64 + +### System.Byte[] ## NOTES ## RELATED LINKS [Get-HgsTrace](./Get-HgsTrace.md) - diff --git a/docset/winserver2025-ps/NFS/Get-NfsClientLock.md b/docset/winserver2025-ps/NFS/Get-NfsClientLock.md index de65579233..b2b2ed80b7 100644 --- a/docset/winserver2025-ps/NFS/Get-NfsClientLock.md +++ b/docset/winserver2025-ps/NFS/Get-NfsClientLock.md @@ -191,11 +191,12 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Management.Infrastructure.CimInstance#root/Microsoft/Windows/NFS/MSFT_NfsNlmClientLock, Microsoft.Management.Infrastructure.CimInstance#root/Microsoft/Windows/NFS/MSFT_Nfsv4ClientLock +### Microsoft.Management.Infrastructure.CimInstance#root/Microsoft/Windows/NFS/MSFT_NfsNlmClientLock + +### Microsoft.Management.Infrastructure.CimInstance#root/Microsoft/Windows/NFS/MSFT_Nfsv4ClientLock ## NOTES ## RELATED LINKS [Revoke-NfsClientLock](./Revoke-NfsClientLock.md) - diff --git a/docset/winserver2025-ps/NFS/Get-NfsMappedIdentity.md b/docset/winserver2025-ps/NFS/Get-NfsMappedIdentity.md index 0154b48231..f36c02c3e4 100644 --- a/docset/winserver2025-ps/NFS/Get-NfsMappedIdentity.md +++ b/docset/winserver2025-ps/NFS/Get-NfsMappedIdentity.md @@ -239,7 +239,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### System.FileServices.Management.Nfs.UserMappedIdentity, System.FileServices.Management.Nfs.GroupMappedIdentity +### System.FileServices.Management.Nfs.UserMappedIdentity + +### System.FileServices.Management.Nfs.GroupMappedIdentity ## NOTES @@ -266,4 +268,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [Test-NfsMappedIdentity](./Test-NfsMappedIdentity.md) [Test-NfsMappingStore](./Test-NfsMappingStore.md) - diff --git a/docset/winserver2025-ps/NetTCPIP/Find-NetRoute.md b/docset/winserver2025-ps/NetTCPIP/Find-NetRoute.md index 808e3e953a..b38b4407fa 100644 --- a/docset/winserver2025-ps/NetTCPIP/Find-NetRoute.md +++ b/docset/winserver2025-ps/NetTCPIP/Find-NetRoute.md @@ -185,7 +185,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### NetIPAddress, NetRoute +### NetIPAddress + +### NetRoute ## NOTES @@ -198,4 +200,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [Remove-NetRoute](./Remove-NetRoute.md) [Set-NetRoute](./Set-NetRoute.md) - diff --git a/docset/winserver2025-ps/PnpDevice/Get-PnpDeviceProperty.md b/docset/winserver2025-ps/PnpDevice/Get-PnpDeviceProperty.md index 0acdfd9d55..8c86185109 100644 --- a/docset/winserver2025-ps/PnpDevice/Get-PnpDeviceProperty.md +++ b/docset/winserver2025-ps/PnpDevice/Get-PnpDeviceProperty.md @@ -231,14 +231,20 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS ### Microsoft.Management.Infrastructure.CimInstance#ROOT/Cimv2/Win32_PnPEntity[] -The `Microsoft.Management.Infrastructure.CimInstance` object is a wrapper class that displays Windows Management Instrumentation (WMI) objects. -The path after the pound sign (`#`) provides the namespace and class name for the underlying WMI object. + +The `Microsoft.Management.Infrastructure.CimInstance` object is a wrapper class that displays +Windows Management Instrumentation (WMI) objects. The path after the pound sign (`#`) provides the +namespace and class name for the underlying WMI object. ## OUTPUTS -### System.Int32, Win32_PnPDeviceProperty[] -This cmdlet generates an **Int32** WMI success or failure code, or an array of **Win32_PnPDeviceProperty** objects that represent properties for a PnP device. -A **Win32_PnPDeviceProperty** object contains the following fields: +### System.Int32 + +### Win32_PnPDeviceProperty[] + +This cmdlet generates an **Int32** WMI success or failure code, or an array of +**Win32_PnPDeviceProperty** objects that represent properties for a PnP device. A +**Win32_PnPDeviceProperty** object contains the following fields: - **Device**. The instance ID for the device with which this property is associated. @@ -326,4 +332,3 @@ This is defined in the **PnpDeviceProperty.Type** enum. [Enable-PnpDevice](./Enable-PnpDevice.md) [Get-PnpDevice](./Get-PnpDevice.md) - diff --git a/docset/winserver2025-ps/ShieldedVMDataFile/Import-ShieldingDataFile.md b/docset/winserver2025-ps/ShieldedVMDataFile/Import-ShieldingDataFile.md index 5f989f03a5..b07b2b517c 100644 --- a/docset/winserver2025-ps/ShieldedVMDataFile/Import-ShieldingDataFile.md +++ b/docset/winserver2025-ps/ShieldedVMDataFile/Import-ShieldingDataFile.md @@ -58,7 +58,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### ShieldingDataFile, ExistingVMShieldingDataFile +### ShieldingDataFile + +### ExistingVMShieldingDataFile + This cmdlet returns a **ShieldingDataFile** object. This object represents a .pdk file used to provision a shielded virtual machine. diff --git a/docset/winserver2025-ps/ShieldedVMDataFile/New-VolumeIDQualifier.md b/docset/winserver2025-ps/ShieldedVMDataFile/New-VolumeIDQualifier.md index 124d5e0396..96c4b331a2 100644 --- a/docset/winserver2025-ps/ShieldedVMDataFile/New-VolumeIDQualifier.md +++ b/docset/winserver2025-ps/ShieldedVMDataFile/New-VolumeIDQualifier.md @@ -98,15 +98,17 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### String, VolumeVersionRule +### String + +### VolumeVersionRule ## OUTPUTS ### VolumeIDQualifier -This object returns a new **VolumeIDQualifier** object. -Provide this object to the Protect-ShieldingDataFile to create a provisioning data file. + +This object returns a new **VolumeIDQualifier** object. Provide this object to the +Protect-ShieldingDataFile to create a provisioning data file. ## NOTES ## RELATED LINKS - diff --git a/docset/winserver2025-ps/Storage/Get-StorageFaultDomain.md b/docset/winserver2025-ps/Storage/Get-StorageFaultDomain.md index f38e3ced67..298804486c 100644 --- a/docset/winserver2025-ps/Storage/Get-StorageFaultDomain.md +++ b/docset/winserver2025-ps/Storage/Get-StorageFaultDomain.md @@ -139,11 +139,18 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### MSFT_PhysicalDisk, MSFT_StorageEnclosure, MSFT_StorageScaleUnit, MSFT_StorageRack, MSFT_StorageChassis +### MSFT_PhysicalDisk + +### MSFT_StorageEnclosure + +### MSFT_StorageScaleUnit + +### MSFT_StorageRack + +### MSFT_StorageChassis ## NOTES * When used in Failover Cluster, cmdlets from the Storage module operate on cluster level (all servers in the cluster). ## RELATED LINKS - diff --git a/docset/winserver2025-ps/Storage/Get-StorageFirmwareInformation.md b/docset/winserver2025-ps/Storage/Get-StorageFirmwareInformation.md index 51b9e237e0..6a20556844 100644 --- a/docset/winserver2025-ps/Storage/Get-StorageFirmwareInformation.md +++ b/docset/winserver2025-ps/Storage/Get-StorageFirmwareInformation.md @@ -146,28 +146,27 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Boolean, UInt8, UInt8[], Boolean[], String[], String +### System.Management.Automation.PSCustomObject + This cmdlet returns the following firmware information for a storage object: -- **SupportsUpdate**. -Indicates whether the device is capable of a Windows-compliant firmware update process. -- **NumberOfSlots**. -The number of firmware slots the device has. -- **ActiveSlotId**. -Identifies the slot id that corresponds to the slot containing the currently active firmware image. +- **SupportsUpdate**. Indicates whether the device is capable of a Windows-compliant firmware update + process. +- **NumberOfSlots**. The number of firmware slots the device has. +- **ActiveSlotId**. Identifies the slot id that corresponds to the slot containing the currently + active firmware image. - **SlotId\[\]** - Array listing all slot IDs. -- **IsSlotWritable\[\]**. -Indicates if a firmware image can be downloaded to the slot represented by the ID in the **SlotId\[\]** array at the corresponding index. -- **FirmwareVersionInSlot\[\]**. -Array showing the firmware revision in each slot. -- **Extended Status**. -Error information from the storage provider. +- **IsSlotWritable\[\]**. Indicates if a firmware image can be downloaded to the slot represented by + the ID in the **SlotId\[\]** array at the corresponding index. +- **FirmwareVersionInSlot\[\]**. Array showing the firmware revision in each slot. +- **Extended Status**. Error information from the storage provider. ## NOTES -* This cmdlet is currently limited to use on PhysicalDisk objects. -* When used in Failover Cluster, cmdlets from the Storage module operate on cluster level (all servers in the cluster). + +- This cmdlet is currently limited to use on PhysicalDisk objects. +- When used in Failover Cluster, cmdlets from the Storage module operate on cluster level (all + servers in the cluster). ## RELATED LINKS [Update-StorageFirmware](./Update-StorageFirmware.md) - diff --git a/docset/winserver2025-ps/UEV/Get-UevConfiguration.md b/docset/winserver2025-ps/UEV/Get-UevConfiguration.md index f5a833530f..ea3403e38d 100644 --- a/docset/winserver2025-ps/UEV/Get-UevConfiguration.md +++ b/docset/winserver2025-ps/UEV/Get-UevConfiguration.md @@ -153,9 +153,12 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### System.Collections.Generic.Dictionary, System.Collections.Generic.KeyValuePair -This cmdlet generates a **KeyValuePair** object that represents the setting name and value, if you specify a setting name. -Otherwise, this cmdlet generates a list of all of the settings. +### System.Collections.Generic.Dictionary + +### System.Collections.Generic.KeyValuePair + +This cmdlet generates a **KeyValuePair** object that represents the setting name and value, if you +specify a setting name. Otherwise, this cmdlet generates a list of all of the settings. ## NOTES * A setting value can be from four sources (in order of precedence): group policy settings for the current user, group policy settings for the local computer, the current user, and the local computer. If no setting value is found in any of the sources, UE-V uses the default setting. @@ -171,4 +174,3 @@ Otherwise, this cmdlet generates a list of all of the settings. [Import-UevConfiguration](./Import-UevConfiguration.md) [Export-UevConfiguration](./Export-UevConfiguration.md) -