Configuring Windows 10 Update Rings in Intune/MEM using Powershell - windows

I'm working on Configuring Windows 10 Update Rings in Intune/MEM.I'm able to do that from MEM but Is there any way that i can update using Powershell.?
Thanks
Couldn't find any documentation yet.

Related

RWeverything / He do not working on windows 11

I used to use RWEverything to debug pcie and acpi related issue, to read/write registers etc.
After updating windows build (Windows11 22H2 10.0.22621.755) RWEverything stopped working, and every time I try to started error msg. it now doesn't work at all!
enter image description here
Any help is appreciated, Thanks.
Note: tried reinstalling the app, tried many version of the app. Even tried the portable version of the app no luck.
How to make RWEverything / HW work with latest Windows 11.
One more query (not sure if a separate question thread should be raised)
I tried to disable core isolation by
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios]
"HypervisorEnforcedCodeIntegrity"=dword:0000000
but unluckily, it does not work with registry change, whenever reboot system, and go to core isolation setting (memory integrity) and found it is still enabled.
one day, tried to manually disable it from setting and reboot system. it finally work.
after that, registry control also start working, with 0 to disable and with 1 to enable.
but my question is why previously my setup doe not work?
I really need a way to disable it by registry or other way instead of user manual change from GUI. any suggestions.
OS is:
Win 11 enterprise.
Build 22621.ni_release.220506
To run RW Everything 1.7 on Windows 11 you need to:
Disable "Memory Integrity" feature.
Set to zero this key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CI\Config\VulnerableDriverBlocklistEnable

UsoClient cannot find windows updates, but a manual scan does

I use this script:
UsoClient.exe StartScan
UsoClient.exe StartDownload
UsoClient.exe StartInstall
I opened the windows update window before I run the code to see what will be do.
It starts scan about 1ms and write out, No new updates available at the moment.
If I manually start san to press the start now button it founds some updates and installs it.
Why? What is the wrong with the code?
I would highly recommend using this method instead. It is a PowerShell Windows Update module that is specifically made for this task. Intructions/code is below.
1) Verify that you have PowerShell 5 or newer, this is required
$PSVersionTable.PSVersion
2) Run PowerShell as admin and run the following
Install-Module PSWindowsUpdate
3) Register to use the Microsoft Update Service instead of the standard Windows Update Service
Add-WUServiceManager -ServiceID 7971f918-a847-4430-9279-4a52d1efe18d
4) You should now be able to run the following command, which (by the parameters) will go searching for windows updates and install all of them that are available. I recommend looking at the help for Get-WUInstall to view what options are available to use and reboot the machine if necessary.
Get-WUInstall –MicrosoftUpdate –AcceptAll –AutoReboot
control update
usoclient StartInteractiveScan

CouchDB fails to start after applying Windows 10 Creators Update

I'm running CouchDB 2.0 on Windows for development purposes. After applying the Windows 10 Creators Update, the CouchDB service doesn't start anymore. When I try to start it manually, I get a generic "unable to start service" error message.
CouchDB 2.0 on Windows uses the Non-Sucking Service Manager (NSSM) to run itself as service. Apparently, NSSM has problems after the creators update has been applied:
2017-04-26: Users of Windows 10 Creators Update should use prelease build 2.2.4-101 to avoid an issue with services failing to start.
Thus, the problem can be fixed by using the mentioned build of NSSM:
Download the pre-release build 2.2.4-101 from https://nssm.cc/download
Stop the CouchDB service through the Windows Services dialog (paused is not enough)
Overwrite nssm.exe in <CouchDbInstallDir>\bin with the one from the downloaded ZIP file (make sure you pick the right version 32 bit / 64 bit)
Start the CouchDB service

UWF uwfmgr.exe doesn't do anything

Bear with me please, since I don't know that much about Windows – I'm trying to set up UWF (Unified Writing Filter) here on my mac through a Parallels installation of Windows 10. I found out how to enable UWF through the Control Pane, which I did. I then restarted the Virtual Machine. When I then tried to configure it through the powershell or command prompt (both run in admin mode), I got no response whatsoever. The uwfmgr.exe is there under c:\windows\system32, but like I said, it doesn't do anything when I run it. No response – but also, no error.
Can anyone help me with this?
I had the same issue and solved it by downloading the latest ISO for 10 Enterprise.
It seems you need a Windows 10 Enterprise edition for this to work. Just re-activating windows with an Enterprise key makes uwfmgr.exe print stuff again. Just testing, whether it works as well.
This was tested on Windows 10, V1809.

Problems configuring Lasso Lab on Windows

Trying to get LassoLab (which is an Eclipse based IDE for lasso) to work on Windows 7.
I'm running into trouble launching a run configuration. Set it up per video here:
http://www.youtube.com/watch?v=zMTQklE3Mu0
but it does not work.
I have Lasso 9 server with IIS installed and it runs fine. Is anyone is doing Lasso development on Windows?
LassoTalk list is very Mac centric and I'm not getting any help there.
OK, so here's the answer for the benefit of others looking (now that via comments it's confirmed that was the issue):
When you created your new "lasso: project using the wizard, Configure your interpreter.
If you use the "search" the it will find it if installed.
This only needs to be done the first time you create a new project in Lasso Lab after installing Lasso 9 :)

Resources