DSInternals/Documentation/PowerShell/Set-LsaPolicyInformation.md

136 lines
2.5 KiB
Markdown
Raw Normal View History

---
external help file: DSInternals.PowerShell.dll-Help.xml
Module Name: DSInternals
2018-10-14 12:10:18 +00:00
online version: https://github.com/MichaelGrafnetter/DSInternals/blob/master/Documentation/PowerShell/Set-LsaPolicyInformation.md
schema: 2.0.0
---
2018-10-14 12:10:18 +00:00
# Set-LsaPolicyInformation
## SYNOPSIS
{{Fill in the Synopsis}}
## SYNTAX
```
2018-10-14 12:10:18 +00:00
Set-LsaPolicyInformation -DomainName <String> -DnsDomainName <String> -DnsForestName <String>
-DomainGuid <Guid> -DomainSid <SecurityIdentifier> [-ComputerName <String>] [<CommonParameters>]
```
## DESCRIPTION
{{Fill in the Description}}
## EXAMPLES
### Example 1
```powershell
PS C:\> {{ Add example code here }}
```
{{ Add example description here }}
## PARAMETERS
2018-10-14 12:10:18 +00:00
### -ComputerName
{{Fill ComputerName Description}}
```yaml
2018-10-14 12:10:18 +00:00
Type: String
Parameter Sets: (All)
2018-10-14 12:10:18 +00:00
Aliases: Computer, Machine, MachineName, System, SystemName
2018-10-14 12:10:18 +00:00
Required: False
Position: Named
Default value: None
2018-10-14 12:10:18 +00:00
Accept pipeline input: False
Accept wildcard characters: False
```
2018-10-14 12:10:18 +00:00
### -DnsDomainName
{{Fill DnsDomainName Description}}
```yaml
2018-10-14 12:10:18 +00:00
Type: String
Parameter Sets: (All)
Aliases:
2018-10-14 12:10:18 +00:00
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
2018-10-14 12:10:18 +00:00
### -DnsForestName
{{Fill DnsForestName Description}}
```yaml
2018-10-14 12:10:18 +00:00
Type: String
Parameter Sets: (All)
Aliases:
2018-10-14 12:10:18 +00:00
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
2018-10-14 12:10:18 +00:00
### -DomainGuid
{{Fill DomainGuid Description}}
```yaml
2018-10-14 12:10:18 +00:00
Type: Guid
Parameter Sets: (All)
Aliases:
2018-10-14 12:10:18 +00:00
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
2018-10-14 12:10:18 +00:00
### -DomainName
{{Fill DomainName Description}}
```yaml
2018-10-14 12:10:18 +00:00
Type: String
Parameter Sets: (All)
2018-10-14 12:10:18 +00:00
Aliases: NetBIOSDomainName, Workgroup
2018-10-14 12:10:18 +00:00
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
2018-10-14 12:10:18 +00:00
### -DomainSid
{{Fill DomainSid Description}}
```yaml
2018-10-14 12:10:18 +00:00
Type: SecurityIdentifier
Parameter Sets: (All)
Aliases:
2018-10-14 12:10:18 +00:00
Required: True
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
2018-10-14 12:10:18 +00:00
### None
## OUTPUTS
2018-10-14 12:10:18 +00:00
### None
## NOTES
## RELATED LINKS