TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
SharePoint PowerShell : Enable NetBios
Ketak Bhalsing
Apr 22
2016
Code
921
0
0
facebook
twitter
linkedIn
Reddit
WhatsApp
Email
Bookmark
expand
.$ServiceApps = Get-SPServiceApplication
$UserProfileServiceApp =
""
foreach
($sa
in
$ServiceApps)
{
if
($sa.DisplayName -eq
"User Profile Service Application"
)
{$UserProfileServiceApp = $sa}
}
$UserProfileServiceApp.NetBIOSDomainNamesEnabled = 1
$UserProfileServiceApp.Update()
PowerShell
SharePoint
Net Bios