-
Notifications
You must be signed in to change notification settings - Fork 617
Updated new powershell commandlets for Multisite #3815
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
sliutwotwo
wants to merge
5
commits into
MicrosoftDocs:main
Choose a base branch
from
sliutwotwo:Sams-branch
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
af2fed4
Made changes to the Multisite commandlets
a4512f6
Remove unnecessary files - test
98b4b4b
Update Set-NetworkControllerMultisiteConfiguration.md
sliutwotwo f100c7c
removed unnecessary files and revised necessary markdown files
sliutwotwo 7a1039d
Editorial changes
sdwheeler File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
133 changes: 133 additions & 0 deletions
133
...nserver2025-ps/networkcontroller/Get-NetworkControllerMultisiteConfiguration.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,133 @@ | ||
--- | ||
external help file: Microsoft.NetworkController.Powershell.dll-help.xml | ||
Module Name: NetworkController | ||
ms.date: 06/26/2024 | ||
online version: https://learn.microsoft.com/powershell/module/networkcontroller/get-networkcontrollermultisiteconfiguration?view=windowsserver2025-ps | ||
schema: 2.0.0 | ||
--- | ||
|
||
# Get-NetworkControllerMultisiteConfiguration | ||
|
||
## SYNOPSIS | ||
|
||
Gets Multisite peering configuration parameters | ||
|
||
## SYNTAX | ||
|
||
``` | ||
Get-NetworkControllerMultisiteConfiguration [-ConnectionUri <Uri>] | ||
[-CertificateThumbprint <String>] [-Credential <PSCredential>] [-PassInnerException] | ||
[<CommonParameters>] | ||
``` | ||
|
||
## DESCRIPTION | ||
|
||
The `Get-NetworkControllerMultisiteConfiguration` cmdlet gets current Multisite settings. Use this | ||
cmdlet to obtain site details, site names and encryption details. This cmdlet can also be used as a | ||
sanity check for the state of a deployment. | ||
|
||
## EXAMPLES | ||
|
||
### Example 1: Check Peering State | ||
|
||
```powershell | ||
Get-NetworkControllerMultisiteConfiguration -ConnectionUri 'https://site1.contoso.com' | | ||
ConvertTo-Json -depth 100 | ||
``` | ||
|
||
## PARAMETERS | ||
|
||
### -CertificateThumbprint | ||
|
||
Specifies the digital public key X.509 certificate of a user account that has permission to perform | ||
this action. Specify this parameter only if you run this cmdlet on a computer that is not part of | ||
the network controller cluster. | ||
|
||
```yaml | ||
Type: System.String | ||
Parameter Sets: (All) | ||
Aliases: | ||
|
||
Required: False | ||
Position: Named | ||
Default value: None | ||
Accept pipeline input: False | ||
Accept wildcard characters: False | ||
``` | ||
|
||
### -ConnectionUri | ||
|
||
Specifies the Uniform Resource Identifier (URI) of a Network Controller. | ||
|
||
```yaml | ||
Type: System.Uri | ||
Parameter Sets: (All) | ||
Aliases: | ||
|
||
Required: True | ||
Position: Named | ||
Default value: None | ||
Accept pipeline input: False | ||
Accept wildcard characters: False | ||
``` | ||
|
||
### -Credential | ||
|
||
Specifies a user credential that has permission to perform this action. The default is the current | ||
user. Specify this parameter only if you run this cmdlet on a computer that is not part of the | ||
network controller cluster. | ||
|
||
```yaml | ||
Type: System.Management.Automation.PSCredential | ||
Parameter Sets: (All) | ||
Aliases: | ||
|
||
Required: False | ||
Position: Named | ||
Default value: None | ||
Accept pipeline input: False | ||
Accept wildcard characters: False | ||
``` | ||
|
||
### -PassInnerException | ||
|
||
This thumbprint must also be provided in the **ClientCertificateThumbprint** parameter in the | ||
`Install-NetworkController` or `Set-NetworkController` cmdlet so that Network Controller can | ||
authorize this user. The thumbprint must be provided only if the network controller client | ||
authentication is X509 certificates. `Get-NetworkController` retrieves that client authentication | ||
and authorization information. | ||
|
||
```yaml | ||
Type: System.Management.Automation.SwitchParameter | ||
Parameter Sets: (All) | ||
Aliases: | ||
|
||
Required: False | ||
Position: Named | ||
Default value: None | ||
Accept pipeline input: False | ||
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). | ||
|
||
## INPUTS | ||
|
||
### None | ||
|
||
## OUTPUTS | ||
|
||
### System.Object | ||
|
||
## NOTES | ||
|
||
## RELATED LINKS | ||
|
||
[Set-NetworkControllerMultisitePrimary](./Set-NetworkControllerMultisitePrimary.md) | ||
|
||
[Set-NetworkControllerMultisiteConfiguration](./Set-NetworkControllerMultisiteConfiguration.md) |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.