salvatore commented on Factory reset of Windows 10 and 11 without a password 19 hours, 57 minutes ago
when i choose troubleshoot i don’t get the options to reset my pc, i only get two options, which are startup settings and UEFI firmware settings. why am i not getting the same options as everyone else, and how do i get them?
Michael Haferkamp commented on Which WSUS products to select for Windows 11? 21 hours, 18 minutes ago
I use a ps script to check for updates against mixeosoft online, without applying the updates. I then put a count of those updates into the registry and a log of the specific updates in the mecm client log folder.
I placed that script into a compliance baseline. Then i check any machine with missing updates monthly. If the updates are not in my wsus/mecm console, i will find the products and enable them for deployment.
TouristicWebSEO commented on
IAM administration in AWS with PowerShell 3 days, 13 hours ago
This content, which was a source for me in my work, was prepared extremely well. Is there anything we need to do to get this type of content?
James Horsley commented on
Map VMware virtual disks and Windows drive volumes with a PowerShell script 4 days, 9 hours ago
This was really helpful but came out with almost no matches for me initially – but I found that the $VirtualDiskDevice.Backing.Uuid was a 100% match for the $disks.SerialNumber – though format of the guid’s was a bit different – so needed to remove ‘-‘ from Uuid and then uppercase the to get the 100% match. This is like the holy grail for me as I have been trying to find a reliable way to find which vmdk to increase in size when a disk mounted through a mountpoint is short on space – on SQL servers I like each log and database to be on it’s on disk so loads of disks and really hard to match … until now! So thanks for the inspiration.
Same here, it was working before.
Patrick D Corcoran commented on Install Nginx Proxy Manager with Docker on Ubuntu 4 days, 18 hours ago
Did change the docker-compose file to ./mysql:/var/lib/mysql under db volumes:.
The error persists.
I noted that your had volumes:- ./data:/data under npm: The script has that under app: Could that be an issue?
I cannot get past the Gathering environment screen on Chrome, Edge or Firefox.
Has anyone gotten this to work?NItish TIwari commented on
Enable BitLocker with PowerShell 4 days, 18 hours ago
Can you tell if we have article for Azure-ad joined computer where we can save the key to AAD > devices?
Chris Hill commented on Group Policy differences between Windows 10 Enterprise and Windows 10 Pro 4 days, 18 hours ago
A few more ones to add (see the descriptions):
‘Configure Windows spotlight on lock screen’
https://admx.help/?Category=Windows_10_2016&Policy=Microsoft.Policies.CloudContent::ConfigureWindowsSpotlight‘Turn off Microsoft consumer experiences’
https://admx.help/?Category=Windows_10_2016&Policy=Microsoft.Policies.CloudContent::DisableWindowsConsumerFeatures‘Do not show Windows Tips’
https://admx.help/?Category=Windows_10_2016&Policy=Microsoft.Policies.CloudContent::DisableSoftLanding‘Allow Telemetry’ – specifically, ‘Diagnostic data off (not recommended)’ setting is ‘Enterprise Only’
https://admx.help/?Category=Windows_10_2016&Policy=Microsoft.Policies.DataCollection::AllowTelemetryThis solution worked for me:
“Check that you don’t have the mysql folder nested inside the data folder.So in your docker-compose file you need to define the volumes as follows:
npm:
volumes:- ./data:/data
…
db:
volumes:
– ./mysql:/var/lib/mysql (NOT: ./data/mysql:/var/lib/mysql)”
Bad gateway on nginx-proxy-manager running in docker
byu/Motor-Surprise-5591 innginxproxymanagerI also have bad gateway when putting example credentials.
Were doing copy and paste only.Hagen von Eitzen commented on Enable TLS on SQL Server 1 week ago
I think the order of steps after installation of the certificate can be improved:
a) One should *first* check that the service account has access to the certificate *before* restarting the service. This is certainly better than just trying without and hoping for the best and then having o fix the problem while the support phone explodes
b) One should *first* switch all clients (or all that you can find) to enable encryption *before* making encryption mandatory at the server, though you of course do not want to wait too long. You may want to check event logs to locate those clients that didn’t get the memo. Again, this is certainly better than disrupting production. Also, there’s often that one special client that requires more than just ticking a box in order to enable encryption ..Hitesh Jethva commented on Install Nginx Proxy Manager with Docker on Ubuntu 1 week, 1 day ago
You can use admin@example.com as username and changeme as a password to login
Patrick Corcoran commented on Install Nginx Proxy Manager with Docker on Ubuntu 1 week, 1 day ago
“Bad gateway” when trying to login to NGINX Proxy Manager using admin@exampl.com / changeme. Cannot proceed.
Hi Lee,
How can i migrate from windows 2016 (in place upgrade is not possible) holding all roles (RDCB, RD Virtualisazion (Personal Managed collection), RD Web Access, RD Licensing) be exported to the new Windows 2022
server ?
Many Thanks for your helpThis article really helped us migrating our CA server from Windows 2012 R2 to Windows server 2022.
Thank you VERY much! Your script will save me a lot of time and effort, and I really appreciate it.
For anyone else reading the comments, upgrading to Powershell v7 and using the SHA1 algorithm for hashing sped up my deduping by a HUGE margin. I think the first time I ran it it took over 7 minutes. But the with Powershell v7 and changing from MD hashing to SHA1 it was down to seconds – approx 30 seconds. That’s a huge improvement in speed.
Mihai B. commented on Recover Active Directory domain controllers with nonauthoritative restore 1 week, 4 days ago
Hello, which is the proper method for restoring a lone domain controller – it’s the only dc in the network (very small site), thus no replication…
Kind regards,
How to set retention time while using write-s3object command in s3 client module?
Ubuntu supports a new Active Directory bridging tool suite called ADsys https://github.com/ubuntu/adsys/wiki/01.-Welcome worth taking a look!
- Load More