< Back
Clear-AxInstanceGlobalGuid
Post
NAME Clear-AxInstanceGlobalGuid
SYNOPSIS
Clear the Global Guid id from the AX 2012 database
SYNTAX
Clear-AxInstanceGlobalGuid [-DatabaseServer <String>] [-DatabaseName <String>] [-SqlUser <String>] [-SqlPwd
<String>] [-OutputCommandOnly] [<CommonParameters>]
DESCRIPTION
Reset the Global Guid located in the SysSqmSettings table
This guid (id) is used by the client to identify cache objects, so resetting this can be useful when
troubleshooting
PARAMETERS
-DatabaseServer <String>
Server name of the database server
Default value is: "localhost"
Required? false
Position? named
Default value $Script:ActiveAosDatabaseserver
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-DatabaseName <String>
Name of the database
Default value is: "MicrosoftDynamicsAx"
Required? false
Position? named
Default value $Script:ActiveAosDatabase
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-SqlUser <String>
User name of the SQL Server credential that you want to use when working against the database
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-SqlPwd <String>
Password of the SQL Server credential that you want to use when working against the database
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-OutputCommandOnly [<SwitchParameter>]
Instruct the cmdlet to only generate the needed command and not execute it
Required? false
Position? named
Default value False
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
System.String
NOTES
Tags:
Author: M??????tz Jensen (@Splaxi)
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Clear-AxInstanceGlobalGuid
This will clear the current global guid in the AX 2012 database.
RELATED LINKS
SYNOPSIS
Clear the Global Guid id from the AX 2012 database
SYNTAX
Clear-AxInstanceGlobalGuid [-DatabaseServer <String>] [-DatabaseName <String>] [-SqlUser <String>] [-SqlPwd
<String>] [-OutputCommandOnly] [<CommonParameters>]
DESCRIPTION
Reset the Global Guid located in the SysSqmSettings table
This guid (id) is used by the client to identify cache objects, so resetting this can be useful when
troubleshooting
PARAMETERS
-DatabaseServer <String>
Server name of the database server
Default value is: "localhost"
Required? false
Position? named
Default value $Script:ActiveAosDatabaseserver
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-DatabaseName <String>
Name of the database
Default value is: "MicrosoftDynamicsAx"
Required? false
Position? named
Default value $Script:ActiveAosDatabase
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-SqlUser <String>
User name of the SQL Server credential that you want to use when working against the database
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-SqlPwd <String>
Password of the SQL Server credential that you want to use when working against the database
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-OutputCommandOnly [<SwitchParameter>]
Instruct the cmdlet to only generate the needed command and not execute it
Required? false
Position? named
Default value False
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
System.String
NOTES
Tags:
Author: M??????tz Jensen (@Splaxi)
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Clear-AxInstanceGlobalGuid
This will clear the current global guid in the AX 2012 database.
RELATED LINKS