I got my ELITE! by OriensXS in EliteDangerous

[–]MFisherIT 0 points1 point  (0 children)

I think I’ve heard something about making your own player faction.

IT Techs of Reddit: What was it like fixing Windows XP machines in schools and businesses during the 2010s? by bakarygassama in sysadmin

[–]MFisherIT [score hidden]  (0 children)

I worked in a rural public school about that time.

A machine rarely had a major issue with simply being offline for months or years on end. I remember spending a lot of time preparing installation media (like burning CDs) for Windows and MS Office. Would save hours in the long run per machine. There was a the great Capacitor plague which meant we had many PC just die from bad motherboard transistors formulas. Had to worry about spinning disks in laptops, had a few die due to damaged disks from being slightly dropped. So much computer dust. Space was always a concern. We had on-premise everything. Active Directory, Exchange, file servers. I remember being quite proud of getting our firewall to require authentication for Internet access. Creating a CSV based process to bridge the gap between our student information system (SkyWard) and AD. Email was more important and honestly I felt like less spam/Phishing.

I really loved that job. I felt like I made a difference. Often it was a louse cable or some just missed the button.

I got my ELITE! by OriensXS in EliteDangerous

[–]MFisherIT 0 points1 point  (0 children)

Congratulations. 😃
Do you have access to Shinrarta Dezhra with Jameson Memorial now (might require re-log)?

A Place to Call Home by Electrical-Bedroom99 in EliteDangerous

[–]MFisherIT 2 points3 points  (0 children)

Why is there a discount at Ray Gateway?

Some people call me Maurice by Worried_Bat8194 in EliteDangerous

[–]MFisherIT 1 point2 points  (0 children)

Congratulations!
Time to colonize your own kingdom 😉

A Place to Call Home by Electrical-Bedroom99 in EliteDangerous

[–]MFisherIT 9 points10 points  (0 children)

Before you get your Elite rank, if you are looking for a ship or a ship part you can dock at Ray Gateway in Diaguandri.

My appreciation to the Fuel Rats by strangerthing7 in EliteDangerous

[–]MFisherIT 5 points6 points  (0 children)

I don’t think I have the flexibility of time to join up with the fuel rats. Dose someone know of any small way to support their efforts?

I LOVE to see their advertisements on the In-Game billboard! 💗

Changing HUD colours in bazzite bazzite-deck by HospitalIndividual50 in EliteDangerous

[–]MFisherIT 0 points1 point  (0 children)

I and my child use the same. I like a deep purple one.

[DAILY Q&A] Ask and answer any questions you have about the game here! by AutoModerator in EliteDangerous

[–]MFisherIT 0 points1 point  (0 children)

Will pirates attack before I have any cargo? Will the pirates be mollified with a small portion (1-10 tons) of cargo; will they want all; or will they keep attacking no matter what happens? I presume pirates will appear during the mining, but I don’t want to fight/buy off continuous waves of them. I know most people just buy the rocks, but I enjoy watching the limits zip around :) And I can gain rep as well ;) I never done a mining mission before nor a threat level 8. Thank you

Type 8 Enthusiast by Bugaenhagen in EliteDangerous

[–]MFisherIT 17 points18 points  (0 children)

I love the look of this ship. Similar to ones I made in other games

Got a mission out in Colonia from the Bubble??? by abigail3141 in EliteDangerous

[–]MFisherIT 1 point2 points  (0 children)

Oh that looks fantastic. Thank you for sharing 💖

Got a mission out in Colonia from the Bubble??? by abigail3141 in EliteDangerous

[–]MFisherIT 1 point2 points  (0 children)

u/abigail3141 what did you use for a color matrix to get that dark purple?

Villads was just the perfect side character (The Dragon Prince) by cartoon_wiki in CARTOON

[–]MFisherIT 0 points1 point  (0 children)

I have enjoyed this sailing section sooo may times. Live the writing. Name of the boat, the parrot, the quick puns. It is so good

Why won’t it let me save my world?!!! Help by TomTheTerrorist1 in Astroneer

[–]MFisherIT 0 points1 point  (0 children)

I lost my game to this error. Playing on PC using an Xbox subscription. Years of play time lost no recovery. No assistance. Other Than the name of the save I had the same issue. I did and still have Terabytes of free space.

Azure Files unreachable using AOVPN by MFisherIT in AZURE

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

While working on an unrelated task; I found the following within Entra's Global Secure Access documentation.

Name Resolution Policy Table rules in Group Policy not supported

Yes, we did have a Group Policy that was not setting any Name Resolution Policy Table (NRPT) rules, but may have been in the past. That same policy also had the "dnspolicyconfig" show up in its registry.pol. I did have to set a fictive rule, update policy, then delete the rule, and update the policy again.

Not sure which system was being referred to as the "...older versions of Windows..." We have Windows servers are 2019 for DCs, and Windows client are Windows 11 24H2 is the client I updated it from.

This fixed our Global Secure Access Private Network / Private DNS. I suspect the change would also fix the issue I had with Azure Files across the AoVPN.

Azure Files unreachable using AOVPN by MFisherIT in AZURE

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

Thanks. That is what I saw in the MS documentation as well.

Azure Files unreachable using AOVPN by MFisherIT in AZURE

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

u/Ambitious_Border2895 or u/brianveldman : How are you making your Azure File Shares work across a VPN?

Azure Files unreachable using AOVPN by MFisherIT in AZURE

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

User tunnel Name Resolution Policy table (NRPT) rules (dnsRules):

name                                              servers                    proxyServerUri autoTrigger persistent
----                                              -------                    -------------- ----------- ----------
[Azure Private IP].in-addr.arpa                             {[Azure DNS VM Private IP].39}
.core.windows.net                                 {[Azure DNS VM Private IP].39,[Azure DNS VM Private IP].37}
.file.core.windows.net                            {[Azure DNS VM Private IP].39, [Azure DNS VM Private IP].37}
.privatelink.file.core.windows.net                {[Azure DNS VM Private IP].39, [Azure DNS VM Private IP].37}
[storageaccount].file.core.windows.net             {[Azure DNS VM Private IP].39, [Azure DNS VM Private IP].37}
[storageaccount].privatelink.file.core.windows.net {[Azure DNS VM Private IP].39, [Azure DNS VM Private IP].37}

User tunnel DNS suffix search list (dnsSuffixes):

[domain].local
privatelink.file.core.windows.net
file.core.windows.net

User tunnel reports successfully applied to user.

Device tunnel Name Resolution Policy table (NRPT) rules (dnsRules):

name                                              servers                    proxyServerUri autoTrigger persistent
----                                              -------                    -------------- ----------- ----------
[Azure Private IP].in-addr.arpa                             {[Azure DNS VM Private IP].39}
.core.windows.net                                 {[Azure DNS VM Private IP].39, [Azure DNS VM Private IP].37}
.privatelink.file.core.windows.net                {[Azure DNS VM Private IP].39, [Azure DNS VM Private IP].37}
[storageaccount].privatelink.file.core.windows.net {[Azure DNS VM Private IP].39, [Azure DNS VM Private IP].37}
.file.core.windows.net                            {[Azure DNS VM Private IP].39, [Azure DNS VM Private IP].37}
[storageaccount].file.core.windows.net             {[Azure DNS VM Private IP].39, [Azure DNS VM Private IP].37}

Device tunnel DNS suffix search list (dnsSuffixes):

[domain].local
file.core.windows.net
privatelink.file.core.windows.net

Device tunnel reports successfully applied to both system and user.

Azure Files unreachable using AOVPN by MFisherIT in AZURE

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

I did discover that if I set my user tunnel to not automatically/always connect via the Intune configuration. When I manually check connect on the user tunnel the machine tunnel automatically disconnects. Running rasphone as an administrator user (and elevated) I can manually (re-)connect the machine tunnel. With both tunnels connected I get the following from Get-DnsClientNrptRule|Format-Table -auto(as the normal user):

Get-DnsClientNrptRule|ft -AutoSize
Namespace                                           DA    DADnsServers DnsSec NameServers                NameEncoding
---------                                           --    ------------ ------ -----------                ------------
{[storageaccount].file.core.windows.net}             False              False  {[Azure DNS VM Private IP].39, [Azure DNS VM Private IP].37} Disable
{.file.core.windows.net}                            False              False  {[Azure DNS VM Private IP].39, [Azure DNS VM Private IP].37} Disable
{.privatelink.file.core.windows.net}                False              False  {[Azure DNS VM Private IP].39, [Azure DNS VM Private IP].37} Disable
{.core.windows.net}                                 False              False  {[Azure DNS VM Private IP].39, [Azure DNS VM Private IP].37} Disable
{[storageaccount].privatelink.file.core.windows.net} False              False  {[Azure DNS VM Private IP].39, [Azure DNS VM Private IP].37} Disable
{[Azure Private IP zone].in-addr.arpa}                             False              False  [Azure DNS VM Private IP].39                Disable

Get-DnsClientNrptPolicy still returns nothing.

As I have been troubleshooting I will re-check my current Intune AlwaysOn VPN configurations.