Quantcast
Channel: Ivanti User Community : Discussion List - All Communities
Viewing all 15294 articles
Browse latest View live

Windows Calculation to make a field mandatory

$
0
0

Hello -

 

I'm trying to make a field mandatory when an Int32 attribute has a certain value and I'm having no luck.  It says my syntax is valid but the field never becomes mandatory.

Can someone take a look and tell me what's missing?  Thanks

 

import System

static def GetAttributeValue(Resolution):

          Value = false

          if Resolution._PrivilegedAccess != null and Resolution._PrivilegedAccess == "Yes":

                    Value = true

return String.Format(":SetMandatory(Resolution._PrivilegeJustification, {0});",Value)


Creating a link in service request notifications to the actual request

$
0
0

We've noticed that the OOTB notifications dealing with service requests that go to analysts don't include links to the actual requests.

Has anyone figured out what that email template URL might look like?

 

For a customer to open a service request it looks something like this:

Login.aspx?scope="SelfService&role=SelfService&CommandId=OpenMyItem&ItemType=ServiceReq&ItemId=$(RecId)"

 

For an analyst to open an incident looks something like this:

Login.aspx?Scope=ObjectWorkspace&CommandId=Search&ObjectType=Incident%23&CommandData=RecId,%3D,0,$(RecId),string,AND|#">

Windows 10 1803 Start Screen is not persisting pinned shortcuts

$
0
0

On EM v. 2018.3.

I am using the built in personalization templates to capture/apply the Start Screen for Win10 1803. For some reason, the only items that get persisted are the UWP/AppX/Modern apps. If I pin a shortcut to a "legacy" (Win32) installed application, like Chrome or Word 2016 (installed to C:\Program Files\XYZ), these shortcuts are not applied.

I've verified that there is data in the captured elements and I've tried adding a few of each type of application and consistently, the legacy apps are not there, yet the UWP apps are.

 

I've also made sure that there are no external policies being applied to interfere.

 

I've tried to follow some of the "fixes" that export the tile layout at logoff, then inject it at logon with a GPO, then unlock. It appears that those were for older versions of Win10 and do not work.

 

I imagine that the Start screen in Win 10 is a moving target with MS constantly changing the way it stores these settings.

 

Is there something I'm missing here or has anyone gotten this to work properly?

About Velocity Script

$
0
0

Hi

 

Please give me an overview of the commands available except for the Velocity API command

 

For example, can I use basic "IF" or "Substring" etc?

 

Thanks

Difference in Velocity client version (universal client version and device supported client version)

$
0
0

Hi,

 

Please tell me the difference between universal client version and device supported client version for Velocity.

I do not know where is it different for specifically.

 

 

In the case of the universal client version, does the API which can not be used exist?

 

Thanks!

Configure Ivanti Endpoint Manager web console to use https.

$
0
0

Is there any way to configure IEM web console to use https instead of http like Software License Monitoring (SLM)?

create new pick list

$
0
0

Help..

I have a list of Budget codes (100+) that I want to create a drop down pick list for.  I want to be able to import this once and then have our Self Service forms be able to select them.


I am stuck at how to actually do this.  I know in the SR I can do this manually, but I just want a simple one and done list.

 

Help.

How do I set permission of Incidents to be viewable by currently assigned analyst?

$
0
0

My goal is to make a "landing page" for a specific kind of incident that will have sensitive information in it.

From that "landing page" the analyst will have to assign the incident to themselves in order to view that information.

     I am thinking that this will be a round about way to keep a log of analysts who have viewed the information in the history column.

But I need to have it set that when each user looks at that ticket and doesn't have it assigned to themselves that they are unable to view any of the information.

 

Basically this, but in Service Desk.

 

Any ideas???


ASP.NET 4.0.30319.0 An unhandled exception has occurred

$
0
0

Hi All

 

From Time to time we are getting the below warnings on our web servers and the system grinds to a virtual stop. Does anybody have any idea of what would be causing these as unhandled exception doesn't really give you a clue

 

 

Event code: 3005

 

Event message: An unhandled exception has occurred.

 

Event time: 11/29/2018 10:08:48 AM

 

Event time (UTC): 11/29/2018 10:08:48 AM

 

Event ID: 4f1c14537ef6457c8f84061d2da89b0b

 

Event sequence: 9078

 

Event occurrence: 1

 

Event detail code: 0

 

 

 

Application information:

 

    Application domain: /LM/W3SVC/1/ROOT/ServiceDesk.WebAccessInt-1-131879538677743712

 

    Trust level: Full

 

    Application Virtual Path: /ServiceDesk.WebAccessInt

 

    Application Path: C:\Program Files (x86)\LANDESK\Service Desk\WebApp\WebAccess\

 

    Machine name:

 

 

 

Process information:

 

    Process ID: 660

 

    Process name: w3wp.exe

 

    Account name: AD\sv

 

 

 

Exception information:

 

    Exception type: NullReferenceException

 

    Exception message: Object reference not set to an instance of an object.

 

   at Touchpaper.Web.Console.Controllers.View58733ad05ec34c58b29cf89eb19fb9a5.RenderViewLevel1()

 

   at Spark.SparkViewBase.RenderView(TextWriter writer)

 

   at Spark.Web.Mvc.SparkView.Render(ViewContext viewContext, TextWriter writer)

 

   at System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context)

 

   at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<BeginInvokeAction>b__22(IAsyncResult asyncResult)

 

   at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult)

 

   at System.Web.Mvc.Controller.<>c__DisplayClass1d.<BeginExecuteCore>b__18(IAsyncResult asyncResult)

 

   at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar)

 

   at System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult)

 

   at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar)

 

   at System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult)

 

   at System.Web.Mvc.MvcHandler.<>c__DisplayClass8.<BeginProcessRequest>b__3(IAsyncResult asyncResult)

 

   at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar)

 

   at System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult)

 

   at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()

 

   at System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)

 

   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

 

  

 

 

 

 

 

Request information:

 

    Request URL: https://itbms.ad.ncc.local:443/ServiceDesk.WebAccessInt/wd/dashboard/linksGadget.rails?id=ecefe512-dfd8-4027-87d6-c4bb2078b623&gadget_id=Gadget3&dashboard_id=b304e78d-4f7e-4909-9105-ef50026924e9

 

    Request path: /ServiceDesk.WebAccessInt/wd/dashboard/linksGadget.rails

 

    User host address: xxx.xxx.xxx.xxx

 

    User: AD\

 

    Is authenticated: True

 

    Authentication Type: Negotiate

 

    Thread account name: AD\sv

 

 

 

Thread information:

 

    Thread ID: 81

 

    Thread account name: AD\sv

 

    Is impersonating: False

 

    Stack trace:    at Touchpaper.Web.Console.Controllers.View58733ad05ec34c58b29cf89eb19fb9a5.RenderViewLevel1()

 

   at Spark.SparkViewBase.RenderView(TextWriter writer)

 

   at Spark.Web.Mvc.SparkView.Render(ViewContext viewContext, TextWriter writer)

 

   at System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context)

 

   at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<BeginInvokeAction>b__22(IAsyncResult asyncResult)

 

   at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult)

 

   at System.Web.Mvc.Controller.<>c__DisplayClass1d.<BeginExecuteCore>b__18(IAsyncResult asyncResult)

 

   at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar)

 

   at System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult)

 

   at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar)

 

   at System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult)

 

   at System.Web.Mvc.MvcHandler.<>c__DisplayClass8.<BeginProcessRequest>b__3(IAsyncResult asyncResult)

 

   at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar)

 

   at System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult)

 

   at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()

 

   at System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)

 

   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

 

 

 

 

 

Custom event details:

 

cheers Neil

RunAsEx command usage question

$
0
0

Post converted to PDF and attached for Migration.

Update 2016.2R2 auf 2018.1 Mit UpdateManager DMZ Depot?

$
0
0

Hallo,

ich habe die Update Dateien 2018.1 eingespielt und den Update Manager gestartet.

Die Update Pakete wurden angelegt und auch an alle SMB depots distributiert bis auf das http (DMZ) depot lt Update Manager.

Ich habe das http depot händisch kontrolliert. Die Pakete sind dort.

Kann der Update Manager nicht mit einem http depot umgehen? bzw prüfen ?

 

die Frage ist wie mache ich jetzt weiter? Ist das erste mal dass ich das http depot aktualisiere. (so oft kommen DSM Updates bei ivanti ja jetzt nicht mehr vor...);

Ganz normal via Update Manger weiter und den Punkt mit der Distribution

Muss ich das http depot manuell aktualisieren?


Wie aktualisiere ich eine DSM Umgebung mit DMZ depot?

 

Für Infos und Tipps vielen Dank.

Wäre blöd wenn ich jetzt weiter mache und danach das http depot nicht mehr funktioniert...

Timo

ScanForVulnerabilities - findet keine Sicherheitslücken

$
0
0

Grias eich,

wir haben aktuell vier Maschinen bei denen der Scan keine neuen Sicherheitslücken findet. Somit auch keine Patche mehr verteilt. Wir haben vier weitere Maschinen die identisch konfiguriert sind, bei denen noch alles funktioniert. Letzter Erfolgreicher Scan und Patchinstallation war um den 20.10. seither funktioniert das ganze nicht mehr.

 

die ScanForVulnerabilities_DSMRuntime_xxxx.log sind überschaubar kurz und liefern folgenden Inhalt:

09:15.56.067  : --------------------------------------------------------------------------------

09:15.56.067  : LogFile C:\Program Files (x86)\Common Files\enteo\NiLogs\PatchMgmt\ScanForVulnerabilities_DSMRuntime_0000001428.log, started 28.11.2018 09:15.56

09:15.56.067  : Application : C:\Program Files (x86)\NetInst\NiWuPrxy.exe(PID: 1688 [1112])

09:15.56.067  : Version : 7.4.0.4329

09:15.56.067  : --------------------------------------------------------------------------------

09:15.56.067  2 NiWuPrxy.exe  Scan result:

09:15.56.067  2 NiWuPrxy.exe    {

09:15.56.067  2 NiWuPrxy.exe      "Missing":{},

09:15.56.067  2 NiWuPrxy.exe      "Patched":{}

09:15.56.067  2 NiWuPrxy.exe    }

09:15.56.067  : End Of Logfile

 

In den Assessment.xxx.logs finden, folgende Fehlermeldung:

2018-11-28T08:15:56.0674002Z 60f0 E MultiMachineScanner.cpp:1247 Error in patchScanEngine::CMultiMachineScanner::TargetMachineScanComplete: class STXml::CXmlException at XmlDomManagement.cpp:72: Im Textinhalt wurde ein ungültiges Zeichen gefunden.

 

wir vermuten, dass das ungültige Zeichen die Ursache ist. Hätte jemand von euch eine Idee, welche Datei gemeint sein könnte? Oder eher ein Fall für den Support?

 

Wir Patchen mit APM.

 

Dank Euch,

LG Andi

Windows 10 1809 Inplace Upgrade Returncodes

$
0
0

Hallo Zusammen,

 

aktuell haben wir bei uns alle Clients auf Win 10 Enterprise 1703 und wir müssen aus Support Gründen auf die 1809 Upgraden.

Ich hatte für die 1803 bereits ein Inplace Paket gebaut und darin fange ich entsprechende Retruncodes ab!

!check upgrade compatibility
Set('_sSetupParams','/auto upgrade /DynamicUpdate disable /noreboot /quiet /resizerecoverypartition disable /migratedrivers %InstallationParameters.MigrateDrivers% /CompactOS Disable /copylogs "%LogFileSettings.LogFilePath%"')
ExecuteEx('%_sSetupPath% %_sSetupParams% /Compat ScanOnly /Compat IgnoreWarning','_iSetupReturnCode','120')/?
If %_iSetupReturnCode%='-1047526912'
 ExitProcEx(Failed,'Compatibility check failed - the computer does not meet system requirements for Windows 10 (Returncode: %_iSetupReturnCode%)')
If %_iSetupReturnCode%='-1047526908'
 ExitProcEx(Failed,'Compatibility check failed - migration choice (auto upgrade) not available (probably wrong SKU or architecture) - (Returncode: %_iSetupReturnCode%)')
If %_iSetupReturnCode%='-1047526904'
 ExitProcEx(Failed,'Compatibility check failed - compatibility issues found (hard block) - (Returncode: %_iSetupReturnCode%)')
If %_iSetupReturnCode%='-1047526898'
 ExitProcEx(Failed,'Compatibility check failed - insufficient free disk space (Returncode: %_iSetupReturnCode%)')
! 
 EndInstallerSession
If %_iSetupReturnCode%='-1047526896'
! All checks passed
 ExecuteEx('%_sSetupPath% %_sSetupParams%','_iSetupReturnCode','120')/?

 

Kann mir einer sagen wie ich an die Returncodes für die 1809 komme? Ich finde diese nirgendwo. Ich hab auch schon gehört dass es die gleichen sind wie in der 1803 aber ich hätte es gerne irgendwo schwarz auf weiß.

 

Vielen Dank schon mal und viele Grüße,

Lucky

HKCU, once again

$
0
0

Hallo,

Ich habe wirklich, wirklich viel gelesen über HKCU und trotzdem kriege ich es nicht auf die Reihe.

All die wunderbaren Dinge, die mit der F7-Installation so toll funktionieren, klappen per Skript einfach nicht.

Ich habe versucht, HKCU - Einträge als Benutzer zu triggern, sowohl als Service, als auch ohne

Ich habe sogar regfiles erstellt und dei versucht mit regload hinein zu bekommen.

Die Einträge werden nicht erstellt.

 

Situation ist folgende (ein Beispiel)

Ich möchte die Suchleiste Bei meinen Windows-10 Rechnern ausblenden

der notwendige Schlüssel liegt hier: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search

Mein Plan wäre folgender:

RegModifyDword, den Pfad angeben und den Wert einstellen.

Dieser Befehl wird vom DSM direkt als Userbezogen angelegt - ist mir recht

Vorbereitung, Distribution, Pilotinstallation. Paket läuft erfolgreich durch, Schlüssel wird nicht gesetzt

 

2. Versuch, ich erstelle den Schlüssel am Zielrechner manuell und exportiere Ihn.

Direkt nach dem Anpassen in der Reg ist die Suchleiste verschwunden,... ich bin also an der richtigen Stelle

Ich lege das Regfile in extern$ ab und rufe es mir regload in meinem dsm-Skript auf - Ausführung ungetriggert, einfach mal zum Test... Ergebnis  - kein Eintrag,...

Dann als Benutzer getriggert,...

 

Ich habe sogar schon versucht, mit dsm ein Registry-Eintrag im RUN zu erstellen, der ein zuvor nach s:\temp kopiertes Regfile ausführt und sich danach wieder löscht.

Hier hat nicht einmal das Erstellen des Reg-Eintrages geklappt.

 

Wie komme ich hier weiter.

 

Bitte helft mri und den unzähligen Anderen, die in der selben Klemme stecken.

 

Vielen Dank

Michael

XTraction Requests in IBM SmartCloud ( SLA Time)

$
0
0

Hello Everyone

 

We are  facing a situation in a customer that  Asked for below in Xtraction that uses IBM smart cloud as a Data Source:

Customer wants to see the tickets that are 50% and 75% of SLA Expiration... is that possible?

 

Thanks in advance

Surabhi


Xtraction: Adjust document size for exporting

$
0
0

I'm wondering if I can adjust the document size to be for example A3 while exporting a document to PDF or Word for a better viewing ?

How to Whitelist Registry Keys in Ivanti Application Manager

$
0
0

Hi All,

 

I am new to the forum. We are having an issue with Ivanti Application Manager. At the moment, its throwing an error for a web app pointing to a registry key.

 

How can we whitelist registry key for an application.

 

 

Regards

 

Santosh

How to Whitelist Powershell scripts to run via SCCM in the local user context using Ivanti App Manager

$
0
0

I have disabled powershell.exe file to be allowed run for all users in Ivanti App Manager. However, when I am trying to run a script via SCCM, I get the Ivanti block message for running powershell. How do I get Ivanti to allow powershell scripts to run via SCCM ?

MC not following scheduled deployment

$
0
0

Hello all,

 

I hope someone can help me with this.

 

I have set up my deployment groups to perform agent installs in our maintenance period which is 2am to 6am in the morning, with the ability to postpone for students in our 24hr labs.

However machines are starting to download and install during the business hours and rebooting with a 2 minute warning which is far from ideal.

 

 

Am I missing something or misunderstanding the purpose of this?

 

Edit: I am using version 2018.3

 

Thanks


Chris

Query to find in which owner group the ticket was exactly breached.

$
0
0

Hello Team,

 

I need a query to find in which owner group the ticket was exactly breached in SCCD tool(Self Service Centre)

Please help me with the approach so that I can create reports in Xtraction.

 

Regards,

Surabhi

Viewing all 15294 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>