Brian Scholer
Brian Scholer
@mwtrigg would you consider this resolved by #170 (if only partially)?
@jborean93 I think [my explanation above](https://github.com/ansible-collections/community.windows/issues/125#issuecomment-731609752) and #170 are probably sufficient to close this out, wdyt?
That's great to know that using remoting to connect to a PowerShell 7 endpoint is working smoothly! But in my opinion (I am not a maintainer of ansible-core nor this...
I use this module and have not seen this behavior. My guess is that something about the way you're specifying the target OU makes it look different than the value...
@Udayendu And similarly to my comment https://github.com/ansible-collections/community.windows/issues/317#issuecomment-1173910833 this is a situation where knowing the real OU names could be very helpful in figuring this out. From my own experience, moving...
I think percentage plus human readable sizes is best, I'd like to have some sense of whether it's going slowly because I'm hitting network traffic/congestion/throttling or whether this layer is...
+1 this is a major part of our current Windows deployment process. We also typically create a group that contains computers, and set the group to be the lone member...
Note about this example ``` resource "ad_gmsa" "gmsa_example3" { Name = "Service01" RestrictToSingleComputer = true } ``` This is an MSA, but not a gMSA. The `*-ADServiceAccount` cmdlets are used...
Thanks for opening this @koikonom . The links from the quote above are missing: - [About JEA role definitions and role capabilities](https://docs.microsoft.com/en-us/powershell/scripting/learn/remoting/jea/session-configurations?view=powershell-7.1#role-definitions) - The pypsrp library: https://github.com/jborean93/pypsrp/tree/master/pypsrp The author of...
Same, basic auth/local accounts only == unusable. I wouldn't even set up a test domain that way. Also #54 Group membership was recently added in #51 but I can't tell...