Giter Club home page Giter Club logo

Comments (5)

rmbolger avatar rmbolger commented on August 14, 2024

Yeah, RDP (Remote Desktop Protocol) is the name of the protocol, RDSH (Remote Desktop Session Host) is the name of the service. And so the existing Set-RDSHCertificate would take care of that. It's using Set-WmiInstance rather than Set-CimInstance but should be functionally the same

Having a function for WSMAN would be cool too though.

from posh-acme.deploy.

mikes-gh avatar mikes-gh commented on August 14, 2024

Set-CimInstance is preferable for PScore.
It works better (syntax parsing and tab completion) in both WindowsPowerShell and Powershell.

See
https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.management/set-wmiinstance?view=powershell-5.1

New CIM cmdlets, introduced Windows PowerShell 3.0, perform the same tasks as the WMI cmdlets. The CIM cmdlets comply with WS-Management (WSMan) standards and with the Common Information Model (CIM) standard. this enables cmdlets to use the same techniques to manage Windows-based computers and those running other operating systems. Instead of using Set-WmiInstance, consider using the Set-CimInstance or New-CimInstance cmdlets.

from posh-acme.deploy.

rmbolger avatar rmbolger commented on August 14, 2024

Indeed

from posh-acme.deploy.

mikes-gh avatar mikes-gh commented on August 14, 2024

Yeh bit of a nit sorry. Your libraries are great and I don't know how you make time for it all.
I should be making contributions rather than suggestions but hopefully they are useful suggestions.
I see a situation quite soon where we will be using powershell core on windows as default even with windows specific modules.

from posh-acme.deploy.

rmbolger avatar rmbolger commented on August 14, 2024

It's all good. I'm always open to suggestions. I didn't even realize the CIM cmdlets had been around since 3.0. I also feel bad that this deploy module hasn't even had a real release yet.

from posh-acme.deploy.

Related Issues (20)

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.