Git Product home page Git Product logo

askpfe's Introduction

AskPFE

askpfe's People

Contributors

mrbodean avatar

Stargazers

NickD avatar kikyo avatar @wasserja avatar Joze Markic avatar

Watchers

James Cloos avatar  avatar

Forkers

kikyo-chan

askpfe's Issues

inconsistencies on dates display

Hi there.

Thanks for the good work and sharing this script.
I found an issue where if i publish this to many machines located in different countries (with obviously different regional settings), the "notAfter" and "notBefore" dates stored in the WMI (then pulled by SCCM) are using the regional settings of the local machines, thus resulting in inconsistent display on the query. see below:
image
on this example, you can see that machine 1 has 1 certificate expiring on 21-may-2024 (written in US format M/DD/YYYY) while the machine 2 has 2 certs expiring on 22-jan-2025 and 30-jul-2024 (shown in european standard DD/M/YYYY).

I believe this is due to the implied .toString() done on the lines that set the variables values (lines 57, 58 and 61.

My suggestion is to fix it to a defined value (using a toString("") type, for example something universally acceptable and easily sortable like yyyyMMdd-HHmmss.

what do you think?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.