Forum Discussion
flaviopbadmin
May 06, 2022Copper Contributor
How to allow powershell in managed device?
HI everyone, newbie admin here. I am in the process of learning out to use the EndPoint Manager and I have enrolled my first device, which will be my work laptop. It is running windows 11 enterpr...
Moe_Kinani
May 09, 2022Bronze Contributor
This might be TLS 1.2 issue, can you run this ps and then install the module?
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
Moe
- flaviopbadminMay 09, 2022Copper ContributorNo, that does nothing to the problem. But thanks anyways.