2018-10-01 09:49:43 +00:00
---
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
2018-10-01 09:49:43 +00:00
schema: 2.0.0
---
2018-10-14 12:10:18 +00:00
# Set-LsaPolicyInformation
2018-10-01 09:49:43 +00:00
## 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 > ]
2018-10-01 09:49:43 +00:00
```
## 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}}
2018-10-01 09:49:43 +00:00
```yaml
2018-10-14 12:10:18 +00:00
Type: String
2018-10-01 09:49:43 +00:00
Parameter Sets: (All)
2018-10-14 12:10:18 +00:00
Aliases: Computer, Machine, MachineName, System, SystemName
2018-10-01 09:49:43 +00:00
2018-10-14 12:10:18 +00:00
Required: False
Position: Named
2018-10-01 09:49:43 +00:00
Default value: None
2018-10-14 12:10:18 +00:00
Accept pipeline input: False
2018-10-01 09:49:43 +00:00
Accept wildcard characters: False
```
2018-10-14 12:10:18 +00:00
### -DnsDomainName
{{Fill DnsDomainName Description}}
2018-10-01 09:49:43 +00:00
```yaml
2018-10-14 12:10:18 +00:00
Type: String
2018-10-01 09:49:43 +00:00
Parameter Sets: (All)
Aliases:
2018-10-14 12:10:18 +00:00
Required: True
2018-10-01 09:49:43 +00:00
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}}
2018-10-01 09:49:43 +00:00
```yaml
2018-10-14 12:10:18 +00:00
Type: String
2018-10-01 09:49:43 +00:00
Parameter Sets: (All)
Aliases:
2018-10-14 12:10:18 +00:00
Required: True
2018-10-01 09:49:43 +00:00
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}}
2018-10-01 09:49:43 +00:00
```yaml
2018-10-14 12:10:18 +00:00
Type: Guid
2018-10-01 09:49:43 +00:00
Parameter Sets: (All)
Aliases:
2018-10-14 12:10:18 +00:00
Required: True
2018-10-01 09:49:43 +00:00
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}}
2018-10-01 09:49:43 +00:00
```yaml
2018-10-14 12:10:18 +00:00
Type: String
2018-10-01 09:49:43 +00:00
Parameter Sets: (All)
2018-10-14 12:10:18 +00:00
Aliases: NetBIOSDomainName, Workgroup
2018-10-01 09:49:43 +00:00
2018-10-14 12:10:18 +00:00
Required: True
2018-10-01 09:49:43 +00:00
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}}
2018-10-01 09:49:43 +00:00
```yaml
2018-10-14 12:10:18 +00:00
Type: SecurityIdentifier
2018-10-01 09:49:43 +00:00
Parameter Sets: (All)
Aliases:
2018-10-14 12:10:18 +00:00
Required: True
2018-10-01 09:49:43 +00:00
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
2018-10-01 09:49:43 +00:00
## OUTPUTS
2018-10-14 12:10:18 +00:00
### None
2018-10-01 09:49:43 +00:00
## NOTES
## RELATED LINKS