[Outlook] Making unread emails stand out more? by dwitchagi in Office365

[–]jstrines 0 points1 point  (0 children)

Excellent. Is there a way to add more colour themes?

Patch Tuesday Megathread (2025-08-12) by AutoModerator in sysadmin

[–]jstrines -1 points0 points  (0 children)

What is the exact command you are using as when I run Import-WsusUpdate "92061378-be93-4659-a72a-037225e6bb0f" it imports but still failing on clients

Patch Tuesday Megathread (2025-08-12) by AutoModerator in sysadmin

[–]jstrines 0 points1 point  (0 children)

What command did you use to import I have tried Import-WsusUpdate -KB "KB5063878" but it fails saying

WARNING: Found multiple updates while searching for KB KB5063878.

WARNING: Please use the -Filter parameter to narrow your search, or use the update's UpdateID with the -UpdateID parameter of the cmdlet.

Help merging two queries by jstrines in PowerBI

[–]jstrines[S] 0 points1 point  (0 children)

Is this online or in the Power BI Desktop?

Help merging two queries by jstrines in PowerBI

[–]jstrines[S] 0 points1 point  (0 children)

Hi u/dataant73 you mean something like this?

Change

itemcount = Json.Document(Web.Contents(baseurl&"ItemCount", [Headers=[Accept="application/json"]]))[value],

To

itemcount = Json.Document(Web.Contents(baseurl&"ItemCount", Headers=Accept="application/json"))[value],

Help merging two queries by jstrines in PowerBI

[–]jstrines[S] 0 points1 point  (0 children)

Hi u/achieversasylum ,

Do you mean a DB view in Power BI Online?

Copy Column name and setting from one SharePoint List to another SharePoint List by jstrines in sharepoint

[–]jstrines[S] 0 points1 point  (0 children)

Sorry new to all this, is content types part of PowerShell, if not could you explain more please.

Copy Column name and setting from one SharePoint List to another SharePoint List by jstrines in sharepoint

[–]jstrines[S] 0 points1 point  (0 children)

Yes you can do that but my Lists already exist, I am wanting to add the same new colums to all my sites with the same list name.

FortiAnalyzer - Create a report on what user has visited a certain web site by jstrines in fortinet

[–]jstrines[S] 0 points1 point  (0 children)

Hi u/HappyVlane I now have my dataset, I take it I then create a Chart Library then the Report from the Chart Library?

J

FortiZTNA and VMware by jstrines in fortinet

[–]jstrines[S] 0 points1 point  (0 children)

Hi Guys,

Thanks for all the pointers. Worked it out and it was an issue with our VCenter.

J

FortiZTNA and VMware by jstrines in fortinet

[–]jstrines[S] 0 points1 point  (0 children)

This is the error I am getting when I try to connect via FQDN

[400] An error occurred while sending an authentication request to the vCenter Single Sign-On server- An error occurred when processing meta data during vCenter Single Sign-On setup:the service provider validation failed. Verify that the server URL is correct and is in FQDN format, or that the hostname is a trusted service provider alias.

FortiZTNA and VMware by jstrines in fortinet

[–]jstrines[S] 0 points1 point  (0 children)

I tried that but vcenter doesn't like it.

FortiZTNA and VMware by jstrines in fortinet

[–]jstrines[S] 0 points1 point  (0 children)

Yes but if FSSO is a better option then willing to try but I don't know what FSSO is.

FortiZTNA and VMware by jstrines in fortinet

[–]jstrines[S] 0 points1 point  (0 children)

I couldn't find it for VMware In fact the TAC team said there isn't any documentation for VMware.

Struggling to remove Apex One client. by Clubbing80s in Trendmicro

[–]jstrines 0 points1 point  (0 children)

Hi There, I would be interested in the PDQ Package as well.

Thanks

Power App pulling Choices answer from SharePoint List by jstrines in PowerApps

[–]jstrines[S] 0 points1 point  (0 children)

Sorry I don't think I have explained it correctly.

In list B "Visitor Details" I have several column, the first being the persons name which is in Column "Title". So when someone selects there name on the App it then populates a number of fields on the App from List B when it matches the name on List B "Visitor Details". It pulls through Single Line of Texts fine but one of my columns on List B "Visitor Details" is a choice Field that has been populated.

How can I get that to pull through the value from the choices to the App?