Unlink-CapaUnitFromProfile
Unlink-CapaUnitFromProfile
SYNOPSIS
Unlink profile from a device.
SYNTAX
Uuid (Default)
Unlink-CapaUnitFromProfile -CapaSDK <Object> -ProfileName <string> -ChangelogComment <string>
-Uuid <string> [<CommonParameters>]
NameType
Unlink-CapaUnitFromProfile -CapaSDK <Object> -UnitName <string> -ProfileName <string>
-ChangelogComment <string> [<CommonParameters>]
ALIASES
This cmdlet has the following aliases,
DESCRIPTION
This will unlink a profile from a device and not remove the profile from the physical device.
EXAMPLES
EXAMPLE 1
Unlink-CapaUnitFromProfile -CapaSDK $CapaSDK -UnitName ‘Testdev01’ -ProfileName ‘Wi-Fi settings’
EXAMPLE 2
Unlink-CapaUnitFromProfile -CapaSDK $CapaSDK -Uuid ‘4eea2959-fb4c-4afe-b61f-810cb3019cd6’ -ProfileName ‘Wi-Fi settings’
PARAMETERS
-CapaSDK
The CapaSDK object.
Type: System.Object
DefaultValue: ''
SupportsWildcards: false
ParameterValue: []
Aliases: []
ParameterSets:
- Name: (All)
Position: Named
IsRequired: true
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
-ChangelogComment
A comment that will be added to the changelog.
Type: System.String
DefaultValue: ''
SupportsWildcards: false
ParameterValue: []
Aliases: []
ParameterSets:
- Name: (All)
Position: Named
IsRequired: true
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
-ProfileName
The name of the MDM profile.
Type: System.String
DefaultValue: ''
SupportsWildcards: false
ParameterValue: []
Aliases: []
ParameterSets:
- Name: (All)
Position: Named
IsRequired: true
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
-UnitName
The unit name of the unit.
Type: System.String
DefaultValue: ''
SupportsWildcards: false
ParameterValue: []
Aliases: []
ParameterSets:
- Name: NameType
Position: Named
IsRequired: true
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
-Uuid
The UUID of the unit.
Type: System.String
DefaultValue: ''
SupportsWildcards: false
ParameterValue: []
Aliases: []
ParameterSets:
- Name: Uuid
Position: Named
IsRequired: true
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
INPUTS
OUTPUTS
NOTES
For more information, see https://capasystems.atlassian.net/wiki/spaces/CI64DOC/pages/19306246474/Unlink+profile+from+device