You run a simple PowerShell command — maybe Get-ChildItem \\fileserver\share — expecting a list of folders. Instead, PowerShell hisses back: “A referral was returned from the server.” It’s cryptic. Not quite an error, not quite success. A referral? Did the server just hand you a business card?

Here’s a short, interesting piece based on that scenario — part tech mystery, part sysadmin humor.

The fix? Use the target path directly, or force the referral with net use or New-PSDrive -Persist . Some admins jokingly call it “PowerShell playing hard to get.”

A Referral Was Returned From The Server Powershell -

You run a simple PowerShell command — maybe Get-ChildItem \\fileserver\share — expecting a list of folders. Instead, PowerShell hisses back: “A referral was returned from the server.” It’s cryptic. Not quite an error, not quite success. A referral? Did the server just hand you a business card?

Here’s a short, interesting piece based on that scenario — part tech mystery, part sysadmin humor.

The fix? Use the target path directly, or force the referral with net use or New-PSDrive -Persist . Some admins jokingly call it “PowerShell playing hard to get.”

Сайт использует cookie-fileы и обрабатывает персональные данные с использованием Яндекс Метрики. Это улучшает рабfromу сайта и взаимодействие с ним. Подтвердите ваше согласие, нажав кнопу Ок.
a referral was returned from the server powershell