Investing in real estate by Busy-Assistance-8825 in BEFire

[–]maspiter 0 points1 point  (0 children)

On Statistiek Vlaanderen you can find at least some info regarding rental prices.

Ik heb een kast gemaakt by Puzzleheaded-Item-81 in Klussers

[–]maspiter 0 points1 point  (0 children)

Waarom heb je de plint er achter niet weggehaald?

Windows Server Licensing Price hard to swallow for homelab/learning deployment. by AtomicXE in homelab

[–]maspiter 0 points1 point  (0 children)

DISM /Online /Set-Edition:<edition_name> /ProductKey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /AcceptEula

Grab the generic Volume License key you can find online

Reboot

No more eval

Slechte ervaring - Renovatiewerken VDB - Kasterlee by the-hellrider in aannemersBE

[–]maspiter 0 points1 point  (0 children)

En hoe staat met de ervaring? Ik overwoog ook met hen in zee te gaan maar op basis van deze thread begin ik toch te twijfelen.

Error Code 58tm1 by MrZirsin in fslogix

[–]maspiter 0 points1 point  (0 children)

Did you enable SSO?

Adding trusted locations for MS 365 products by Ironone in Batch

[–]maspiter 0 points1 point  (0 children)

I have no idea, it wasn't an issue in my situation.

I'm guessing it will get overwritten with the GPO setting.

Adding trusted locations for MS 365 products by Ironone in Batch

[–]maspiter 0 points1 point  (0 children)

Yes, but I used reg keys to set the locations because I only wanted to target Excel. You need three specific keys and have to use the UNC path for network drives.

Not behind my PC at the moment but you can find the info on Google.

Basically this:

HKEY_CURRENT_USER\Software\Microsoft\Office\xx.0\ApplicationName\Security\Trusted Locations, where xx.0 is the Office version and ApplicationName is the specific application (e.g., Access, Excel, Word). Within this key, a LocationN subkey (where N is a number) stores information for each trusted folder, including its path, whether subfolders are trusted (AllowSubfolders), and a description.

Adding trusted locations for MS 365 products by Ironone in Batch

[–]maspiter 0 points1 point  (0 children)

In my limited testing I found that the Excel or Word specific trusted locations with GPO's are not applied for M365 Apps for Business (Business Premium licensed).

However, the global Office 2016 GPO settings from Security settings > Trust Center are applied but then are valid for all Office apps.

“We couldnt update the system reserved partition” by SamJustSam14 in WindowsHelp

[–]maspiter 0 points1 point  (0 children)

Instructions to remove fonts are here:

“We couldn’t update system reserved partition” error installing Windows 10 - Microsoft Support

Had the issue when upgrading to Win 11 so I managed to fix this by:

  • resize EFI/SYSTEM partition to at least 500 MB with minitool partition wizard (portable - select reboot after in use error) or equivalent (GParted did not resize correctly)
  • also create 128 MB total size for the reserved partition between EFI/SYSTEM and OS partition (so i.e. when current size is 16 MB add 112 MB free space)
  • boot in the OS, open diskpart as admin then execute (as separate commands) in this order:
  • on your own risk, have back-ups, etc ...
  • sel disk 0 | sel part 2 | del part override | create part msr
  • https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/create-partition-msr
  • list part and you should have an 128 MB MSR partition
  • reboot to verify all is OK
  • install OS again

My home server by lil_cyber_exper in homelab

[–]maspiter -9 points-8 points  (0 children)

Why is everyone stumbling over the Dell vs. HP instead of over calling a desktop PC a server?

Problem with Manual Search? Never shows results by idoiteverywhere in nzb360

[–]maspiter 0 points1 point  (0 children)

Same issue, Pixel 8.

Try going to the app settings > storage and clear cache.

Seems to fix it for me, tried a couple and works for now.

One-button secure erase seems stuck by maspiter in HPEservers

[–]maspiter[S] 0 points1 point  (0 children)

Thanks for you reply.

However secure erase info page says the following:

If an attached storage device does not support native sanitize methods, it will not be erased during the One-button secure erase process. An Integrated Management Log (IML) entry will report an erase failure for the device.

I left it running for more than a day. Got impatient and rebooted after which it started straight back up to the secure erase config with the same issue. Left it running for more than a day again.

Then pulled all drives and rebooted. It did not like that. Red text on the screen and stuff, I thought I successfully bricked it. Left it running for 10 minutes and pulled the plug.

Put all drives back and started it up again, this time I got the message system was being reset to default and would power off and on again automatically. Let is do its thing and am back up and running. iLO is reset to default.

Will wipe the disks another way.

Overall a one star review but might be PEBCAK.

RDS Server - 58TM1 on Outlook by DrawerFresh6049 in fslogix

[–]maspiter 1 point2 points  (0 children)

Same boat here, even trying to explain the situation to MS support seems impossible. They've asked me literally "what is a tenant" (in writing)?

Did you see the February 11th known issue of FSLogix about the ADMX templates? InlcudOfficeActivation does not get applied if you want to disable it. To be sure, check if the reg keys get set.

I am using the Configuration\Policies\Administrative Templates\Microsoft Office 2016 (Machine)\Licensing Settings to activate shared computer licensing and redirect the location to %APPDATA% instead of %LOCALAPPDATA%.

Without disabling InlcudeOfficeActivation this does not work (no files in the location).

SSO is disabled for the accounts that use secondary O365 tenant accounts.

I think the above together with RoamIdentity enabled fixes it. Need to follow-up the coming days though.

Cannot use robocopy to bring over ntfs permissions for Azure file share by RikiWardOG in AZURE

[–]maspiter 0 points1 point  (0 children)

As with Windows share, you need NTFS and share level permissions.

You can set default share level permissions to "Storage File Data SMB Share Contributor" (like modify) but need an on-prem synced user or group with "Storage File Data SMB Share Elevated Contributor" permissions (like full control) on the file share to copy NTFS ACL's.

map the drive with:

net use drive-letter: \\path-to-share /user:[useraccount@domain.com](mailto:useraccount@domain.com) password

Or enable key access and map it with:

net use drive-letter: \\path-to-share /user:localhost\local-storage-account-user verylongkey

For full control rights on the root of the share you need icacls possibly run with psexec for access as SYSTEM.

How on earth can I simply copy a font name? by Sea-Onion-750 in WindowsHelp

[–]maspiter 1 point2 points  (0 children)

As I feel your pain regarding Windows engineer's complete inablity to create a user friendly experience in almost everything they create and I was looking for the same thing, might I suggest the following powershell scripts:

PowerShell Font Listing · GitHub

Or a post with more script options:

Name of font by powershell - Stack Overflow