2023-02-22 21:50:46 +00:00
<!DOCTYPE html>
2024-05-31 16:49:23 +01:00
< html lang = "en" >
2023-02-22 21:50:46 +00:00
2024-07-29 12:43:21 +01:00
< head >
< title > Paul' s Site of Stuff< / title >
2024-05-31 16:49:23 +01:00
< meta http-equiv = "content-type" content = "text/html; charset=utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0, maximum-scale=1" >
< meta name = "robots" content = "noodp" / >
2023-02-22 21:50:46 +00:00
2024-05-31 16:49:23 +01:00
< link rel = "stylesheet" href = "https://paulwilde.uk/style.css" >
< link rel = "stylesheet" href = "https://paulwilde.uk/color/orange.css" >
< link rel = "stylesheet" href = "https://paulwilde.uk/color/background_blue.css" >
2024-07-29 12:43:21 +01:00
< link rel = "stylesheet" href = "https://paulwilde.uk/font-hack-subset.css" >
2024-05-31 16:49:23 +01:00
< meta name = "description" content = "" >
< meta property = "og:description" content = "" >
< meta property = "og:title" content = "Welcome | Paul's Site of Stuff" >
< meta property = "og:type" content = "website" >
< meta property = "og:url" content = "https://paulwilde.uk/" >
< meta name = "twitter:card" content = "summary_large_image" >
< meta name = "twitter:description" content = "" >
< meta name = "twitter:title" content = "Welcome | Paul's Site of Stuff" >
< meta property = "twitter:domain" content = "paulwilde.uk" >
< meta property = "twitter:url" content = "https://paulwilde.uk/" >
2024-07-29 14:12:30 +01:00
< link rel = "alternate" type = "application/atom+xml" title = "RSS" href = "https://paulwilde.uk/atom.xml" >
2024-07-29 12:43:21 +01:00
< link rel = "shortcut icon" type = "image/png" href = "/favicon.png" >
2024-07-29 16:28:56 +01:00
< script defer data-domain = "paulwilde.uk" src = "https://plausible.io/js/script.js" > < / script >
< / head >
2024-07-29 12:43:21 +01:00
< body class = "" >
< div class = "container" >
2024-05-31 16:49:23 +01:00
2024-07-29 12:43:21 +01:00
< header class = "header" >
< div class = "header__inner" >
< div class = "header__logo" >
2024-05-31 16:49:23 +01:00
2024-07-29 12:43:21 +01:00
< a href = "https://paulwilde.uk" style = "text-decoration: none;" >
< div class = "logo" >
Hello, I' m Paul
< / div >
< / a >
2024-05-31 16:49:23 +01:00
< / div >
2024-07-29 12:43:21 +01:00
< / div >
2024-05-31 16:49:23 +01:00
2024-07-29 12:43:21 +01:00
< nav class = "menu" >
2024-05-31 16:49:23 +01:00
< ul class = "menu__inner" >
< li > < a href = "/" > home< / a > < / li >
< li > < a href = "/aboutme" > about me< / a > < / li >
< li > < a href = "/ponderings" > ponderings< / a > < / li >
2024-07-29 12:43:21 +01:00
< li > < a href = "/iuse" > i use …< / a > < / li >
2023-02-22 21:50:46 +00:00
2024-05-31 16:49:23 +01:00
< li > < a href = "/tags" > tags< / a > < / li >
2024-07-29 12:44:39 +01:00
< li > < a href = "/atom.xml" > rss< / a > < / li >
2024-05-31 16:49:23 +01:00
< / ul >
< / nav >
2024-07-29 12:43:21 +01:00
< / header >
2024-07-29 14:12:30 +01:00
2024-05-31 16:49:23 +01:00
2024-07-29 12:43:21 +01:00
< div class = "home-content" >
2024-08-23 15:15:02 +01:00
< h3 id = "welcome" > Welcome< / h3 >
2023-02-22 21:50:46 +00:00
< ul >
< li > IT Professional< / li >
< li > Husband< / li >
< li > Cat feeder< / li >
< li > Dog walker< / li >
< li > Open Source Enthusiast< / li >
< li > Baker & Eater< / li >
< li > Webmaster< / li >
< li > Postmaster< / li >
< li > Hobbyist Musician< / li >
< / ul >
2024-08-23 15:15:02 +01:00
< hr / >
< h3 > Latest Ponderings: < / h3 >
< div class = "post on-list" >
2025-01-16 11:35:50 +00:00
< h1 class = "post-title" > < a href = "https://paulwilde.uk/ponderings/ms-exchange-room-calendar-title-replaced-by-organiser/" > Microsoft Exchange 365 Room Calendar - Subject Replaced by Organizer< / a > < / h1 >
2024-08-23 15:15:02 +01:00
< div class = "post-meta-inline" >
< span class = "post-date" >
2025-01-16 11:35:50 +00:00
2025-01-16
2024-08-23 15:15:02 +01:00
< / span >
< / div >
< span class = "post-tags-inline" >
:: tags:
2025-01-16 11:35:50 +00:00
< a class = "post-tag" href = "https://paulwilde.uk/tags/exchange/" > #exchange< / a >
< a class = "post-tag" href = "https://paulwilde.uk/tags/microsoft/" > #microsoft< / a >
< a class = "post-tag" href = "https://paulwilde.uk/tags/sysadmin/" > #sysadmin< / a > < / span >
2024-08-23 15:15:02 +01:00
< div class = "post-content" >
2025-01-16 11:35:50 +00:00
< p > I recently had a issue logged by a client where a room calendar in Microsoft Exchange 365,
when invited to a meeting, shows the organizer's name in the subject instead of the actual subject.< br / >
This may well be a desirable feature, but in the case it isn't, this is how it can be resolved.< / p >
2024-08-23 15:15:02 +01:00
< / div >
< div >
<!-- ︎ - - force text style - some devices render this as emoji -->
2025-01-16 11:35:50 +00:00
< a class = "read-more button" href = "https://paulwilde.uk/ponderings/ms-exchange-room-calendar-title-replaced-by-organiser/" >
2024-08-23 15:15:02 +01:00
< span class = "button__text" > Read more< / span >
< span class = "button__icon" > ↩ ︎ < / span >
< / a >
< / div >
< / div >
< div class = "post on-list" >
2025-01-16 11:35:50 +00:00
< h1 class = "post-title" > < a href = "https://paulwilde.uk/ponderings/joining-debian-to-ad-domain/" > Joining Debian Linux (Desktop) to an Active Directory Domain< / a > < / h1 >
2024-08-23 15:15:02 +01:00
< div class = "post-meta-inline" >
< span class = "post-date" >
2025-01-16 11:35:50 +00:00
2025-01-09
2024-08-23 15:15:02 +01:00
< / span >
< / div >
< span class = "post-tags-inline" >
:: tags:
2025-01-16 11:35:50 +00:00
< a class = "post-tag" href = "https://paulwilde.uk/tags/linux/" > #linux< / a >
< a class = "post-tag" href = "https://paulwilde.uk/tags/sysadmin/" > #sysadmin< / a >
< a class = "post-tag" href = "https://paulwilde.uk/tags/tech/" > #tech< / a >
< a class = "post-tag" href = "https://paulwilde.uk/tags/using-linux-in-a-windows-domain/" > #using linux in a windows domain< / a > < / span >
2024-08-23 15:15:02 +01:00
< div class = "post-content" >
2025-01-16 11:35:50 +00:00
< p > I've come across many articles about how to join a linux system to a Microsoft
Active Directory domain and they all work more or less with some tweaking. This is
my article, here describing my own processes for doing it, trying to explain each
bit as it comes.< / p >
< p > Part of a < a href = "/tags/using-linux-in-a-windows-domain" > "Using Linux in a Windows Domain"< / a > group of posts.< br / >
This article is for desktop Debian Linux - for setting up a PC so it can be used by a standard user of the PC.< / p >
2024-08-23 15:15:02 +01:00
< / div >
< div >
<!-- ︎ - - force text style - some devices render this as emoji -->
2025-01-16 11:35:50 +00:00
< a class = "read-more button" href = "https://paulwilde.uk/ponderings/joining-debian-to-ad-domain/" >
2024-08-23 15:15:02 +01:00
< span class = "button__text" > Read more< / span >
< span class = "button__icon" > ↩ ︎ < / span >
< / a >
< / div >
< / div >
< div class = "post on-list" >
2025-01-16 11:35:50 +00:00
< h1 class = "post-title" > < a href = "https://paulwilde.uk/ponderings/robots-aint-hacking/" > Accused of Hacking< / a > < / h1 >
2024-08-23 15:15:02 +01:00
< div class = "post-meta-inline" >
< span class = "post-date" >
2025-01-16 11:35:50 +00:00
2025-01-06
2024-08-23 15:15:02 +01:00
< / span >
< / div >
< span class = "post-tags-inline" >
:: tags:
2025-01-16 11:35:50 +00:00
< a class = "post-tag" href = "https://paulwilde.uk/tags/cyber-security/" > #cyber security< / a >
< a class = "post-tag" href = "https://paulwilde.uk/tags/privacy/" > #privacy< / a >
< a class = "post-tag" href = "https://paulwilde.uk/tags/rant/" > #rant< / a >
< a class = "post-tag" href = "https://paulwilde.uk/tags/robots-txt/" > #robots.txt< / a >
< a class = "post-tag" href = "https://paulwilde.uk/tags/tech/" > #tech< / a > < / span >
2024-08-23 15:15:02 +01:00
< div class = "post-content" >
2025-01-16 11:35:50 +00:00
< p > About 5 years years ago, during a security sweep of a new "app" a
client had started using, I discovered the hosting company's website
had a robots.txt giving the paths of many pages on their website containing
sensitive information.< br / >
The whole thing is starting to snowball, so this is my statement.< / p >
2024-08-23 15:15:02 +01:00
< / div >
< div >
<!-- ︎ - - force text style - some devices render this as emoji -->
2025-01-16 11:35:50 +00:00
< a class = "read-more button" href = "https://paulwilde.uk/ponderings/robots-aint-hacking/" >
2024-08-23 15:15:02 +01:00
< span class = "button__text" > Read more< / span >
< span class = "button__icon" > ↩ ︎ < / span >
< / a >
< / div >
< / div >
2025-01-13 11:04:16 +00:00
2025-01-06 19:51:39 +00:00
2024-08-23 15:15:02 +01:00
< a href = "/ponderings" > More ponderings...< / a >
2024-07-29 12:43:21 +01:00
< / div >
2024-05-31 16:49:23 +01:00
2024-05-31 17:04:49 +01:00
2024-07-29 12:43:21 +01:00
< footer class = "footer" >
< div class = "footer__inner" >
< a href = "https://notnull.space/@paul" rel = "me" > fediverse (gts)< / a >
< a href = "https://snac.notnull.space/paul" rel = "me" > fediverse (snac)< / a >
< a href = "https://codeberg.org/pswilde" rel = "me" > codeberg< / a >
< a href = "https://keyoxide.org/85633E30514CC1932E4268460ED12CF710BC42CA" rel = "me" > keyoxide< / a >
< / div >
< div class = "footer__inner" >
< div class = "copyright" >
< span > ©
2025-01-06 19:51:39 +00:00
2025
2024-07-29 12:43:21 +01:00
Paul Wilde< / span >
< span class = "copyright-theme" >
< span class = "copyright-theme-sep" > :: < / span >
Theme: < a href = "https://github.com/pawroman/zola-theme-terminimal/" > Terminimal< / a >
< / span >
< / div >
< / div >
< / footer >
2024-05-31 17:04:49 +01:00
< / div >
2024-07-29 12:43:21 +01:00
< / body >
2023-02-22 21:50:46 +00:00
< / html >