< Back
New-AEDevice
Post
NAME New-AEDevice
SYNOPSIS
Creates a new ActiveEfficiency Device
SYNTAX
New-AEDevice -AEServer <String> -HostName <String> -DomainName <String> [-Fqdn <String>] -Identities <PSObject[]>
[-Type <String>] [-TypeID <Int32>] [-CreatedBy <String>] [<CommonParameters>]
New-AEDevice -AEServer <String> -HostName <String> -DomainName <String> [-Fqdn <String>] -SMBiosGuid <String>
[-NomadUUID <String>] [-Type <String>] [-TypeID <Int32>] [-CreatedBy <String>] [<CommonParameters>]
DESCRIPTION
The New-AEDevice Cmdlet creates a new ActiveEfficiency Device. If a device with the same Identifiers exists
already, the entry will be updated. If multiple devices with the same Identifier exist, it will fail.
PARAMETERS
-AEServer <String>
Specified the URI of the 1E ActiveEfficiency server
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-HostName <String>
{{ Fill HostName Description }}
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-DomainName <String>
{{ Fill DomainName Description }}
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Fqdn <String>
Specifies the Fqdn of the machine. If not specified, it will be created based on Hostname and Domain name
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Identities <PSObject[]>
Specifies a list of Identities. At least one must be defined Each Identity should contain - Source (eg
"SMBIOS", or "FQDN")
- Identity (eg "AEC72B25-6D7E-11E1-8967-452301000030", or "MyMachine.Domain.com")
- CreatedBy
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-SMBiosGuid <String>
Specifies the SMBIOS GUID
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-NomadUUID <String>
Specifies the Nomad UniqueIdentifier Typically stored in HKLM:\\SOFTWARE\\1E\\Common
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Type <String>
Specifies the Device Type
Required? false
Position? named
Default value Unknown
Accept pipeline input? False
Accept wildcard characters? false
-TypeID <Int32>
Specifies the Device Type ID Can be specified if the underlying value is known Takes precedence over "Type" if
specified
Required? false
Position? named
Default value -1
Accept pipeline input? False
Accept wildcard characters? false
-CreatedBy <String>
Specifies the Creator of the entry
Required? false
Position? named
Default value 1E Nomad
Accept pipeline input? False
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
NOTES
-------------------------- EXAMPLE 1 --------------------------
RELATED LINKS
SYNOPSIS
Creates a new ActiveEfficiency Device
SYNTAX
New-AEDevice -AEServer <String> -HostName <String> -DomainName <String> [-Fqdn <String>] -Identities <PSObject[]>
[-Type <String>] [-TypeID <Int32>] [-CreatedBy <String>] [<CommonParameters>]
New-AEDevice -AEServer <String> -HostName <String> -DomainName <String> [-Fqdn <String>] -SMBiosGuid <String>
[-NomadUUID <String>] [-Type <String>] [-TypeID <Int32>] [-CreatedBy <String>] [<CommonParameters>]
DESCRIPTION
The New-AEDevice Cmdlet creates a new ActiveEfficiency Device. If a device with the same Identifiers exists
already, the entry will be updated. If multiple devices with the same Identifier exist, it will fail.
PARAMETERS
-AEServer <String>
Specified the URI of the 1E ActiveEfficiency server
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-HostName <String>
{{ Fill HostName Description }}
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-DomainName <String>
{{ Fill DomainName Description }}
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Fqdn <String>
Specifies the Fqdn of the machine. If not specified, it will be created based on Hostname and Domain name
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Identities <PSObject[]>
Specifies a list of Identities. At least one must be defined Each Identity should contain - Source (eg
"SMBIOS", or "FQDN")
- Identity (eg "AEC72B25-6D7E-11E1-8967-452301000030", or "MyMachine.Domain.com")
- CreatedBy
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-SMBiosGuid <String>
Specifies the SMBIOS GUID
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-NomadUUID <String>
Specifies the Nomad UniqueIdentifier Typically stored in HKLM:\\SOFTWARE\\1E\\Common
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Type <String>
Specifies the Device Type
Required? false
Position? named
Default value Unknown
Accept pipeline input? False
Accept wildcard characters? false
-TypeID <Int32>
Specifies the Device Type ID Can be specified if the underlying value is known Takes precedence over "Type" if
specified
Required? false
Position? named
Default value -1
Accept pipeline input? False
Accept wildcard characters? false
-CreatedBy <String>
Specifies the Creator of the entry
Required? false
Position? named
Default value 1E Nomad
Accept pipeline input? False
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
NOTES
-------------------------- EXAMPLE 1 --------------------------
RELATED LINKS